/*---------------------- MP ---------------------*/

.moduletable.MP, .MP {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 9px -4px #bbb;
    margin: 5px 0;
    border: solid 1px #eee;
    width: 100%;
    float: right;
}

.MP .PSearch {
    width: 100%;
}

.MP .module-header, .MP .panelhead {
    background-color: #805398;
    color: #fff;
    direction: rtl;
    font-size: 17px;
    height: 50px;
    text-align: right;
    border-radius: 4px 4px 0 0;
}

.MP .module-body {
    background-color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    color: #666;
    min-height: 300px;
    direction: rtl;
    line-height: 2;
}

.MP .module-header h3 {
    margin: 0;
    font-size: 16px;
    padding: 10px;
}

.MP .module-header div {
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
    float: right;
}

.MP .module-header .subject-code {
    float: right;
    background-color: #d4add8;
    line-height: 1;
    margin: 12px;
    border-radius: 20px;
}

.MP .module-header .Short_Link {
    float: left;
}

.MP .module-header .Short_Link .shortlink {
    direction: ltr;
    text-align: left;
    height: 30px;
    font-size: 13px;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 4px;
}

.opinion-border {
    float: left;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
    margin-right: 15px;
}

.opinion-border .highslide-caption {
    display: none;
}

.subject-body .News_STitr h3 {
    font-size: 18px;
    color: #d4add8;
}

.subject-body .News_Titr h3 {
    font-size: 20px;
    color: #d4add8;
}

.highslide img {
    cursor: url(/Component/HighSlide/graphics/zoomin.cur), pointer !important;
    width: 350px;
}

.opinion-div-intro {
    background-color: #f2f2f2;
    color: #999;
    direction: rtl;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin: 15px 0 0;
    padding: 10px;
    width: calc(100% - 370px);
}

.opinion-div-fulltext-news, .opinion-div-fulltext-news div, .opinion-div-fulltext-news p, .opinion-div-fulltext-news span, .opinion-div-fulltext-news .label {
    color: #333333;
    direction: rtl;
    display: inline-block;
    font-size: 15px !important;
    line-height: 2 !important;
    padding: 5px;
    text-align: justify;
    white-space: normal;
}

.content-related-pages.Related_News_Head, .content-detailsbox-body, .subject-body .content-comment-box, .subject-body .keyword-box {
    position: relative;
    background-color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 4px;
}

.subject-body .content-comment-box {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
}

.subject-body .content-comment-box .comment-div>label {
    position: absolute;
    left: 10px;
    top: -32px;
    padding: 0px 10px 2px;
    background-color: #d4add8;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.subject-body .content-comment-box>div {
    float: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.subject-body .content-comment-box .form-groupbox {
    width: 47%;
    float: right;
    margin: 15px;
    position: relative;
}

.subject-body .content-comment-box .form-groupbox input {
    border-radius: 20px;
    background-color: #d4add8;
}


.subject-body .content-comment-box .comment-div {
    width: 97%;
    margin-top: 15px;
}

.subject-body .content-comment-box>.form-groupbox:nth-child(3) {
    float: left;
    margin-top: 10px;
}

.subject-body .content-comment-box .form-groupbox .btn-info {
    background-color: #d4add8;
    border: none;
    border-radius: 2px;
    transition: all 0.3s;
}

.subject-body .content-comment-box .form-groupbox .btn-info:hover {
    background-color: #d4add8;
}

.content-related-pages.Related_News_Head .related-title {
    background-color: #d4add8;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.subject-body .content-comment-list {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px 4px 0 0;
}

.content-related-pages.Related_News_Head ul {
    padding-right: 25px;
}

.content-related-pages.Related_News_Head ul>li {
    list-style: none;
    line-height: 2.5;
}

.content-related-pages.Related_News_Head ul>li>a {
    color: #555;
    transition: all 0.3s;
}

.content-related-pages.Related_News_Head ul>li>a:hover {
    color: #d4add8;
    padding-right: 5px;
}

.subject-body .content-toolbox {
    width: 100%;
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
}

.subject-body .content-toolbox, .subject-body .content-toolbox ul>li {
    float: right;
    list-style: none;
}

.subject-body .content-toolbox ul {
    padding: 0;
}

.subject-body .content-toolbox ul>li {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    background-color: #fff;
}

.subject-body .content-toolbox ul>li a {
    font-size: 18px;
    color: #d4add8;
}

.content-detailsbox .boxrow {
    width: 50%;
    float: right;
}

.content-detailsbox .boxrow>ul {
    padding-right: 10px;
    display: flex;
    justify-content: center;
}

.content-detailsbox .boxrow>ul>li {
    list-style: none;
    float: right;
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}

.content-detailsbox .boxrow>ul>li:first-child, .content-detailsbox #ctl01_pnlEditDateTime>ul>li:nth-child(2) {
    color: #555;
}

