﻿html{font-size:12px;}
body,ul,ol{padding:0; margin:0 auto; -webkit-text-size-adjust:none;}

body{
    background-color:white;
    letter-spacing:1px;
    color:#464646;
    overflow-x:hidden;
    line-height:1.5;
}
ul, ol { list-style:none; }
div,p,ul,ol,li,section{position:relative;box-sizing:border-box;}
a{text-decoration:none;color:inherit;}
img {border:0; vertical-align:middle; }
table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

h1, h2, h3, h4, h5, h6{
    font-weight:500;
    line-height:1.1;
    display:inline-block;
    text-indent:8px;
}


input{
    border:none;
    outline:none;
    padding:0 5px;
    font-size:1rem;
    background-color:white;
}
input[type='text'],input[type='password']
{
    width:200px;
}
input[type='checkbox']
{
    width:16px;
    height:16px;
    box-shadow:none;
    display:inline-block;
    vertical-align:middle;
}
textarea{
    border:none;
    outline:none;
    padding:0 5px;
    font-size:1rem;
    line-height:1.5;
}

.inline-left-text{
    text-align: left;
    display: inline-block;
    word-break: break-all;
}

.setHide{display:none;}
.setTable{
    display:table;
}
.setCell{
    display:table-cell;
}
.setCelltop{
    display:table-cell;
    vertical-align:top;
}
.setInline{
    display:inline-block;
}
.setWidth20{
    width:20%;
}
.setWidth25{
    width:25%;
}
.setWidth33{
    width:33%;
}
.setWidth50{
    width:50%;
}
.setFont10{
    font-size:10px;
}
.setFont11{
    font-size:11px;
}
.setFont12{
    font-size:12px;
}
.setFont13{
    font-size:13px;
}
.setFont14{
    font-size:14px;
}
.setFont15{
    font-size:15px;
}
.setFont16{
    font-size:16px;
}
.setFont17{
    font-size:17px;
}
.setFont18{
    font-size:18px;
}
.setFontBold700{
    font-weight:700;
}
.setFontBold500{
    font-weight:500;
}
.setTextLeft{
    text-align:left;
}
.setTextRight{
    text-align:right;
}
.setTextCenter{
    text-align:center;
}
.setPosFixed{
    position:fixed;
}
.setPosAbsolute{
    position:absolute;
}
.setPosMiddle{
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.setFloatLeft{
    float:left !important;
}
.setFloatRight{
    float:right !important;
}