.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}

.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}

.tab-container{
    min-height: 500px;
}

.datepick-popup{
    z-index:2000 !important;
}

#applications-container{
    min-height: 500px;
    overflow-y: auto;
}
#student-register-container, #student-activation-code-container{
    min-height: 500px;
}
.dropdown{
    display: none;
}
.dropdown>a{
    width:100%;
    text-align: left;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ddd;
    font-weight: bold;
    padding: .7rem 1rem;
}
.dropdown-menu{
    left:5px;
    right:5px;
    width: 100%;
    z-index:1000;
}
.dropdown-menu li a{
    white-space: normal;
}



.lg-row, .lg-row2, .lg-row3, .lg-row4, .lg-row5{
    margin-bottom: -1px;
    border-radius: 0;
}
.lg-row>.list-group-item:first-child,
.lg-row2>.list-group-item:first-child,
.lg-row3>.list-group-item:first-child,
.lg-row4>.list-group-item:first-child,
.lg-row5>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.lg-row>.list-group-item:last-child,
.lg-row2>.list-group-item:last-child,
.lg-row3>.list-group-item:last-child,
.lg-row4>.list-group-item:last-child,
.lg-row5>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.lg-row li:nth-child(1){
    width: 20%;
}
.lg-row li:nth-child(2){
    width: 25%;
}
.lg-row li:nth-child(3){
    width: 10%;
}
.lg-row li:nth-child(4){
    width: 16%;
}
.lg-row li:nth-child(5){
    width: 16%;
}
.lg-row li:nth-child(6){
    width: 10%;
}

.lg-row2 li:nth-child(1){
    width: 10%;
}
.lg-row2 li:nth-child(2){
    width: 20%;
}
.lg-row2 li:nth-child(3){
    width: 20%;
}
.lg-row2 li:nth-child(4){
    width: 15%;
}
.lg-row2 li:nth-child(5){
    width: 10%;
}
.lg-row2 li:nth-child(6){
    width: 10%;
}
.lg-row2 li:nth-child(7){
    width: 15%;
}

.lg-row3 li:nth-child(1){
    width: 25%;
}
.lg-row3 li:nth-child(2){
    width: 20%;
}
.lg-row3 li:nth-child(3){
    width: 25%;
}
.lg-row3 li:nth-child(4){
    width: 30%;
}

.lg-row4 li:nth-child(1){
    width: 10%;
}
.lg-row4 li:nth-child(2){
    width: 15%;
}
.lg-row4 li:nth-child(3){
    width: 25%;
}
.lg-row4 li:nth-child(4){
    width: 20%;
}
.lg-row4 li:nth-child(5){
    width: 15%;
}
.lg-row4 li:nth-child(6){
    width: 15%;
}


.lg-row5 li:nth-child(1){
    width: 10%;
}
.lg-row5 li:nth-child(2){
    width: 12%;
}
.lg-row5 li:nth-child(3){
    width: 22%;
}
.lg-row5 li:nth-child(4){
    width: 13%;
}
.lg-row5 li:nth-child(5){
    width: 10%;
}
.lg-row5 li:nth-child(6){
    width: 10%;
}
.lg-row5 li:nth-child(7){
    width: 23%;
}


@media only screen and (max-width: 800px) {
    .lg-row, .lg-row2, .lg-row3, .lg-row4, .lg-row5{
        margin-bottom: 20px;
        border-radius: .25rem;
    }
    .lg-row li, .lg-row2 li, .lg-row3 li, .lg-row4 li, .lg-row5 li{
        width: unset !important;
    }
    .lg-row>.list-group-item:first-child,
    .lg-row2>.list-group-item:first-child,
    .lg-row3>.list-group-item:first-child,
    .lg-row4>.list-group-item:first-child,
    .lg-row5>.list-group-item:first-child {
        font-weight: bold;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }
    .lg-row>.list-group-item:last-child,
    .lg-row2>.list-group-item:last-child,
    .lg-row3>.list-group-item:last-child,
    .lg-row4>.list-group-item:last-child,
    .lg-row5>.list-group-item:last-child {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .dropdown{
        display:block;
    }

    .nav-tabs{
        display: none;
    }

    .accordion-button {
        padding: .7rem 1rem;
    }

}



/*eskiler

#uyari {
    color: red;
    border: 1px solid red;
    padding: 10px;
}

#staj_alert_message {
    display: none;
    background: #E3F3FA;
    border: 1px solid #42BAED;
    position: fixed;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    top: 200px;
    text-align: left;
    z-index: 10000;
}

#staj_alert_message h2 {
    margin: 5px;
    background: #2E96FF;
    color: #fff;
    padding: 2px 4px;
    font-size: 12pt;
}

#staj_alert_message div {
    font-weight: bold;
    margin: 10px;
}

#ilan_title {
    border: 1px solid #FFDB4D;
    background: #FFE685;
    clear: both;
}

#ilan_title h2 {
    margin: 2px 5px;
    float: left;
    font-size: 14pt;
}

#ilan_title span {
    float: right;
    margin: 5px;
    font-weight: bold;
    color: maroon;
}

#ilan_detail {
    float: right;
    width: 190px;
}

#ilan_detail div {
    border-bottom: 1px dotted #666;
    padding: 10px 0px;
}

#tbl_ilan_search_form td{
    padding: 10px 20px;
    text-align:center;
}
.seach_date{
    width:90px;
}

.tabbed {
    margin-top: 66px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
}
*/
