﻿body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dl,
dt,
dd,
div,
input,
table,
tr,
th,
td {
    padding    : 0;
    margin     : 0;
    line-height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size  : 100%;
    font-weight: normal
}

i,
em {
    font-style: normal
}

a {
    text-decoration: none
}

li {
    list-style: none
}

a img {
    border: 0
}

img {
    vertical-align: top
}

table {
    border-collapse: collapse
}

input {
    box-sizing        : border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    outline           : 0;
    border            : 0
}

button {
    outline: 0;
    border : 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    display: block;
    clear  : both;
    content: ''
}

.clearfix {
    zoom: 1
}

table {
    border-spacing : 0;
    border-collapse: collapse
}

table,
td,
th {
    border: 1px solid #d9e5f3
}

.btn {
    -webkit-tap-highlight-color: transparent;
}

.btnGreen {
    color           : #fff;
    background-color: #3dca0c;
    text-align      : center;
    cursor          : pointer
}

.btnBlue {
    color           : #fff;
    background-color: #0081ff;
    text-align      : center;
    cursor          : pointer
}

.btnOrange {
    color           : #fff;
    background-color: #ff8200;
    border          : 1px solid #fff;
    text-align      : center;
    cursor          : pointer
}

.btnGray {
    color           : #fff;
    background-color: #999;
    text-align      : center;
    cursor          : pointer
}

.textBlue {
    color: #0081ff
}

.textOrange {
    color: #ff8200
}

.textRed {
    color: #d0060b
}

.textGray {
    color: #888
}

.textDarkGray {
    color: #444
}

.textWhite {
    color: #fff
}

.text12 {
    font-size: 12px
}

.text14 {
    font-size: 14px
}

.text16 {
    font-size: 16px
}

.text18 {
    font-size: 18px
}

.p-l-5 {
    padding-left: 5px
}

.p-l-10 {
    padding-left: 10px
}

.p-r-5 {
    padding-right: 5px
}

.p-r-10 {
    padding-right: 10px
}

.p-lr-10 {
    padding: 0 10px
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-10 {
    margin: 10px
}

.m-20 {
    margin: 20px
}

.m-b-15 {
    margin-bottom: 15px !important
}

.t-a-l {
    text-align: left
}

.t-a-r {
    text-align: right
}

.t-a-c {
    text-align: center
}

.hidden {
    display: none
}

.hide {
    display: none
}

a:focus,
button:focus {
    border : none;
    outline: none;
}

select {
    outline         : none;
    background-color: #fff;
}

.btn-info {
    background-color: #0081ff;
    border-color    : #fff;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:hover,
.btn-info:active {
    color           : #0081ff;
    background-color: #fff;
    border-color    : #0081ff;
    outline         : none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.btn-info.focus,
.btn-info:focus {
    color           : #0081ff;
    background-color: #fff;
    border-color    : #0081ff;
    outline         : none;
}

.btnOrange:hover,
.btnOrange:focus {
    color           : #ff8200;
    background-color: #fff;
    border          : 1px solid #ff8200;
}