.help-subset {
    margin: 0 50px 30px 50px;
    line-height: 150%;
}

.help-subset p {
    direction: rtl;
}

.title {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.title-sub {
    color: rgb(1, 124, 113);
    font-size: 16px;
    font-weight: normal;
}

.back {
    float: left;
    margin-left: 30px;
}

.back :hover {
    font-weight: bold;
}

.back a {
    text-decoration: none;
    font-size: 12px;
    color: gray;
}

.back-btn {
    display: inline-block;
    background-color: #c4c4c4;
    height: 15px;
    width: 15px;
    color: #333333;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

.back-btn i {
    margin-top: 4px;
    margin-right: 1px;
    font-size: 9px;
}

.information {
    font-size: 14px;
    font-weight: normal;
    color: #2b2b2b;
    text-align: justify;

}

.information i {
    font-size: 10px;
    color: #4E9A91;
}

.media-area {
    border: 1px solid #a5a5a5;
    border-radius: 15px;
    text-align: center;
}

.photo {
    min-height: 300px;
    max-height: 400px;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    padding: 5px;
    margin: 10px;
}

.video-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(61, 61, 61, 0.6);
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    color: white;
    display: inline-table;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 0 15px 0;
}

.video-icon:hover {
    background-color: rgb(84, 85, 87);
}

.video-icon i {
    padding-top: 9px;
}

.photo img {
    /*width:100%;*/
    padding: 5px 0;
    max-height: 295px;
    display: block;
    margin: auto;
}

/*paging css*/

#main {
    direction: ltr;
}

#holder {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    height: auto !important;
    min-height: 475px;
}

.swControls {
    position: absolute;
    direction: rtl;
}

a.swShowPage {

    /* The links that initiate the page slide */

    background-color: #444444;
    float: left;
    height: 15px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 15px;

    /* CSS3 rounded corners */

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

a.swShowPage:hover,
a.swShowPage.active {
    background-color: rgb(1, 124, 113);

    /*	CSS3 inner shadow */

    -moz-box-shadow: 0 0 7px #1e435d inset;
    /*-webkit-box-shadow:0 0 7px #1e435d inset;*/
    box-shadow: 0 0 7px #1e435d inset;
}

#holder li {
    list-style: none outside none;
}

a, a:visited {
    outline: none;
}

.swbtn {
    float: left;
    text-decoration: none;
    font-size: 12px;
}

.next-btn {
    padding-left: 5px;
}

.previous-btn {
    padding-right: 5px;
}
.swbtn i{
    padding:0 3px;
}
/* table */
table {
    margin: 20px auto;
    width: 90%;
    direction: rtl;
}

table > tbody > tr.tableizer-firstrow > th {
    padding: 10px;
    background: #85f2ff;
}

table > tbody > tr > td {
    border: 4px solid rgba(255, 235, 228, 0.25);
    width: 170px;
    padding: 5px 8px;
    background: rgba(255, 235, 228, 0.5);
    font-size: 13px;
}

table > tbody > tr > td > a {
    font-size: 13px;
}

td > .check {
    color: #12a43f;
    font-size: 16px;
}

.field-name {
    width: 25%;
}

.field-required {
    width: 5%;
}

.description {
    width: 70%;
}