/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
@-webkit-keyframes indeterminate {
    0% {
        right: -35%;
        left: 100%
    }
    60%,
    to {
        right: 100%;
        left: -90%
    }
}

@keyframes indeterminate {
    0% {
        right: -35%;
        left: 100%
    }
    60%,
    to {
        right: 100%;
        left: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        right: -200%;
        left: 100%
    }
    60%,
    to {
        right: 107%;
        left: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        right: -200%;
        left: 100%
    }
    60%,
    to {
        right: 107%;
        left: -8%
    }
}

dir,
menu,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0
}

ul:not(.browser-default) {
    padding-left: unset;
    padding-right: 0
}

.row .col {
    float: right
}

.row .col.s1,
.row .col.s10,
.row .col.s11,
.row .col.s12,
.row .col.s2,
.row .col.s3,
.row .col.s4,
.row .col.s5,
.row .col.s6,
.row .col.s7,
.row .col.s8,
.row .col.s9 {
    margin-right: auto;
    margin-left: unset
}

.row .col.offset-s1 {
    margin-right: 8.3333333333%;
    margin-left: unset
}

.row .col.pull-s1 {
    left: 8.3333333333%;
    right: unset
}

.row .col.push-s1 {
    right: 8.3333333333%;
    left: unset
}

.row .col.offset-s2 {
    margin-right: 16.6666666667%;
    margin-left: unset
}

.row .col.pull-s2 {
    left: 16.6666666667%;
    right: unset
}

.row .col.push-s2 {
    right: 16.6666666667%;
    left: unset
}

.row .col.offset-s3 {
    margin-right: 25%;
    margin-left: unset
}

.row .col.pull-s3 {
    left: 25%;
    right: unset
}

.row .col.push-s3 {
    right: 25%;
    left: unset
}

.row .col.offset-s4 {
    margin-right: 33.3333333333%;
    margin-left: unset
}

.row .col.pull-s4 {
    left: 33.3333333333%;
    right: unset
}

.row .col.push-s4 {
    left: unset;
    right: 33.3333333333%
}

.row .col.offset-s5 {
    margin-right: 41.6666666667%;
    left: unset
}

.row .col.pull-s5 {
    left: 41.6666666667%;
    right: unset
}

.row .col.push-s5 {
    right: 41.6666666667%;
    left: unset
}

.row .col.offset-s6 {
    margin-right: 50%;
    margin-left: unset
}

.row .col.pull-s6 {
    left: 50%;
    right: unset
}

.row .col.push-s6 {
    right: 50%;
    left: unset
}

.row .col.offset-s7 {
    margin-right: 58.3333333333%;
    margin-left: unset
}

.row .col.pull-s7 {
    left: 58.3333333333%;
    right: unset
}

.row .col.push-s7 {
    right: 58.3333333333%;
    left: unset
}

.row .col.offset-s8 {
    margin-right: 66.6666666667%;
    margin-left: unset
}

.row .col.pull-s8 {
    left: 66.6666666667%;
    right: unset
}

.row .col.push-s8 {
    right: 66.6666666667%;
    left: unset
}

.row .col.offset-s9 {
    margin-right: 75%;
    margin-left: unset
}

.row .col.pull-s9 {
    left: 75%;
    right: unset
}

.row .col.push-s9 {
    right: 75%;
    left: unset
}

.row .col.offset-s10 {
    margin-right: 83.3333333333%;
    margin-left: unset
}

.row .col.pull-s10 {
    left: 83.3333333333%;
    right: unset
}

.row .col.push-s10 {
    right: 83.3333333333%;
    left: unset
}

.row .col.offset-s11 {
    margin-right: 91.6666666667%;
    margin-left: unset
}

.row .col.pull-s11 {
    left: 91.6666666667%;
    right: unset
}

.row .col.push-s11 {
    right: 91.6666666667%;
    left: unset
}

.row .col.offset-s12 {
    margin-right: 100%;
    margin-left: unset
}

.row .col.pull-s12 {
    left: 100%;
    right: unset
}

.row .col.push-s12 {
    right: 100%;
    left: unset
}

