.modal.fade.in {
    /* opacity: 1; */
    width: 17%;
}
/* .glyphicon {
    position: relative;
    top: 5px;
    right: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
/* #tree >li{
    color: black;
}
.s-move-content-outer{
    color: black;
} */
kbd {
    padding: 2px 4px;
    font-size: 100%;
    color: #fff;
    /* background-color: cadetblue; */
    background-color: rgb(110, 131, 148);

    /* chocolate */
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
/* .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: chocolate;
    border-radius: 10px;
} */
.badge-open {
    display: inline-block;
    min-width: 10px;
    padding: 3px 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* background-color: chocolate; */
    background-color:rgb(87, 236, 17,0.65);;
    border-radius: 8px;
}
.badge-sleep {
    display: inline-block;
    min-width: 10px;
    padding: 3px 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* background-color: chocolate; */
    background-color:rgba(17, 105, 236, 0.65);;
    border-radius: 8px;
}
.badge-close {
    display: inline-block;
    min-width: 10px;
    padding: 3px 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* background-color: chocolate; */
    background-color:rgb(252, 9, 9,0.83);
    border-radius: 8px;
}
.badge-r {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(252, 9, 9,0.83);
    border-radius: 10px;
    float: right;
}
.badge-g {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(87, 236, 17,0.65);
    border-radius: 10px;
    float: right;
}
.badge-b {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(226, 195, 17,0.65);
    border-radius: 10px;
    float: right;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 140%;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
input{
    color: black;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
    width: 14px;
    height: 14px;
}
.label-info {
    background-color:rgba(25, 109, 235, 0.25);
}
.table>tbody>tr>td {
    color:white;
    text-align: center;
}
#gatherTable >thead>tr>th{
    text-align: center;
}
/* #getDataTable{
    overflow: hidden;
} */
.btn-primary {
    color: #fff;
    background-color: rgba(25, 109, 235, 0.45);
    border-color: #2e6da4;
}
.carousel-caption {
    left: 5%;
    padding-bottom: 0px;
    right: 5%;
}
.carousel-indicators {
    bottom: -5px;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #ec0101;
    border-color: #faebcc;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #a2de96;
    border-color: #bce8f1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #ea6227;
    border-color: #ebccd1;
}
.panel-default>.panel-heading, .panel-footer {
    background: #f2a51a !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 9px;
    border: 0;
}
.btn-warning {
    color: #fff;
    background-color: #00bcd4;
    border-color: #4180a0;
    margin-top: 5px;
    
}
.btn-warning:hover {
    color: #fff;
    background-color: #00a8cc;
    border-color: #4180a0;
}
.dropdown-menu, .elfinder-button-menu, .elfinder-contextmenu {
    background: rgba(255, 255, 255, 0.85);
    margin-top: -1px;
    overflow: visible;
    color: #000;
}

/* #controlInfoTable {
    color: yellow;
} */
th{
    text-align: center;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
    height: 180px;
}
.tab-pan.fade.in {
    /* opacity: 1; */
    width: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: black;
    border-color: #337ab7;
}
#dronePicModal{
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}
#droneOnePic{
    width: 100%;
    height: 100%;
}
