.khat {
    margin-bottom:20px;
    margin-top:26px;
    text-align:center;	
}

.notes {
    text-align:center;
}

.notes_input {
    width:130px !important;
}


.note_item span{
    text-align:justify;
}

.need {
    color:red;
}

.grid {
    background:#2692D2;
    color:#fff;
    padding:5px;
    margin:3px;
    height: 100%;
    flex-wrap: wrap;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.grid-fa {
	background:#f53f3f;;
	color:#fff;
	padding:5px;
	margin:3px;
    height: auto;
    border-radius: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.grid a{
    color:red;
}

.my_info {
    line-height:30px;
}

.form select {
    width: 120px;
}


@font-face {
    font-family: 'BYekan';
    src: url('fonts/Yekan.eot?#') format('eot'),  /* IE6?8 */
        url('fonts/Yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/Yekan.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}

.me-accordion  > li > a{
    background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent;
    color: #2998D5;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    width: 98%;
    border-radius:5px;
    border:1px solid #E4E4E4;
    margin-top:10px;
    margin-bottom:10px;
    cursor:pointer;
}

.me-accordion  > li > div{
    display:none;
}

.load {
    position:fixed;
    _position:absolute;
    background-color:#0991CE;
    border:1px solid #fff;
    padding:5px;
    color:#fff;
}

fieldset {
    border:1px solid #D7D7D7;
    padding:10px;
    border-radius: 8px;
}

legend {
    border:1px solid #D7D7D7;
    background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D4D4D4;
    border-radius: 8px;
    padding:5px;
}
.inner2_l {
    float:right;
    width:770px;
    margin-right:10px;
    margin-bottom:20px;
}

.user_panel li a{
    width:100% !important;
}

.simi_item2 {
    float:right;
    margin:0 0 8px 3px;
    width:187px;
    height:206px;
    border:1px solid #D7D7D7;
    position:relative;
    overflow:hidden;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

.simi_item2.simi_item2_check {
    position:relative;
    color:#fff;
    background: rgb(230,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(230,76,76,1) 0%, rgba(225,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,76,76,1)), color-stop(100%,rgba(225,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,76,76,1) 0%,rgba(225,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,76,76,1) 0%,rgba(225,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,76,76,1) 0%,rgba(225,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,76,76,1) 0%,rgba(225,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64c4c', endColorstr='#e10019',GradientType=0 ); /* IE6-9 */
}
.simi_item_title2 {
    height:31px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-bottom:1px solid #d4d4d4;
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
}
.simi_item_title2 h3 {
    font-family: Byekan;
    font-size: 13px;
    font-weight: normal;
    float:right;
    color:#585858;
    padding:4px 8px 0 0;
    width:150px;
}

.similar {
    padding:10px 0;
    -moz-border-radius:8px 0 8px 8px;
    -webkit-border-radius:8px 0 8px 8px;
    border-radius:8px 0 8px 8px;
}
.simi_item {
    width:187px;
    height:206px;
    border:1px solid #D7D7D7;
    position:relative;
    overflow:hidden;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    color:#b3b3b3;
}

.form label {
    float:right !important;
    display:block !important;
    width:150px !important;
    margin-top:7px !important;

}

.simi_item_title {
    height:31px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-bottom:1px solid #d4d4d4;
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
}
.simi_item_title h3 {
    font-family: Byekan;
    font-size: 13px;
    font-weight: normal;
    color:#585858;
    padding:4px 8px 0 0;
}

.simi_item2_check .simi_item2 a{
    color:#585858;
}

.simi_item2_check .simi_item_text a {
    color:#fff !important;
}

.simi_item_text {
    width:150px;
    line-height:18px;
    text-align:justify;
    margin:5px auto;
    font-size:11px;
    font-family:tahoma;
}

.simi_item_text h3 {
    padding:0 !important;
    font-family: Byekan;
    font-size: 13px;
    font-weight: normal;
    text-align:center;
    color:#3084c4;
}

.simi_item_text h3 a{
    color:#3084c4 !important;
    font-family: Byekan;
    font-size: 13px;
    font-weight: normal;	
}

.box_checked {
    color:#3084c4 !important;
}
.datte, .datte_active {
    color:#b3b3b3;
    text-align:center;
    position:absolute;
    bottom:40px;
    right:35px;
}
.datte_active {
    color:#5e0d08;
    text-shadow:0 1px 0 #ff2a1b;
}
a.simi_item_link, a.simi_item_link_active {
    position:absolute;
    bottom:54px;
    right:16px;
    width:150px;
    display:block;
    background:#e7e7e7;
    border:2px solid #d4d4d4;
    padding:1px 0 3px 0;
    text-align:center;
    font-family:Byekan;
    font-size:13px;
    color:#5a5a5a;
    margin:5px 0;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
a.simi_item_link:hover, a.simi_item_link_active {
    background:#2f2f2f;
    color:#fff;
}
.simi_more {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    position:absolute;
    width:100%;
    bottom:0;
    height:35px;
    border-top:1px solid #d4d4d4;
    text-align:center;
    line-height:32px;
}
.simi_more a {
    margin:0 3px 0 8px;
}
.simi_more img {
    vertical-align:middle;
}



/*start uploader*/
div.uploader {margin-left:5px; margin-bottom:10px; width: 64px; height:64px; position: relative;  box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; border: 1px solid #d7d7d7; background: #fdfdfd; background: #fff url(images/upload.png) no-repeat 0 0;}
div.uploader span.action {display:none;  }
div.uploader:hover span.action { background-position: 0 -27px; }
div.uploader:active span.action { background-position: 0 -54px; }
div.uploader span.filename { display:none;color: #777; max-width: 200px; font-size: 11px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: default;}
div.uploader input { margin-top:-5px;width: 74px; opacity: 0; filter: alpha(opacity:0); position: absolute; top: 0; left: 0; bottom: 0; float: left; height: 74px; border: none; cursor: pointer; }
.uploader { display: -moz-inline-box; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; }
/*end uploader*/

#uniform-video {
    background: #fff url(images/video.png) no-repeat 0 0 !important;
}

.pics .remove {
    background:url(images/remove.png) no-repeat 0 -19px;
    height:19px;
    width:19px;
    display:block;
    position:absolute;
    left:0;
    top:0;
}

.pics .remove:hover {
    background:#fff url(images/remove.png) no-repeat 0 0;
}

.pics {
    position:relative;
    display:block;
    float:right;
    margin:10px;
}

.my-bg {
    float:right;
    margin:5px;
}


/**/



.root {
    font-weight:bold !important;
}

.success {
    padding:4px 4px !important;
    margin:0px !important;
    border:solid 1px #C0F0B9 !important; 
    background:#D5FFC6 !important;
    color:#48A41C !important;  
    margin:10px !important;
}

.error {
    padding:4px 4px;
    margin:0px;
    border:solid 1px #FBD3C6;
    background:#FDE4E1;
    color:#CB4721;
    margin:10px;
}

.alert {
    border:solid 1px #FBD3C6 !important;
    background:#FDE4E1 !important;
    color:#CB4721 !important;
}


.red_border {
    border:1px solid red;
}

.right {
    float:right;
}

.left {
    float:left;
}

.clear {
    clear:both;
}
#tab {
    list-style:none;
    margin:0;
    padding:2px 0;
    height:32px;
}

#tab li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background:#D7D7D7;
    background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent;
    border-color: #D7D7D7 #D7D7D7 -moz-use-text-color;
    border-image: none;
    border-radius: 8px 8px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 31px;
    line-height: 28px;
    margin: 0 0 0 5px;
    padding: 0 10px;
    text-align: center;
}

.selected {
    background: linear-gradient(to bottom, #C3C3C3 0%, #7B7B7B 100%) repeat scroll 0 0 transparent !important;
    color: #FFFFFF;
}

#tab_content {
    list-style:none;
    margin:0;
    padding:14px 0px;
    border-top:solid 2px #666666;
    margin-top:0px; 
}

#tab_content > li{
    display:none;
}

.Radius15px {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#ModalWrap {
    width: 100%;
    height: 100%;
    display:none;
    position:fixed;
    z-index:1000;
}
#ModalBG {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    background-color: #000;
    opaticy: 0.8
}
#ContactBox {
    width: 400px;
    position: fixed;
    border: 10px solid #ccc;
    left: 50%;
    top:50%;
    margin: -200px 0 0 -200px;
    z-index: 1002;
    box-shadow: 0 0 15px #111;
    background: url('images/smallEmail.png') no-repeat 345px 25px #262625;
}
#Close {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url('images/Close.png') no-repeat 0 0;
    top:10px;
    left: 10px;
}
#Close:hover {
    background-position: 0 -22px;
}
#ContactBox h1 {
    color: #F7F7F7;
    font-size: 16px;
    height: 30px;
    margin: 25px 0 5px;
    padding: 0 60px;
}
#ContactBox p {
    color: #F7F7F7;
    font-size: 13px;
    padding: 0 33px;
    margin-bottom: 15px;
}


