﻿/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}
/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
body {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    background-color: #fff;
    color: #747474;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img {
    border: 0;
    max-width: 20%;
    height: auto;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

label, legend {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: block;
}

input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="tel"], input[type="search"], textarea, select {
    box-shadow: none;
    border-radius: 0;
    display: block;
    padding: 10px 15px;
    color: #33333a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.3px;
    border: 1px solid #33333a;
    background-color: #ffffff;
    margin-bottom: 10px;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    max-width: 100%;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,
th {
    padding: 10px 15px;
    color: #2f371e;
    text-align: left;
    border: 1px solid #FBF4E1;
    font-size: 16px;
}

tr.head {
    background: #766c35;
}

    tr.head th {
        color: #f9f9b4;
        font-weight: 700;
        font-size: 18px;
    }

strong, b {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.41;
    margin-bottom: 0.55em;
    color: #004250;
}

h1, .h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 20px;
}

ul {
    margin-bottom: 30px;
    padding-left: 2.5em;
    list-style: disc;
}

li {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

a {
    color: #5e9cae;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

address {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    font-style: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], .button {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    display: inline-block;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #004250;
    border: 1px solid #004250;
    color: #fff;
    transition: all .2s;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover, .button:hover {
        text-decoration: none;
        opacity: .8;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */



.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    
}


body {
     background-color: lightgray;
   /* background-image: url('musk.jpg');
    background-image: url(../musk.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    text-align: center;
}

.data-wrap {
    width: 100%;
    max-width: 100%;
    background-color: white;
    padding: 60px 40px 60px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
    position: relative;
    overflow: hidden;
}

.data-table {
    max-width: 100%;
}

    .data-table thead th, .data-table tbody td {
        /*width: 22%;*/
        font-size: 14px;
    }

    /*    .data-table tr th:first-child, .data-table tbody td:first-child {
            width: 34%;
        }*/

.data-wrap tbody tr:hover td {
    background: #c0d087;
    color: #fffde9;
}

.data-wrap tbody tr:hover {
    box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
}

.error-msg {
    border: 1px solid #f00;
    padding: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #f00;
    border-radius: 2px;
}

.btn-group {
    text-align: right;
}

    .btn-group button {
        font-size: 12px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

.login {
    overflow: hidden;
    background-color: #F1F0C6;
    padding: 60px 40px 60px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}

    .login::before, .login::after {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        border-top-left-radius: 40%;
        border-top-right-radius: 45%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 40%;
        z-index: -1;
    }

    .login::before {
        left: 30%;
        bottom: -100%;
        background-color: rgba(69, 105, 144, 0.15);
        -webkit-animation: wawes 6s infinite linear;
        -moz-animation: wawes 6s infinite linear;
        animation: wawes 6s infinite linear;
    }

    .login::after {
        left: 28%;
        bottom: -90%;
        background-color: rgba(2, 128, 144, 0.2);
        -webkit-animation: wawes 7s infinite;
        -moz-animation: wawes 7s infinite;
        animation: wawes 7s infinite;
    }

.login-form > input {
    display: block;
    border-radius: 5px;
    font-size: 16px;
    background: white;
    width: 100%;
    border: 0;
    padding: 10px 10px;
    margin: 15px 0;
}

.login-form > button {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 80px;
    border: 0;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: 0;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color: #DFA620;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

    .login-form > button:hover {
        background-color: #CCBB1C;
    }

@-webkit-keyframes wawes {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes wawes {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes wawes {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .data-wrap {
        width: 540px;
        padding: 40px 20px;
    }

    .data-table, .data-table tbody, .data-table td, .data-table tr {
        display: block;
        width: 100%;
    }

        .data-table tr.head {
            display: none;
        }

        .data-table tr {
            border: 1px solid #FBF4E1;
            padding: 15px;
        }

        .data-table td {
            border: none;
            padding: 0;
            display: flex;
        }

            .data-table td:before {
                content: attr(data-column);
                font-weight: 700;
                min-width: 150px;
                text-align: left;
            }
}
