
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica Sans-Serif;
    margin-bottom: 5px;
    padding-bottom: 0px;
    margin-top: 5px;
    padding-top: 0px;
}

h1 {
    font-size: 26px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    color: #555555;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: #555555;
}

h4 {
    font-size: 1.33em;
    font-weight: 500;
}

h5 {
    font-size: 1em;
    font-weight: 700;
}

h6 {
    font-size: .8em;
    font-weight: 700;
}

a {
    color: #2c65bf;
    font-style: italic;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }






.header {
    /*padding: 0px;*/
    text-align: right;
    height: 80px;
}

    .header ul {
        margin: 0px;
        display: block;
        padding: 5px 0px 0px 0px;
        float: right;
    }

        .header ul li {
            text-align: center;
            list-style: none;
            float: left;
            margin: 0px;
            padding: 5px;
            display: block;
        }

    .header a {
        margin: 0px;
        background-color: Transparent;
        color: #000;
        text-decoration: none;
    }

        .header a:hover {
            background-color: Transparent;
            color: #000;
            text-decoration: underline;
        }

    .header h1 {
        text-align: right;
        font-size: 18px;
        padding: 5px 5px 0px 0px;
        margin: 0px;
        line-height: 1em;
    }

    .header h2 {
        text-align: right;
        font-size: 14px;
        padding: 10px 5px 0px 0px;
        margin: 0px;
        line-height: 1em;
    }

.header {
    margin-bottom: 10px;
}

.footer {
    color: #5f5f5f;
    padding: 5px 0px 5px 0px;
    font-size: 10px;
    text-align: center;
}

.panel-tab {
    border-top: none;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
}

/*
.panel-default.panel-tab {
    background-color: #fff;
}
*/


.nav-tabs > li.active > a {
    background-color: #fdfdfd;
}

.nav-tabs > li > a {
    border-top: solid 1px #f0f0f0;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
	border-radius:0px;
}



#menu li a.disabled {
    color: #ffffff;
    background-color: #aaaaaa;
}

#menu a:hover {
    text-decoration: none;
    color: #444;
    background-color: #eee;
 /*   border-bottom: #ddd 1px solid;*/
}

/*



.menu-neo, #menu {
    padding: 0px;
}

.menu-neo a, #menu li a {
        display: block;
        margin: 0px;
        padding: 3px 10px 3px 10px;
        text-decoration: none;
        font-style: normal;
    }

        .menu-neo a.disabled, #menu li a.disabled {
            color: #ffffff;
            background-color: #aaaaaa;
        }

        .menu-neo a:hover, #menu a:hover {
            text-decoration: none;
            color: #444;
            background-color: #eee;
            border-bottom: #ddd 1px solid;
        }

.menu-neo .menu-sub {
    color: #fff;
    background-color: #999;
    border-bottom: #fff 1px solid;
}


.menu-neo .menu-sub {
    color: #000;
    background-color: #ddd;
    border-bottom: #fff 1px solid;
}

.menu-neo a {
    color: #fff;
    background-color: #586868;
    border-bottom: 1px solid #fff;
}
*/
.navbar, .nav-pills > li > a {
    border-radius: 0px;
}
/*
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
	*/


@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

    #menu {
        display: block;
    }
}

@media (max-width: 768px) {

    #menu {
        margin-top: 15px;
        margin-bottom: 15px;
        display: none;
    }

        #menu.collapse.in {
            display: block;
        }
}


.btn-toolbar {
    display: block;
    text-align: right;
    margin-right: 5px;
}

    .btn-toolbar .btn {
        float: none;
    }

hr {
    margin: 10px;
}

.input-text {
    padding: 5px;
}

.text-muted {
    color: #686868;
}

.text-footnote {
    font-size: 0.9em;
    color: #6868b8;
}

.text-center {
    text-align: center;
}

th.text-center {
    text-align: center;
}

