/*
	Hange admin
	Date: 10/02/2020
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900&subset=cyrillic');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
html,
body {
    height: 100%;
    background: #f3f2ed;
}

body {
    color: #333;
    font: 400 16px/1.4 'Lato', sans-serif;
    padding: 62px 0 0;
}

a {
    color: #007AFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #3C5168;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.3rem;
}

.h5,
h5 {
    font-size: 1.1rem;
}

.bold{
    font-weight:700;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.greybg{
    background: #f3f2ed;
}

.text14{
    font-size: 14px;
}
.padding30{
    padding:30px;
}

.margin-btm30 {
    margin-bottom: 30px
}

.margin-top50 {
    margin-top: 50px
}

.margin-top30 {
    margin-top: 30px
}

.margin-top10 {
    margin-top: 10px
}

.margin-top20 {
    margin-top: 20px
}

.margin-top40 {
    margin-top: 40px
}

.has-error .form-helper {
    font-size: 14px;
    color: #990D20;
}

ul{
    margin:0;
    padding:0;
}

.table th,
.table td {
    padding: 12px;
}
.table td a,
.hinnangud a {
    border-bottom:1px solid #ccc;
}

.twin-col-table.table td {
    width:66%;
}
.twin-col-table.table td:first-child {
    width:34%;
}

.table tr .row-actions {

    opacity: 0;
    transition: all ease .3s;
}

.table tr:hover .row-actions {
    opacity: 1
}

.table tr:hover {
    transition: all ease .3s;
}

.table td .row-actions form {
    display: inline-block;
}

.table td .row-actions a,
.table td .row-actions input {
    margin-right: 6px;
    text-indent: -9000px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 0;
}

.trash {
    background-image: url('../img/icon-delete.png');
}

.clone {
    background-image: url('../img/icon-duplicate.png');
}

.table td .row-actions a:hover,
.table td .row-actions input:hover {
    opacity: .7;
}

.form-control {
    background-color: #f9f8f7;
    background-image: none;
    border: 1px solid #e4e0dc;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 14px;
    height: 40px;
    padding: 6px 12px;
    font-weight: 400;
}
.textarea-faux{
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    min-height: 80px;
    overflow: auto;
    resize: both;
}
.form-control:focus {
    background-color: #fff;
}

.form-control.short {
    max-width: 80px
}

.form-group-lg .form-control {
    border-radius: 2px;
    font-size: 14px;
    height: 46px;
    padding: 10px 16px;
}

.form-control.input-xl {
    border-radius: 5px;
    font-weight: 600;
    height: 64px;
    padding: 6px 20px;
    font-size:18px;
}

.form-control.textarea-xl{
    height:100px;
}

.form-control.textarea-xxl{
    height:300px;
}

.form-control.textarea-3xl{
    height:400px;
}

.form-control.bluebg{
    background-color: #007AFF;
    color: #fff;
}

.form-control[readonly] {
    background-color: #f9f8f7;
}

.btn {
    position: relative;
    background-color: #fff;
    border: 1px solid #C1C1C1;
    color: #007AFF;
    display: inline-block;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    padding: 9px 25px 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    white-space: nowrap;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-sm {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-primary {
    background: #007AFF;
    border: 1px solid #007AFF;
    color: #fff;
}

.btn-primary:hover {
    background: #005DC1;
    border-color: #005DC1;
    color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #005DC1;
    border-color: #005DC1;
    color: #fff;
}

.btn-green {
  background-color: #46B026;
  color: #fff;
  border-color: #46B026;
}

.btn-green:focus,
.btn-green:hover {
    color: #fff;
    background-color: #1F8600;
    border-color: #1F8600;
}

.btn-danger {
  background-color: #d9534f;
  color: #fff;
  border-color: #d9534f;
}

.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}

.form-control.short-input{
    max-width: 100px;
}


/* Custom check */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    opacity: 1;
    display: inherit;
    line-height: 20px;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.styled-checkbox:hover + label:before {
    background: #007AFF;
    border: 1px solid #007AFF;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 5px rgba(99, 99, 99, 0.1);
}

