@import url("messager.css");
@font-face {
    font-family:'IRAN';
    src:url('../../fonts/iran/iran.eot');
    src:url('../../fonts/iran/iran.eot') format('eot'),
    url('../../fonts/iran/iran.woff2') format('woff2'),
    url('../../fonts/iran/iran.woff') format('woff'),
    url('../../fonts/iran/iran.ttf') format('ttf');
    font-weight:normal;
    font-size:12px;
}

*{
    font-family: 'IRAN',tahoma;
    font-size:12px;
}

.message-bar{
    display: block;
}

.nav-search .nav-search-input{

}

.message-item .time
{
    width: 145px;
    direction: ltr;
}

.message-item .sender{
    width: 150px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'IRAN',tahoma;
}

.div_icon{
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 15px #d1d1d1;
    height: 100px;
    margin-right: 25px;
    margin-top: 10px;
    padding: 8px 0;
    text-align: center;
    width: 100px;
    float: right;
}
.text_icon{
    color: #FFF;
    padding: 4px 0;
}
.div_icon a i{color: #FFFFFF;}
.c1{background: #f47a53;}
.c2{background: #909107;}
.c3{background: #76b644;}
.c4{background: #837cc2;}
.c5{background: #61b8fd;}
.c6{background: #00a98a;}
.c7{background: #a98467;}
.c8{background: #717882;}
.c9{background: #cbdce3;}
.c10{background: #D9534F;}
.c11{background: #E94E76;}
.c12{background: #428bca}
.c13{background: #5cb85c}
.c14{background: #f0ad4e}
.co1{color: #f47a53;}
.co2{color: #909107;}
.co3{color: #76b644;}
.co4{color: #837cc2;}
.co5{color: #61b8fd;}
.co6{color: #00a98a;}
.co7{color: #a98467;}
.co8{color: #717882;}
.co9{color: #cbdce3;}
.co10{color: #2573a6;}
.co11{color: #D9534F !important;}
.tomato{color: #FF6347 !important;}
.modal-header {
    padding: 5px !important;
}
.modal-header button{
    position: relative;
    left: 10px;
    top: -3px;
}
.modal-header button span{
    font-size: 20px;
}
.write-modal .modal-body .form-group, .write-modal .modal-body label{
    margin-bottom: 0px !important;
    padding: 0 !important;
    height: 38px;
}
.write-modal .modal-body .message-form{
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.login-bg{
    background-image: url('../../../site/img/bg_10.jpg');
    background-color: #3f5a75;
    min-height: 572px;
    overflow: hidden;
}
.login-logo{
    display: table;
    width: 100%;
}
.login-logo a{
    color: #ffffff;
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    height: auto;
}
.login-desc{
    padding: 90px;
    color:#fff;
}
.login-desc h1{
    font-size: 25px;
}
.login-desc ul li{
    line-height: 2;
    font-size: 14px;
}
.remember-password{
    margin: 10px auto 0;
    display: table;
    font-size: 14px;
    color:#fff;
}
.write-modal .modal-body .message-form li{
    list-style: none;
}
.write-modal .modal-body .message-form .caption_inp_radio{
    margin-right: 3px;
}
#draft_list{
    display: none;
    width: 300px;
    height: 150px;
    background: #fff;
    border: 1px solid #bbc0ca;
    position: absolute;
}
#draft_list .arrow {
    top: -22px;
    right: 10%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #bbc0ca !important;
    border-width: 11px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#draft_list .arrow::after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
    content: "";
    border-width: 10px;
}
#draft_list ul{
    margin-right: 0 !important;
    line-height: 2;
    text-align: right;
    height: 150px;
    overflow-y: scroll;
}
#draft_list ul li{
    padding-right: 15px;
    border-bottom: 1px solid #eee;
}
#draft_list ul li:hover{
    background: #f5f5f5;
    padding-right: 15px;
    cursor: pointer;
}
ul.def_pager li{
    float: left;
    margin-right: -2px;
    list-style: none;
}
ul.def_pager li a{
    text-decoration: none;
    color: #2283c5;
    padding: 5px 10px;
    /*border: 1px solid #ccc;*/
}
ul.def_pager li a:hover{
    background-color: #eaeff2;
}
.active_page{
    background-color: #fff;
}

#view_filter a.selected, #sort_filter a.selected,#tag_filter a.selected{
    font-weight: bold;
}
#view_filter a.selected i, #sort_filter a.selected i,#tag_filter a.selected i{
    display: inline-block !important;
}

.rtl .profile-activity .thumbicon{
    margin-right: 15px; 
}
.rtl .profile-activity img{
    margin-right: 15px; 
}
.profile-info-name{
    width: 150px;
}
.loading{
    position: relative !important;
}
.loading::before{
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.29);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
}
.loading::after{
    content: "لطفا صبر کنید...";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    display: table;
    color: #fff;
    z-index: 150;
    font-size: 20px;
    min-width: 90%;
}
.block{
    position: relative;
}
.inf_select{
    position: relative;
    width: 100%;
    display: table;
}
.list_auto_complate {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #FFF;
    width: 100%;
    /*margin-top: 33px;*/
    border: 1px solid #ddd;
    z-index: 99;
    margin-right: 0 !important;
}
.list_auto_complate li {
    margin-right: 10px;
    display: table;
    cursor: pointer;
    width: 100%;
}
.list_auto_complate li:hover{
    background: #ddd;
}
.inp_value {
    background: none !important;
    border: none !important;
    position: absolute;
    width: 100%;
    padding:0 !important;
    color: #FFF !important;
    right: 0 !important;
    padding-right: 5px !important;
}
.inp_value:focus {
    border-right: 5px solid #2980b9 !important;
}
.list_auto_complate li > span {
    cursor: pointer;
    float: right;
}
span.found_str {
    color: #ff9800;
}
.o_name {
    padding: 2px 6px;
    color: #2980b9;
}

.inf_select .img_wait,
.inf_select_members .img_wait{
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 999999;
}
.selected_item{
    display: table;
}
.selected_item ul{
    margin-top: 5px;
}
.selected_item ul li{
    margin-right: 3px;
    margin-top: 2px;
}
.cover_to {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 1px 5px 6px;
    text-decoration: none;
    background: #ecf0f1;
    color: #34495e;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.2;
}
.toexit {
    margin-right: 8px;
    margin-left: 4px;
}
.toexit:hover {
    color: #FF3333;
    cursor: pointer;
}
#upload_frame, .no_dis {
    width: 0;
    height: 0;
    opacity: 0;
}
.loading_data {
    line-height: 1;
    width: 100px;
    padding: 3px 1px;
    background: #f9d556;
    border: 1px solid #efc532;
    margin-top: 2px;
}
.list_upload {
    float: right;
    text-align: right;
    margin-right: 0 !important;
    padding: 0;
    list-style: none;
}
.list_upload>li:hover {
    background: #d8dbd8;
}
.list_upload>li {
    float: right;
    margin-right: 2px;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 5px 4px 3px;
    text-decoration: none;
    background: #ecf0f1;
    color: #34495e;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
}
.list_upload .er_li{
    float: right;
    width: 100%;
    clear: both;
    padding: 4px;
    background: #FF3333;
    color: #fff;
    border: 1px solid #FF3333;
}
.list_upload>li>a {
    color: #34495e;
    float: right;
}
.unlink_fu {
    float: left;
    margin-left: 2px;
    color: #34495e;
    margin-right: 7px;
    cursor: pointer;
}
.dwonload_up {
    overflow: hidden;
}
.empty_field {
    border: 1px solid #F00 !important;
}
.wait{line-height: 1;background:#f9d556;float:right;text-align:right;padding:0;margin:0;border:1px solid #f61439;color:#000;font-family:tahoma;font-size:12px;padding:4px 3px;}


.error {color:#555;font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;padding:10px 10px 10px 10px;margin:10px;background:#ffecec ;border:1px solid #f5aca6;}
.success {color:#555;font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;padding:10px 10px 10px 10px;margin:10px;background:#e9ffd9 ;border:1px solid #a6ca8a;}
.warning {color:#555;font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px; padding:10px 10px 10px 10px;margin:10px;background:#fff8c4 ;border:1px solid #f2c779;}
.message-content .content table td{
    border-top: none;
}
.message-content .content table.date-tbl{
    margin-left: 30px;
}
.message-content .content .content-border{
    border: 1px solid #ddd;
    padding: 10px;
}
.message-content .content .sender_names{
    padding-left: 80px;
}
.message-content p {
    line-height: 2;
}
.message-content .type_task {
    margin-right: 15px;
    position: relative;
    top: -5px;
    font-size: 15px;
}
.erjaat .erja-date{
    position: relative;
}
.erjaat .erja-date span:first-child{
    border-bottom: 3px solid #ddd;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    z-index: 90;
}
.erjaat .erja-date span:last-child{
    background-color: #fff;
    z-index: 100;
    position: relative;
    padding: 0 10px;
}
#set_status_modal .modal-body form table tr td {
    border-top: none;
    line-height: 1;
}
#set_status_modal .modal-body form table ul{
    margin: 0;
}
#set_status_modal .modal-body form table ul li{
    list-style: none;
}
#set_status_modal .modal-body form ul li label span {
    margin-right: 5px;
}
#set_status_modal .set_status_upload a.uploadfile_set_status{
    cursor: pointer;
    font-size: 20px;
    float: right;
}
.erja-desc{
    border-bottom: 1px solid #ddd; padding-bottom: 10px;
}
.erja-desc:last-child{border-bottom:none !important;}
.user_history_massage:hover{
    cursor: pointer;
    color: #2283c5;
}
.user_message_history_header{
    display: table;
}
#user_message_history_header{
    width: 50px;
    position: absolute;
    left: 45px;
    top: 8px;
    border: 1px solid #eee;
    z-index: 999999;
}
#user_message_history_footer{
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ddd;
}
#user_history_massage .modal-body{
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.row_msg_user {
    clear: both;
    margin-top: 10px;
    width: 80%;
    float: left;
    margin-left: 30px;
    padding: 6px 4px;
    border: 1px solid #db8b09;
    background: #f5dca4;
    border-radius: 5px;
}
.row_msg_opt {
    clear: both;
    margin-top: 10px;
    width: 80%;
    float: right;
    margin-right: 30px;
    padding: 6px 4px;
    border: 1px solid #99b060;
    background: #bee862;
    border-radius: 5px;
}
.tip_row_msg_user {
    background: url("../image/icons/ytip.png") center no-repeat;
    width: 11px;
    height: 20px;
    float: left;
    margin-left: -15px;
    margin-top: 7px;
}
.tip_row_msg_opt {
    background: url("../image/icons/Gtip.png") center no-repeat;
    width: 11px;
    height: 20px;
    float: right;
    margin-right: -15px;
    margin-top: 7px;
}
.res_arzyabi h2{
    font-size: 20px;
}
.arzyabi{
    width: 100%;
    display: table;
}
.arzyabi .input-group{
    width: 100%;
}
.btn-doing{
    background: rgb(28,194,255) !important;
    color:#fff !important;
}
.btn-new-task{
    background: #FEB902 !important;
    color:#fff !important;
}
.btn-done{
    background: rgb(101,200,105) !important;
}
.btn-nounder{
    background: rgb(255,92,79) !important;
}
.btn-forward{
    background: rgb(36,133,210) !important;
}
.notification_box{
    display: table;
    position: fixed;
    bottom: 1%;
    right: 1%;
    padding-right: 20px !important;
}
.list_noti{
    list-style: none;
    margin-right: 0 !important;
    padding: 5px;
}
.list_noti li{
    border-bottom: 1px dotted #ddd;
    background: rgba(255, 235, 59, 0.10);
}
.list_noti li:hover{
    background: #f2f2f2;
}
.list_noti li a{
    text-decoration: none;
}
.list_noti li a i {
    position: absolute;
    left: 10px;
    margin-top: 5px;
}
.list_noti li a table{
    line-height: 2;
}
.lst_noti {
    height: 300px;
    overflow: auto;
}
._new_task{
    padding: 0px 5px;
    color:#feb902 !important;
    position: absolute;
    right: 135px;
}
.p-t-10{
    padding-top:10px !important;
}
.tag-color{
    display: table;
    font-size: 20px;
}
.tag-color .color-line{
    display: table;
    position: absolute;
    right: 30px;
    padding-right: 5px;
    padding-left: 5px;    
    font-weight: bold;
}
.export-arzaybi{
    padding-left:15px;
    padding-top: 2px;
}
.export-arzaybi i{
    color:#fff;
}
.excel-export{
    font-size: 20px;
    color: #87b87f;
    cursor: pointer;
}
ul.list_inp li {
    float: right;
}
.list_inp {
    list-style: none;
    margin: 0 !important;
}
.caption_inp_radio{
    padding: 3px 6px;
}

.activation{
    cursor: pointer;
    opacity: 0.8;
}
.activation:hover{
    opacity: 1;
}
.pos_caption {
    width: 120px;
}
.pos_inp{
    width: 50%;
}
.redStar{
    color: #FF3333;
}
.warning_ness_field{
    color: #FF3333;
}
.text-int{
    text-align: left;
}
.error_field{
    border: 1px solid #FF3333 !important;
}
.true_field
{
    border: 1px solid #2C7659 !important;
}
.default_grid th{
    padding: 6px 2px !important;
    text-align:center;
}

.default_grid td{
    padding: 6px 2px !important;
    text-align:center;
}

.default_grid  .th_caption th{
    text-align: right;
}
.default_grid  .th_caption th div{
    padding: 2px 8px;
}
.default_grid .tfooter .td_pager{
    padding: 16px 8px !important;
}

.link_delete {
    color:#FF3333;
}
.link_edit {
    color:#EFA339;
}
.mode_row0 td a .fa-check-circle {
    color: #76b644 !important;
}
.mode_row1 td a .fa-check-circle {
    color: #ADADAD !important;
}
.pointer{
    cursor: pointer;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.content {
    width: 100% !important;
}
.user_avatar{
    width: 174px;
    height: 194px;
}
.user_avatar_vtc{
    width: 32px;
    height: 32px;
    border: none;
}


.notice_box{
    width: 300px;
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    border:1px solid #bbb;
    min-height: 100px;
    margin-right: 40px;
    margin-bottom: 40px;
    bottom: 0;
    position: fixed;
    background: #FFFFFF;
    z-index: 99;
}
.notice_header{
    height: 30px;
    padding: 2px;
    border-bottom: 1px solid #eee;
    background: #2980b9;
    color: #FFF;
}
.notice_header .text{
    padding: 2px 6px;
}
.notice_header .close{
    color: #red;
    margin-left: 5px;
}
.notice_body{
    width: 100%;
    height: 70px;
    overflow: hidden;
    color: #999;
    padding: 2px 6px;
}
.lst_notice li i.fa-eye {
    float: left;
    cursor: pointer;
}
.tbl_evaluete{
    border: 1px solid #bbb;
}
.tbl_evaluete td{
    padding: 6px 8px !important;
}
.tbl_evaluete .lst_tr td{
    border-top: 1px solid #bbb;
}
.tbl_evaluete .first_tr td{
    border-bottom: 1px solid #bbb;
}
.label_status{
    background: #f2f2f2;
}
.td_pager{
    padding: 10px 3px !important;
}

/*--------------------------- TYPE TASK---------------------------------------*/

.row_task_type_1 {
    background: rgba(249, 238, 228, 0.55);
}
.type_task{
    padding: 0 4px;
}
.row_task_type_2 .fa-flag {
    color: #2196f3;
}
.row_task_type_0 .fa-flag {
    color: #FFEB3B;
}
.row_task_type_1 .fa-flag {
    color: #ff9800;
}
.notice-view{
    position: absolute;
    bottom: 15px;
    left: 25px;
    cursor: pointer;
}

ul.theme-color li a {
    width: 40px;
    height: 40px;
    display: table;
    cursor: pointer;
    position: relative;
}

ul.theme-color li{
    list-style: none;
    float: right;
    margin-right: 5px;
}
ul.theme-color{
    display:table;
}
ul.theme-color li a.selected:after {
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
}
#elhagh_negaresh .itemdiv.dialogdiv > .body{
    width: 92% !important;
}
#setting_negaresh table .list_inp li{
    margin-left: 10px;
}
.profile-picture{
    position: relative;
}
#change_profile_img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.profile-picture:hover #change_profile_img{
    display: table;
}
.profile-picture i{
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 35px !important;
    display:none;
}
.desc-avatar{
    height:40px;
    width: 40px;
}
.task_time{
    direction: ltr;
    margin-right: 4px;
    display: inline-block;
}
.message-item .attachment{
    position: relative;
    left: 115px;
    margin: 0 5px !important;
}

.rtl .message-item .time {
    color: #555555;
    border-radius: 3px;
    text-align: left;
    padding: 1px 1px 1px 8px;
    font-weight: bold;
}
#event_form{
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    display: none;
}
.input-group *{
    border: none !important;
}
.input-group{
    border:1px solid #ccc;
}
.input-group .input-group-addon{
    background: #fff !important;
}
.input-group .input-group-addon i{
        font-size: 22px;
}
#session_add_member_form .list_auto_complate{
    left: 0;
}
#add_member_btn{
    margin-top: 15px;
}