td.text-center {
    text-align: center;
}

.text-danger {
    color: #aa0000;
}

.text-success {
    color: #00bb00;
}

.text-info {
    color: #2222dd;
}

.text-warning {
    color: #ccbb00;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 720px;
        margin: 30px auto;
    }
}

form {
    padding: 0;
    margin: 0;
}

/*condensed */
.form-group {
    margin-top: 0px;
    margin-bottom: 7px;
}




label {
    font-weight: normal;
    color: #222;
    text-align: left;
}

.mandatory {
    color: #6868a8;
    font-weight: bold;
}

.mandatoryMissing {
    color: #cc0000;
    font-weight: bold;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}


#debugBlock {
    font-size: 12px;
    color: #000000;
    margin-top: 30px;
    padding: 5px;
}

.debug {
    font-size: 12px;
    color: #777;
}

.calendarHeader {
    background-color: #2C65BF;
    color: #fff;
    font-weight: bold;
}

.enromentStatusEnrolled, .enromentStatusEnrolled a {
    color: #080;
}

    .enromentStatusEnrolled a:hover {
        color: #0a0;
    }

.enromentStatusNominated, .enromentStatusNominated a {
    color: #2C65BF;
}

    .enromentStatusNominated a:hover {
        color: #4c8fdf;
    }

.nominatedIndex {
    background-color: #2C65BF;
}

.enrolledIndex {
    background-color: #080;
}
/*
#contentPopup {
    margin-top: 11px;
    margin-left: 12px;
    width: 610px;
}
    */
.pageHelp {
    width: 25px;
    display: block;
    clear: both;
    float: right;
    position: relative;
    margin-bottom: 0px;
}

.pageHelp2 {
    width: 48px;
    display: block;
    clear: both;
    float: right;
    position: relative;
    margin-bottom: 0px;
}

.noDot {
    list-style-type: none;
}

.menuItem {
    font-family: Arial;
    color: #333333;
    text-decoration: none;
    background-color: Yellow;
}

.score {
    color: #6d6d6d;
    top: 0px;
}




.alert-info {
	background-color: #ccf0ff;
	color: #000;
	border: none;
	border-radius:0;
}

.alert-danger {
	background-color: #dd3300;
	color: #fff;
	border: none;
	border-radius: 0;
}

.alert-warning {
	background-color: #ffee77;
	color: #000;
	border: none;
	border-radius: 0;
}

.alert-success {
	background-color: #00aa22;
	color: #fff;
	border: none;
	border-radius: 0;
}




/* Sticky footer styles */
html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#push, #footer-bar {
    height: 60px;
}

#footer-bar {
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    #footer-bar {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}



@media (min-width: 992px) {
    .col-md-3 {
        min-height: 1px;
        padding-left: 0px;
        position: relative;
    }

    .col-md-9 {
        min-height: 1px;
        padding-right: 0px;
        position: relative;
    }
}


/*@media (min-width: 1200px) {
    .container {
        padding: 0px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
    }

    .header {
        padding-right: 15px;
    }
}*/





.panel, .panel-heading { border-radius:0; border:none;}
.btn {
    border-radius: 0;
    /*border-color: transparent;*/
}

/*
.btn-default {
border-color:#eaeaea;

}*/


.btn-default.disabled {
border-color:#f4f4f4;
color:#d8d8d8;
pointer-events:inherit;

}




    .btn-default:hover {
	border-color: transparent;
}

input, textarea,select,.form-control {
	border-radius: 0;
}

.well, .well-sm {
    border-radius: 0;
    border: none;
    border: 1px solid #ddd;
}

.panel { box-shadow:none;}


.panel-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
}


.panel-footer {
    border: 1px solid #ddd;
    border-radius: 0px;
}

.label {
	border-radius: 0;
	border: none
}

.modal-dialog, .modal-header, .modal-footer, .modal-content {

	border-radius: 0;
}