
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
*{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    list-style-type: none;
}


*{margin: 0; padding: 0;box-sizing: border-box;outline: none;}
*:focus {outline: none; border-color: inherit;-webkit-box-shadow: none; box-shadow: none;}

/*body { font-weight: 400; line-height: 1.6em; font-size: 13px; color: #3B3B45; font-style: normal; outline: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;text-shadow: rgba(0,0,0,.01) 0 0 1px;font-family: m-r ,sans-serif;}*/
a {list-style-type: none; text-decoration: none; color: #3B3B45}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
h1 {font-weight: 400;}
img {max-width: 100%; height: auto}
fieldset {padding: 0; margin: 0; border: none;}

option[value=""][disabled], li.disabled {display: none;}


button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: none;-moz-appearance: none;appearance: none; outline: none; border: none;}
ul {list-style-type: none}
[type="checkbox"],[type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: none; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}


input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}
input[type=number] {-moz-appearance:textfield;}

::-webkit-scrollbar {width: 6px;height: 6px; /*height: calc(100% - 25px);*/}
::-webkit-scrollbar-track {background: #ffffff; border-radius: 8px;border: 1px solid #E4E4EB;}
::-webkit-scrollbar-thumb {border-radius: 9px; height: 19px;background:#E4E4EB; height: 34px;}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
::-webkit-contacts-auto-fill-button, ::-webkit-credentials-auto-fill-button {visibility: hidden;pointer-events: none;position: absolute;right: 0;}

[contenteditable="true"]:active,
[contenteditable="true"]:focus{
    border:none;
    outline:none;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}

input:focus,select:focus,textarea:focus,button:focus {outline: none;}
input:not([type="checkbox"]) { -webkit-appearance: none;-moz-appearance: none;appearance: none;outline: none;border: 1px dashed #BBB;}

textarea, .textarea:focus {outline: none;resize: none;}

