body {
    /*padding-top: 51px;*/
}
label {
    font-weight: 400;
    font-size: 14px;
}
.text-center {
    padding-top: 20px;
}
.col-xs-12 {
    background-color: #fff;
}
#sidebar {
    height: 100%;
    padding-right: 0;
    padding-top: 20px;
}
#sidebar .nav {
    width: 95%;
}
#sidebar li {
    border:0 #f2f2f2 solid;
    border-bottom-width:1px;
}

#sidebar li.active > a {
    /*background-color: white !important;*/
    color: #337ab7 !important;
    border: 0 #F0AD4E solid;
    border-right-width: 5px;
    font-weight: bold;
}
#sidebar li > a:hover {
    /*background-color: white !important;*/
    /*color: #337ab7 !important;*/
    border:0 #F0AD4E solid;
    border-right-width:1px;
}
#sidebar li.disabled  > a:hover {
    /*background-color: white !important;*/
    /*color: #337ab7 !important;*/
    border:0 #F0AD4E solid;
    border-right-width:0px;
}
.topbar, .marginbar {
    margin-right: 20px;
    margin-top:8px;
}
.mobile-item {
    display:none !important;
}
/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -41.6%;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -41.6%;
    }

    .row-offcanvas-right.active {
        right: 41.6%;
    }

    .row-offcanvas-left.active {
        left: 41.6%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 41.6%;
    }

    #sidebar {
        /*background-color: #333;*/
        padding-top: 0;
    }

    #sidebar .nav > li {
        color: #ddd;
        background: linear-gradient(#3E3E3E, #383838);
        border-top: 1px solid #484848;
        border-bottom: 1px solid #2E2E2E;
    }

    #sidebar .nav > li:first-child {
        border-top: 0;
    }

    #sidebar .nav > li > a {
        color: #ddd;
    }

    #sidebar .nav > li > a > img {
        max-width: 14px;
    }

    #sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
        text-decoration: none;
        background: linear-gradient(#373737, #323232);
        color: #fff;
    }

    #sidebar .nav .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    #sidebar .nav a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .mobile-item {
        display: block !important;
    }

    .topbar {
        display: none;
    }
    .panel-data {
        border: none;
    }
    .nav-divider {
        display: none !important;
    }
    .marginbar {
        margin-left: 20px;
    }
}
.label-as-badge {
    border-radius: 1em;
}
.menu-icon {
    min-width: 30px;
    text-align: center;
}
.licenseBar {

}
@media (max-width: 992px) {
    /*
    .labelExpiration {
        display:none;
    }*/
    .licenseBar {
        float:left !important;
        padding-left: 15px;
        padding-bottom: 20px;
    }
}

#gmap_basic_dashboard, #gmap_waiting {
    height: 180px;
    border: solid 1px #cccccc;
    text-align: center;
}
table i {
    width: 20px;
}
.login .logo {
  text-align: center;
}
.form-group {
    margin: 20px !important;
}

#gmap_basic {
    height: 400px;
    border: solid 1px #cccccc;
    padding-bottom: 20px;
    text-align: center;
}
.pagination {
    margin: 10px 0;
}
.pagination .active > a, .pagination .active > a:hover {
    background: #eee;
    border-color: #dddddd;
    color: #333;
}
a, a:focus, a:hover, a:active {
    outline: 0;
}

.input-small {
    width: 120px !important;
}
.form-inline input {
    margin-bottom: 0px !important;
}
.form-control {
    font-weight: normal;
    color: #333333;
    margin-right: 20px;
    box-shadow: none;
    height: 30px !important;
}
.nav-tabs, .nav-pills {
    margin-bottom: 10px;
}
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("../img/remove-icon-small.png") !important;
}
.dropdown a:hover {
    text-decoration: none;
}
.table-bordered>thead>tr>th {
    border-bottom: none !important;
}