.subject-body .content-toolbox ul {
    display: flex;
    justify-content: center;
}

.subject-body .keyword-box .tag-Keywords ul {
    padding: 0;
}

.subject-body .keyword-box .tag-Keywords ul>li {
    list-style: none;
    float: right;
}

.subject-body .keyword-box .tag-Keywords ul>li>a {
    font-size: 10px;
    border: none;
    border-radius: 2px;
    margin-left: 5px;
    padding: 2px 5px;
    background-color: #d4add8;
    color: #fff;
    transition: all 0.3s;
}

.subject-body .keyword-box .tag-Keywords ul>li>a:hover {
    background-color: #d4add8;
}

.MP .panelhead span {
    font-size: 12px;
}

.MP .panelhead .keyword-title {
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    padding: 4px 10px 6px;
    background-color: #d4add8;
    border-radius: 4px;
}

.MP .PSearch .panelbody {
    position: relative;
}

.MP .PSearch .panel_link {
    margin-left: 10px;
    margin-top: 10px;
    color: #d4add8;
    transition: all 0.3s;
}

.MP .PSearch .panel_link>h2.introtext {
    font-weight: bold;
    padding-right: 10px;
    font-size: 15px;
}

.MP .PSearch .panel_link:hover {
    color: #d4add8;
}

.MP .PSearch .panel_link .imgnews {
    border: 1px solid #ddd !important;
    border-radius: 4px;
}

.MP .art-main {
    padding: 0;
}

.MP .art-main .panel-default {
    border: none;
}

.MP .art-main .panel-archive .panel-heading {
    background-color: #d4add8;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.MP .art-main .panel-archive .panel-title .triangle {
    background-color: #d4add8;
}

.MP .art-main .panel-archive .panel-title .triangle::after {
    border-width: 0 0 46px 15px;
    border-color: transparent transparent #d4add8 transparent;
    left: -15px;
}

.MP .art-main .panel-archive .panel-heading .triangletitle {
    margin: 10px 15px;
    font-size: 18px;
}

.MP .art-main .panel-archive .btn-info {
    background-color: #d4add8;
}

.MP .art-main .panel-archive .btn-info:hover {
    background-color: #d4add8;
}

.MP .art-main .panel-archive .breadcrumb>li {
    color: #d4add8;
}

.MP .art-main .panel-archive .well-result .thumbnail>img {
    width: 100%;
}

.MP .art-main .panel-archive .well-result .breadcrumb>li>h2 {
    font-size: 15px;
    color: #d4add8;
}

.MP .art-main .panel-archive .well-result .breadcrumb>li>h2>span, .MP .art-main .panel-archive .well-result .item-news .text-main>span {
    background-color: #d4add8 !important;
    color: #fff !important;
}

.MP .art-main .panel-archive .well-news .item-news .date {
    color: #fff;
    top: -12px;
    bottom: auto;
    background-color: #d4add8;
    display: inline-block;
    padding: 5px 10px 3px;
    border-radius: 4px;
}

.MP .art-main .panel-archive .well-news .item-news .thumbnail {
    width: 140px;
}