@media only screen and (min-width:601px) {
    .row .col.m1,
    .row .col.m10,
    .row .col.m11,
    .row .col.m12,
    .row .col.m2,
    .row .col.m3,
    .row .col.m4,
    .row .col.m5,
    .row .col.m6,
    .row .col.m7,
    .row .col.m8,
    .row .col.m9 {
        margin-right: auto;
        margin-left: unset
    }
    .row .col.offset-m1 {
        margin-right: 8.3333333333%
    }
    .row .col.pull-m1 {
        right: unset;
        left: 8.3333333333%
    }
    .row .col.push-m1 {
        left: unset;
        right: 8.3333333333%
    }
    .row .col.offset-m2 {
        margin-right: 16.6666666667%
    }
    .row .col.pull-m2 {
        right: unset;
        left: 16.6666666667%
    }
    .row .col.push-m2 {
        left: unset;
        right: 16.6666666667%
    }
    .row .col.offset-m3 {
        margin-right: 25%
    }
    .row .col.pull-m3 {
        right: unset;
        left: 25%
    }
    .row .col.push-m3 {
        left: unset;
        right: 25%
    }
    .row .col.offset-m4 {
        margin-right: 33.3333333333%
    }
    .row .col.pull-m4 {
        right: unset;
        left: 33.3333333333%
    }
    .row .col.push-m4 {
        left: unset;
        right: 33.3333333333%
    }
    .row .col.offset-m5 {
        margin-right: 41.6666666667%
    }
    .row .col.pull-m5 {
        right: unset;
        left: 41.6666666667%
    }
    .row .col.push-m5 {
        left: unset;
        right: 41.6666666667%
    }
    .row .col.offset-m6 {
        margin-right: 50%
    }
    .row .col.pull-m6 {
        right: unset;
        left: 50%
    }
    .row .col.push-m6 {
        left: unset;
        right: 50%
    }
    .row .col.offset-m7 {
        margin-right: 58.3333333333%
    }
    .row .col.pull-m7 {
        right: unset;
        left: 58.3333333333%
    }
    .row .col.push-m7 {
        left: unset;
        right: 58.3333333333%
    }
    .row .col.offset-m8 {
        margin-right: 66.6666666667%
    }
    .row .col.pull-m8 {
        right: unset;
        left: 66.6666666667%
    }
    .row .col.push-m8 {
        left: unset;
        right: 66.6666666667%
    }
    .row .col.offset-m9 {
        margin-right: 75%
    }
    .row .col.pull-m9 {
        right: unset;
        left: 75%
    }
    .row .col.push-m9 {
        left: unset;
        right: 75%
    }
    .row .col.offset-m10 {
        margin-right: 83.3333333333%
    }
    .row .col.pull-m10 {
        right: unset;
        left: 83.3333333333%
    }
    .row .col.push-m10 {
        left: unset;
        right: 83.3333333333%
    }
    .row .col.offset-m11 {
        margin-right: 91.6666666667%
    }
    .row .col.pull-m11 {
        right: unset;
        left: 91.6666666667%
    }
    .row .col.push-m11 {
        left: unset;
        right: 91.6666666667%
    }
    .row .col.offset-m12 {
        margin-right: 100%
    }
    .row .col.pull-m12 {
        right: unset;
        left: 100%
    }
    .row .col.push-m12 {
        left: unset;
        right: 100%
    }
}

