/*@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/open sans.eot");
    src: local('0');
    src: url("../fonts/open sans.eot?#iefix") format("embedded-opentype"),
         url("../fonts/open sans.ttf") format("truetype");
}*/
/*
@font-face {
    font-family: 'Open Sans lite';
    src: url('../fonts/open sans lite.ttf');
    src: local('0');
}*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg#Flaticon") format("svg"),
       url("../fonts/support.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProbaProRegular';
  src: url('../fonts/ProbaPro-Regular.woff2') format('WOFF2'),
  url('../fonts/ProbaPro-Regular.woff') format('WOFF'),
  url('../fonts/ProbaPro-Regular.svg') format('SVG');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProbaProSemiBold';
  src: url('../fonts/ProbaPro-SemiBold.woff2') format('WOFF2'),
  url('../fonts/ProbaPro-SemiBold.woff') format('WOFF'),
  url('../fonts/ProbaPro-SemiBold.eot') format('EOT'),
  url('../fonts/ProbaPro-SemiBold.svg') format('SVG');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProbaProBold';
  src: url('../fonts/ProbaPro-Bold.woff2') format('WOFF2'),
  url('../fonts/ProbaPro-Bold.woff') format('WOFF'),
  url('../fonts/ProbaPro-Bold.eot') format('EOT'),
  url('../fonts/ProbaPro-Bold.svg') format('SVG');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flaticon.svg#Flaticon") format("svg");
    }
}
.text-acquiescence {
	color: #f6880c;
}
.main-services {
	padding: 40px 0 40px 0px;
}
.main-services .icon-bar {
	background-image: url(../img/icons/ellipse.svg);
	background-size: 190px;
	background-repeat: no-repeat;
	min-height: 190px;
	min-width: 190px;
	background-position: top center;
	position: relative;
	margin-bottom: 15px;
}
.main-services .icon-bar img {
	position: absolute;
	left: calc(50% - 50px);
	top: 45px;
}
.main-services .info-box .title {
	font-size: 24px;
	font-weight: bold;
}
.main-services .info-box p {
    margin: 15px 0 10px;
}
.info-box .btn {
	min-width: 220px;
}
.main-services .info-box li {
    list-style-type: none; /* Убираем маркеры у списка */
}
.main-services .info-box li::before {
	content: " ";
	min-width: 10px;
	height: 10px;
	background-color: #2D5CA6;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	vertical-align: baseline;
}
  
