﻿body {
    padding-top: 90px;
    padding-bottom: 20px;
}

@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;
    }
}

/*Start of AG AIMS CSS*/
body, form {
    /*     padding: 0;
            margin: 0;
            overflow: hidden;*/
    /*margin-top:100px;*/
    min-height: 200px;
    min-width: 360px;
}

.grid {
    margin: 0 auto;
}

.BootstrapGridViewCustomHeaderStyle {
    background-color: #e9e9e9;
}

   
.BootstrapGridViewCustomHeaderStyle a 
    {
        color: #808080;
        font-weight: normal;
        text-align:center;
    }

.BootstrapGridView-AllowWrap {
    white-space: normal !important;
    /*word-break: break-all;*/
}

.custom-detail-cell {
    overflow-x: auto;
}


.BootstrapGridViewTable .dxbs-details-row.dxgvADR .dxgvADT.table td {
    white-space: normal !important;
}

/*.grid-nowrap-row {
    white-space: nowrap;
}*/

/*Swal messagebox*/
.btn-msgbox-error {
    padding: 10px 10px 10px 10px;
    border: 1px solid #808080 !important;
    background-color: #e2e2e2;
    width: 100px;
    font-weight: bold;
}

.SubSectionHeader {
    font-size: 14pt !important;
    font-weight: bold !important;
    color: #808080 !important;
    border-bottom: 1px solid #808080;
}


.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}

.welcome-header
{
    font-size:14pt;
    color:#808080;
}

.welcome-back {
    font-size: 16pt;
    color: #0088cc;
}

.logout-message {
    font-size: 14pt;
    color: #808080;
}

.page-header {
    font-size: 16pt;
    color: #808080;
    /*font-weight:bold;*/
    margin-bottom:20px!important;
}


.clsAppFormSectionHeader {
    background-color: lightgray;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}



.ClsApplyNewCourseButton {
    display: block;
    width: 160px;
    height: 40px;
    background: #4E9CAF;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    /*font-weight: bold;*/
}

.ClsApplyNowbutton {
    display: block;
    width: 150px;
    height: 40px;
    background: #5dade2;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    /*font-weight: bold;*/
}

.ClsApplyNowbutton a:hover {
    color: white;
    vertical-align: middle;
    text-decoration: none;
}

.ClsApplyNowbutton a:visited {
    color: white;
    vertical-align: middle;
    text-decoration: none;
}

.ClsApplyNowbutton a:link {
    color: white;
    vertical-align: middle;
    text-decoration: none;
}


table.clsFexiTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}

    table.clsFexiTable caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.clsFexiTable tr {
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table.clsFexiTable th, td {
        padding: .625em;
        text-align: center;
    }

    table.clsFexiTable th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    table.clsFexiTable thead {
        background-color: #0088cc;
        color: #FFFFFF;
    }

.clsFexiTableHeader {
    background-color: #0088cc;
    color: #FFFFFF;
}

.BootstrapLayoutItemCaption {
    font-weight:normal!important;
    color:#353535;
}