/* 
    Created on : Jun 15, 2016, 6:04:17 PM
    Author     : menri
*/

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img{max-width: 100%; height: auto;}
body{line-height: 1;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0; 
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button, input, select {
    vertical-align:middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #a3a3a3;
    border-radius: 0px;
    font-size: 12px;
    height: 28px;
    border-radius: 3px;
}
textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    resize: none;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #a3a3a3;
    border-radius: 0px;
    font-size: 12px;
    resize: none;
}

input[type="submit"]{cursor: pointer;}
/* INPUT */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #0073bc!important;
}

button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover
{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

input[disabled], input[disabled]:hover, select[disabled]{color: #aaaaaa!important;}

span.error{display: block; color: #d90000; font-size: 11px; padding: 4px 0px 0px 3px; line-height: 12px;}
span.error:before{content: "\f06a"; font-family: "Font Awesome 5 Free"; font-weight: bold; padding-right: 3px;}

.clear{clear: both!important; padding: 0px!important; margin: 0px!important;}

input:focus, select:focus, textarea:focus{border:1px solid #0099FF;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