body
{
    /*background:url(images/bg.jpg) no-repeat center top #2B2B2B;*/
    font-family:"BYekan",Arial, Helvetica, sans-serif;
    padding:0;
    font-size:12px;
    margin:0 auto;
    color: #0e4354;
    direction:rtl;
    background-color: #F9F9F9;
}
.clear{
    clear:both;
}
a{
    color:#256c89;
}

h2{
    background:#F7F7F7;
    background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent;
    height: 30px;
    color: #2998D5;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    width: 98%;
    margin:10px 10px;
    cursor:pointer;
    border-radius:3px;
    border: 1px solid #D7D7D7;
    font-size:15px;
    font-weight:normal;
}

.headings * {
    color:#000 !important;
}


.contentbox {
    padding:0;
    margin-top: 25px;
}
h3{
    font-size:18px;
    color:#256c89;
    font-weight:normal;
    padding:15px 20px 5px 0;
    margin:0px;
    float:right;
    clear:both;
}
a.forgot_pass{
    float:left;
    color:#256c89;
    text-decoration:none;
    background:url(images/help.png) no-repeat right;
    padding:0 0 0 18px;
    display:block;
    margin:15px 20px 0 0;
}
#main_container{
    margin:0 auto;
    width:100%;
    padding:0px;
}
/*.header{
    width:900px;
    height:70px;
}*/
.header_login{
    width:600px;
    margin:auto;
}
.logo{
    float:left;
    padding:35px 0 0 0;
}
#clock_a{
    float:left;
    padding:15px 0 0 0;
}
.jclock{
    color:#FFFFFF;
    float:left;
    font-size:22px;
    font-weight:bold;
    padding:34px 25px 0 0;
}
.right_header {
    background-color: #8F8F8F;
    color: #FFFFFF;
    font-weight: normal;
    /*margin-bottom: 37px;
    margin-top: 5px;*/
    padding: 10px 1%;
    width: 98%;
    /*border-radius:5px;*/
}

