/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input, textarea { -webkit-appearance: none;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px;}
.overflow-hidden { overflow-x: hidden;}

#menu-center { position: fixed; z-index: 10; right: 15px; top:35%;}
#menu-center li { margin: 8px 0; list-style-type: none;}
#menu-center a { display: block; width: 8px; height: 8px; background: #b58f61; border-radius: 100%;transition: all 0.4s ease-out 0s;border:1px solid #b58f61; margin-left: 2px;}
#menu-center ul li a:hover, #menu-center ul li a.active { width: 12px; height: 12px; background: none; margin-left: 0;}