﻿@font-face {
    font-family: "open_sanssemibold";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/opensans/opensans-semibold-webfont.eot) format("embedded-opentype"),url(../fonts/opensans/opensans-semibold-webfont.woff2) format("woff2"),url(../fonts/opensans/opensans-semibold-webfont.woff) format("woff"),url(../fonts/opensans/opensans-semibold-webfont.ttf) format("truetype"),url(../fonts/opensans/opensans-semibold-webfont.svg) format("svg")
}

@font-face {
    font-family: "open_sansregular";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/opensans/opensans-regular-webfont.eot) format("embedded-opentype"),url(../fonts/opensans/opensans-regular-webfont.woff2) format("woff2"),url(../fonts/opensans/opensans-regular-webfont.woff) format("woff"),url(../fonts/opensans/opensans-regular-webfont.ttf) format("truetype")
}

body {
    background-color: #DFDDD9;
    display: block;
    font-size: 12px;
    color: #000000;
    font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
}
h2 {
    margin-top: 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 23px;
    font-weight: bold;
    font-family: "open_sanssemibold",Helvetica,Arial,sans-serif !important;
}

b, strong {
    font-weight: bold;
}
p {
    font-size: 16px;
    line-height: 23px;
}
div {
    display: block;
}
.input-group {
    box-sizing: border-box;
    position: relative;
    display: table;
    border-collapse: separate;
    margin-top: 10px;
    width: 100%;
}
span {
    font-size: 16px;
    line-height: 23px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    height: 34px;
    line-height: 0px;
    vertical-align: middle;
    width: 66px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.input-group-btn input {
    background-color: rgb(223, 221, 217);
    border-bottom-color: rgb(211, 209, 203);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    position: relative;
    border-right-color: rgb(211, 209, 203);
    border-top-color: rgb(211, 209, 203);
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    box-shadow: none !important;
    box-sizing:border-box;
    border-radius: 4px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-top-right-radius: 0px;
}
button {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial, sans-serif;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}