﻿
.icon-outlined {
    width: 100px !important;
    height: 100px !important;
}

    .icon-outlined img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 5000px;
    }


@media only screen and (max-width: 1199px) {
    .MyCenter > .list-inline > li {
        display: block;
        text-align: right;
        padding: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .box-icon-bordered {
        margin-bottom: 50px !important;
    }
}

.MyTD {
    font-size: 13px;
    font-weight: 300;
}

.hdn {
    display: none;
}

#MyRating {
    margin: 0 auto;
    height: 20px;
    display: inline-block;
}

.dinb {
    display: inline-block;
}

.myRateH {
    height: 20px;
}

.MyHonorImg {
    object-fit: cover;
}

.MyNewsImg {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.jqstooltip {
    min-height: 25px;
    min-width: 49px;
    text-align: right;
}

.jw-title-primary {
    text-align: right !important;
}

ul.jw-reset li a {
    text-align: right !important;
}

.jw-logo {
    top: 5px !important;
}

.MyNewsItem {
    margin-bottom: 20px;
}

.post-boxed .post-body {
    text-align: right !important;
    direction: ltr;
}

.post-title h4 {
    direction: rtl !important;
}

.MyGoogleMap {
    width: 100%;
    /*height: 200px;*/
    height: 200px;
    border: 1px solid #dadada;
}

.MyFooter .SN {
    margin: 3px 0 8px;
    padding: 6px 0 1px;
}

    .MyFooter .SN a {
        margin: 7px;
        font-size: 17px;
    }

        .MyFooter .SN a .fa-paper-plane {
            font-size: 15px;
        }

.MyFooter .CopyRight {
    font-size: 10px;
}

.MyFooter a {
    color: #d6d6d6;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .MyFooter a:hover {
        color: #e1b622;
        text-shadow: 0 0 3px #8C8C8C;
    }

.TrainerSN {
    margin: 23px 0 21px;
    font-size: 15px;
}

    .TrainerSN a {
        color: #e1b622;
        background-color: #191919;
        border: 1px solid #e1b622;
        padding: 3px 15px 2px;
        border-radius: 3px;
        margin: 0px 3px;
    }

        .TrainerSN a:hover {
            color: #191919;
            background-color: #e1b622;
            border: 1px solid #191919;
            text-shadow: none;
        }

.OmidShakeri {
    padding: 5px 0 0;
    font-size: 12px;
}

.MyInfo {
    text-align: center;
}

.MyFooterUL {
    list-style: none;
    text-align: right;
    margin: 14px 0 5px;
    line-height: 25px;
    padding: 0px;
    padding-bottom: 20px;
    margin-right: 90px;
}

@media only screen and (max-width: 767px) {
    .MyFooterUL {
        text-align: center;
        margin-right: 0px;
    }

    .post-title h4 {
        font-size: 14px;
    }
}

.jqstooltip {
    min-height: 25px;
    min-width: 49px;
    text-align: right;
}

th {
    text-align: right;
}


.right-to-left {
    margin-top: 10px;
    padding-right: 5px;
}

    .right-to-left li {
        float: right;
    }

.tab-pane {
    padding: 15px;
}

.FW600 {
    font-weight: 600;
}

.imgRoutine {
    height: 85px;
    width: 85px;
    object-fit: cover;
}

.MyExLink {
    color: black;
}

.MyExImg {
    text-align: center;
    padding: 10px 0px;
}

    .MyExImg img {
        max-width: 100%;
    }

.MyJustify {
    text-align: justify;
}

.DatilsInfo {
    font-size: 11px;
    color: #7d7d7d;
}

.MyTitle {
    padding: 15px 0px 10px;
    font-size: 20px;
    text-align: center;
}

.table {
    text-align: right;
}

.ui-datepicker .ui-state-active {
    color: #fff !important;
    text-decoration: none;
}

.ui-datepicker {
    background-color: #fff;
}

    .ui-datepicker td, .ui-datepicker th {
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }


.ui-datepicker {
    background-clip: padding-box;
    background-color: #fff;
    text-align: left;
    width: auto !important;
    white-space: normal;
}


#ui-datepicker-div {
    right: 22vw !important;
}

.MyCenter {
    text-align: center !important;
}

.comment {
    padding-top: 13px;
}

.comment-avatar {
    border-radius: 999999px;
    display: block;
    float: right;
    height: 32px;
    position: relative;
    width: 32px;
    object-fit: cover;
}

