@charset "utf-8";
/* CSS Document */

.ui-menu-item {
    border-bottom: 1px dashed#4b4c5161;
    text-indent: 5px;
}

#ui-id-1 {
    width: 250px;
    background: #ffffff9e;
    overflow-y: scroll;
    overflow-x: none;
    max-height: 200px;
}

.ui-helper-hidden-accessible {
    display: none
}

/*.comparison-table {
	display: block;
	width: 100%;
	padding: 10px;
	font-family: 'IRANSansWeb';
	color: #222;
}
.comparison-table code {
	font-family: 'IRANSansWeb';
	color: #222;
}
.comparison-table a {
	color: #222;
}
.comparison-table thead tr {
	color: #34b7f0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.comparison-table thead tr td {
	padding-bottom: 10px;
}
.comparison-table thead tr td {
	border: none !important;
}
.comparison-table tbody tr td {
	text-align: right;
	padding: 5px;
	}
.comparison-table tbody tr td:first-child {
	text-align: right;
		padding: 5px;

}

.comparison-table tbody tr td:last-child {
	text-align: right;
		padding: 5px;

}

@media (max-width: 767px) {
.comparison-table thead tr {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
}
.comparison-table tr {
	width: 100%;
}
.comparison-table tr td:first-child {
    border-right: 2px solid #78a22f;
} {
	border-right: 2px solid #78a22f;
}
.comparison-table tr:first-child td {
	border-top: 2px solid #78a22f;
}
.comparison-table tr:first-child td:last-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.comparison-table tr:first-child td:first-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.comparison-table tr:last-child td {
	border-bottom: 2px solid #78a22f;
}
.comparison-table tr:last-child td:last-child {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.comparison-table tr:last-child td:first-child {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.comparison-table tr td:last-child {
	width: 50%;
	padding: 10px;
	color: #222;
	font-weight: bold;
	border-left: 2px solid #78a22f;
}
.comparison-table tr td:last-child + td {
	width: 45%;
	padding: 10px;
}
.comparison-table tr td.marker {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.comparison-table tr td.marker[content="✔"] {
	color: #78a22f;
}
.comparison-table tr:nth-child(even) {
	background: #FAC374;
}

@media (max-width: 525px) {
.comparison-table td, .comparison-table tr td, .comparison-table tr td.marker, .comparison-table tr td:first-child, .comparison-table tr td:last-child + td {
	position: relative;
	display: block;
	width: 100%;
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #78a22f;
}
.comparison-table tr:first-child td:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.comparison-table tr:first-child td:first-child {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.comparison-table tr:last-child td:last-child {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.comparison-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 2px solid #78a22f;
}
.comparison-table tr td:last-child {
	border-top: 2px solid #78a22f;
}
.comparison-table tr td:last-child + td {
	padding: 0 10px 10px;
}
.comparison-table tr td.marker {
	padding: 10px;
	font-weight: bold;
}
.comparison-table tr td.marker:before {
	content: "Package 1: ";
}
.comparison-table tr td.marker + td.marker:before {
	content: "Package 2: ";
}
.comparison-table tr td.marker + td.marker + td.marker:before {
	content: "Package 3: ";
}
.comparison-table thead tr td.marker {
	display: none;
}
}*/

.box2-content {
    padding: 30px 0;
    font-family: 'IRANSansWeb';
}

.page-title {
    padding: 10px 0
}

.box2-content a {
    color: #222;
}

.comparison-table {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    color: #222;
    direction: ltr;
}

.comparison-table code {
    font-family: 'IRANSansWeb';
    color: #222;
}

.comparison-table code a {
    font-family: 'IRANSansWeb';
    color: #222;
}

.comparison-table tr {
    display: table-row;
    background: #E7E7E7;
}

.comparison-table tr:nth-of-type(odd) {
    background: #F7F7F7;
}

