 
ul, li {
     list-style: none;
     padding: 0px;
     margin: 0px;
 }
 
 .content {
     width: 100%;
     margin-bottom: 0px;
}
 .content .content-tabs {
     width: 100%;
     background: #fff;
     border-bottom: 1px solid #ddd;
     font-family: BYekan;
     font-size: 1.05em;
     color: #000;
	 margin-bottom:20px;
 }
 .content .content-tabs ul {
     height: 24px;
}
.content .content-tabs ul li {
	 float:right;	 
     padding: 7px;
     cursor: pointer;
     color:#717171; 
}
 .content .content-tabs ul li.tab-on {
     background: #FFFFFF;
     border: #ddd 1px solid;
     border-bottom:none;
	 border-radius:4px 4px 0 0;
     transition-duration: 0.2s;
}
 .content .content-tabs ul li:hover {
     border: #ddd 1px solid;
     border-bottom:none;
	 border-radius:4px 4px 0 0;
     color: #000;
 }
 .content .content-title {
     width: 8px;
      border-radius: 5px 5px 0 0;
     background: #E1E1E1;
      font-size: 13pt;
     line-height: 48px;
     text-indent: 20px;
     cursor: default;
     color: #000;
}
  .content .content-title a {
     color: #777777;
}
 .content .content-title a:hover {
     color: Black;
}
 .content .content-top {
     width: 888px;
     height: 8px;
}
 .content .content-main {
     width: 100%;
     background: #fff;
     padding-bottom: 10px;
}
 .content .content-space {
     padding: 4px 10px 1px 10px 
}
 .fast-panel {
     background: #E1EAF4;
     padding: 5px;
     margin-bottom: 5px;
     border: #AFC8E2 1px solid;
     cursor: default;
}
 .img {
     border: 3px solid #1A00FF;
     border-radius: 50%;
}
 .img:hover {
     border: 3px solid #FFFD1E;
     border-radius: 50%;
     transition-duration: 0.6s;
     transform: rotate(360deg);
}
 .clear {
     clear: both;
}
 .label {
     height: 35px;
     margin-bottom: 5px;
     background-color: #8DD3F5;
     cursor: pointer;
}
 
 .ms-options-wrap, .ms-options-wrap * {
     box-sizing: border-box;
}
 ms-options-wrap>button:focus, .ms-options-wrap>button {
     position: relative;
     width: 100%;
     text-align: right;
     padding-right: 5px;
     border: 1px solid #aaa;
     background-color: #fff;
     margin-top: 1px;
     font-size: 13px;
     color: #aaa;
     outline: none;
     white-space: nowrap;
     padding: 5px 20px 5px 5px;
}
 .ms-options-wrap>button:after {
     content: ' ';
     height: 0;
     position: absolute;
     top: 50%;
     right: 5px;
     width: 0;
     border: 6px solid rgba(0, 0, 0, 0);
     border-top-color: #999;
     margin-top: -3px;
}
 .ms-options-wrap>.ms-options {
     position: absolute;
     left: 0;
     width: 100%;
     margin-top: 1px;
     margin-bottom: 20px;
     background: #FFF;
     z-index: 2000;
     border: 1px solid #aaa;
}
 ms-options-wrap>.ms-options>.ms-search input {
     width: 100%;
     border: none;
     border-bottom: 1px groove;
     outline: none;
     padding: 4px 5px;
}
 .ms-options-wrap>.ms-options .ms-selectall {
     display: inline-block;
     font-size: .9em;
     text-transform: lowercase;
     text-decoration: none;
}
 .ms-options-wrap>.ms-options .ms-selectall:hover {
     text-decoration: underline;
}
 .ms-options-wrap>.ms-options>.ms-selectall.global {
     margin: 4px 5px;
}
 .ms-options-wrap>.ms-options>ul>li.optgroup {
     padding: 5px;
}
 .ms-options-wrap>.ms-options>ul>li.optgroup+li.optgroup {
     border-top: 1px solid #aaa;
}
 .ms-options-wrap>.ms-options>ul>li.optgroup .label {
     display: block;
     padding: 5px 0 0;
}
 .ms-options-wrap>.ms-options>ul label {
     position: relative;
     display: inline-block;
     width: 100%;
     margin: 1px 0;
     padding: 4px;
}
 .ms-options-wrap>.ms-options>ul li.selected label, .ms-options-wrap>.ms-options>ul label:hover {
     background-color: #EAEAEA;
}
 .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
     margin-right: 5px;
     position: absolute;
     left: 4px;
     top: 7px;
}
 .CodeMirror {
     line-height: 1.3 !important;
     height: 500px;
     font-size: 13px !important;
}



 


 