@media only screen and (min-width:993px) {
    .row .col.l1,
    .row .col.l10,
    .row .col.l11,
    .row .col.l12,
    .row .col.l2,
    .row .col.l3,
    .row .col.l4,
    .row .col.l5,
    .row .col.l6,
    .row .col.l7,
    .row .col.l8,
    .row .col.l9 {
        margin-right: auto;
        margin-left: unset
    }
    .row .col.offset-l1 {
        margin-right: 8.3333333333%
    }
    .row .col.pull-l1 {
        right: unset;
        left: 8.3333333333%
    }
    .row .col.push-l1 {
        left: unset;
        right: 8.3333333333%
    }
    .row .col.offset-l2 {
        margin-right: 16.6666666667%
    }
    .row .col.pull-l2 {
        right: unset;
        left: 16.6666666667%
    }
    .row .col.push-l2 {
        left: unset;
        right: 16.6666666667%
    }
    .row .col.offset-l3 {
        margin-right: 25%
    }
    .row .col.pull-l3 {
        right: unset;
        left: 25%
    }
    .row .col.push-l3 {
        left: unset;
        right: 25%
    }
    .row .col.offset-l4 {
        margin-right: 33.3333333333%
    }
    .row .col.pull-l4 {
        right: unset;
        left: 33.3333333333%
    }
    .row .col.push-l4 {
        left: unset;
        right: 33.3333333333%
    }
    .row .col.offset-l5 {
        margin-right: 41.6666666667%
    }
    .row .col.pull-l5 {
        right: unset;
        left: 41.6666666667%
    }
    .row .col.push-l5 {
        left: unset;
        right: 41.6666666667%
    }
    .row .col.offset-l6 {
        margin-right: 50%
    }
    .row .col.pull-l6 {
        right: unset;
        left: 50%
    }
    .row .col.push-l6 {
        left: unset;
        right: 50%
    }
    .row .col.offset-l7 {
        margin-right: 58.3333333333%
    }
    .row .col.pull-l7 {
        right: unset;
        left: 58.3333333333%
    }
    .row .col.push-l7 {
        left: unset;
        right: 58.3333333333%
    }
    .row .col.offset-l8 {
        margin-right: 66.6666666667%
    }
    .row .col.pull-l8 {
        right: unset;
        left: 66.6666666667%
    }
    .row .col.push-l8 {
        left: unset;
        right: 66.6666666667%
    }
    .row .col.offset-l9 {
        margin-right: 75%
    }
    .row .col.pull-l9 {
        right: unset;
        left: 75%
    }
    .row .col.push-l9 {
        left: unset;
        right: 75%
    }
    .row .col.offset-l10 {
        margin-right: 83.3333333333%
    }
    .row .col.pull-l10 {
        right: unset;
        left: 83.3333333333%
    }
    .row .col.push-l10 {
        left: unset;
        right: 83.3333333333%
    }
    .row .col.offset-l11 {
        margin-right: 91.6666666667%
    }
    .row .col.pull-l11 {
        right: unset;
        left: 91.6666666667%
    }
    .row .col.push-l11 {
        left: unset;
        right: 91.6666666667%
    }
    .row .col.offset-l12 {
        margin-right: 100%
    }
    .row .col.pull-l12 {
        right: unset;
        left: 100%
    }
    .row .col.push-l12 {
        left: unset;
        right: 100%
    }
}

@media only screen and (min-width:1201px) {
    .row .col.xl1,
    .row .col.xl10,
    .row .col.xl11,
    .row .col.xl12,
    .row .col.xl2,
    .row .col.xl3,
    .row .col.xl4,
    .row .col.xl5,
    .row .col.xl6,
    .row .col.xl7,
    .row .col.xl8,
    .row .col.xl9 {
        margin-right: auto;
        margin-left: unset
    }
    .row .col.offset-xl1 {
        margin-right: 8.3333333333%
    }
    .row .col.pull-xl1 {
        right: unset;
        left: 8.3333333333%
    }
    .row .col.push-xl1 {
        left: unset;
        right: 8.3333333333%
    }
    .row .col.offset-xl2 {
        margin-right: 16.6666666667%
    }
    .row .col.pull-xl2 {
        right: unset;
        left: 16.6666666667%
    }
    .row .col.push-xl2 {
        left: unset;
        right: 16.6666666667%
    }
    .row .col.offset-xl3 {
        margin-right: 25%
    }
    .row .col.pull-xl3 {
        right: unset;
        left: 25%
    }
    .row .col.push-xl3 {
        left: unset;
        right: 25%
    }
    .row .col.offset-xl4 {
        margin-right: 33.3333333333%
    }
    .row .col.pull-xl4 {
        right: unset;
        left: 33.3333333333%
    }
    .row .col.push-xl4 {
        left: unset;
        right: 33.3333333333%
    }
    .row .col.offset-xl5 {
        margin-right: 41.6666666667%
    }
    .row .col.pull-xl5 {
        right: unset;
        left: 41.6666666667%
    }
    .row .col.push-xl5 {
        left: unset;
        right: 41.6666666667%
    }
    .row .col.offset-xl6 {
        margin-right: 50%
    }
    .row .col.pull-xl6 {
        right: unset;
        left: 50%
    }
    .row .col.push-xl6 {
        left: unset;
        right: 50%
    }
    .row .col.offset-xl7 {
        margin-right: 58.3333333333%
    }
    .row .col.pull-xl7 {
        right: unset;
        left: 58.3333333333%
    }
    .row .col.push-xl7 {
        left: unset;
        right: 58.3333333333%
    }
    .row .col.offset-xl8 {
        margin-right: 66.6666666667%
    }
    .row .col.pull-xl8 {
        right: unset;
        left: 66.6666666667%
    }
    .row .col.push-xl8 {
        left: unset;
        right: 66.6666666667%
    }
    .row .col.offset-xl9 {
        margin-right: 75%
    }
    .row .col.pull-xl9 {
        right: unset;
        left: 75%
    }
    .row .col.push-xl9 {
        left: unset;
        right: 75%
    }
    .row .col.offset-xl10 {
        margin-right: 83.3333333333%
    }
    .row .col.pull-xl10 {
        right: unset;
        left: 83.3333333333%
    }
    .row .col.push-xl10 {
        left: unset;
        right: 83.3333333333%
    }
    .row .col.offset-xl11 {
        margin-right: 91.6666666667%
    }
    .row .col.pull-xl11 {
        right: unset;
        left: 91.6666666667%
    }
    .row .col.push-xl11 {
        left: unset;
        right: 91.6666666667%
    }
    .row .col.offset-xl12 {
        margin-right: 100%
    }
    .row .col.pull-xl12 {
        right: unset;
        left: 100%
    }
    .row .col.push-xl12 {
        left: unset;
        right: 100%
    }
}

