/*disabling context menu only for images*/
 img{
-webkit-touch-callout: none !important; 
 -webkit-user-select: none !important; }
 
.login-text, .forgot-password, .remember-me, .total-items, .item-location{
	color:#025a95;
}
.remember-me-label{
	margin:3px 0 0 5px;
	float:right;
}
.btn-login{
	background:#025a95;
	color:#fff;
}
.btn-login:hover{
	background:#025a95;
	color:#fff;
}
.register-text{
	margin-top:30px;
	color:#025a95;
}
header{
	margin: 5px 0 20px;
}

.total-items h2{
	font-size:3rem;
}

.ui-pagecontainer{
	margin-top:20px;
}
.total-price{
	font-size:15px;
	font-weight:bold;
	color:yellowgreen;
}
.item-price{
	color:yellowgreen;
}
.share_button{
	text-align:right;
	padding-top:25px;
}
.ellipse, .ellipse-new-cat{
	margin:10px 0;
}
.ellipse img{
	cursor:pointer;
}
.ellipse-new-cat img{
	text-align:left;
}
.ellipse-text, .ellipse-new-text{
	position: absolute;
    top: 32px;
    left: 79px;
    color: white;
	cursor:pointer;
}
.ellipse-count{
	position: absolute;
    top: 55px;
    left: 138px;
    color: white;
	cursor:pointer;
}
.ellipse-new-text{
	color:#025a95;
	cursor:pointer;
	font-weight:bold;
}
.category-name{
	color:#808080;
	font-size:20px;
}
footer{
	/*margin: 20px 0;*/
}
.back-link{
	/*padding: 25px 0;*/
}
.back-link a{
	color:#025a95;
	font-size:20px;
}

/* Item page */

.search-item-table{
    max-width: 1110px;
    background: #fff;
    z-index: 10;
	cursor:pointer;
}
.minus, .plus, .item-price, .item-location, .item-name, .tags-plus, .remove-tag, .image-button, .category-item, .multi-icons-r, .image-icon, .footer-icons, .tag-icons, .ellipse-new-cat, .language, .edit-item{
	cursor:pointer;
}
.multiple-action-contanier{
	
	left:auto;
	right:auto;
}
.multiple-action{
	background:#add8e6;
}
.multi-icons{
	padding:10px;
}
.multi-icons-r{
	margin-right:10px;
}
input[type=checkbox] {width:32px; height:32px;}

.check-all, .check-all td{
	background:#fff !important;
	border:0
	
}
/* Tags */
.tags{
	margin:5px 0 0;
}
.tag-item{
	background: #c31714;
    color: #fff;
    border: 2px solid #c31714;
    padding: 0px 5px 2px;
    border-radius: 5px;
	margin: 0 5px;
}
.tags-list{
	max-width:950px;
}
.tag-icons{
	position:absolute;
	top: 10px;
}
.tag-edit{
	right:75px;
}
.tag-delete{
	right:20px;
}

.image-upload > input {
  visibility:hidden;
  width:0;
  height:0
}

.item-image{
object-fit: cover;
	/*width:70px; 
	height:70px;*/
	max-height: 70px;
}

.image-icon{
	max-width: 70px;
}
.image-delete{
	padding: 10px 18px 0 0;
}



/*?*/
button a {
	color:#fff;
	text-decoration:none;
}
button a:hover {
	color:#fff;
	text-decoration:none;
}


.footer{
	background:#fff;
}
.fixed-bottom {
	padding-top:10px;
}
.footer-icons{
	max-height:30px;
}
.footer .question-icon{
	text-align:right;
}
/*Loader*/
.loader{
	background:#fff url(../img/loader.gif) no-repeat center center;
	height: 70px;
	width: 70px;
	position: fixed;
	left: 48%;
	top: 40%;
	margin: -25px 0 0 -25px;
	z-index: 1000;
	display:none;
}

/*functions*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.success:checked + .slider {
  background-color: #8bc34a;
}


input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.list-group-item{
	border:0;
}
/* Tags */
.tag-list .list-group-item{
	border:1px solid rgba(0,0,0,.125);
	border-left: 0;
	border-right:0;
}
.badge-primary{
	background:#025a95;
}
/*Images*/
.image-list{
	object-fit: cover;
	width:200px; 
	height:200px;
	margin-top:10px;
}

/* Search */
table.search-item-table a{
	color:#495057;
	text-decoration:none;
}

/*mobile*/

@media (min-width: 320px) and (max-width: 359px)  {
	.tags-list{
		max-width:135px;
	}
	.ellipse-text, .ellipse-new-text{
		left: 27px;
	}
	.ellipse-count{
		left: 75px;
		top: 51px;
	}
	.ellipse img{
		width:130px
	}
}

@media (min-width: 360px) {
	.tags-list{
		max-width:135px;
	}
	.ellipse-text, .ellipse-new-text{
		left: 29px;
	}
	.ellipse-count{
		left: 85px;
	}
}

@media (min-width: 375px) {
	.tags-list{
		max-width:200px;
	}
	.ellipse-text, .ellipse-new-text{
		left: 37px;
	}
	.ellipse-count{
		left: 92px;
	}
}


@media (min-width: 414px) {
	.tags-list{
		max-width:230px;
	}
	.ellipse-text, .ellipse-new-text{
		left: 41px;
	}
	.ellipse-count{
		left: 97px;
	}
}

@media (min-width: 500px) {
	.tags-list{
		max-width:320px;
	}
	.ellipse-text, .ellipse-new-text{
		left: 27px;
	}
	.ellipse-count{
		left: 85px;
	}
}


@media (min-width: 576px) {
	.tags-list{
		max-width:350px;
	}
}


@media (min-width: 768px) {  
	.tags-list{
		max-width:530px;
	}
}


@media (min-width: 992px) { 
	.tags-list{
		max-width:770px;
	}
	.share_button{
		text-align:right;
	}
	.ellipse-text, .ellipse-new-text{
		left: 57px;
	}
	.ellipse-count{
		left: 116px;
	}
}


@media (min-width: 1200px) { 
	.tags-list{
		max-width:955px;
	}
	.ellipse-text, .ellipse-new-text{
		left: 79px;
	}
	.ellipse-count{
		left: 138px;
	}
}