@import url('images/ir-fontface.css');
select,
textarea,
input,
button {
    font-family: "IRANSans" !important;
    font-size: 12pt!important;
    color: #666;
}

.form-control {
    margin: 2px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    float: right !important;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right !important;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline !important;
    text-transform: none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    clear: none;
    color: inherit;
    margin: 0;
    padding: 0;
}

textarea:-ms-input-placeholder {
    text-align: right;
}

textarea::-webkit-input-placeholder {
    text-align: right;
}

textarea::-moz-placeholder {
    text-align: right;
}

input[type="text"]:-ms-input-placeholder {
    text-align: right;
}

input[type="text"]::-webkit-input-placeholder {
    text-align: right;
}

input::-moz-placeholder {
    text-align: right;
}

.list_text {
    border: 1px solid #800000;
    margin: 5px;
    padding: 5px
}

label {
    cursor: pointer;
}

.not_show {
    display: none
}

#md_form {
    margin: 0px
}

.my_error_fill_ok {
    border: 1px solid #008000
}

.my_error_fill_error {
    border: 1px solid #FF0000
}

legend {
    min-width: 150px;
    border: 1px solid #C0C0C0;
    padding: 3px;
    background-color: #FFFFCC;
    color: #000080;
    font-weight: bold
}

fieldset {
    border: 1px solid #C6DAFB;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #FFFFFF
}

.highlight {
    background-color: yellow
}

.list_image {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    float: right;
    width: 183px;
    height: 140px;
    border-top-width: 1px;
}

.list_toolbar {
    background-color: #885555;
    padding: 10px;
}

.list_title {
    background-color: #C0C0C0;
}

.overal {
    background-color: #000000;
}

.list_30 {
    float: right;
    width: 30px;
}

.list_50 {
    float: right;
    width: 50px;
}

.list_100 {
    float: right;
    width: 100px;
}

.near {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}

.list_200 {
    float: right;
    width: 200px;
}

.list_300 {
    float: right;
    width: 300px;
}

.list_0 {
    padding-top: 4px;
    padding-right: 5px;
    min-height: 20px;
    background-color: #D0DAF4;
    clear: both;
    color: #000080
}

.list_1 {
    padding-right: 5px;
    padding-top: 4px;
    min-height: 20px;
    background-color: #E2D8FE;
    clear: both;
    color: #000000
}

.list_item_1 {
    padding-top: 4px;
    padding-right: 5px;
    min-height: 20px;
    background-color: #7190E0;
    clear: both;
    word-wrap: break-word;
}

.list_item_2 {
    padding-right: 5px;
    padding-top: 4px;
    min-height: 20px;
    background-color: khaki;
    clear: both;
    word-wrap: break-word;
}

.list_item_3 {
    padding-right: 5px;
    padding-top: 4px;
    min-height: 20px;
    background-color: #CEFFD8;
    clear: both;
    word-wrap: break-word;
}

.list_delete,
.list_delete td {
    text-decoration: line-through;
    color: #C0C0C0;
    background-color: #F99C8E
}

.my_error_success {
    background-color: #EBF5EB;
    border-radius: 5px 5px 5px 5px;
    text-shadow: 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 8px #2C962F;
    -webkit-box-shadow: 0px 0px 8px #2C962F;
    box-shadow: 0px 0px 8px #2C962F;
    margin: 20px;
    border: 1px solid #2C962F;
    background-image: url('images/success_larg.png');
    background-position: 98% 5px;
    background-repeat: no-repeat;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #008000;
    padding-left: 5px;
    font-weight: bold;
    text-align: right
}

.my_error_error {
    background-color: #FFE7E7;
    border-radius: 5px 5px 5px 5px;
    text-shadow: 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 8px #FF0000;
    -webkit-box-shadow: 0px 0px 8px #FF0000;
    box-shadow: 0px 0px 8px #FF0000;
    margin: 20px;
    border: 1px solid #FF0000;
    background-image: url('images/error_larg.png');
    background-position: 98% 5px;
    background-repeat: no-repeat;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #FF0000;
    padding-left: 5px;
    font-weight: bold;
    text-align: right
}

.my_error_help {
    background-color: #FFFCDB;
    border-radius: 5px 5px 5px 5px;
    text-shadow: 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 8px #FF6600;
    -webkit-box-shadow: 0px 0px 8px #FF6600;
    box-shadow: 0px 0px 8px #FF6600;
    margin: 20px;
    border: 1px solid #FF6600;
    background-image: url('images/help_larg.png');
    background-position: 98% 5px;
    background-repeat: no-repeat;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #FF6600;
    padding-left: 5px;
    font-weight: bold;
    text-align: right
}