.styled-checkbox:checked + label:before {
    background: #007AFF;
    border: 1px solid #007AFF;
}

.styled-checkbox:disabled:hover + label:before {
    background: #fff;
    border: 1px solid #c1c1c1;
}

.styled-checkbox:disabled:checked + label:before {
    background: #007AFF;
    border: 1px solid #007AFF;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.styled-checkbox + label .add_price {
    padding-left: 27px;
    font-weight: 500;
    line-height: 12px;
    display: block;
}

.custom-radio.checked [type="radio"]:checked + label {
    color: #007AFF;
}

.custom-radio.has_error [type="radio"]:checked + label,
.custom-radio.has_error [type="radio"]:not(:checked) + label {
    color: #990D20 !important;
}

.styled-checkbox:disabled + label {
    opacity: .5;
    cursor: default;
}

.tooltip-q {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #c1c1c1;
    border-radius: 21px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    margin-left: 5px;
    cursor: default;
    color: #353535;
    background: transparent;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}

.tooltip-content {
    width: 100%;
    padding: 10px 16px;
    text-align: left;
    color: #302F33;
}

.tooltip-content.color-red {
    color: #990D20;
}

.tooltip-content h3 {
    margin: 0 0 15px;
    font-size: 16px;
}

.tooltip-content p+p {
    margin: 15px 0;
}

.tooltip-content p {
    font-size: 14px;
}


/* Custom radio */

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #111;
}

.custom-radio [type="radio"]:checked + label {
    font-weight: 700;
}

.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #c1c1c1;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked + label:before {
    border: 1px solid #c1c1c1;
}

.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #007AFF;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* --------------------------
    HEADER
-------------------------- */

.navbar {
    padding: 10px 30px;
}

.navbar-inverse {
    background: #3C5168;
}

.fixed-top {
    z-index: 999;
    border: 0;
    height: 62px;
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* Logo */

.logo {
    width: 132px;
    height: 31px;
    display: block;
    text-indent: -9000px;
    background-image: url('../img/logo.svg');
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}


/* Stats */

.stats {
    position: absolute;
    top: 20px;
    right: 110px;
    color: #fff;
}

.stats:hover {
    color: #007AFF;
}

.stats-hidden {
    background: #425971;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(70, 70, 70, .1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 300px;
}

.stats-hidden.active {
    opacity: 1;
    transform: translateY(0%);
    top: 62px;
}

.stats-hidden h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.stats-hidden ul {
    padding-left: 20px;
}

.stats-hidden li {
    margin: 7px 0;
}

.stats-hidden span {
    float: right;
    font-weight: 700;
}

.close-stats-hidden {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.close-stats-hidden:hover {
    color: #007AFF;
    border-color: #007AFF;
}


/* Nav trigger */

.trigger-nav {
    position: relative;
    z-index: 999;
    width: 34px;
    height: 28px;
    margin: 0 0 0 auto;
}

.trigger-nav span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.trigger-nav:hover span {
    background: #fff;
}

.trigger-nav span:first-child {
    top: 3px;
}

.trigger-nav span:last-child {
    top: 26px;
}

.trigger-nav.active span {
    opacity: 0;
    top: 50%;
    background: #fff;
}

.trigger-nav.active span:first-child {
    opacity: 1;
    transform: rotate(405deg);
}

.trigger-nav.active span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
}

.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 120px;
}

.navbar-nav .nav-item {
    margin-right: 30px;
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #007AFF;
}


/* Hidden search */

.search-hidden {
    background: #425971;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(70, 70, 70, .1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.search-hidden.active {
    opacity: 1;
    transform: translateY(0%);
    top: 62px;
}

.search-hidden h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.close-search-hidden {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.close-search-hidden:hover {
    color: #007AFF;
    border-color: #007AFF;
}


/* --------------------------
    SIDEBAR
-------------------------- */

.sidebar {
    position: fixed;
    top: 62px;
    bottom: 0;
    left: 0;
    width: 230px;
    padding-top: 50px;
    z-index: 990;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1
}

.sidebar.active {
    width: 0;
    opacity: 0;
}

.sidebar #leftside-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar #leftside-navigation ul li {
    display: block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    border-bottom: 1px solid #efefef;
}

