html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #444;
    display: block;
}

body {
    direction: rtl;
    font-size: 11px;
    list-style: none;
    overflow-x: hidden;
    direction: ltr;
}

footer {
    float: right;
    padding: 10px;
    margin: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    position: fixed;
    background-color: #f8f8f8;
    text-decoration: none;

}

footer a:hover {
    text-decoration: none;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.navbar-text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.calendar-row {
    margin: 20px 0;
    text-align: center;
}

.btn-calendar .calendar-text {
    font-size: 15px;
    font-weight: bold;
}

.text-date {
    margin-top: 2px !important;
    font-size: 20px;
}

.customcontainer {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: auto;
    margin-left: auto;
}

.customcontainer a:nth-of-type(1):before {
    content: "+";
}

.calendarword {
    color: #666666;
    font-size: 24px;
    padding-left: 20px;
    padding-top: 20px;
}

.rutgerslogo {
    padding: 10px;
    width: 70%;
}

.btn-group {
    margin-left: 10px;
    font-size: 20px;
}

.icon-left {
    margin-left: 10px;
}

.content {
    width: 100%;
}

.left-content {
    margin: auto;
    display: inline-block;
    width: 18%;
    height: 100%;
}

.right-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.table-comtent {
    margin-bottom: -11px;
}

.table-comtent .table-calendar {
    text-align: center;
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.h6pad {
    padding-left: 25px;
}

.grey {
    color: #b2b2b2;
}

.date-contetnt {
    display: block;
}

.col-table-calendar {
    width: 12%;
    display: inline-block;
}

.col-lg-calendar {
    float: left;
}

.col-number {
    font-weight: 700;
}

.col-date {
    color: #80868b;
    font-size: 15px;
}

.table-date {
    height: 46px;
    margin: 0 auto;
    width: 46px;
    border-radius: 100%;
}

.table-date-content {
    display: block;
    margin: 0 auto;
    line-height: 3;
    font-weight: bold;
    text-align: center;
    color: #666666;
}


.table-calendar .table-date:hover {
    background-color: #f1f3f4;
}

.col-settime {
    position: relative;
}

.cell-table {
    border: 1px solid #ddd;
    padding: 10px;
    border-right: 0;
    height: 100px;
    position: relative;

}

.table-bordered {
    padding: 0 !important;
    border: 0 !important;
}

.table-bordered {
    padding: 10px;
    position: relative;
    border-right: 1px solid #ddd !important
}

.col-time {
    height: 100px;
    position: relative;

}

.col-clock {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 11px;
    color: #70757a;
}

.full-clock {
    position: relative;
    width: 303px;
    display: none;
    margin-left: 160px;
}

.current-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ea4335;
    z-index: 22;
}

.current-time:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #ea4335;
    border-radius: 100%;
}


.each-session {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 5;
    border-color: rgb(228, 196, 65);
}

@media only screen and (max-width: 768px) {
    .col-settime {
        padding-right: 5px !important;
    }
}


.pages_counter {

    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    font-family: Aldhabi;
    font-size: 20px;
    color: black;
    padding: 10px;
}

.pages_counter:hover {

    color: white;
    background-color: gray;

}

.current_page {

    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    background-color: #b2b2b2;
    font-family: Aldhabi;
    font-size: 20px;
    color: black;
    padding: 10px;
}

#members, .paging_pages {
    top: 200px;
    margin-right: auto; /* 1 */
    margin-left: auto; /* 1 */
    margin-top: 100px;

    max-width: 960px; /* 2 */
    padding-right: 10px; /* 3 */
    padding-left: 10px; /* 3 */
}

.paging_pages {
    margin-top: 0;
    text-decoration: none;
}

#members tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

#members tbody tr:hover {
    background-color: #ddd;
    text-decoration: none;
}

.event_page th {
    text-align: center;
    font-weight: bold;
}

.event_page td {
    text-align: center;
}

.event_page {
    padding: 60px;

}

.event_page a {
    float: none;
    text-align: center;
    display: inline-block;
}

div.forms {
    display: block;
    text-align: center;
}

.form, .member_profile, .messages {

    background-color: #dddddd;
    top: 200px;
    margin-right: auto; /* 1 */
    margin-left: auto; /* 1 */

    max-width: 960px; /* 2 */

    padding-right: 10px; /* 3 */
    padding-left: 10px; /* 3 */
}

.messages {
    padding: 20px;
}

input {
    padding: 5px 15px;
    margin: 8px 0;
    box-sizing: border-box;
}


input[type=file] {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 215px;
    padding-top: 30px;
}

.event_id {
    float: right;
    font-weight: bold;
    color: black;
}

.event_id:hover {
    color: #404040;
    text-decoration: none;
}

.event_name {
    float: left;
    font-weight: bold;

}

.home_image {
    display: inline-block;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 50%;
    width: 35px;
    height: 35px;

}

.manage_image, .admin_manage_image {
    display: inline-block;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 50%;
    width: 100px;
    height: 100px;

}

.profile_image {
    display: inline-block;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 50%;
    width: 50px;
    height: 50px;

}

.profile_link {
    display: inline-block;
}

.middle {
    display: inline-block;
}

.text {
    background-color: black;
    color: white;
    font-size: 9px;
    padding: 5px 5px;
    border-radius: 5px;

}
.member_profile_edit img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.member_profile {
    margin-top: 30px;
    padding: 50px;
    text-align: center;
    display: block;
}


.member_profile img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.member_profile p {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: inherit;
    display: block;
    font-family: "A Jannat LT";
    font-weight: bold;
}

.member_profile span {
    background-color: #dddddd;
    border-radius: 10px;
    padding: 5px;
    margin: 0 3px 0 3px;
}

.forget_pass_title {
    font-weight: bold;
    padding: 30px;
    text-align: center;
    font-family: "B Nazanin";
    text-decoration: none;
}

.forget_pass_title:hover {
    text-decoration: none;
}

.messages_content {
    font-weight: bold;
    padding: 30px;
    text-align: center;
    font-family: "B Nazanin";
}

.sessions {
    margin: 35px 0 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%
}

.table-calendar {
    font-weight: bold;
}

.buttons:hover {
    text-decoration: none;
}

.event_head {
    text-align: center;
}
@media screen and (max-width: 500px){
    .content{
        width: 600px;
    }
}

@media screen and (max-width: 768px){
    .title-calendar{
      float: left;
    }

}