/*
Theme Name: Electives
Author: Dhr. Codeer
Author URI: http://dhrcodeer.nl
Version: 1.4
*/

body {
    background: #DFF3FD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 20px;
}

h1 { font-size: 50px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 20px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

a {
    color: #000;
    text-decoration: none;
}

/*
h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	font-style: normal;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
*/

.clear {
    clear: both;
}

/* All modules */

#page-all-modules h5 {
    padding: 5px;
    margin-top: 13px;
    margin-bottom: 13px;
}

#page-all-modules a {
    text-decoration: none;
}

#page-all-modules .generate {
    margin-left: 5px;
    margin-bottom: 15px;
}

#page-all-modules .cb {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

/* Single module */

.single-modules h1 {
    padding: 5px;
}

.single-modules h2 {
    padding: 5px;
}

.single-modules .generate {
    margin-left: 5px;
    margin-bottom: 15px;
}

.single-modules .left {
	width: 250px;
	float: left;
	margin: auto;
	padding: 5px;
    font-weight: bold;
}

.single-modules .right {
	margin-left: 260px;
	padding: 5px;
}

.single-modules .last {
	margin-top: 13px;
}

.single-modules .inleft {
	padding: 0;
	margin-top: 18px;
}

/* Eletives */

#page-electives .overview {
    overflow: hidden;
}

#page-electives .overview a {
    color: #000;
    text-decoration: none;
}

#page-electives .left {
    width: 50%;
    float: left;
}

#page-electives .right {
    width: 50%;
    float: right;
}

#page-electives .row {
    overflow: hidden;
    font-size: 16px;
}

#page-electives .row .p1 {
    width: 10%;
    float: left;
}

#page-electives .row .p2 {
    width: 10%;
    float: left;
}

#page-electives .row .p3 {
    width: 80%;
    float: left;
}

/* MyElectives */

#page-myelectives .row {
    clear: both;
    overflow: hidden;
}

#page-myelectives .row.hidden {
    display: none;
}

#page-myelectives .row p {
    width: 50%;
    float: left;
    margin-right: 1em;
}

#page-myelectives .row p .small {
    font-size: 14px;
}

#page-myelectives .row input {
    width: 230px;
    padding: 10px;
    margin-top: 1.2em;
}

#page-myelectives .row.wrong input, #page-myelectives .row.wrong textarea {
    border: 1px solid #ff0000;
}

#page-myelectives .row .alert {
    display: none;
}

#page-myelectives .row.wrong .alert {
    display: block;
    font-size: 12px;
    color: #ff0000;
    margin-left: 50%;
    margin-top: 5px;
    padding-left: 1.5em;
}

#page-myelectives .row select {
    width: 250px;
    margin-top: 1.7em;
}

#page-myelectives .row textarea {
    width: 250px;
    height: 100px;
    margin-top: 1.5em;
}

#page-myelectives .row .date {
    float: left;
    margin-top: 1em;
}

#page-myelectives hr {
    margin: 1.5em 0;
}

#compositioninfo, #composition2info, #vocalsinfo {
    display: none;
}

#page-myelectives .infoblock {
    display: none;
}

.year1only, .year2only, .year3only, .year4only {
    display: none;
}

#page-myelectives #electives {
    margin-top: 2em;
    margin-bottom: 2em;
}

#page-myelectives #electives .remove {
    padding-left: 20px;
    font-size: 12px;
    color: #000;
}

#page-myelectives #totals {
    clear: both;
}

/* Responsive */

@media screen and (max-width: 800px) {

    .single-modules .left {
        width: 100%;
        float: none;
    }

    .single-modules .right {
        margin-left: 0;
        margin-bottom: 20px;
    }

    #page-electives .left {
        width: 100%;
        float: none;
    }
    
    #page-electives .right {
        width: 100%;
        float: none;
    }
    
}