.sidebar #leftside-navigation ul li.open > a > i {
    transform: rotate(90deg);
}

.sidebar #leftside-navigation ul li a {
    position: relative;
    display: block;
    color: #007AFF;
    text-decoration: none;
    width: 100%;
    padding: 14px 60px 14px 25px;
    box-sizing: border-box;
    outline: 0;
}

.sidebar #leftside-navigation ul li.active a,
.sidebar #leftside-navigation ul li a:hover {
    background:#f3f2ed;
}

.sidebar #leftside-navigation ul li.active ul a {
    color: #007AFF;
    background:transparent;
}

.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}

.sidebar #leftside-navigation ul li a i {
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    display: block;
    position: absolute;
    touch-action: manipulation;
    font-size: 20px;
}

.sidebar #leftside-navigation ul li a i:hover {
    background-color: #f3f2ed;
}

.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}

.sidebar #leftside-navigation ul ul {
    display: none;
    background:#eee;
}

.sidebar #leftside-navigation ul ul li {
    border-top: 1px solid #fff;
}

.sidebar #leftside-navigation ul li.active li.active li.active a {
    background: #007AFF;
    color:#fff;
}


/* --------------------------
    MAIN CONTENT
-------------------------- */

.main {
    position: relative;
    padding: 40px;
    margin-left: 230px;
    webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.main.active {
    margin: 0
}


/* Page top */

.page-header {
    border: 0;
    margin: 0;
    padding: 0;
}

.page-header h1 {
    display: inline-block;
}

.page-header .btn {
    margin-left: auto;
}

.page-header-right .btn + .btn {
    margin-left: 10px
}

.page-header-right a + .btn {
    margin-left: 10px
}

.page-header-right .later {
    margin: 0 10px;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
}

.page-header-right .form-control {
    display: inline-block;
    width: 110px;
    margin-right: 10px;
}

/* White box */

.white_box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(70, 70, 70, .1);
    position: relative;
}

.grey_box {
    background: #e8e6dd;
    padding: 20px;
    box-shadow: 0 0 15px rgba(70, 70, 70, .1);
    position: relative;
}

.darker {
    background: #eee;
    box-shadow: 0;
}

.white_box.tabs_box,
.white_box.nopadding {
    padding: 0;
}

.white_box h3 {
    margin-bottom: 30px;
}

.white_box h3.margin-btm10 {
    margin-bottom: 10px;
}

.white_box h3.margin-btm0 {
    margin-bottom: 0;
}

.uploaded-files{
    overflow-y:scroll;
    max-height:430px;
}


/* Breadcrumbs */

.breadcrumb {
    background: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0;
}

.breadcrumb a {
    color: #8593a6
}

.breadcrumb a:hover {
    color: #444
}

.breadcrumb > li + li::before {
    color: #8593a6;
    content: ">";
    padding: 0 7px;
}


/* Icon boxes */

.icon {
    text-align: center;
}

.icon img {
    height: 100px;
    margin: 30px 0;
}


/* Tabs */

.nav-tabs {
    background: #e2e1dd;
    border-bottom: 0;
}

.nav-tabs > li > a {
    border: 0;
    border-right: 1px solid #f3f2ed;
    border-radius: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 2px;
    padding: 20px 30px;
    text-transform: uppercase;
    color: #3C5168
}

.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
    color: #007aff;
    background: #fff;
}

.tab-inner {
    padding: 30px
}

.tab-inner .btn-lg {
    padding: 20px
}


/* Table filters */

