/**
 * siimple - Minimal CSS framework for flat and clean designs.
 * @version v1.3.4
 * @link https://siimple.github.io/
 * @license MIT
 */

ol, ol li, p, ul, ul li {
    line-height: 28px
}

.alert, .btn {
    border-radius: 5px
}

.alert, pre {
    width: calc(100% - 30px)
}

.heart:after {
    content: "\2764";
    color: #f45660
}

body, h1, h2, h3, h4, h5, h6 {
    color: #526475
}

body {
    margin: 0;
    padding: 0;
    font-family: OpenSans, 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    background-color: #fff
}

blockquote {
    border-left: 4px solid #6a7e95;
    padding: 5px 5px 5px 20px
}

a {
    color: #09a0f6;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s
}

a:hover {
    text-decoration: underline;
    cursor: hand
}

p {
    margin-bottom: 20px;
    margin-top: 0;
    display: block
}

ol, ul {
    margin-bottom: 16px;
    margin-top: 0
}

.alert, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    display: block
}

small {
    color: #6a7e95;
    font-size: 14px
}

h1 {
    font-size: 36px;
    line-height: 50px
}

h2 {
    font-size: 32px;
    line-height: 46px
}

h3 {
    font-size: 28px;
    line-height: 42px
}

h4 {
    font-size: 24px;
    line-height: 38px
}

h5 {
    font-size: 20px;
    line-height: 34px
}

.alert, .btn, h6 {
    font-size: 16px
}

h6 {
    line-height: 30px
}

.alert {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    background-color: #E1F5FE;
    color: #03A9F4;
    border-color: #03A9F4;
    padding: 16px 14px;
    padding: 16px 14px;
    padding: 16px 14px
}

.alert a {
    text-decoration: none;
    font-weight: 400
}

.btn, .btn-outline {
    font-family: OpenSans, 'Open Sans';
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    margin: 5px 5px 20px;
    text-align: center;
    text-cursor: pointer
}

.alert-error {
    color: #D32F2F;
    background-color: #FFEBEE;
    border-color: #F44336
}

.alert-warning {
    background-color: #FFF8E1;
    color: #FF8F00;
    border-color: #FFC107
}

.alert-done {
    background-color: #E8F5E9;
    color: #388E3C;
    border-color: #4CAF50
}

.btn {
    text-decoration: none !important;
    line-height: 28px;
    color: #fff;
    background-color: #09a0f6;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 25px
}

.btn:hover {
    text-decoration: none;
    opacity: .8
}

.btn-small {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 4px 15px !important
}

.btn-big {
    font-size: 22px !important;
    line-height: 34px !important;
    padding: 8px 30px !important
}

.btn-outline, pre {
    line-height: 28px
}

.btn-outline {
    font-size: 16px;
    text-decoration: none !important;
    border-radius: 5px;
    color: #09a0f6;
    background-color: transparent;
    border: 1px solid #09a0f6;
    padding: 5px 25px
}

.btn-outline:hover {
    text-decoration: none;
    color: #fff;
    background-color: #09a0f6
}

code, pre {
    font-family: OpenSans, 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    background-color: #f1f5fa
}

code {
    color: #09a0f6;
    padding-left: 6px;
    padding-right: 6px
}

pre {
    display: block;
    padding: 14px;
    margin-bottom: 20px;
    color: #526475;
    overflow-x: auto
}

.form-input[disabled], .form-input[type=text], .form-input[type=password], .form-input[type=number], .form-input[type=date] {
    color: #526475;
    padding: 10px;
    outline: 0;
    box-sizing: border-box;
    margin: 0 5px 20px;
    font-family: OpenSans, 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    transition: all .3s;
    height: 40px
}

.form-input[type=text], .form-input[type=password], .form-input[type=number] {
    width: 100%;
    border: 1px solid #d1e1e8;
    border-radius: 5px;
    line-height: 40px
}

.form-input[type=text]:focus, .form-input[type=password]:focus, .form-input[type=number]:focus {
    border: 1px solid #09a0f6
}

.form-input[type=date] {
    border: 1px solid #d1e1e8;
    border-radius: 5px;
    width: auto !important
}

.form-input[type=date]:focus {
    border: 1px solid #09a0f6
}

.form-input[disabled] {
    width: 100%;
    border: 1px solid #d1e1e8;
    border-radius: 5px;
    cursor: not-allowed;
    background-color: #d1e1e8
}

.form-input[disabled]:focus {
    border: 1px solid #09a0f6
}

.form-input[type=submit], .form-input[type=button] {
    font-family: OpenSans, 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-decoration: none !important;
    text-cursor: pointer;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s;
    color: #fff;
    background-color: #09a0f6;
    border: 0;
    margin: 5px 5px 20px;
    padding: 5px 25px
}

.form-select, .form-textarea {
    font-family: Arial;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    transition: all .3s;
    outline: 0;
    box-sizing: border-box;
    margin: 0 5px 20px;
    font-weight: 300;
    color: #526475
}

.form-input[type=submit]:hover, .form-input[type=button]:hover {
    text-decoration: none;
    opacity: .8
}

.form-select {
    padding: 6px 10px 10px;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 5px;
    height: 40px;
    background-color: #fff
}

.form-select:focus {
    border: 1px solid #09a0f6
}

.form-textarea {
    padding: 10px;
    border: 1px solid #d1e1e8;
    border-radius: 5px;
    resize: vertical
}

.form-textarea:focus {
    border: 1px solid #09a0f6
}

.form-auto {
    width: auto !important
}

.grid {
    display: block;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px
}

@media (max-width:960px) {
    .grid {
        width: 94%
    }
}

.grid-fluid, .row {
    width: 100%
}

.row {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

.row:after {
    content: " ";
    clear: both;
    display: table;
    line-height: 0
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-7, .col-8, .col-9 {
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 1%
}

.col-1 {
    width: 6.33%
}

.col-2 {
    width: 14.66%
}

.col-3 {
    width: 22.99%
}

.col-4 {
    width: 31.33%
}

.col-5 {
    width: 39.66%
}

.col-6 {
    width: 47.99%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 1%
}

.col-7 {
    width: 56.33%
}

.col-8 {
    width: 64.66%
}

.col-9 {
    width: 72.99%
}

.col-10 {
    width: 81.33%
}

.col-11 {
    width: 89.66%
}

.col-12 {
    width: 97.99%
}

@media (max-width:400px) {
    .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
        width: 98%
    }
}

.table {
    display: table;
    width: 100%;
    border-width: 0;
    border-collapse: collapse;
    font-weight: 300;
    color: #526475;
    margin-top: 0;
    margin-bottom: 20px
}

.table thead tr td {
    font-weight: 400;
    border-bottom: 2px solid #d1e1e8;
    background-color: #f6f8fa
}

.table tr td {
    border-bottom: 1px solid #d1e1e8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}