﻿h1 {
    color: green;
}

label {
    margin-top: 5px;
    margin-bottom: 0px !important;
}

.umb-toggle__toggle {
    margin-top: 3px;
}


.umb-radiobuttons.custom-radio-buttons ul li {
    float: left;
}

.umb-tabs-container {
    background: white;
    padding: 20px;
}

.white-container {
    background: white;
    margin: 20px;
    width: 97%;
}


.control-group.umb-control-group .control-group.umb-control-group.hidelabel {
    display: none;
}

input.umb-locked-field__input {
    min-width: 70px;
}

.hidden {
    display: none;
}

.validationMessage {
    color: red;
}

.formSuccess {
    color: green
}

.header-voucher {
    display: flex;
    background: #f3f3f5;
}

.header-voucher .umbracoheader {
    width: 100%;
}

.header-voucher .headericon {
    border-bottom: 1px solid #b3afbd;
}

.header-voucher .headericon i {
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 39px;
    padding-left: 20px;
}

.header-voucher .headericon .icon-newspaper:before,
.header-voucher .headericon .icon-folder:before {
    width: 60px;
    height: 60px;
    font-size: 50px;
    margin-top: 39px;
}