﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 75px;
    background-color: RGB(237,239,237); 
}

.top-menu-item {
    font : bold;
    color : black;
    font-size : 12pt;
}


@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;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

.centerText {
    text-align: center;
}

.grid-header-style {
    background-color: lightblue;
    color: black;    
    /* font-weight : bold; */
}

.grid-header-style a {
        color: black;
}

.grid-footer-style {
    background-color: darkseagreen;
    color: black;
    font-weight: bold;
}


.grid-footer-style a {
       color: black; 
}

    


.grid-detail-header-style {
    background-color: rgb(199,218,211);
    color: black;
}

.grid-detail-header-style a {
    color: black;
}


.grid-focused-row {
    background-color : lightyellow;
    color : black;
}

.grid-border {
    border : 1px solid rgb(128, 128, 128);
    border-radius : 5px;
}

.manager-grid-header-style {
    background-color: lightslategrey;
    color: White;
    /* font-weight : bold; */
}

.manager-header-style a {
    color: white;
}


.pagecontrol-tab {
    background-color: gray;
    color : white;
}

.pagecontrol-tab a {
    color: white;
}

.pagecontrol-content {
    background-color: #67adc3;
}

.pagecontrol-activetab {
    background-color: #67adc3;
    color: white;
    font-size : 12pt;
    font : bold;
    border-radius : 5px 5px 0px 0px; 
}


.pagecontrol-activetab a {
    background-color: transparent !important; 
    font: bold;
    color: white;
}

.pagecontrol-activetab a.active {
    border-bottom-color: #67adc3 !important;
    color : white;
}

.round-corner {
    background-color: White;
    border-color: darkgray;
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