.table-filters {
    padding: 10px 0 30px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.form-inline .form-group {
    margin-right: 20px;
}

.table-filters .btn {
    margin-left: auto;
}


/* Table styles */

.table {
    margin-bottom: 0;
}
.table thead th {
    border: 0;
    background: #f3f2ed;
}
.table-hover tbody tr.send-inkasso td {
    background-color: #f9f0f0;
}
.table-hover tbody tr.regular {
    background-color: #fbfbf4;
}
.table-hover tbody tr:hover {
    background-color: #f3f2ed;
}

/* --------------------------
	RATING NORMAL
-------------------------- */

.hinnangud{
    border-top: 1px solid #E8E6DD;
}
.rating-block {
    padding: 16px 0;
    border-bottom: 1px solid #E8E6DD;
}

.white_box .rating-block h3 {
    margin-bottom: 15px;
    font-size:18px;
}

.rating-info {
    min-width: 200px;
}

.rating-block:last-child {
    border: 0;
    padding-bottom: 0;
}

.rating-wrap {
    position: relative;
    min-width: 335px;
}

.rating-nr-withdate {
    width: 90px;
    margin-right: 20px;
}

.rating-nr-withdate .rating-date {
    font-size: 14px;
    color: rgba(48, 47, 51, 0.5);
    margin-top: 5px;
}

.rating-nr-normal {
    width: 90px;
    height: 60px;
    font-size: 34px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #007AFF;
}

table.rating-normal {
    position: relative;
    width: 150px;
    font-size: 14px;
    line-height: 16px;
}

.ratings-avg-big .rating-wrap {
    max-width: 350px;
}

.ratings-avg-big .rating-nr-withdate {
    width: 124px;
}

.ratings-avg-big .rating-nr-normal {
    width: 124px;
    height: 82px;
    font-size: 50px;
    line-height: 80px;
    border-radius: 4px;
}

.ratings-avg-big table.rating-normal {
    width: 195px;
}

.ratings-avg-big table.rating-normal td {
    padding: 3px 0 11px;
}

.ratings-avg-big table.rating-normal td:first-child {
    padding-right: 10px;
}


table.rating-normal td {
    padding: 3px 0;
    vertical-align: middle;
}

table.rating-normal tr:first-child td {
    padding-top: 1px;
}

table.rating-normal td:first-child {
    padding-right: 10px;
}

table.rating-normal td:last-child {
    padding: 4px 0;
}

table.rating-normal tr:first-child td:last-child {
    padding-top: 3px;
}

table.rating-normal td img {
    float: left;
    margin-left: 4px
}

table.rating-normal td img:first-child {
    margin-left: 0
}

.rating-comment {
    padding: 0 40px;
    max-width:50%;
}

.rating-quote {
    position: relative;
    font-size: 14px;
    padding: 2px 20px;
    line-height: 20px;
    margin:0;
}

.rating-quote::before {
    position: absolute;
    font-size: 40px;
    line-height: 1;
    content: '“';
    left: 0;
    top: 3px;
    opacity: .3;
}

.rating-comment .asked {
    margin-left:10px;
}


.user-detail-ratings .rating-wrap {
    min-width: 280px;
    flex: 1;
    max-width: 290px;
}

.user-detail-ratings .rating-comment {
    max-width: calc(100% - 300px);
    flex: 1;
}

.rating-block h4{
    font-size:16px;
    margin-bottom:15px;
}


/* Rating photos */

.rating-photos {
    opacity: 0;
    height: 0;
    visibility: hidden;
    background-color: #E8E6DD;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding: 0 24px;
}

.rating-photos.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    padding: 16px 24px;
    margin: 16px 0 0;
}

.bg-success .rating-photos {
    background-color: #f3f2ed;
}

.trigger-rating-photos .hidephotos {
    display: none
}

.trigger-rating-photos.active .hidephotos {
    display: inline-block
}

.trigger-rating-photos.active .showphotos {
    display: none
}

.rating-photos-list {
    flex-wrap: wrap;
    list-style: none;
}

.rating-photos-list li {
    flex: 1 1 25%;
    max-width: 25%;
}

.rating-photos-list li img {
    width: 100%;
    padding-right: 10px;
    border-radius: 3px;
}


.table-img-txt {
    height: 160px;
    flex-direction: row;
    -ms-flex-direction: row;
}

.table-img {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 160px;
    height: 160px;
    border-radius: 4px;
    margin-right: 20px;
}
table-img::after{
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+42,0.77+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,0.77) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
}

