/*----------------------------------------------------reset----------------------------------------------------*/

html {
    color: #606060;;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

fieldset, img, button {
    border: 0;
}

input {
    border: 0;
    outline: none;
}

body * {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px; /*color: #adb6be;*/
}

table {
    border-collapse: collapse;
}

body > div:first-child {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
}

select {
    background-color: rgba(0, 0, 0, 0);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #364A63;
}

input:disabled, select:disabled { /*    background-color: rgb(235, 235, 228) !important; color: rgb(84, 84, 84) !important;*/
}

input[warning], select[warning] {
    background-color: rgb(251, 230, 199) !important; /*color: rgb(84, 84, 84) !important;*/
}

a {
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
}
button{
    cursor: pointer;
}
.company {
    display: none;
}

table { /*    border-collapse: collapse; border: none;*/
}

input::-webkit-input-placeholder {
    color: #adb6be;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #adb6be;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #adb6be;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adb6be;
}
.must{
    color: #FF5722;
    font-size: 12px;
    margin-right: 2px;
}