.comparison-table tr td:first-child {
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

.comparison-table tr td:last-child {
    width: 40%;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

.comparison-table tr td:nth-child(2) {
    width: 40%;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

.comparison-table tr td:nth-child(2) a {
    color: #f4f4f4;
    background: #78a22f;
    font-weight: 700;
    margin: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}

.comparison-table thead tr th {
    background-color: #78a22f;
}

.comparison-table thead tr {
    background-color: #78a22f;
}

.row.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

@media screen and (max-width: 580px) {
    .comparison-table tr {
        padding: 14px 0 7px;
        display: block;
    }

    .row.header {
        padding: 0;
        height: 6px;
    }

    .row.header .cell {
        display: none;
    }

    .row .cell {
        margin-bottom: 10px;
    }

    .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

@media screen and (max-width: 650px) {
    .comparison-table thead {
        display: none;
    }

    .cell {
        padding: 2px 16px;
        display: block;
    }

    .comparison-table {
        display: block;
    }

    .comparison-table tr td:first-child {
        width: 100%;
        text-align: right;
        vertical-align: top;
        padding: 5px;
        display: block;
    }

    .comparison-table tr td:last-child {
        width: 100%;
        text-align: right;
        vertical-align: top;
        padding: 5px;
        display: block;
    }

    .comparison-table tr td:nth-child(2) {
        width: 100%;
        text-align: right;
        vertical-align: top;
        padding: 5px;
        display: block;
    }
}

.canonicalUrl {
    direction: ltr;
    text-align: left;
}

.breadcrumbs {
    direction: ltr;
    text-align: left;
}

.h4breadcrumbs {
    direction: ltr;
    text-align: left;
    padding: 10px 0;
}

.comment-p {
    direction: ltr;
    text-align: left;
}

.use-m {
    direction: ltr;
    text-align: left;
}

.bc-bar {
    width: 100%;
    overflow: hidden;
}

#loading,
#loading1 {
    margin: 100px;
}

.tabcontent {
    min-height: 600px;
}

.edit-box {
    position: relative;
    padding-top: 5px;
}

.edit-box .schema-description-editor {
    display: none;
    border: 1px solid #dad8d9;
    width: 100%;
    border-radius: 0 0 3px 3px;
    text-align: justify;
    padding: 10px;
    text-align: justify;
    direction: ltr;
    resize: vertical;
}

.save-description {
    background-color: #67ce72;
    border: 1px solid #4eb85c;
    border-radius: 0 3px 0 0;
}

.cancel-edit {
    background-color: #f27a7c;
    border: 1px solid #e76768;
    border-radius: 0;
}

.descriptionHeader-btn .fa {
    color: white;
}

.description-action {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.descriptionHeader-btn {
    margin-left: 5px;
    padding: 5px 10px;
    height: 40px;
    line-height: 20px;
    color: white;
    cursor: pointer;
    flex: 15%;
    text-align: center;
}

.description-btn .fa {
    margin-right: 5px;
}

.description-btn {
    padding: 0px 3px;
    background: transparent;
    border: none;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    BORDER-BOTTOM: 1px solid;
    color: #171717;
}

.description-btn:hover {
    color: #78a22f;
}

.schema-description {
    direction: ltr;
    text-align: justify;
}

.schema-description-editor::-webkit-scrollbar {
    width: 6px;
    border-radius: 0 0 3px 3px;
}

.schema-description-editor::-webkit-scrollbar-thumb {
    background: #78a22f;
    border-radius: 0 0 3px 3px;
}

.schema-description-editor::-webkit-scrollbar-track {
    border-radius: 0 0 3px 3px;
    background: white;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.141);
}

button.description-btn.btn-center {
    align-self: center;
    justify-self: center;
}

.action-message .fa {
    margin-right: 5px;
}

.action-message {
    line-height: 35px;
}

.action-message .success-message {
    color: #00A65A;
}

.action-message .error-message {
    color: #D32F2F;
}

.descriptionHeader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.descriptionHeader .action-message {
    background-color: white;
    padding: 0 10px;
    border: 1px solid #dad8d9;
    border-radius: 3px 0 0 0;
    height: 40px;
    line-height: 40px;
    flex: 100% 1 1;
    direction: ltr;
    text-align: left;
}

.textareaGlyph {
    background: url(../images/pen.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.externalLinks {
    text-align: left;
    direction: ltr;
}

.externalLinks span {
    font-weight: bold;
}

.externalLinks li {
    list-style: inside;
}