.table-img {
    width: 100px;
    height: 100px;
}

.table-txt {
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 160px);
    position: relative;
}

.table-txt h3 {
    padding: 15px 0 7px;
}


.hange-questions{
    padding:30px 0;
    border-top:2px solid #e2e1dd;
}
.hange-questions:first-child{
    border:0;
    padding-top:0;
}
.hange-questions:last-child{
    padding-bottom:0;
}
.hange-questions-actions{
    margin-top:15px;
}
.hange-questions-actions .btn{
    margin-right:10px;
}



/* Uploaded files */
.files-list {
    list-style: none;
}
.files-list li {
    position: relative;
    margin-bottom:10px;
}

.files-list .file-badge {
    display: inline-block;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    color: #AD1940;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 8px;
    vertical-align: middle;
    margin-right: 10px;
}

.files-list .file-icon {
    margin-left: 0;
}

.file-name {
    position: relative;
}

.files-list .remove-file {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 25px;
    z-index: 9;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -5px;
    left: 10px;
    background-color: #302F33;
    color: #fff;
    transform: rotate(45deg);
    border-radius: 100%;
    transition: all 0.1s ease;
    cursor: pointer;
}

.files-list li:hover .remove-file {
    opacity: .6;
    visibility: visible;
}

.file-icon {
    display: inline-block;
    background: #007AFF;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 6px;
}
.file-icon img {
    width: auto;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}




/*------------------------
	MODALS
------------------------*/

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 1);
    overflow: auto;
    transition: .2s;
}

.modal-wrap.active {
    opacity: 1;
    z-index: 9999;
    background: rgba(0, 0, 0, .7);
    transition: opacity .4s;
}

.modal-wrap-inner{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    min-height: calc(100% - (30px * 2));
}

.modal-content {
    position: relative;
    margin: 50px auto;
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    box-shadow: 0 0 20px 0 rgba(54, 0, 0, 0.11);
    transform: scale(0.9);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    min-width: 400px;
}

.user-stats-modal .modal-content{
    max-width: 800px;
}

.active .modal-content {
    transform: scale(1);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.modal-close,
.procurement-replace-video-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 9;
}

.modal-close:hover,
.procurement-replace-video-modal-close:hover {
    transform: scale(1.1)
}



/* --------------------------
	GIVE RATING
-------------------------- */

.giverating fieldset,
.giverating label {
    margin: 0;
    padding: 0;
}

.rating-give {
    border: none;
    float: left;
}

.rating-give > input {
    display: none;
}

.rating-give > label:before {
    margin: 2px 3px;
    font-size: 1.1em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating-give > label {
    color: #ddd;
    float: right;
}

.rating-give > input:checked ~ label,
.rating-give:not(:checked) > label:hover,
.rating-give:not(:checked) > label:hover ~ label {
    color: #FFC107;
}

.rating-give > input:checked + label:hover,
.rating-give > input:checked ~ label:hover,
.rating-give > label:hover ~ input:checked ~ label,
.rating-give > input:checked ~ label:hover ~ label {
    color: #4c393c;
}



/*------------------------
	CUSTOM UPLOAD
------------------------*/

.box {
    background-color: #E8E6DD;
    position: relative;
    padding: 60px 24px;
    border: 1px solid #E8E6DD;
    text-align: center;
    border-radius: 4px;
}

.box.has-advanced-upload {
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.box.is-dragover {
    background-color: #fff;
}

.box__dragndrop {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY( -50%);
    transform: translateY( -50%);
}

.box__uploading {
    font-style: italic;
}

.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY( -50%) scale( 0);
    }
    75% {
        -webkit-transform: translateY( -50%) scale( 1.1);
    }
    to {
        -webkit-transform: translateY( -50%) scale( 1);
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY( -50%) scale( 0);
    }
    75% {
        transform: translateY( -50%) scale( 1.1);
    }
    to {
        transform: translateY( -50%) scale( 1);
    }
}

.box__restart {
    font-family: 'Lato', arial, sans-serif;
}

.box__restart:focus,
.box__restart:hover {
    color: #0099BA;
}

