/**
 * styles/sidebar.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 */

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
    border-bottom: 1px solid #231f20;
    color:#1b1b1b;
    margin-bottom: 15px;
    padding: 0px 0px  15px;
    width: 200px;
}

#sidebar div.block span.blockTitle {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #231f20;
    font-family: "Arial";
    /*
    margin: -1.5em -1.4em 1.5em -1.4em;
    */
}

#sidebar div.block span.blockSubtitle {
    display: block;
    padding: 0;
    font-size: 12px;
    color: #4f4d5a;
    font-family: "Arial";
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

#sidebar input.textField {

    width: fit-content!important;
    background-color: white;
    margin-right: 60px;
}

#sidebar input.button {
    width: 85px;
    height: 23px;
    background-color: #106ba2;
    margin-left: 110px;
    margin-top: 10px;
    /* float: right; */
    margin-right: 60px;
    border: 1px solid;
    border-radius: 5px;
    color: white;
    cursor:pointer;
}


#sidebar input[type="checkbox"] {
    background-color: white;


}

#sidebar label {
    width: 70px;

    white-space: nowrap;
}

#sidebar select.selectMenu {
    width: 194px;
    background-color: white;

    margin-right: 60px;
}

#sidebar li a{
    /*font-size: 9px;*/
    color: #1b1b1b; !important
font-family: "Arial";
}

#sidebar table {
    width: 100%; !important
}

#sidebar input.button {
    width: 85px;
    height: 23px;
    background-color: #106ba2;
    margin-left: 110px;
    margin-top: 10px;
    /* float: right; */
    margin-right: 60px;
    border: 1px solid;
    border-radius: 5px;
    color: white;
    cursor:pointer;
}


#sidebar input[type="checkbox"] {
    background-color: white;


}

#sidebar label {
    width: 70px;

    white-space: nowrap;
}

#sidebar select.selectMenu {
    width: 194px;
    background-color: white;

    margin-right: 60px;
}

#sidebar li a{
    /*font-size: 9px;*/
    color: #1b1b1b; !important
font-family: "Arial";
}

#sidebar table {
    width: 100%; !important
}