.dropdown-content li,
form p,
td,
th {
    text-align: right
}

@media only screen and (max-width:992px) {
    table.responsive-table th {
        text-align: left
    }
    table.responsive-table thead {
        float: right
    }
    table.responsive-table td {
        text-align: right
    }
    table.responsive-table.bordered tbody tr {
        border-right: none;
        border-left: 1px solid #d0d0d0
    }
}

blockquote {
    margin: 20px 0;
    padding-right: 1.5rem;
    border-right: 5px solid #ee6e73;
    padding-left: 0;
    border-left: none
}

span.badge {
    margin-left: auto;
    margin-right: 14px;
    float: left
}

.collapsible span.badge {
    margin-left: unset;
    margin-right: auto
}

.fixed-action-btn {
    left: 23px;
    right: auto
}

.breadcrumb::before {
    content: '\E5CB';
    margin: 0 8px 0 10px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    margin-right: auto;
    margin-left: 24px
}

.card .card-image .card-title,
nav .input-field label {
    right: 0;
    left: auto
}

.btn-floating.halfway-fab {
    left: 24px;
    right: auto
}

.secondary-content,
.select-dropdown li img {
    float: left
}

.collection .collection-item.avatar {
    padding-right: 72px;
    padding-left: 10px
}

.collection .collection-item.avatar:not(.circle-clipper)>.circle,
.collection .collection-item.avatar:not(.circle-clipper)>.circle {
    right: 15px;
    left: auto
}

.collection .collection-item.avatar .secondary-content {
    left: 16px;
    right: auto
}

.material-icons:not(.rtlx) {
    direction: rtl
}

