@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
	font-family: iranyekan ,roboto ,Arial !important;
}

div#logo {
    float: right;
    height: 70px;
    width: 100px;
    border: solid 1px #8aaeff;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
}

div#menu {
    float: right;
    height: 70px;
    line-height: 62px;
}

div#user-info {
    float: left;
    line-height: 62px;
    border: solid 1px #8aaeff;
    height: 70px;
    border-top: 0;
    border-bottom: 0;
    padding: 0 25px;
}

header {
    border-bottom: solid 1px #8aaeff;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.menu-item {
    padding: 0 40px;
}

.login-form {
    width: 400px;
    margin: auto;
}

#button-container {
    float: left;
}

#page-title {
    float: right;
    line-height: 39px;
}

.print-only {
    display: none;
}

@media print {
    #user-info, #menu {
        display: none;
    }

    #week-select {
        border: 0;
        -webkit-appearance: textfield;
        background: none;
    }

    .print-only {
        display: block;
        padding: 20px;
        float: right;
    }
}