.MP .art-main .panel-archive .well-news .item-news .sub-title {
    color: #d4add8;
    font-size: 12px;
}

.MP .art-main .panel-archive .well-news .item-news .title-main {
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
}

.MP .art-main .panel-archive .well-news .item-news .text-main {
    padding-top: 5px;
}

.MP .art-main .panel-archive .well-news {
    margin-bottom: 0;
}

[data-name="md-persiandatetimepicker"] table.table td.bg-primary {
    background-color: #c0a67d;
}

[data-name="md-persiandatetimepicker"] table.table td.bg-primary:hover {
    background-color: #d4add8;
}

.popover.bottom>.arrow::after {
    left: -10px;
    margin-left: 0;
}

.header-main .nav-teb .module-header, .footer-main .links-ft .module-header {
    display: none !important;

}
.content-main .MP .module-header{
		background-color: #805398 !important;
	width:100% !important;
	font-size: 14px;
    height: 52px !important;
    text-align: right;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    color: #fff;
    margin-top: 0 !important;
}
.subject-body .News_Titr h3 {
    font-size: 18px !important;
    color: #805398 !important;
    padding: 15px 0 !important;
}
.content-main .MP .panelhead>div {
    text-align: right;
    margin: 0;
	font-size: 14px;
    height: 52px;
    text-align: right;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    color: #fff;
    margin-top: 0;
}

.content-main .MP .panelhead>div::before {
    display: none;
}

.content-main .MP .panelhead>div>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}
.content-main .MP .paneltable{
	width: 100%;
}
.content-main .MP .paneltable .Menu_Item_MainV{
	padding:8px;
}

.topbar {
    display: none !important;
}

.content-main .module-header>h3:before, .content-main .panelhead>div:before, .content-main .multimedia .section-title:before {
    content: "";
    width: 0;
    height: 0px;
}

.khbarkhon {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.khbarkhon .rssbox {
    position: relative;
    top: -40px;
    display: inline-block;
}

.khbarkhon .rssbox h3 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}

.khbarkhon ul li {
    list-style-type: none;
}

.khbarkhon ul li img {
    vertical-align: middle;
    padding: 5px 5px;
}

.art-main .panel-archive .radio-search-option>input {
    vertical-align: sub;
    width: 40px !important;
    padding-right: 18px;
}

.art-main .panel-archive .radio-search-option {
    padding: 0 5px;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 5px;
    width: 115px;
}
.content-main .MP .panelhead div{
	
}
/*---------------------- /MP ---------------------*/

.survey {
   background-color:#fff;
   width:100%;
   float:right;
   border-radius:15px;
   margin-bottom:15px;
   height:auto;
   padding:15px;
   box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}
.survey .module-header {
   text-align:center;
}
.survey .module-header h3 {
   margin-bottom: 30px;
    font-size: 16px;
    color: var(--purple);
    position: relative;
}
.survey .module-header h3::before {
   content: '';
    width: 80px;
    height: 1px;
    background-color: var(--purple);
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.survey .control-label {
   width:auto;
   font-size:12px;
   float: right;
   margin-bottom:15px;
}
.survey .evote-answer-op {
   width:100%;
}
.survey .evote-answer-op>div:nth-child(1){
   margin-top: 0;
}
.survey .evote-answer-op .radio {
   margin-bottom:15px;
}
.survey .evote-answer-op input {
   position:static;
   margin:0;
}
.survey .security-sec {
   display:flex;
}
.survey .security-sec label {
   width: 100px;
   display: flex;
   align-items: center;
}
.survey .security-sec img {
   position: absolute;
   left: 17px;
   top: 1px;
}
.survey .module-body > div:last-child .col-md-2 {
   width:100%;
   padding:0;
   display:flex;
   justify-content:center;
}
.survey .login-button {
   width: 160px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   background-image: linear-gradient(to bottom, #ffe3fe, #440a67 115%);
   border:none;
}