.right_header a{
    margin:0 5px 0 5px;
    /*text-decoration:underline;*/
    color:#FFFFFF;
}
.right_header a.messages{
    background:url(images/comment.png) no-repeat left;
    padding-left:20px;
}
.menu a.logout{
    background:url(images/user_logout.png) no-repeat right;
    padding-right:20px;
    float:left;
    margin-top:0;
}
.menu a.logout:hover{
    background:url(images/user_logout.png) no-repeat right;
    padding-right:20px;
    float:left;
}

.main_content{
    background: #fff;
    margin: 0 auto;
    width: 100%;
    /*padding:0px 0 50px 0;*/
    margin-top:0;
    /*border-radius:5px;*/
    /*border: 1px solid #E4E4E4*/;
}
.footer{width:100%;height:87px; color: #333}
.footer a{
    color: #333 !important;
}
.footer_login{width:600px;margin:auto;}

.right_footer{float:right;padding:25px 10px 0 10px;color:#fff;font-size:11px;}
.right_footer a{color:#FFFFFF;text-decoration:none;}
.left_footer{float:left;padding:25px 10px 0 0;}

.right_footer_login{float:right;padding:15px 0 0 10px;color:#a8549b;font-size:11px;}
.right_footer_login a{color:#FFFFFF;text-decoration:none;}
.left_footer_login{float:left;padding:15px 10px 0 0;}
/*---------------- menu----------------------*/
.menu {font-size:11px;padding:0px 1%; float:right; width:98%;color:#000;background:#2790D2;height: 38px; line-height: 38px;
       background: -moz-linear-gradient(center top , #2790D2, #2b87c1) repeat scroll 0 0 transparent;border-radius:0}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:34px;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:right;height:34px;line-height:34px;margin:0 0 0 10px;}

/* style the sub level list items */
.menu ul ul li {width: auto;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {font-weight:normal;float:right;height:100%;font-size:13px;
    text-decoration:none;color:#fff;padding:3px 21px 1px 17px;}
.menu a.current{background:url(images/menu_bg.png) repeat-x center;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {background:#2790D2; border-bottom:1px #fff solid; color:#fff;width:12em;height:100%;line-height:1em;padding:1em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - requi#fff for IE to work */
.menu table {position:absolute; right:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.right {margin-left:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#57c0e8;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#57c0e8;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:url(images/arrow.gif) no-repeat left #309dc7;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:url(images/arrow.gif) no-repeat left #088bb4;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:url(images/menu_bg.png) repeat-x center;}
.menu :hover > a {color:#fff;background:#7F7F7F;}
/* second */
.menu ul ul a:hover{color:#fff;background:#7F7F7F;}
.menu ul ul :hover > a {color:#fff;background:#7F7F7F;}
/* third */
.menu ul ul ul a:hover {background:url(images/menu_bg_a.gif) repeat-x center;}
.menu ul ul ul :hover > a {background:url(images/menu_bg_a.gif) repeat-x center;}
/* fourth */
.menu ul ul ul ul a:hover {background:url(images/menu_bg_a.gif) repeat-x center;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:38px;right:0;width:14em; z-index:999;}

/* position the third level flyout menu */
.menu ul ul ul{right:14em;top:0;width:14em;}

/* position the third level flyout menu for a right flyout */
.menu ul ul ul.right {right:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


.right_content{
     width:15%;
    float:right; 
    padding:30px 0;
    background-color: #09192A;
    min-height: 500px;
}
.left_content{
    float: right; 
    margin: 0;
    padding: 30px 0 0 0;
    width: 85%; 
}
/*.left_content p img{
    width: 100% !important;
}*/

.sidebarmenu{
    margin:0px 5%;
    padding:0;
    width:90%;
    list-style:none;
    color: #fff;
}
.sidebarmenu a.menuitem, .heading{
    background:#172D44;
    /*background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent;*/
    height: 38px;
    color: #000;
    display: block;
    line-height: 38px;
    padding-right: 10px;
    /*width: 100%;*/
    margin:10px 0;
    cursor:pointer;
    color: #fff;
    border-radius: 3px;
}
.sidebarmenu a.menuitem:hover,.heading:hover{
    background: #16a4fa;
}


.sidebarmenu a.menuitem_green{background:url(images/green_bt.gif) no-repeat center top;
                              color: #fff;display: block;position: relative;width:175px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 10px 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem_#fff{background:url(images/#fff_bt.gif) no-repeat center top;
                             color: #fff;display: block;position: relative;width:175px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 10px 0 10px;text-decoration: none;
}

.sidebarmenu a.menuitem_green:hover{background:url(images/green_bt_a.gif) no-repeat center top;}
.sidebarmenu a.menuitem_#fff:hover{background:url(images/#fff_bt_a.gif) no-repeat center top;}

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
    color: white;
}
.sidebarmenu a.menuitem .statusicon{
    position: absolute;
    top:11px;
    left:7px;
    border: none;
}

#nav { 
    padding:0;
    margin:0;
}

.sidebarmenu .submenu, #nav li{
    /*background: white;*/
    list-style:none;
}
.sidebarmenu .submenu ul, #nav ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
}
.sidebarmenu .submenu ul li, #nav ul li{
    border-bottom: 1px dotted #bfd1d9;
}
.sidebarmenu .submenu ul li a, #nav ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding:5px 0;
    padding-right: 10px;
}
.sidebarmenu .submenu ul li a:hover, #nav ul li a:hover{
    background: #61bae2;
    color: #fff;
}

.sidebar_search{
    background:url(images/green_bt.png) no-repeat center;
    width:195px;
    height:31px;
    margin:0 0 5px 0;
}

input.search_input{
    width:155px;
    height:16px;
    margin:5px 0 0 5px;
    border:1px #bdebfd solid;
    background:#92dbf8;
    padding:4px 0 0 2px;
    float:right;
    color:#096184;
    font-size:11px;
}

input.search_submit{
    float:right;
    background:none;
    border:none;
    margin:7px 0 0 8px;
}





#rounded-corner
{
    margin:0px;
    width:625px;
    text-align: right;
    border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
    width:26px;
    background: #60c8f2 url('images/right.jpg') right top no-repeat;
}
#rounded-corner thead th.rounded-q4
{
    background: #60c8f2 url('images/left.jpg') left top no-repeat;
}
#rounded-corner th
{
    padding: 8px;
    font-weight: normal;
    font-size: 13px;
    color: #039;
    background: #60c8f2;
}
#rounded-corner td
{
    padding: 8px;
    background: #ecf8fd;
    border-top: 1px solid #fff;
    color: #669;
}
#rounded-corner tfoot td.rounded-foot-right
{
    background: #ecf8fd url('images/botright.jpg') right bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-left
{
    background: #ecf8fd url('images/botleft.jpg') left bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
    background: #d2e7f0;
}


.question {
    position: absolute;
    display: inline;
    text-align: center;
    width: 174px;
    height: 78px;
    font-size: 13px;
    line-height: 1.5em;
    background: url('images/bubble.png') right top no-repeat;
    padding: 10px 0 0 0;
    text-shadow: 0px 1px 0px #fff;
    margin-right: -7em;
    margin-top: -6em;
    opacity: 0;
}

.yes{
    margin-top: .5em;
    margin-left: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    color: #434d17;
    text-shadow: 0px 1px 0px #fff;
    background: url('images/buttony.png') right top no-repeat;
}
.cancel {
    margin-top: .5em;
    margin-left: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
    background: url('images/buttonn.png') right top no-repeat;
}

a.bt_green{display:block; float:right; margin:10px 5px 10px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #8fa42b;}
a.bt_green strong{width:auto;height:31px; padding:0 10px 0 10px;display:block; float:left;background:url(images/bt_green_center.gif) repeat-x center;}
a.bt_green span.bt_green_lft{width:10px;height:31px;display:block; float:left;background:url(images/bt_green_left.gif) no-repeat center right;}
a.bt_green span.bt_green_r{width:10px;height:31px;display:block; float:left;background:url(images/bt_green_r.gif) no-repeat center right;}
a:hover.bt_green{ text-decoration:underline;}

a.bt_blue{display:block; float:right; margin:10px 5px 10px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #3597bf;}
a.bt_blue strong{width:auto;height:31px; padding:0 10px 0 10px;display:block; float:left;background:url(images/bt_blue_center.gif) repeat-x center;}
a.bt_blue span.bt_blue_lft{width:10px;height:31px;display:block; float:left;background:url(images/bt_blue_left.gif) no-repeat center right;}
a.bt_blue span.bt_blue_r{width:10px;height:31px;display:block; float:left;background:url(images/bt_blue_r.gif) no-repeat center right;}
a:hover.bt_blue{ text-decoration:underline;}

a.bt_#fff{display:block; float:right; margin:10px 5px 10px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #c24739;}
a.bt_#fff strong{width:auto;height:31px; padding:0 10px 0 10px;display:block; float:left;background:url(images/bt_#fff_center.gif) repeat-x center;}
a.bt_#fff span.bt_#fff_lft{width:10px;height:31px;display:block; float:left;background:url(images/bt_#fff_left.gif) no-repeat center right;}
a.bt_#fff span.bt_#fff_r{width:10px;height:31px;display:block; float:left;background:url(images/bt_#fff_r.gif) no-repeat center right;}
a:hover.bt_#fff{ text-decoration:underline;}

.sidebar_box{
    width:195px;
    padding:15px 0 5px 0;
}
.sidebar_box_top{width:195px;height:8px;background:url(images/sidebar_box_top.gif) no-repeat center bottom;}
.sidebar_box_bottom{width:195px;height:8px;background:url(images/sidebar_box_bottom.gif) no-repeat center bottom;}
.sidebar_box_content{width:175px;height:auto;background-color:#ecf8fd; padding:0 10px 0 10px;}

.sidebar_box_content h3{ color:#49bae8; float:right; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content h4{ color:#f75744; float:right; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content h5{ color:#a4bf40; float:right; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content p{padding:5px 0 5px 0; margin:0px; clear:both; font-size:11px; text-align:right; line-height:17px;}
img.sidebar_icon_left{
    float:left; padding:0 0 0 0;
}
.sidebar_box_content ul{
    list-style:none;
    padding:10px 0 10px 0;
    margin:0px;
    clear:both;
}
.sidebar_box_content ul li{
    padding:5px 0 5px 10px;
    background:url(images/list_bullet.gif) no-repeat right top;
    background-position:0px 10px;
}


.warning_box{width:540px;clear:both;background:url(images/warning.png) no-repeat right #fcfae9;
             border:1px #e9e6c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.valid_box{width:540px;clear:both;background:url(images/valid.png) no-repeat right #edfce9;
           border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.error_box{width:540px;clear:both;background:url(images/error.png) no-repeat right #fce9e9;
           border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

/*--------------*/
div.pagination {
    width:625px;
    clear:both;
    padding:10px 0 10px 0;
    margin:0px;
    text-align:center;
    float:right;
    clear:both;
    font-size:11px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    border: 1px solid #52bfea;
    text-decoration: none; 
    color: #52bfea;
}
div.pagination a:hover, div.pagination a:active {
    border:1px solid #52bfea;
    color: #fff;
    background-color: #52bfea;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    border: 1px solid #52bfea;
    font-weight: bold;
    background-color: #52bfea;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    border: 1px solid #f3f3f3;
    color: #ccc;
}


#treeme > li > ul {
    display:none;
}

#treeme li {
    margin-bottom:10px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		 -o-user-select: none;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
  }
  .btn-sm {
	padding: 5px 5px;
	font-size: 12px;
	line-height: 0.8;
	border-radius: 3px;
  }

 
  .btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
  }

#modalbox-wrap {
    display:none;
    position:relative;
    z-index:9999999999999;
    opaticy: 1;
}


#modalbox-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1002;
    background-color: #000;
    opacity: 0.6;
}

#modalbox-box{
    width: 500px;
    right:30%;
    position: fixed;
    border: 10px solid #ccc;
    top:13%;
    z-index: 1002;
    box-shadow: 0 0 15px #111;
    background:#fff;
    color:#000;
    border-radius:10px;
    padding:10px;
    direction:rtl;
}
#modalbox-close {
    background: url("images/Close.png") no-repeat scroll 0 -34px transparent;
    height: 31px;
    right: -17px;
    position: absolute;
    top: -18px;
    width: 30px;
}
#modalbox-close:hover {
    background-position: 0 0px;
}

#modalbox-box p {
    color:#000;
    font-size: 13px;
    padding: 0 5px;
    margin-top:10px;
    margin-bottom:10px;
}
.progress { position:relative; width:296px; border: 1px solid #ddd; padding: 1px; border-radius: 3px;direction: ltr; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px;direction: ltr; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; }

.tr_yellow {
    background: #FFFFDD;
    color:#ffffff;
    border-top:1px solid #C0F0B9;	
}
.tr_green {
    background: #8BCF7F;
    color:#ffffff;
    border-top:1px solid #C0F0B9;	
}
.tr_reed{
    background: #FEA4A2;
    color:#ffffff;
    border-top:1px solid #C0F0B9;	
}
.h_count {
    margin-top:9px;
}
.h_count > span{
    float:right;
    margin:0 5px;
    width:5px;
    height:25px;
    line-height:25px;
    color:#333333;
}
.h_count .off_timeer{
    float:right;
    margin:0 5px;
}
.off_timeer {
    display:block;
    line-height:30px;
    text-align:center;
    font-size:11px;
    font-family:Tahoma;
    float:right;
    border:1px solid #D7D7D7;
    padding:0px 10px;
    height:25px;
    line-height:25px;
    text-align:center;
    color:#333333;
    background:#F3F3F3;
    border-radius:4px;
}

/*****************************************************/
/*********************new css*************************/
/*****************************************************/

#content
{
    /*background-color: #f2f2f2;*/
    padding: 0;
    overflow: auto;
}
#tab-container
{
    float: right;
    margin: 0;
    width: 126px;
}
#tab-container ul
{
    list-style: none;
    text-align: center;
}
#tab-container ul li
{
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 8px solid #666;
    background-color: #ddd;
    margin: 8px 0;
}
#tab-container ul li a,
#tab-container ul li a:visited
{
    text-decoration: none;
    color: #666;
    display: block;
    padding: 15px 5px;
}
#tab-container ul li:hover
{
    border-right: 8px solid #333;
}
#tab-container ul li a:hover
{
    color: #000;
}
#tab-container ul li.selected
{
    border-left: none;
    background-color: #fff;
    border-right: 8px solid #006699;
}
.main-container
{
    display: none;
    height: auto;
    margin: 0 125px 0 0;
    padding: 3px;
    background-color: #f2f2f2;
    border: 1px solid #888;
}


.tr_green2{
    background: #e3e3e3;
    color:#ffffff;
    border-top:1px solid #C0F0B9;	
}
.tr_reed2{
    background: #929292;
    color:#ffffff;
    border-top:1px solid #C0F0B9;
}
.tr_reed2 td{
    font-weight: bold;
}

input[type="button"] {
    background: transparent -moz-linear-gradient(center top , #2790d2, #2b87c1) repeat scroll 0 0;
    border: 1px solid #2b87c1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font: bold 11px Tahoma,Arial,sans-serif;
    margin-right: 3px;
    outline: medium none;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}


.left_content.login_left{
    width: 100%;
}
.login_left .login_body{
    width: 440px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 8px;
}
.login_left form{
    padding: 15px 30px;
    background-color: #f8f8f8;
}
.login_title{
    display: block;
    padding: 18px 0 20px 0;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #2790D2;
    border-radius: 8px 8px 0 0;
}
.login-form .form_group{
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
}
.login-form label{
    width: 100%;
    padding-left: 0;
    cursor: default;
}
.login-form input[type="text"],
.login-form input[type="password"]{
    width: 95%;
    height: 35px;
    border-radius: 4px;
    padding: 0 2%
}
.login-form .button{
    width: 99%;
    height: 40px;
    border-radius: 4px;
}
.form_txt{
    border-top: solid 1px #e8e8e8;
    padding: 10px 0;
    text-align: center;
    background: #f8f8f8;
    border-radius: 0 0 8px 8px;
}
html,body{
    min-height: 100%;
    height: 100%;
}
.back_login{
    background: url(images/bg2.jpg) center center;
    min-height: 100%;
    background-size: cover;
}
.captcha_border{
    position: relative;
    border: solid 1px #d7d7d7;
    border-radius: 4px;
}
.captcha_border input{
    border: none;
    width: 66% !important;
    padding: 0 2% !important;
}
.captcha{
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    line-height: 37px;
    padding: 0;
    width: 30%;
    text-align: center;
    border-right: solid 1px #ccc;
}
.login-form label.remember{
    display: block;
    width: 50%;
    float: right;
    padding-bottom: 0;
}
.forg_pass{
    display: block;
    float: right;
    width: 50%;
}
/*************************MEDIA QUERY********************/
@media only screen and (max-width:1200px){
    .right_content{
        width: 18%;
    }
    .left_content{
        width: 82%;
    }
}
@media only screen and (max-width:992px){
    .right_content{
        width: 22%;
    }
    .left_content{
        width: 78%;
    }
}

/***************TABLE*************/
.new_table{
    border: solid 1px #ccc;
    min-height: 551px;
    float: right;
}
.new_table table{
    width: 100%;
}
.new_table table thead{
    background-color: #f8f8f8;
}
.new_table table thead tr th,
.new_table table tbody tr td{
    padding: 4px 0;
    text-align: center;
}
.new_table table thead tr th{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.new_table table tbody tr td{
    font-size: 13px;
    color: #333;
    min-height: 46px;
}
.new_table table thead tr th:last-child{
    border-left: none;
}
.border{
    border-top: solid 1px #ccc;   
}
.payroll_title{
    text-align: center;
    border: solid 2px #000;
    text-align: center;
    padding: 15px 10px 5px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.payroll_title h3{
    float: none;
    padding: 0;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;

}
.person_name{
    display: block;
    text-align: right;
    font-size: 14px;
    color: #333;
}
.all{
    overflow: hidden;
}
.agr{
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}
.agr .button{
    float: left;
    margin-right: 10px;
    padding: 6px 15px;
    background: #2790D2;

}
.agr .button.not_agree{
    background-color: #d9534f;
    border-color: #d9534f;
}
.new_form {
    margin-top: 20px;
}
.new_form label{
    cursor: default;
}
.new_form .button{
    float: left;
    padding: 6px 15px;
    margin-top: 15px;
}
.cm_list_title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    padding: 0;
    width: 100%;
}
.cm_list ul{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none;
}
.cm_list ul li{
    display: block;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
}
.name{
    overflow: hidden;
}
.cm_name{
    float: right;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.cm_date{
    float: left;
    color: #333;
    font-size: 13px;
}
.cm_text p{
    margin: 0;
    text-align: justify;
    color: #222;
    line-height: 28px;
}
/**********new style*********/
#mob1{
	margin: 12px 0;
	overflow: hidden;
}
#mob1>span{
	direction: rtl;
}
#mob1>span>input{
	float: right;
	margin: 7px 0 0 6px;
}
.login-form label.remember > input{
	float: right;
	margin: 7px 0 0 6px;
}
.login-form .button#resend{
    background-color: #333;
    border: solid 1px #333;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
  }



.m_table_scroll_alert {
    display: none;
  }
  .m_table_scroll_alert .scroll_alert {
    margin-left: 5px;
    line-height: 30px;
    color: #d2bd81;
  }
  /* .m_table_scroll_alert .scroll_alert .icon_hand {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    content: "";
    background-position: 0 -30px;
    height: 18px;
    width: 14px;
    background-image: url(../../../../admin/template/default/fa/images/hand.png);
    background-repeat: no-repeat;
  } */

  .button_red {
	background:#EC4042;
	background: -moz-linear-gradient(center top , #EC4042, #ea2729) repeat scroll 0 0 transparent;
	border:1px solid #ea2729;
}

  .no_ie .button-a {
	display:block;
	float:right;
	text-align:center;
	margin:0 5px 0 5px;
}
  .tr_red2 {
	/* background: #469dff; */
	color:#ffffff;
	border-top:1px solid #C0F0B9;	
}
.progress { position:relative; width:296px; border: 1px solid #ddd; padding: 1px; border-radius: 3px;direction: ltr; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px;direction: ltr; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; }

#nav ul li.li_fara {
	border-bottom: 1px solid #028b52;
}


.btnColumn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btnColumn .btn-sm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    min-width: 70px;
    line-height: 1;
}




.grid-fa{
    margin: 3px auto;
}

.grid{
    margin: 3px auto;
}

label input{
    margin-left: 5px;
}

.menu{
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    line-height:initial;
}

.menu .menuList li{
    float: none;
    height: auto;
    line-height: initial;
}
.menu .menuList li a{
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 20px;
    line-height: initial;
}
.menu .menuList{
    display: flex;
    align-items: center;
    height: auto;
    line-height:initial;
}

.contentbox #tab{
    margin-bottom: 10px;
    
}
.contentbox #tab li{
    border-bottom: 1px solid #000;
    border-radius: 8px;
}

.table{
    margin-right:0 !important;
    margin-left:0 !important;
    width: 100% !important;
}
.table th{
    padding: 7px 2px !important;
}
@media screen and (max-width:991px){
    .m_table_scroll_alert {
      display: block;
      margin-bottom: 10px;
      position: relative;
      width: 100%;
      height: 35px;
      line-height: 30px;
      padding: 0 5px;
      background: #fcf8e3;
      border: 1px dashed #f1e1c1;
      border-radius: 4px;
      color: #d2bd81;
    }
    .newsTableWrap{
     overflow-x: auto;
    }
    .newsTableWrap table{
         width: 1000px !important;
    }
    .table{
        margin-right:0 !important;
        margin-left:0 !important;
        width: 1000px !important;
    }
    .contentbox2{
        overflow-x: auto;
    }
}


#target{
    margin: 0 20px;
}




.backToBtn{
    background: #8F8F8F;
  /* background: linear-gradient(to bottom, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0 0 transparent; */
  height: 30px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  padding:0 10px;
  width: auto;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #D7D7D7;
  font-size: 15px;
  font-weight: normal;
}
.backToBtn i{
    display: inline-block;
    
}

.newsTableWrap table td input{
    text-align: center;
}

.btn{
    padding: 0 12px;
    min-height: 23px;
}

.btn-sm {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
  }

  .headings.altheading h2 .btn{
    color: #fff !important;
    margin-left: 0 !important;
  }
  .headings.altheading h2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    margin-right: 0 !important;
  }

  .socialsFieldSet input,textarea{
    margin: 5px 0 !important;
  }
  .footer {
    width: 100%;
    height: 100%;
    color: #333;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  body{
    overflow-x: hidden !important;
  }