.div-tematres {
    position:relative;
    float:right;
    top: 0px;
    left: 0px;
}

.btn-tematres {
    height: 34px;
    border: 0px solid #ccc;
    border-radius: 0 2px 2px 0;
    position: absolute;
    margin-right: 0px;
    /*padding: 2px 2px !important;*/
}

#Tema {
	border-radius: 5px 0 0 5px;
}

.campo-boton-tematres {
	float: left;
	width: 344px;
}

.div-tematres2 {
    float: left;
    margin: 34px 0px 0 -5px !important;
    border: 1px solid #bdbdbd;
    width: auto;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

.form-horizontal .campo-boton-tematres {
    width: 93%;
    float: left;
    z-index: 50;
}

.form-horizontal .div-tematres2 {
    float: left;
    margin:0 4px 0 15px;
    border: 0px solid #bdbdbd;
    width: auto;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

.campo-boton-tematres input {
	border-radius:4px 0 0 4px !important;
}

.div-tematres2 input{
    height: 32px !important;
}
.popover {
  
    color: #212529 !important;
    z-index: 99999999999;
}
.pop-title {
    display: none;
    color: blue;
    font-size: 15px;
}

.pop-content {
    display: none;
    color: red;
    font-size: 10px;
}
@media only screen and (min-width: 481px){

}

@media only screen and (min-width: 768px){
		
}

@media only screen and (min-width: 1050px){

}

@media only screen and (min-width: 1200px){

}