﻿



/************Layout CSS Start************/
html, body {
    margin: 0px;
    background-image: none;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

#container {
    background-color: white;
    margin:auto;
    width: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 100px;
    
}

#messages {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 50px;
}

#buttoncolor {
    background-color: #002F87 !important;
}

/************Header CSS Start************/
.header {
    width: 100% !important;
    color: #ddd8ce;
    padding-bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    margin:  0;
    height: 200px;
}
.header div{
    display: block;
}

.topHeader {
    background-color: #002F87 !important;
    width: 100%;
    margin: 0;
    height: 35px;
    padding-bottom: 10px;
}
    .topHeader button {
        float: right;
        height: 35px;
        width: 80px;
        background-color: #CF0A2C;
        font-family: Arial;
        font-size:19px;
        color:white;
        border: none;
    }

.bottomHeader{
    padding-bottom:30px;
    padding-top:30px;
}

.bottomHeader ul {
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
}

.bottomHeader ul li {
    display: inline-block;
    vertical-align: bottom;

}

    .bottomHeader li span {
        vertical-align: bottom;
        text-decoration: none;
        color: white;
    }

    .bottomHeader li:nth-child(even) {
        height: 100%;
        float: right;
        width: 50%;
        text-align: right;
        list-style-position: inside;
    }




    .bottomHeader li:nth-child(odd) {
        text-decoration: none;        
        float: left;
        width: 50%;
    }


    .bottomHeader h2, h4 {
        text-align:left;
        width: 200px;
        margin-left:60%;
    }

#welcome {
    font-size: 16px;
    text-align: left;
    width: 200px;
    margin-left: 60%;
}

#login {
    font-size: 24px;
    color: black;
    text-align: left;
    width: 200px;
    margin-left: 60%;
}



/************Header CSS End************/


/********footer CSS Start****************/
.footerSection {
    position: fixed;
    width: 100% !important;
    left: 0;
    background-color: gray !important;
    height: 80px;
    bottom: 0;
    color: white;
}

    .footerSection span {
        display: block;
        width: 20%;
        height: 100%;
        margin: 0 auto;
    }

/********footer CSS End****************/

/************Header Nav Bar CSS Start************/
#navbarMenu {
    background-image: url('../Images/menu_blank.jpg');
    width: 100%;
    height: 29px;
}

    #navbarMenu ul li {
        display: inline-block;
    }

    #navbarMenu a {
        padding-top: 5px;
        margin-left: 20px;
        display: inline-block;
        vertical-align: bottom;
        text-decoration: none;
        color: black;
        padding-right: 20px;
        border-right: 1px solid white;
        padding-bottom: 5px;
        padding-left: 5px;
    }

        #navbarMenu a:hover {
            color: red;
        }

.activelink {
    color: red;
}







/************Header Nav Bar CSS End************/

/************Layout CSS End************/








/************Body CSS Start************/

/************Body Sections CSS Start************/

.breadCrumbSection {
    padding-top: 10px;
    margin-right: 10%;
    padding-bottom: 30px;
}

.searchSection {
    margin: 0 auto;
    width: 98%;
    padding-bottom: 50px;
    padding-right: 20px;
}

.bodySection {
    margin: 0 auto;
    width: 98%;
    padding-bottom: 10px;
    padding-right: 20%;
}

.searchSection input {
    display: inline-block;
}

.managerSection {
    width: 100%;
    padding-top: 20px;
}

.MUSection {
    padding-bottom: 30px;
    width: 100%;
}

    .MUSection table {
        padding-bottom: 30px;
        float: right;
        margin-right: 62px;
    }


.SelectSection {
    margin: 0 auto;
    width: 98%;
    margin-top: 100px;
}

.SubmitSection {
    float: right;
    margin-right: 22%;
}

#messageSection {
    margin: 0 auto;
    width: 98%;
    padding-top: 20px;
    padding-right: 20%;
}

/************Body Sections CSS End************/


.UserTable {
    width: 100%;
}

    .UserTable th, td {
        padding: 0px 0px 5px 30px;
        vertical-align: text-bottom;
    }

        .UserTable th:nth-child(even) {
            padding-top: 20px;
            vertical-align: top;
        }

.tableTD td {
    font-weight: normal;
}

.tableTD th {
    vertical-align: top;
}

.listbox {
    width: 100%;
    height: 100% !important;
}

#left, #middle, #right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-size: 12px;
}

#left {
    width: 39%;
    padding-left: 50px
}

#middle {
    width: 20%;
}

    #middle ul {
        width: 100%;
        margin: auto;
        list-style-type: none;
        padding-left: 60px
    }

        #middle ul li {
            padding-top: 5px;
        }

#right {
    width: 39%;
    padding-top: 0;
    padding-left: 10px
}



#loaderIcon {
}

.loader {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -70px; /*half the size of width*/
    border-radius: 50%;
    border: 8px solid #BBD7F9;
    
    border-top: 8px solid #001C46;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 2147489999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    padding-right: 20px;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.moveDataButton {
    width: 50px;
}


#Searchtable tr td:nth-child(odd) {
    width: 10%;
    /*
padding-right:2px; 
    */
    padding-left: 10px;
}

#Searchtable tr td:nth-child(even) {
    width: 30%;
    padding-right: 2px;
}

.btn-primary {
    background-color: #002F87 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    padding: 0;
    margin-left: 0 !important;
}

    .dropdown-content a {
        color: black;
        text-decoration: none;
        min-width: 180px;
        margin-left: 0 !important;
        display: block;
    }

    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*.tableGrid th:nth-child(3), td:nth-child(3) {
    display: none;
}*/

.tableGrid {
    border-collapse: collapse;
    width: 100%;
}


    .tableGrid th, td {
        font-size: 1.2em;
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        height:40px;
    }