﻿.background-4 {
    background-image: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px white inset;
    }

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.myCheckBoxList {
    padding: 0;
    margin: 0;
}

.btnColor {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    border: solid 1px #555555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=file] {
    width: 100%;
    color: #555;
    padding-top: 7px;
    background: #fff;
}

    input[type=file]::file-selector-button {
        height:30px;
        width:100px;
        margin-right: 10px;
        border: solid 1px #555555;
        background: none;
        text-align:center;
        color: #555555;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #ebf3f8;
        }

a {
    white-space: nowrap;
}

.drpDown {
    cursor: pointer;
    background-color: #FFFFFF;
    font-family: 'Segoe UI',verdana,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    border: 1px solid #CCC;
    /*border-bottom: 1px solid #CCC;*/
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 6px;
    transition: box-shadow 0.3s;
    width: 100%;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/arrow_drop_down.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.myButton {
    width: 100%;
    height: 30px;
    display: block;
    font-family: 'Segoe UI',verdana,helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 0;
    position: relative;
    cursor: pointer;
    border: solid 1px #232323;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: background .4s ease-in-out;
}

    .myButton:active
    {
        top: 3px;
    }
    .myButton:hover {
        background: slategray;
        color:white;
    }

.hyperlink {
    font-family: 'Segoe UI',verdana,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: red;
    white-space: nowrap;
}

.hyperlink2 {
    font-family: 'Segoe UI',verdana,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #e6dbae;
    white-space: nowrap;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    font-family: 'Segoe UI',verdana,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    border:none;
    border-bottom: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    height: 30px;
    margin-top: 4px;
    padding-left: 6px;
    transition: box-shadow 0.3s;
    width: 100%;
}
.myGridButton {
    font-family: 'Segoe UI',verdana,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    height: 27px;
    width: 75px;
    text-align: center;
    padding: 0 7px 0 7px;
    background-color: #FFF;
    border: 1px solid #7e8083;
    cursor: pointer;
    border-radius:5px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.myHeaderStyle {
    color: white;
    font-weight: normal;
    padding-left: 13px;
    padding-right: 20px;
    height:25px;
    flex-wrap:nowrap;
}

.myItem {
    padding: 0 7px 0 7px;
}
.icon-DKFlag {
    background: url('../icons/DK_Flag.png') no-repeat center center;
}

.icon-UKFlag {
    background: url('../icons/UK_Flag.png') no-repeat center center;
}

.icon-DEFlag {
    background: url('../icons/DE_Flag.png') no-repeat center center;
}

.icon-pdf {
    background: url('../icons/PDF.png') no-repeat center center;
}

.AndroidLink {
    cursor: pointer;
}
