li, body, .h1, .h2, .h3, .h4, .h5, .h6, code, h1, h2, h3, h4, h5, h6, kbd, pre, samp {
    font-family: iranSans !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
    content: "\f104";
}

.error-summary ul {
    margin: 0;
}

.has-captcha-left .form-control {
    padding: 17px 125px 17px 17px;
}

.has-captcha-left .form-control-position {
    left: auto;
    right: 5px;
}

.fieldset_style {
    width: 100%;
    margin: 0 0 40px;
    padding: 30px;
    border: 4px solid #bbb;
    border-bottom: 8px solid #bbb;
    box-sizing: border-box;
    border-radius: 13px;
}

.beautiful-form .required:not(div), .beautiful-form input[required] {
    border-right-color: #FFA500 !important;
    background: url(../img/star.png) no-repeat left 6px center;
}

.fieldset_style legend {
    padding: 0 15px;
    font-size: 25px;
    color: #FFA500;
    width: auto;
}

.bootstrap-datetimepicker-widget {
    display: block !important;
}

.ui.dropdown {
    text-align: right !important;
}

.ui.dropdown {
    padding: 0.785714em 1em 0.785714em 2.1em !important;
}

.ui.search.dropdown > input.search {
    padding: .67857143em 1em .67857143em 2.1em !important;
}

.ui.dropdown .menu > .item {
    text-align: right !important;
}

.ui.dropdown > .text {
    float: right;
}

.ui.multiple.dropdown {
    padding: .22619048em .35714286em .22619048em 2.1em !important;
}

.ui.multiple.search.dropdown > input.search {
    padding: 0 !important;
}

.ui.search.dropdown > input.search {
    left: auto !important;
    right: 1px !important;
}

.ui.multiple.search.dropdown>.text {
    right: 0px !important;
}

.ui .delete.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui .delete.icon:before {
    content: "\f00d";
}

.modal-header {
    direction: ltr;
}

.open > .dropdown-menu {
    display: block;
    box-shadow: rgb(170, 170, 170) 3px 3px 5px;
}

.dropdown-menu li {
    padding-right: 10px;
    font-size: 13px;
}

.tooltip.show {
    z-index: 10000;
}
.dropdown-menu li:hover {
    background-color: #d8dada;
}

html body.bg-full-screen-image {
    background: url(/img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.ui.selection.dropdown>.fa.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: .78571429em;
    right: 1em;
    z-index: 3;
    margin: -.78571429em;
    padding: .71666667em;
    opacity: .8;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
.ui.dropdown > .icon {
    left: 1rem;
    right: auto !important;
}

.ui.dropdown {
    text-align: right !important;
}

.ui.dropdown {
    padding: 0.785714em 1em 0.785714em 2.1em !important;
}