.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.js .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: #302F33;
    border-bottom: 1px solid #d6d5d3;
}

.js .box__file + label:hover {
    color: #007AFF;
    border-color: #007AFF;
}

.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
    color: #007AFF;
}

.js .box__file:focus + label,
.js .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.js .box__file + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.js .box__file + label em {
    font-style: normal;
    color: #007AFF;
}

.no-js .box__file + label {
    display: none;
}

.no-js .box__button {
    display: block;
}

.box__button {
    margin: 20px auto 0;
}



/* Big table */

.vestlus {
    display: inline-block;
    width: 86px;
    height: 26px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/bubble-new.png');
    cursor: pointer;
    padding:0 10px;
    white-space: nowrap;
    position: relative;
}
.vestlus:hover{color:#fff;background-position:0 100%;}

.vestlus .small {
    margin-left:6px;
    font-size: 13px;
    vertical-align: top;
}

.pulsating-circle {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top:-2px;
    right:-1px;
}
.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 240%;
    height: 240%;
    box-sizing: border-box;
    margin-left: -70%;
    margin-top: -70%;
    border-radius: 45px;
    background-color: #b4211f;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pakkumised-table-hidden-info {
    background-color: #F3F2EE;
    padding: 16px 24px;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.pakkumised-table-hidden-info h3 {
    font-size: 16px;
    margin-bottom:10px;
}

.pakkumised-table-hidden-info h3 span {
    font-size: 14px;
}

.pakkumised-table td {
    background: #f9f9f6;
}

.trigger-arved-info td { font-size:18px;}

.pakkumised-table .pakkumised-table-hidden-info-td:last-child {
    padding:0;
    border: 0;
}

.pakkumised-table .table-smaller td {
    padding: 4px 16px 4px 0;
    background: transparent;
}

.pakkumised-table .table-rating table.rating td {
    background: transparent;
}

.pakkumised-table .table-rating table.rating td {
    padding: 3px 0;
}

.table-rating-nr {
    width: 66px;
    height: 43px;
    margin-right: 10px;
    font-size: 28px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #007AFF;
}
.table-rating table.rating {
    position: relative;
    font-size: 12px;
    line-height: 12px;
    width: auto;
}
.table-rating table.rating td {
    padding: 3px 0;
    border: 0;
}
.table-rating table.rating td:first-child {
    padding-right: 8px;
}

.pakkumised-table-actions {
    margin: 5px;
    display: inline-block;
    cursor:pointer;
}

.pakkumised-table .winner td {
    background-color: #e9ffe6;
}
.pakkumised-table .new td {
    background-color: #f2f9ff;
}

.pakkumised-table-actions span {
    font-size:12px;
    color: #302F33;
    border-bottom: 1px solid #d6d5d3;
    margin-left:7px;
}
.pakkumised-table-actions:hover span {
    color: #007AFF;
    border-color: #007AFF;
}

span.added-date {display: none;font-size:12px;margin:7px 10px 0 0;opacity: .5;float:right;}

.pakkumised-table-actions img {
    vertical-align:middle;
    border-radius: 25px;
    width:25px;
    height:25px;
    background-color: #fff;
}
.pakkumised-table-actions:hover img {
    background-color: #eee;
}

.pakkumised-table .table-actions td{
  padding:0 14px;
  border: 0;
}

.callcompanies-table-img {
    vertical-align: sub;
    max-height: 30px;
    margin-right: 7px;
    max-width: 26px;
    object-fit: contain;
}


.callcompanies-rating-nr {
    width: 30px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: #007AFF;
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
}


.hange-question-answer-bubble {
    display: inline-block;
    position: relative;
    background-color: #007AFF;
    color: #fff;
    font-size: 14px;
    padding: 8px 24px 8px 12px;
    border-radius: 4px;
    margin-top: 6px;
}
.hange-question-answer-bubble.normal {
    background-color: #E8E6DD;
    color: #302F33;
}


.hange-question-question {
    display: inline-block;
    position: relative;
    background-color: #E8E6DD;
    font-size: 14px;
    padding: 8px 24px 8px 12px;
    border-radius: 4px;
    margin-top: 6px;
}
.hange-question-question::before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(252, 251, 250, 0);
    border-bottom-color: #e8e6dd;
    border-width: 5px;
}
.pakkumised-table-hidden-info .hange-question-answer.text-right .hange-question-question::before {
    left: auto;
    right: 10px;
    border-bottom-color: #007AFF;
}
.hange-question-question.short {
    max-width: 66%;
}
.hange-question-question.blue {
    background-color: #007AFF;
    color: #fff;
}