.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: -30px;
}
ul.nav-tabs {
	border: none;
	display: inline-block;
	/*border-radius: 20px;*/
	padding: 0;
}
ul.nav-tabs > li:not(.active)::before {
    content: " ";
    display: inline-block;
    border: 1px solid #eee;
    height: 18px;
    position: relative;
    top: 4px;
}
ul.nav-tabs > li.active + li::before {
    content: none;
}
ul.nav-tabs > li:first-of-type::before {
    content: none;
}
.nav-tabs > li > a {
    border: none;
    padding: 7px 15px;
    height: 40px;
    margin: 0;
    display: inline-block;
}
.nav-tabs>li:first-of-type>a {
    border-radius: 20px 0 0 20px; 
    border-right: none;
}
.nav-tabs>li:last-of-type>a {
    border-radius: 0 20px 20px 0; 
    border-left: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #2D5CA6;
    border: 1px solid #2D5CA6;
    border-bottom-color: transparent;
    border-radius: 20px 20px 20px 20px;
}
.navbar.navbar-inverse .dropdown-menu {
    background: transparent;
    border: 1px solid #C2C5CB;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    min-width: 300px;
    right: 10px;
}
.dropdown-menu {
    font-size: 16px;
}
.navbar.navbar-inverse .dropdown-menu > li > a {
    color: #C2C5CB;
}
.navbar.navbar-inverse .dropdown-menu > li > a:focus, .navbar.navbar-inverse .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
    outline: none;
}
.navbar.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar.navbar-inverse .navbar-nav > li > a .glyphicon,
.navbar.navbar-inverse .navbar-nav > li > a .fa{
    color: #C2C5CB;
}
.nav > li > a .fa{
    color: #C2C5CB;
}
.navbar.navbar-inverse .navbar-nav > li > a:hover {
    color: white;
}
.wrap > .container {
    background-color: /*#f9f9f9;*/#fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.navbar.container {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
}
.navbar-collapse.in {
    border-top: none;
    box-shadow: none;
    background: rgb(35, 65, 97);
    -webkit-box-shadow: none;
}
.navbar-right .dropdown-toggle {
    float: right;
}
.MainPageMenuContent {
    margin-bottom: 20px;
}
.toplogo {
    width: calc(10%);
    background: url("../img/waterexp_logo.png") 0 0 no-repeat;
    background-size: contain;
    display: block;
    margin: auto;
    min-height: 6vw;
    min-width: 6vw;
    background-position-x: center;
}
.gov-brand {
    position: relative;
    /*left: 5px;*/
    top: -5px;
    background: url("../img/uaflag_narrow.png") 0 5px no-repeat;
    cursor: pointer;
}
.gov-title {
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    padding-left: 5px;
}
.gov-subtitle {
    font-size: 12px;
    color: #AAB2C5;
    padding-left: 5px;
}
.enterlink {
    font-size: 16px;
    /*margin-top: 9px;*/
    margin-right: 12px;
}
.toptitle-padding {
    padding: 55px 0 0 0 ;
}
.toptitle-header {
    font-family: "ProbaProRegular";
    color: #AAB2C5;
    text-align: center;
    font-size: 16px;
    padding: 0 40px;
}
header .toptitle-padding .icon {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-image: url(../img/img-coat-of-arms.svg);
}
.toptitle-subheader {
	font-family: "ProbaProRegular";
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
@media only screen and (min-device-width: 220px) and (max-device-width: 480px) {
    .toptitle-subheader {
       font-size: 22px;
    }
}
.topline {
    width: 100%;
    border:0;
    height:50px;
}
a:focus, a:hover {
    text-decoration: none !important;
}
a.soc-link {
    color: #ccc;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    margin-top: 0.3em;
}
a.soc-link:hover {
    color: #ffff00;
}
body {
    overflow: auto;
    overflow-x: hidden;
    font-family: "ProbaProRegular";
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #dee4e7;
    background-position: center;
}
.btn-toggle-search-block {
    color: #ccc;
    cursor: pointer;
}
.close-search-box-icon {
    cursor: pointer;
    color: white;
    position: absolute;
    right: 0px;
    bottom: -10px;
}
.close-search-box-icon:hover, .close-search-box-icon:focus {
    color: #FF0000;
}
.search-box {
	margin: auto;
	position: absolute;
	background: #273043;
	display: table;
	width: 100%;
	/* top: 0px; */
	z-index: 1;
	padding: 25px;
	color: white;
	height: 170px;
}
.search-box .form-group {
    margin-top: -5px;
}
.search-box input.form-control {
    border-radius: 2px;
    background: white;
}
.search-box label {
    font-weight: normal;
}
.search-btn {
    /*margin: 10px 0px 0px 0px !important;*/
    color: black;
    background: #FFE358;
    padding: 4px 15px;
    width: 100%;
}
.search-btn:hover, .search-btn:focus {
    background: #FFE358;
    color: black;
}
.search-box .search-form-padding {
    margin-top: 25px;
}
header .container {
    padding: 0px;
}
.masked {
	height: 247px;
	display: block;
	background: radial-gradient(circle,#073b5b 15%,#072240 100%);
	/* background: linear-gradient(0deg, #073b5b 0%, #072240 100%); */
	/*margin-bottom: 15px;*/
	/* padding-bottom: 15px; */
	/* background: #072240; */
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    font-weight: normal;
    border: 1px solid #ccc;
}
.form-group {
    margin-bottom: 0px;
}
.btn {
	border-radius: 0px;
	margin-bottom: 10px !important;
	font-size: 16px;
}
a.btn {
    margin-right: 5px;
    margin-left: 5px;
}
.btn-main {
    color: #000 !important;
    background-color: #FFE358;
    border-color: #FFE358;
}
.btn-main:hover {
    border-color: #FBDA38;
    background: #FBDA38;
    color: #fff;
}
.header-links {
    /*border-top: 1px solid #C2C5CB;*/
    margin-top: 20px;
    padding-top: 5px;
}
.header-links .nav > li > a {
	color: #fff;
	padding-top: 0;
	font-size: 18px;
	padding: 5px 5px 0px;
	font-weight: bold;
}
.header-links .nav > li > a:focus, .header-links .nav > li > a:hover {
    color: #C2C5CB;
    background-color: transparent;
}
/*#links span.icon-bar {
	background-image: url(../img/icons/ellipse.svg);
	background-size: 70px;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	background-position: top center;
	position: relative;
	margin: 0 10px 0 0px;
	display: inline-block;
	float: left;
}*/
#links a span.link_container::before {
	background-image: url(../img/icons/ellipse.svg);
	background-size: 70px;
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	background-position: top center;
	margin: 0 10px 0 0px;
	display: block;
	text-align: center;
	padding-top: 18px;
        position: absolute;
	left: 0px;
}
#links a.contract span.link_container::before{
        content: url('../img/icons/contract.svg');
}
#links a.manual span.link_container::before{
        content: url('../img/icons/manual.svg');
}
#links a.books span.link_container::before{
        content: url('../img/icons/books.svg');
}
#links a.text-left {
    text-align: left !important;
}
#links a.text-center {
    text-align: center !important;
}
#links a span.link_container {
	display: inline-block;
	height: 70px;
	padding-left: 75px;
	position: relative;
	text-align: left;
}

