.dx-gallery-item {
	height: 225px;
	background-color: white;
}

.dx-gallery-item img {
    height: 225px;
    width: 100%;
    max-width: 100%;
    float: left;
}

.dx-gallery-item p{
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
}

.dx-gallery-item a{
	color: white;
}

.dx-field:hover{
	/*background-color: #f1f1f1;
	border-top: 1px solid;
	border-bottom: 1px solid;*/
}

/*.dx-field{
	margin:0;
}*/

.dx-field-value{
	width: 100%;
}

.dx-overlay-shader {
    background-color: rgba(0,0,0,.7);
}

.settings{
	display:flex;
	width: 100% !important;
}

.watch-detail .dx-field{
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 0;
}

#teplomery .gauge-element {
    height: 100%;
    width: 30%;
    float: left;
}

.dx-row.dx-data-row .bluerow {
    color: #337ab7;
}

.imgp{
	float: right;
    z-index: 15;
    position: absolute;
    /*background-color: white;*/
    background-color: rgba(0,0,0,0.5);
    width: 40%;
    height: 50%;
    top: 25%;
    /* opacity: 0.6; */
    /*border-radius: 6px;*/
     right: 1%; 
    /*left: 1%;*/
}

#search-value{
 	width: 70%;
 	display: inline-flex;
 }
 
 .popup-vyhledavani .dx-popup-content{
 	margin: auto;
    text-align: center;
 }
 
 .dx-button-content{
 	width: 100%;
 }
 
 .dx-button-mode-contained.dx-button-warning {
    background-color: #F9812A;
    border-color: transparent;
    color: #fff;
}

 .dx-button-mode-contained.dx-button-yellow {
    background-color: #FADA5E;
    border-color: transparent;
    color: #fff;
}