@charset "UTF-8";
/* CSS Document */

.uavtitles{
	font-size: 12px;
}
.uavrow,.eqprow{
	position: relative;margin-bottom:2px;
}
.uavdel{
	position: absolute;right:-3px;top:6px;z-index:2;
}
.uavdel:hover{
	color:red;
	cursor: pointer;
}
.addDroneButton:hover{
	color:lightslategray;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
.uavdel {
    right: 20px;
    top: -4px;
}
}
.caret, .caret2{
        position: relative;
        display: inline-block;
	width:100%;
	
    }
.caret input:hover{
	cursor: pointer;
	
}
    .caret::after{
    right: 10px;
    top: 18px;
    color: rgb(130,130,130);
    position: absolute;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    }

.caret input:focus {
  outline: none;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
	
}
input:read-only, input[readonly="readonly"], input[readonly] {
  background-color: white !important;
}
.selectdown{
	width: 100%;
    position: absolute;
    z-index: 98;
    left: 0px;
	overflow: scroll;
	height: auto;
	top:39px;
	
    height: 240px;
	overflow-x: hidden;
	padding: 0;   
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.com-right span:hover, .com-left span:hover{
	cursor: pointer;
}
.com-left{
	width:100%;
	height: 100%;
    overflow-y: scroll;
	
	border-radius: .25rem;
}
.backButton{
	padding:0px 3px;
}
.com-right{
	width:100%;padding:0px;
	height:100%;background: white; 
    overflow-y: scroll;
	position: absolute;
	border-radius: .25rem;
	left:100%;
	top:1px;
	z-index: 100;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.copen{
	left:0px;
}
.subquote{
	padding:0px;
}
.bOption{
	font-size: 12px;
}
.input-group input, .caret2 input{
	height:30px;
}
.input-icon-down i{
	font-size: 24px;
}