html, body {
    height: 100%;
    margin: 0;
}

.dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}

.table td, .table th {

    vertical-align: baseline;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #794d01;
}

.page-item.active .page-link {
    color: #000;
    background-color: #f9aa33;
    border-color: #f9aa33;
}

.page-link {
    color: #344955;
}

.container, .container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
}

.topbar .dropdown .dropdown-menu {
    z-index: 1001;
    background-color: #344955;
}

@media (min-width: 300px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/* Colors */
.btn-primary {
    color: #000;
    background-color: #f9aa33;
    border-color: #f9aa33;
}

.btn-primary:hover {
    color: #000;
    background-color: #c17b00;
    border-color: #c17b00;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #f9aa33;
    border-color: #c17b00;
}

.bg-secondary {
    background-color: #344955 !important;
}

.btn-outline-primary {
    color: #344955;
    border-color: #344955;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #f9aa33;
    border-color: #f9aa33;
}

.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #344955;
    border-color: #344955;
}

.text-primary {
    color: #344955 !important;
}

.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
    color: #f9aa33;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #f9aa33;
}

.sidebar-dark .nav-item.active .nav-link {
    color: #f9aa33;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #f9aa33;
}

.topbar #sidebarToggleTop:hover {
    background-color: #f9aa33;
}

.topbar .dropdown-list .dropdown-item:hover {
    background-color: #3a3b45;
}

.topbar .dropdown-list .dropdown-item:active {
    background-color: #3a3b45;

}

.topbar .dropdown-list .dropdown-item:focus {
    background-color: #3a3b45;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #c17b00;
    border: 0px solid #c17b00;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 179, 105, 0.5);
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 165, 78, 0.25);
}

.list-group-item.active {
    background-color: #344955;
    border-color: #344955;
}

.badge-primary {
    color: #000;
    background-color: #f9aa33;

}

.badge-secondary {
    background-color: #344955;
}

/*-----------------*/
#map {
    width: 100%;
    height: 100%;
}

.streamax {
    max-width: 960px;
}

.stream {
    max-width: 480px;
}

.form-control {
    height: 40px;

}

form.user .form-control-user {
    border-radius: .35rem;
    padding: 1rem 1rem;
}

#was {


    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 0, 0.7);
    position: absolute;
    top: 5rem;
    right: 1%;
    margin: auto;
    z-index: 900;
    display: inline-block;

}

.input.maps input {
    padding: 0 35px;
}

#places {
    float: left;
    width: 250px;
    border: 3px solid #ffdc64;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;

}

#map {
    width: 100%;
    height: 100%;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.scroler {

    width: 30rem;
    height: 41rem;
    z-index: 999;
    /* overflow-y: scroll;*/
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

#wrapper {
    height: 100%;
}

.img-profile {
    height: 2.50rem;
    width: 2.5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.01em 0.05em!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: none!important;
    border: none!important;
}