.contentTabs {
    position: relative;
    display: block;
    margin: 20px auto;
    direction: rtl;
    font-family: IRANSans, tahoma;
}

.contentTabs div {
    min-height: 18px;
    text-align: center
}

.contentTabs .ct_content > div {
    text-align: right
}

.contentTabs .ct_title {
	flex: 0 0 auto;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 20px;
    letter-spacing: .07em;
    font-size: 10px;
    font-family: IRANSans, tahoma;;
    font-weight: 400
}

.contentTabs .ct_title i {
    background: no-repeat;
    background-position: top right;
    padding-right: 30px;
    font: inherit;
    height: 30px;
    display: table;
    margin: 0 auto;
    line-height: 38px
}

.contentTabs .ct_title.active {
    background: #606060;
    color: #fff;
    line-height: 36px
}

.contentTabs .ct_title:hover {
    background: #a7a7a7
}

.contentTabs .ct_title.active i {
    background-position: bottom right
}

.contentTabs .ct_content {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 1px 2px 4px 1px rgba(96, 96, 96, .2);
    -webkit-box-shadow: 1px 2px 4px 1px rgba(96, 96, 96, .2);
    -moz-box-shadow: 1px 2px 4px 1px rgba(96, 96, 96, .2);
    padding: 20px;
    background: #606060;
    border: 1px solid #aaa;
    color: #fff;
    font-size: 12px;
    border-top: 4px solid #F3BF2A;
    border-bottom: 25px solid #F3BF2A
}

.contentTabs.realTab .ct_title {
    cursor: pointer
}

.contentTabs.realTab .ct_content {
    min-height: 120px;
    top: 0;
    left: 0;
    z-index: 0;
    display: none
}

.contentTabs.realTab .ct_content.active {
    z-index: 1;
    display: block
}

.contentTabs .ct_content a {
    font-weight: 400;
    padding: 5px;
    font-weight: bold !important;
    color: #ffd57a !important
}

.contentTabs .ct_content a.link-download {
    color: #7e6223 !important
}

.contentTabs .ct_content a:hover {
    border-bottom: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
    font-weight: bold !important
}

.contentTabs a, .contentTabs .ct_title, .contentTabs .ct_content {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.milasset {
    font-family: IRANSans, tahoma;;
    font-size: 12px
}

.milasset a {
    text-decoration: none
}

.milasset table {
    font-size: 14px;
    font-family: IRANSans, tahoma;;
    width: 100%;
    color: #000
}

.milasset table tr td {
    padding: 10px 20px;
    text-align: center;
    background: #888
}

.milasset table tr:nth-child(even) td {
    padding: 10px 20px;
    text-align: center;
    background: #ddd
}

.milasset table tr:first-child td {
    background: #F3BF2A
}

.milasset table a {
    background-color: #F8F8F8;
    border-radius: 20px
}

.milasset table a:hover {
    font-weight: bold !important;
    color: #F8F8F8 !important;
    font-weight: bold !important;
    background-color: #606060;
    border-radius: 20px;
    color: #F3BF2A !important
}

.milasset table a:visited {
    font-weight: bold !important;
    color: #F8F8F8 !important;
    font-weight: bold !important;
    background-color: #94C1F3;
    border-radius: 20px
}

.milasset table tr:hover td {
    background: #F3BF2A
}

.tabs {
    background: #F0F0F0;
    height: 40px;
    border: 1px solid #dbdbdb;
}

@media (max-width: 100%) {
    .contentTabs .ct_title {
        width: 60px !important
    }

    .contentTabs .ct_title i {
        font-size: 0 !important;
        padding-right: 18px !important
    }

    .milasset table {
        font-size: 12px
    }
}

@media (max-width: 100%) {
    .milasset table {
        width: 100% !important;
        display: block;
        overflow-x: auto
    }
    .fc-captcha-input {
        background-size: 50% 100%;
    }
}

@media (max-width: 530px) {
    .contentTabs .ct_content {
        overflow: auto;
        padding: 15px
    }
}

@media (max-width: 475px) {
    .contentTabs {
        width: calc(100% + 30px);
        margin: 5px -15px 5px -500px
    }
	.tabs {
	display: flex;
    overflow-x: auto
	}
}

.fc-captcha-error {
    color:#FF0000;
    font-size: 0.95em;
}
.fc-captcha-input {
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 0px 12px 0px 210px !important;
    direction: ltr;
    margin-top: 5px;
    padding-left: 85px;
    width: 100% !important;
    display: block !important;
    background-position-x: left !important;
    background-position-y: center !important;
    background-color: rgb(255, 255, 255) !important;
    background-repeat: no-repeat ;
    font-size: 40px !important;
    line-height: 1 !important;
    box-sizing: border-box;
}
.fc-captcha-btn {
    padding: 12px;
    border-radius: 5px;
    background: #1d70a2  !important;
    border: #1d70a2  1px solid;
    color: #FFF;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    font-family: inherit;
}
.fc-captcha-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}
.fc-captcha-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.btn-change-href {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.btn-change-href label {
    background: #c7c7c7;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}

.btn-change-href label.active {
    background: #f3bf2a;
}

.btn-change-href label:hover {
    background: #e2e0e0;
}

.btn-change-href label.active:hover {
    background: #f8d05a;
}
button.btn-copy-clipboard.copy-to-clipboard {
    background-color: #f3bf2a;
    color: #000;
    border-radius: 7px;
    line-height: 18px;
    font-family: IRANSans, tahoma;
    padding: 0.5rem 1rem;
}