body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: mintcream;
}

header {
    font-size: 46px;
    text-align: left;
}

header a {
    text-decoration: none;
    color: #2196f3;
}

header a:hover {
    text-decoration: none;
    color: #4caf50;
}

header #right_watermark a {
    color: rgb(200, 200, 200);
}

header #right_watermark {
    letter-spacing: 1px;
}

div .logos a {
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    color: rgb(120, 120, 120);
}

#footer_image1 {
    width: 80px;
    height: 80px;
}

#footer_image2 {
    width: 60px;
    height: 60px;
    margin: 10px;
}

#footer {
    right: 5px;
    bottom: 10px;
    width: 200px;
}

fieldset {
    padding: 20px;
    padding-bottom: 28px;
}

.file {
    display: none;
}

#main {
    opacity: 0;
}

.btn-success {
    margin-bottom: 120px;
}

#click_more {
    cursor: pointer;
}

input[type=text],
input[type=number] {
    padding-left: 5px;
    border: 2px solid rgba(0, 0, 0, .4);
    background-color:transparent;
}

.cmn-toggle {
    position: absolute;
    visibility: hidden;
    margin-left: -9999px;
}

.cmn-toggle + label {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    outline: none;
}

input.cmn-toggle-round-flat + label {
    width: 155px;
    height: 33px;
    padding: 2px;
    transition: background .4s;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .4);
}

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
    position: absolute;
    display: block;
    content: '';
}

input.cmn-toggle-round-flat + label:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    transition: background .4s;
    border-radius: 0;
    background-color: #fff;
}

input.cmn-toggle-round-flat + label:after {
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: 52px;
    transition: margin .4s, background .4s;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .4);
}

input.cmn-toggle-round-flat:checked + label {
    background-color: #2196f3;
}

input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 95px;
    background-color: #2196f3;
}


@media print {
    .noprint {
        display: none;
    }
}