@font-face {
    font-family: "Yekan";
    src: url( "../../ui/fonts/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "../../ui/fonts/W_YEKAN_0.TTF" )format( "truetype" );
}

body {font-family:"Yekan";font-size:16px;/*-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;*/}
a:hover{text-decoration:none}
.RedBorder{border:1px solid red}
.BlueBorder{border:1px solid blue}
.GreenBorder{border:1px solid green}
.RemoveSpace{margin:0;padding:0}
.help_sidebar{background:rgba(52,49,49,1);overflow-y:auto}
.help_sidebar .search{margin:10px 20px;outline:0;border-radius:20px;width:80%;border:1px solid white;padding:3px 10px}
.help_sidebar .logo{margin:10px 7px}
.help_content{color:#fff;}
.help_list{float:right;margin:0;padding:0;width:100%;list-style-type:none}
.help_list li{float:right;position:relative;width:100%;}
.help_list li i{position:absolute;top:9px;right:7px;}
.help_list li a{float:right;padding:5px 25px 5px 0;color:#fff;width:100%}
.help_list li a:hover{background:#4e4a4a}

.level1 li i {right:20px;color:#000}
.level1 li a{padding-right:35px !important;background:#e3e3e3;color:#000}
.level1 li a:hover{background:#d6d6d6}

.level2 li i {right:35px}
.level2 li a{padding-right:50px !important;background:#e3e3e3;}
.level2 li a:hover{background:#d6d6d6}
.ui_help_title{padding:5px 10px;background:#2980b9;color:#fff;font-weight:normal;border-radius:5px;margin:10px 0;font-size:16px;float:right;width:100%;
               background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(41,128,185,1) 100%); /* FF3.6-15 */
               background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(41,128,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
               background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(41,128,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
               filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#2980b9',GradientType=1 ); /* IE6-9 */
}
img{display:block  !important;margin:10px auto !important;}
.help_filed_description{float:right;padding:1px 5px;font-size:12px;color:red}
table{float:right;width:100%;border:1px solid #ededed}
.tableTtile{background:rgba(0,0,0,0.3);}
.block{float:right;width:100%}
.help_selectedItem{background:rgba(255,255,255,0.8) !important}