#links a span.text {
	display: table-cell;
	height: 70px;
        vertical-align: middle;
	text-align: left;
}
#links a span.link_container::after {
	content: url('../img/icons/arrow_right_sign.svg');
	vertical-align: baseline;
	position: absolute;
	top: 25px;
	margin-left: 5px;
	right: -25px;
}
.banner-links {
    color: #ccc;
    margin: 10px 0 20px;
}
.banner-left-margin {
    margin-left: 6px;
}
.banner-padding {
    padding: 0 50px 1vw 0;
}
.banner-padding:last-child{
    padding: 0 0 1vw 0;
    text-decoration: none;
}
.banner-box-padding {
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0;
    display: table;
}
.sepline {
	border-bottom: 2px solid #c6c6c6;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 70px;
}
.sepline span {
	font-size: 24px;
	top: 0;
	position: absolute;
}
hr {
    margin-bottom: 12px;
}
footer {
    margin-top: 10px;
}
footer .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0 !important;
}
footer .footcontacts {
	/* background-color: #e3e7eb; */
	padding: 20px 10px 10px !important;
	font-weight: normal;
	font-size: 14px;
	/* color: #868ba1; */
	/* display: table; */
	border-top: 3px solid #234261;
}
footer .footcontacts a {
    /*color: #305da6;*/
    font-weight: normal;
}
footer .footcontacts a:hover {
    color: #305da6;
    text-decoration: none;
    background: none;
}
footer .icon {
	text-align: center;
	margin-bottom: 10px;
}
footer .footcol {
	margin-bottom: 25px;
}
/* FLATICON */
.flaticon:before, .flaticon:before,
.flaticon:after, .flaticon:after {
  font-family: Flaticon;
  font-size: 22px;
  font-style: normal;
  margin-left: 0px;
}
.flaticon-instagram:before {
    content: "\f100";
}
.flaticon-facebook:before {
    content: "\f102";
}
.flaticon-youtube:before {
    content: "\f103";
}
.flaticon-twitter:before {
    content: "\f104";
}
.flaticon-rss:before {
    content: "\f105";
}
.treeview .glyphicon:hover {
    color: red;
}
.treeview .treenode:hover {
    background: rgba(200,200,200, 0.25);
    cursor: pointer;
}
div.required label::after {
    content: " *";
    color: red;
    white-space: nowrap;
}
.select2-results__option[aria-selected="true"] {
    display: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow b {
    border-color: #999 transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 97%;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.select2-container--bootstrap .select2-selection--single {
    border-bottom: 1px solid #ccc !important;
    border-radius: 2px !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    width: 97% !important;
    white-space: normal !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: red !important;
}
.select2-container--bootstrap .select2-selection--multiple {
    border-radius: 2px !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px !important;
}
.select2-container--bootstrap .select2-results__option[role="group"]{
    border-bottom: 1px solid;
}
.select2-results__options.select2-results__options--nested {
    text-indent: 25px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 5px !important;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.add-service-information {
    font-size: inherit;
    padding: 2px 12px 5px 12px;
    margin-top: -2px;
    width: 170px;
}
.add-service-information:hover {
    opacity: 1;
    text-decoration: none;
}
.add-service-information span {
    margin-left: 10px;
    font-size: 12px;
    height: 16px;
    vertical-align: 5px;
}
.detail-view th {
    width: 34% !important;
}
.table {
    margin-bottom: 0;
}
.table > thead > tr > th {
	font-weight: normal;
}
.table .filters td {
	padding: 2px !important;
}
.table-responsive table thead tr:not(.filters), .grid-view table thead tr:not(.filters){
	background-color: #073b5b;
	color: #eee;
}
.table-responsive table thead tr:not(.filters) th, .grid-view table thead tr:not(.filters) th{
	color: #eee;
	border: 1px solid #eee;
	position: relative;
	vertical-align: middle;
}
.table-responsive table thead tr:not(.filters) a, .grid-view table thead tr:not(.filters) a{
	color: #eee;
}
@media only screen and (max-width: 992px), screen and (max-device-width: 992px) {
    .banner-padding {
        width: 230px;
        display: inline-block;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    hr {
        margin-bottom: 7px;
    }
    footer .copyright {
        width: 90%;
    }
}
@media only screen and (max-width: 648px), screen and (max-device-width: 648px) {
    .grid-view.table-responsive {
        overflow-y: auto;
        max-height: calc(100vh - 200px);
    }
    .grid-view .table-responsive {
        overflow-y: auto;
        max-height: calc(100vh - 200px);
    }
}
@media only screen and (max-width: 495px), screen and (max-device-width: 495px) {
    .banner-padding {
        padding: 0 0 15px 0;
        display: table !important;
        width: 100% !important;
    }
}
@media (min-width: 360px) and (max-width: 479px) {
    hr {
        margin-bottom: 10px;
    }
    footer .copyright {
        width: 90%;
    }
}
.hidescreen,
.load_page {
     position: fixed;
     display: none;
}
.hidescreen {
     z-index: 9998;
     width: 100%;
     height: 100%;
     background: rgba(167, 163, 163, 0.75);
     opacity: 0.9;
     filter: alpha(opacity=70);
     left:0;
     top:0;
}
.load_page {
     z-index: 9999; /*value must be bigger than for .hidescreen*/
     left: 50%;
     top: 50%;
     padding: 30px 10px;
     text-align: center;
     color: white;
     font: normal normal 15px Verdana;
     border: none;
     margin-left: -125px;
     width: 250px;
}
#main-modal .modal-dialog {
    width:60% !important;
    overflow-y: initial !important;
}
#main-modal .modal-dialog.modal-lg {
    width:90% !important;
    overflow-y: initial !important;
}
.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-header .form-title {
    margin-top: -10px;
    text-align: left;
    /*margin-bottom: 25px;*/
}
.modal-header {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
}
.services .tab-content {
    background: #fff;
    padding: 3vw 5vw;
    counter-reset: list;
}
.services .info-box::after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: url("../img/info-box-arrow.png");
    position: absolute;
    top: 13px;
    right: 10px;
}
.services .info-box::before {
    counter-increment: list;
    content: counter(list);
    display: inline-block;
    color: #999999;
    font-size: 12px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #84c7e5;
    position: absolute;
    top: 10px;
    left: 10px;
}
.services .info-box {
    padding: 10px 40px;
    background: #fafafa;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.services .info-box .title span {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.services .info-box .full-text {
    display: none;
    font-size: 14px;
}
.services .info-box.opened .title {
    margin-bottom: 8px;
}
.services .info-box.opened::after {
    background-position: 0 -6px;
}
.services .info-box.opened::before {
    color: #fff;
    background: #84c7e5;
}
.services .info-box.opened {
    background: #fff;
}
button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    opacity: 1;
}
.form-title {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 25px;
}
.info-block .title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.info-block .full-text {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}
.action-btn {
    width: 250px;
    margin-top: 25px;
    height: 150px;
    white-space: normal;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    padding: 1em;
    float: unset;
    vertical-align: top;
}
.action-btn span {
    display: table;
    margin: auto;
    border: 2px solid;
    padding: 0.3em;
    text-align: center;
    font-size: 3em;
    line-height: 100%;
    font-weight: bolder;
    border-radius: 50%;
}
.action-btn p {
    margin: 14px 0;
}
.grid-view tr.new {
    font-weight: bold;
}
.btn.service-btn.in-develop {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.75);
    /* pointer-events: none; */
    /* background-image: url(/images/icons/in_develop.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.scrollToTop-btn {
	position: fixed;
	bottom: 0.5vh;
	right: 5vh;
	display: none;
	z-index: 1040;
	font-size: 25px;
	padding: 5px 10px 3px 8px;
	background-color: rgba(51, 122, 183, 0.75);
	border-radius: 25px;
}
.grid-view th a {
	margin-left: 15px;
	display: inline-block;
}
.grid-view th a::before {
	content: "\e150";
	left: 5px;
	display: table;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 40%;
}
.grid-view th a.asc:before {
    content: "\e155";
}
.grid-view th a.desc:before {
    content: "\e156";
}
.grid-view th {
    vertical-align: top;
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
    white-space: normal;
    vertical-align: top;
    text-align: left;
}
.table-responsive .middle-centered {
    vertical-align: middle !important;
    text-align: center !important;
}
.table-responsive .top-centered {
    vertical-align: text-top !important;
    text-align: center !important;
}
.table-responsive .glyphicon {
	color: #073b5b;
	padding: 7px;
	float: left;
}
.glyphicon.info-sign {
    color: #eee;
    cursor: pointer;
}
.dropdown-menu > li > a {
    white-space: nowrap;
}
@media only screen and (min-device-width: 220px) and (max-device-width: 480px) {
    .dropdown-menu > li > a {
        white-space: normal;
    }
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #2c608a;
  border-radius: 4px;
  font-size: 13px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c608a;
}
ol, ul {
  padding-left: 20px;
}
.popover-content {
  max-width: 100vw;
  padding: 3px 8px;
  color: black;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-size: 13px;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #f9f9f9;
  top: -11px;
}
.caret-link {
    display: inline-block;
    margin-left: 15px;
}
.caret-link .result-caret {
    color: #004BC1;
    font-size: 16px;
    line-height: 24px;
    display: table;
    cursor: pointer;
}
.caret-link .result-caret span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.caret-link .result-caret::before {
    display: inline-block;
    content: "";
    width: 30px;
    background-color: RGBA(0, 75, 193, 0.1);
    height: 30px;
    position: relative;
    border-radius: 15px;
    background-image: url("../img/icons/caret_down.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.caret-link .result-caret.expanded::before {
    transform: rotate(180deg);
}
.kv-tree-input-values {
	overflow: auto;
	max-height: 84px;
}
.select2-container--bootstrap .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
	color: #fd0505b5;
	font-size: 24px;
	margin-top: -8px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
	color: #f40909;
	font-size: 28px;
}