.page-header-fixed .page-container {
    margin-top: 50px !important;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


body {
    //font-family: "Open Sans", sans-serif;
    line-height: 1.25 !important;
}
.my-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    /*margin: 0;*/
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    table-layout: fixed;
}

.my-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.my-table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.my-table th,
.my-table td {
    padding: .625em;
    text-align: center;
}

.my-table th {
    /*font-size: .85em;*/
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .my-table {
        border: 0;
    }
    .my-table caption {
        font-size: 1.3em;
    }
    .my-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .my-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .my-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .my-table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a .my-table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .my-table td:last-child {
        border-bottom: 0;
    }
}

#enrollment_ordinary_primary input {
    width: 45px;
}

/*.portlet {*/
    /*border: solid 1px white !important;*/
/*}*/

/*.portlet .portlet-title {*/
    /*border-bottom: solid 1px white !important;*/
    /*padding-top: 10px !important;*/
    /*padding-bottom: 10px !important;*/
    /*padding-left: 10px !important;*/
/*}*/




/*.dropdown-submenu {*/
    /*position: relative;*/
/*}*/

/*.dropdown-submenu>ul {*/
    /*top: 0;*/
    /*left: 100%;*/
    /*margin-top: -6px;*/
    /*margin-left: -1px;*/
    /*-webkit-border-radius: 0 6px 6px 6px;*/
    /*-moz-border-radius: 0 6px 6px;*/
    /*border-radius: 0 6px 6px 6px;*/
/*}*/

/*.dropdown-submenu:hover>ul {*/
    /*display: block;*/
/*}*/

/*.dropdown-submenu>a:after {*/
    /*display: block;*/
    /*content: " ";*/
    /*float: right;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-color: transparent;*/
    /*border-style: solid;*/
    /*border-width: 5px 0 5px 5px;*/
    /*border-left-color: #ccc;*/
    /*margin-top: 5px;*/
    /*margin-right: -10px;*/
/*}*/

/*.dropdown-submenu:hover>a:after {*/
    /*border-left-color: #fff;*/
/*}*/

/*.dropdown-submenu.pull-left {*/
    /*float: none;*/
/*}*/

/*.dropdown-submenu.pull-left>ul {*/
    /*left: -100%;*/
    /*margin-left: 10px;*/
    /*-webkit-border-radius: 6px 0 6px 6px;*/
    /*-moz-border-radius: 6px 0 6px 6px;*/
    /*border-radius: 6px 0 6px 6px;*/
/*}*/
