.modal-dialog {
    width: 800px;
    margin: 150px auto;
}
.btn-warning{
    margin-top: 7px;
    margin-right: 3px;
}
/* .btn-warning .badge {
    color: #f0ad4e;
    background-color: rgba(230, 13, 13, 0.849);
} */
img {
    vertical-align: middle;
    padding-left: 0.5%;
    padding-right: 0.5%;
    /* right: 5%; */
}
.btn-primary {
    color: #fff;
    background-color: rgba(25, 109, 235, 0.45);
    border-color: #2e6da4;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
a:hover, a:focus {
    color:  #FF4800;
    text-decoration: none;

}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus,li.list-group-item:hover, li.list-group-item:focus{
    color: #FF4800;
    text-decoration: none;
    background-color: #f5f5f5;
}
#alertAudio{
    margin-bottom: 10px;
}
.dropdown-menu, .elfinder-button-menu, .elfinder-contextmenu {
    background: rgba(255, 255, 255, 0.85);
    margin-top: -1px;
    overflow: visible;
    color: #000;
}
.label-info {
    background-color: rgba(25, 109, 235, 0.25);
    line-height: 2;
}
.fade.in {
    /* opacity: 1; */
    width: 25%;
}
.modal.in .modal-dialog {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#PicModal {
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}
#dronePicModal{
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}
/*  */