@font-face {
    font-family: IRANSans;
    src: url(../fonts/IRANSans.ttf);
    font-weight: 300;
}

body {
    background-color: #ffffff;
    text-align: right !important;
    font-size:14px;
}

html, body {
    font-family: IRANSans, serif;
}

.login-box {
    padding-top: 50px;

}

.page-logo img {
    max-width: 135px;
}

.page-header1 {
    width: 100%;
    background: #3B3F51;
    border-bottom: 1px solid #e9ecf3;
}

.form-signin {
    height: auto;
    width: 100%;
    max-width: 330px;
    padding: 20px;
    margin: 0 auto;
    background-color: #3B3F51;
    border-radius: 3% !important;
    box-shadow: 5px 5px 18px #888888;
}

.table-box {
    margin: 20px;
    /*text-align: center;*/
    border-radius: 15px;
    border: 2px solid #3B3F51;
}

.table-box-header {
    background-color: #3B3F51;
    color: #f1f1f1;
    width: 100%;
    margin: 0;
    /*height: 60px;*/
    padding: 8px;
    padding-right: 20px;
    text-align: right;
    border-radius: 11px 11px 0 0;
}

.search-box input{
    display: inline;
    width:300px;
}

.table-box-body {
    margin: 20px;
    padding: 20px;
}

table {
    width: 80%;
}

tbody {
    text-align: center;
}

#dt_cafe {

}

div#dt_cafe_filter.dataTables_filter {
    float: left !important;
    display: none;
}

div#dt_cafe_length.dataTables_length {
    float: right !important;
}

div#ddt_cafe_info.dataTables_info {
    text-align: right !important;
}

li#dt_cafe_previous {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.alert {
    text-align:right;
}
.btn{
    font-size:16px;
}
.form-control{
    font-size:16px;
}