/* Put your custom styles here */
@font-face{
    font-family: 'candara';
    src: url('./candara.eot');
    src: local('candara'), url('./candara.woff') format('woff'), url('./candara.ttf') format('truetype');
}

/* use this class to attach this font to any element i.e. <p class="fontCandara">Text with this font applied</p> */
.fontCandara {
    font-family: 'candara' !important;
}

.ani-book {
    overflow: hidden;
}

.ani-vat {
    overflow: hidden;
}

.ani-self {
    overflow: hidden;
}

.ani-credit {
    overflow: hidden;
}

.ani-pay {
    overflow: hidden;
}

.ani-invoice {
    overflow: hidden;
}

.ani-quote {
    overflow: hidden;
}

.ani-admin {
    overflow: hidden;
}

.ani-docs {
    overflow: hidden;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-left-0 {
    padding-left: 0px;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

.bg-pink {
    background-color: #f2dcdb;
}

.margin-0-auto {
    margin: 0 auto;
}

.btn.btn-pink {
    background: #fd2f7a;
    box-shadow: 0 2px #D3145A;
}

.marg-top-minus {
    margin-top: -40px;
}

.form-red {
    color: #fd2f7a;
}

.paddding-right-15 {
    padding-right: 15px;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.instruction-text {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.1;
    padding-top: 30px;
}

/* List styling */
.featureList,
.featureList ul {
    margin-top: 0;
    padding-left: 2em;
    list-style-type: none;
}

.featureList li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}

.featureList li.tick:before {
    content: "\2713";
    color: darkgreen;
}

.featureList li.cross:before {
    content: "\2717";
    color: crimson;
}

body {
    background-color: #ffffff;
    background-image: url('../images/brand/bg_sue_rose.png');
}

.tiny-text {
    font-size: 12px;
    text-align: center;
}

.image-centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.littleCaps {
    font-size: 14px;
    font-weight: 700;
}