.pricerange {
    display: block;
    line-height: 1;
}
.text-muted {
    opacity: .3;
}
.km-mob {
    display: none;
}

.hange-question-answer-gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}
.hange-question-answer-gallery div {margin-left:10px;}
.hange-question-answer-gallery.added-preview {
    justify-content: flex-start;
}
.hange-question-answer-gallery.added-preview div {
    margin:0 10px 0 0;
}
.hange-question-answer-gallery.added-preview img {
    max-width: 180px;
    border-radius: 4px;
}

.hange-question-answer img {
    max-width: 180px;
    border-radius: 4px;
}
.hange-question-top img.smaller {
    margin-left: 8px;
    height: 15px;
}


.trigger-forminfo{
    z-index:2;
    position:relative;
}
.form-moreinfo{
    opacity: 0;
    height: 0;
    background-color: #E8E6DD;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 24px;
    border-radius: 0 0 3px 3px;
    transform: translateY(-150px);
    z-index: -1;
    visibility: hidden;
}
.hange-details-right .form-moreinfo,
.mobile-manage-btm-content .form-moreinfo {
    transform: translateY(-80px);
}
.form-moreinfo.active {
    opacity: 1;
    height: auto;
    padding: 9px 24px 13px;
    transform: translateY(0);
    z-index:1;
    visibility: visible;
}
.form-moreinfo h3 {
    font-size:16px;
    line-height:22px;
    margin:0;
}
.form-moreinfo p {
    font-size:12px;
    line-height:18px;
    margin:5px 0;
}
.form-moreinfo p:last-child {
    margin:5px 0 0;
}

.hange-question-area,
.hange-answer-area {
   margin-top:10px;
}

.pakkumised-table-hidden-info p.small.text-muted {
    margin: 0;
}

.one-qestion-answer-block{
   padding:20px 0;
   border-top:1px dashed #ccc;
}

.hange-answer-area {
    padding:0 33% 0 0;
}

.hange-question-area {
    padding:0 0 0 33%;
}

.lightgallery .lg-item {
    position: relative;
}