.comment-body {
    float: none;
    margin-right: 46px;
    position: relative;
}

    .comment-body:before {
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 11px;
        width: 0;
        border-color: transparent transparent transparent #e4e4e4;
        border-width: 6px 0 6px 6px;
        left: auto;
        right: -6px;
    }

.comment-text {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 7px 12px 8px;
}

.comment-heading {
    font-size: 12px;
    padding-bottom: 2px;
}

    .comment-heading span {
        color: #aaa;
        display: inline-block;
        font-size: 11px;
        margin-left: 5px;
    }

.MyEmptyData {
    text-align: center;
}

.MyMargin10 {
    margin: 10px 0px;
}

.MyEmptyComment {
    color: red;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.DFPRate {
    /*text-align: left;*/
    font-size: 11px;
    margin-top: 10px;
}

.MyTabDrop {
    position: relative;
}

    .MyTabDrop .dropdown {
        float: left !important;
    }

        .MyTabDrop .dropdown .dropdown-menu {
            right: auto !important;
            left: 0 !important;
        }



.hasdropdownwidget {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 999999999;
    width: 55px;
    opacity: 1;
}

.dropdownlinks {
    position: absolute;
}

#AP {
    opacity: 1;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffce25 url(/images/icon/edit_B_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    bottom: 0;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.open #AP {
    background: #ffce25 url(/images/icon/close_64.png) center no-repeat;
    background-size: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.14),3px 3px 5px rgba(0,0,0,.28);
}


.APEdit {
    position: absolute;
    width: 50px;
    height: 50px;
    /* left: 28px; */
    bottom: 70px;
    z-index: 35;
    border-radius: 50%;
    background: #d01919 url(/images/icon/edit_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(.4) translateY(17px);
    -moz-transform: scale(.4) translateY(17px);
    -ms-transform: scale(.4) translateY(17px);
    -o-transform: scale(.4) translateY(17px);
    transform: scale(.4) translateY(17px);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    visibility: hidden;
}

.DB {
    background: #d01919 url(/images/icon/dashboard_64.png) center no-repeat;
    background-size: 24px;
}

.hasdropdownwidget.open .APEdit {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    visibility: visible;
}

#dropdownlinks .APEdit:nth-child(1) {
    bottom: 70px;
}

#dropdownlinks .APEdit:nth-child(2) {
    bottom: 130px;
}

#dropdownlinks .APEdit:nth-child(3) {
    bottom: 190px;
}

#dropdownlinks .APEdit:nth-child(4) {
    bottom: 250px;
}

#dropdownlinks .APEdit:nth-child(5) {
    bottom: 310px;
}

#dropdownlinks .APEdit:nth-child(6) {
    bottom: 370px;
}

/* ---------- TOOLTIP ---------- */
a.APtooltip {
    /*position: relative;*/
    display: inline;
}

    a.APtooltip span {
        position: absolute;
        width: 80px;
        top: 10px;
        left: 60px;
        color: #FFF;
        opacity: 0.7;
        padding: 5px;
        background: #000;
        font-size: 11px;
        text-align: center;
        border-radius: 3px;
        font-family: 'Arial';
    }

        a.APtooltip span:after {
            content: '';
            position: absolute;
            top: 6px;
            left: -6px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid black;
        }

a:hover.APtooltip span {
    z-index: 100;
}

.open #AP span.main-tooltip {
    opacity: 0;
}


.tooltip-inner {
    font-family: 'Arial' !important;
    font-size: 11px !important;
    margin-bottom: -1px !important;
}

.breadcrumb {
    background: none !important;
}

.MyCHL label {
    padding: 0 5px;
    font-weight: normal;
}

.modal-header {
    background-color: #2f2f2f;
}

.modal-title {
    color: white;
}

.post-boxed {
    max-width: 100%;
}

a {
    cursor: pointer;
}

.close {
    color: #fff;
    opacity: .8;
}

.MySpinnerLogo {
    margin-top: -20px;
    margin-left: -18px;
}

::-webkit-input-placeholder {
    color: #333333;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #333333;
}

::-moz-placeholder {
    color: #333333;
}

:-ms-input-placeholder {
    color: #333333;
}

.MyShareAnchors {
    font-size: 16px;
    display: inline-block;
}

    .MyShareAnchors .fa-paper-plane {
        font-size: 14px;
    }

    .MyShareAnchors a {
        padding: 0px 5px;
        cursor: pointer;
    }

        .MyShareAnchors a:hover, .MyShareAnchors a:focus, .MyShareAnchors a:active {
            color: #d01919;
        }

.text-center {
    text-align: right;
}

.MyCenter {
    text-align: center !important;
}

.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 90%;*/
}