.rtlx {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

nav .brand-logo.center {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

nav .brand-logo.left {
    left: .5rem;
    padding: 0
}

@media only screen and (max-width:992px) {
    nav .brand-logo.left {
        left: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

nav .sidenav-trigger,
nav ul li {
    float: right
}

.input-field input[type=search]+.label-icon {
    right: 1rem;
    left: auto
}

.input-field input[type=search]~.material-icons,
.input-field input[type=search]~.mdi-navigation-close {
    left: 1rem;
    right: auto
}

.nav-wrapper .input-field input[type=search] {
    padding-right: 4rem;
    width: calc(100% - 8rem)
}

.input-field .helper-text::after,
.progress .determinate {
    right: 0;
    left: auto
}

.circle-clipper .circle {
    left: 0;
    right: auto
}

.circle-clipper.left .circle {
    right: auto;
    border-right-color: transparent!important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.collapsible-header i {
    margin-left: 1rem;
    margin-right: 0
}

.dropdown-content li>a>i {
    float: right;
    margin: 0 0 0 24px
}

.dropdown-content {
    -webkit-transform-origin: right top!important;
    transform-origin: right top!important
}

.prefix~.select-wrapper {
    margin-right: 3rem;
    margin-left: unset
}

.modal .modal-footer {
    text-align: left
}

.table-of-contents a {
    padding-right: 16px;
    padding-left: 0
}

.table-of-contents a.active {
    padding-right: 14px;
    padding-left: 0;
    border-right: 2px solid #ee6e73;
    border-left: none
}

.table-of-contents a:not(.active):hover {
    padding-right: 15px;
    padding-left: 0;
    border-right: 1px solid #ee6e73;
    border-left: none
}

.sidenav li>a li>a>[class*=mdi-],
.sidenav li>a>[class^=mdi-],
.sidenav li>a>i,
.sidenav li>a>i.material-icons {
    float: right;
    margin: 0 0 0 32px
}

.tabs .indicator {
    transition: right .3s ease-in-out, left .3s ease-in-out
}

#toast-container {
    /*left: 97%;right: auto;*/
	left:auto;right:2%;top:auto;bottom:5px;
}
.toast{font-size:14px !important;direction:rtl !important;color:white}
.toastSuccess{background:green;}
.toastFail{background:red;}
.toast .toast-action {
    margin-right: 3rem;
    margin-left: -25px;
}

[type=checkbox]+span:not(.lever) {
    padding-right: 20px;
    padding-left: 0
}

[type=checkbox]:checked+span:not(.lever)::before {
    right: -5px;
    left: auto;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

[type=checkbox]:indeterminate+span:not(.lever)::before {
    -webkit-transform-origin: 0;
    transform-origin: 0
}

[type=checkbox]+span:not(.lever)::before,
[type=checkbox].filled-in+span:not(.lever)::after,
[type=checkbox].filled-in+span:not(.lever)::before,
[type=checkbox]:not(.filled-in)+span:not(.lever)::after {
    right: 0;
    left: auto
}

[type=checkbox].filled-in:checked+span:not(.lever)::before,
[type=checkbox].filled-in:not(:checked)+span:not(.lever)::before {
    -webkit-transform-origin: center;
    transform-origin: center;
    left: auto;
    right: 6px
}

.chip {
    margin-right: 0;
    margin-left: 5px
}

.chip>img {
    float: right;
    margin: 0 -12px 0 8px
}

.chip .close {
    float: left;
    padding-left: 0;
    padding-right: 8px
}

[type=radio]:checked+span,
[type=radio]:not(:checked)+span {
    padding-right: 35px;
    padding-left: 0
}

[type=radio]+span::after,
[type=radio]+span::before {
    right: 0;
    left: auto;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

.input-field.col label {
    right: .75rem;
    left: auto
}

.select-wrapper .caret {
    left: 0;
    right: auto
}

.switch label input[type=checkbox]:checked+.lever::after,
.switch label input[type=checkbox]:checked+.lever::before {
    right: 18px;
    left: auto
}

.switch label .lever::after,
.switch label .lever::before {
    right: 0;
    left: auto;
    -webkit-transition: right .3s ease, background .3s ease, left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
    transition: right .3s ease, background .3s ease, left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
    transition: right .3s ease, background .3s ease, left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease
}

.input-field .prefix~.autocomplete-content,
.input-field .prefix~.helper-text,
.input-field .prefix~.validate~label,
.input-field .prefix~input,
.input-field .prefix~label,
.input-field .prefix~textarea {
    margin-right: 3rem;
    margin-left: 0
}

.select-wrapper+label::after,
input:not([type])+label::after,
input[type=date]:not(.browser-default)+label::after,
input[type=datetime-local]:not(.browser-default)+label::after,
input[type=datetime]:not(.browser-default)+label::after,
input[type=email]:not(.browser-default)+label::after,
input[type=number]:not(.browser-default)+label::after,
input[type=password]:not(.browser-default)+label::after,
input[type=search]:not(.browser-default)+label::after,
input[type=tel]:not(.browser-default)+label::after,
input[type=text]:not(.browser-default)+label::after,
input[type=time]:not(.browser-default)+label::after,
input[type=url]:not(.browser-default)+label::after,
textarea.materialize-textarea+label::after {
    right: 0
}

.input-field.col .prefix~.validate~label,
.input-field.col .prefix~label {
    -webkit-transform-origin: right;
    transform-origin: right
}

.input-field>label,
.input-field>label:not(.label-icon).active {
    -webkit-transform-origin: right;
    transform-origin: right;
    left: unset;
    right: 0
}

.autocomplete-content img.right.circle,
.character-counter {
    float: left!important
}

.file-field .btn,
.file-field .btn-large {
    float: right
}

.file-field .file-path-wrapper {
    padding-right: 10px;
    padding-left: 0
}

/* checkBox ----------------- */

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    right:0px !important;left:auto !important;top:5px !important;width:15px !important;height:15px !important;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, right .100s .1s !important;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, right .100s .1s !important;overflow:hidden;
}
[type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after{top:5px !important;right:0 !important}
[type="checkbox"].filled-in:checked+span:not(.lever):before{top:2px !important;right:8px !important;-webkit-transform:rotateZ(57deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
[type="checkbox"].filled-in:checked+span:not(.lever):after{top:0;width:15px !important;height:15px !important}

/* checkBox ----------------- */
table{direction:rtl;}
table.striped>tbody>tr:nth-child(odd) {background:rgba(242,242,242,0.4) !important;}
table.bordered>thead>tr,table.bordered>tbody>tr {border-bottom: 1px solid rgba(208,208,208,0.3) !important;}
table thead tr th,tbody tr td{text-align:center}