.my_stat {
    min-height: 20px;
    background-image: url('/images/stat_small.gif');
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-top: 5px;
    padding-right: 20px;
}

.my_info {
    min-height: 30px;
    _height: 30px;
    background-image: url('/images/info_small.gif');
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-top: 5px;
    padding-right: 20px;
}

.my_info_ltr {
    min-height: 30px;
    _height: 30px;
    background-image: url('/images/info_small.gif');
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-top: 5px;
    padding-right: 20px;
    direction: ltr;
    text-align: right;
}

.need {
    color: #FF0000;
    font-weight: bold
}

.clear_me {
    clear: both
}

#page-list {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#page-list A:hover {
    color: #fff;
    background: #ec8526;
    border: 1px solid #d77011;
}

#page-list a {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 6px;
    margin: 0 1px;
}

#page-this {
    background: #39a3e6;
    border: 1px solid #0082d5;
    color: #fff;
}

.stat_title {
    height: 17px !important;
    min-height: 20px;
    background: #DCDCDC;
    color: #291F27;
    border-bottom: 1px #E4E4E4 solid;
    border-left: 1px #E4E4E4 solid;
    padding-top: 3px;
    text-align: center;
}

.stat_table {
    border-right: 1px #E4E4E4 solid;
}

.stat_info {
    height: 17px !important;
    min-height: 30px;
    _height: 30px;
    border-bottom: 1px #E4E4E4 solid;
    border-left: 1px #E4E4E4 solid;
    padding-top: 3px;
    text-align: center;
}

.list_text_2 {
    background: #FBF8F1;
    padding-top: 3px;
    padding-right: 10px;
}

.list_text_1 {
    background: #FFFFF4;
    padding-top: 3px;
    padding-right: 10px;
}

.show_info_item {
    height: 25px;
}

.icon_list {
    float: right;
    width: 150px;
    height: 105px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.icon_list:hover {
    background: #FBF8F1;
}

.banksms_category {
    background: url('/images/category.gif');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 48px;
    padding-top: 7px;
    height: 50px;
}

.support_main:hover {
    background-color: #FAF9EE;
}

.support_main_item:hover {
    background-color: #FFFFFF;
}

.support_main {
    border: 1px solid #CCD9E7;
    -moz-border-radius: 1em;
    background-color: #FFFFFF;
    padding: 10px;
}

.support_main_item {
    border: 1px solid #CCD9E7;
    -moz-border-radius: 1em;
    background-color: #FAFAFA;
    padding: 10px;
}

.attach_file_item {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCD9E7;
    -moz-border-radius: 1em;
    background-color: #FFFFFF;
    padding: 5px;
}

.attach_file_item:hover {
    background-color: #FAF9EE;
}

.support_main_left {
    padding: 5px;
    padding-left: 30px;
    float: left;
    border: 1px solid #CCD9E7;
    -moz-border-radius: 1em;
}

.support_main_left:hover {
    background-color: #FAF9EE;
}

.sms_counter {
    float: right
}

a {
    text-decoration: none;
    color: #1E1E1E;
}

input,
textarea,
select {
    font: 12px tahoma;
}

img {
    border: 0px;
}

fieldset {
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #CCD9E7;
    direction: rtl;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

legend {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #3399CC;
    border: 1px solid #9BD2ED;
    /*width:140px;*/
    color: #ffffff;
    font-weight: bold;
    padding: 4px 6px;
    position: absolute;
    top: -10px;
}

.search_form {
    background-color: #C6DAFB;
    border-radius: 5px 5px 5px 5px;
    text-shadow: 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 8px #A5C2FB;
    -webkit-box-shadow: 0px 0px 8px #A5C2FB;
    box-shadow: 0px 0px 8px #A5C2FB;
    margin: 20px;
    border: 1px solid #A5C2FB;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right: 5px;
    text-align: right;
}

.search_form input,
.search_form select {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.sub_menu {
    background-color: #e2e2e2;
    border: 2px solid #e2e2e2;
    border-radius: 8px;
    direction: rtl;
    float: right;
    font-weight: bold;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 32%;
    min-height: 40px;
}

.list_table {
    width: 100%
}

#sub_menu_place {
    padding: 15px;
}

textarea:hover,
input[type=password]:hover,
input[type=text]:hover {
    background-color: #e2e2e2;
}

button {
    cursor: pointer;
}

textarea {
    min-height: 200px;
}

@media (max-width: 700px) {
    .sub_menu {
        width: 46%;
        min-height: 70px;
    }
}