@font-face {
    font-family: IRANSansWeb Medium ;
    src: url('../font/eot/IRANSansWeb_Medium.eot') format('eot'),
    url('../font/ttf/IRANSansWeb_Medium.ttf') format('tryetype'),
    url('../font/woff/IRANSansWeb_Medium.woff') format('woff');
}
@font-face {
    font-family: IRANSansWeb Light ;
    src: url('../font/eot/IRANSansWeb_Light.eot') format('eot'),
    url('../font/ttf/IRANSansWeb_Light.ttf') format('tryetype'),
    url('../font/woff/IRANSansWeb_Light.woff') format('woff');
}
html,
body {
    height: 100%;
    direction: rtl;
}

body {
    font-family: "IRANSansWeb Medium";
    /*background-color: #4891c0;*/
}

.nav-tabs .nav-link{
    border-radius: 5px;
    margin: 2%;
    color:#ffffff;
    border: none;
    font-size: 10pt;
}
.nav-tabs .active{
    background: rgba(255, 255, 255, 0.5) !important;
}
button.logout{
    color:#757575 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent; !important;
}
button.logout i.fa{
    color:red;
}
.login {
    background-image: linear-gradient(180deg, #73C0E1 0%, #3F8CBE 100%);
    opacity: 0.95;
    padding-bottom: 10px;
    padding-bottom: 70px;
}
.book {
    margin-top: 90px;
}
.book img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}
.title {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: -0.02px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    padding: 3px;
    margin-top: 8px;
}

.title p {
    line-height: 40px;
}
#login-form *{
    color: #ffffff !important;
}
#login-form .btn-light{
    color: #3F8CBE !important;
}
input.grade,input.grade:focus {
    height: 20px !important;
    width: 50px !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.ordinary-text{
    font-size: 10pt;
}
.small-text{
    font-size: 9pt;
}
.white-text{
    color: #ffffff;
}
.help-block-error{
    color: #ff2812;
    font-size: 10pt;
}
label.text-gray{
    color: #717171;
    font-size: 10pt;
}