﻿body {
    padding-top: 70px;
    padding-bottom: 20px;
}

.panel-heading {
    text-align: center !important;
    align-content: center !important;
    background-color: darkorange !important;
}

/*.dxbs-gridview > .panel > table > tbody > tr.bg-primary .btn-link {
   color: #158cba !important;
}*/


@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
}
/*#MainContent_updCallsGrid tr:hover {
    color: white;
    background-color: #158cba;
}
.bg-primary:hover {
    color:white;
    background-color: #158cba !important;
}*/

.panel-default {
    padding: 0 15px;
}