.uploaded-photo {
    position: relative;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.uploaded-photos .uploaded-photo {
    max-width: 180px;
    margin: 10px 10px 10px 0;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.uploaded-photo img {
    width: 100%;
    border-radius: 3px;
}

table .files .remove-upload-file,
.lightgallery .remove-file,
.uploaded-photo .remove-file {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 25px;
    z-index: 9;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #302F33;
    color: #fff;
    transform: rotate(45deg);
    border-radius: 100%;
    transition: all 0.1s ease;
    cursor: pointer;
}

table .files .remove-upload-file,
.lightgallery:hover .remove-file,
.uploaded-photo:hover .remove-file {
    opacity: .6;
}

table .files .remove-upload-file {
    top: calc(50% - 14px);
    right: calc(50% - 14px);
    opacity: .6;
}

table .files:hover .remove-upload-file {
    opacity: .8;
}

.history {
    list-style: none;
}
.history li {
    padding:10px 0;
    border-top:1px solid #eee;
}
.history li:first-child {
    border:0;
}
.history-date{
    font-size:14px;
    font-weight:700;
}
.history-content{
    display: block;
}

.history-block.scrolling-block{
    max-height:250px;
    overflow-y: scroll;
}

.some-actions{
    border-top:1px solid #eee;
    padding:20px 0;
    margin-top:20px;
}
.some-actions.margin0{
    padding-bottom:0;
}

.some-actions + .some-actions{
    margin-top:0;
}

.accodion .check{ }
.accordion textarea { max-width:33%;margin-top:10px;}

.uploaded-files{
    background: #f3f2ed;
    padding:1.5rem;
}

.uploaded-logo img{
    width:100%;
    max-width: 200px;
}

.with-form-helper .form-control{ width: calc(100% - 50px);display: inline-block;}
.with-form-helper span{margin-left:5px;}

.with-big-form-helper .form-control{ width: calc(100% - 164px);display: inline-block;}
.with-big-form-helper a{margin-left:5px;}

.block-add-imgs{
    padding:20px;
}


/* Copy code */

.copythiscode {
    border: 1px solid #979797;
    border-radius: 2px;
    padding: 16px;
    background-color: #E8E6DD;
}

.copythiscode code {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color:#666;
}


.graphs-accordion h3{
    position: relative;
    padding:1rem 5rem;
    cursor:pointer;
    color:#007AFF;
    text-align: center;
    font-size:20px;
}
.graphs-accordion h3::after { content: "+";font-size:3rem;position:absolute;right:20px;top:0.3rem;font-weight:300;line-height: 1;color:inherit; }
.graphs-accordion h3.active::after { content: "-";font-size:3.5rem; }
.graphs-accordion h3.active, .graphs-accordion h3.active::after, .graphs-accordion h3.active::before { color:#000; }

.graphs-accordion h3::before { content: "+";font-size:3rem;position:absolute;left:20px;top:0.3rem;font-weight:300;line-height: 1;color:inherit; }
.graphs-accordion h3.active::before { content: "-";font-size:3.5rem; }

.graphs-info{
    padding:20px;
}

/*------------------------
	BLOG
------------------------*/

.white_box-remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-image: url('../img/icon-delete.png');
    text-indent: -9000px;
    background-color: #f5f5f5;
}

.white_box-remove:hover {
    background-color: #ccc;
}

.photo-item {
    padding: 20px;
    margin: 20px 0;
    border: 2px dashed #ccc;
    border-radius: 5px;
}

.photo-item:not(.has-photo) {
    display: none;
}

.photo-item-img {
    height: 400px;
    margin-bottom: 20px;
    position: relative;
}

.photo-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-item-img-remove {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url('../img/close.svg');
    text-indent: -9000px;
    background-color: rgb(255, 0, 0);
}

.photo-item-img-remove:hover {
    background-color: #eee;
    border: 1px solid #fff;
}

/* Editor styles */
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    margin: 20px 0;
}

.ql-editor h3 {
    font-weight: 700;
}


/* New block */
.newblock-options {
    position: relative;
}

.show-newblock-options {
    background: #f3f2ed;
    padding: 35px;
    box-shadow: 0 0 15px rgb(70 70 70 / 10%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all ease .3s;
}

.show-newblock-options.active {
    visibility: visible;
    opacity: 1;
}

/* price graph */
.price-graph {
    padding: 50px 40px 30px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
    max-width: 840px;
}

.price-graph-columns {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/dino.svg');
    justify-content: center;
    align-items: center;
    min-height: 200px;
    text-align: center;
}

.price-graph-col {
    flex: 1;
}

.price-graph-col span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #aaa;
    margin: 0 0 10px;
}

.price-graph-col span.price-graph-col-nr .form-control {
    font-size: 30px;
    padding: 0;
    margin: 0 auto;
    max-width: 120px;
    text-align: center;
    background: transparent;
    border: 0;
}

.price-graph-col.active span,
.price-graph-col.active span.price-graph-col-nr .form-control {
    color: #fff;
}

.price-graph p {
    position: absolute;
    bottom: -25px;
    left: 0;
    color: #aaa;
}

/* Button block */
.button-block {
    margin: 20px 0 0;
    padding: 24px;
    background-color: #f3f2ed;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
}

.button-block .form-control {
    margin-right: 30px;
}

.button-block .btn {
    margin-left: auto;
}

/* --------------------------
    MEDIA QUERIES
-------------------------- */

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

@media only screen and (max-width: 500px) {
    .pakkumised-table .hidemob {
        display: none;
    }
    .km-mob {
        display: block;
    }
}
