﻿html, body, Form {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    text-align: left;
    color: #555555;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance:none;
    height:1.1em;
    width:1.1em;
    cursor:pointer;
    position:relative;
    -webkit-transition: .15s;
    border-radius:1.1em;
    background-color:white;
    border           : 0.0625em solid rgb(192,192,192);
    border-radius    : 0.25em;
    background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
}

input[type="checkbox"]:checked {
    background-color:white;
}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height:1.1em;
    text-align:center;
    color:#fff;
    content: '';
}

input[type="checkbox"]:checked:before {
 content: '✓';
 color:#000;
}

.clsCard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.clsCustomerLogo {
    float: right;
    padding-right: 30px;
}

.clsLeftLogo {
    padding-left: 30px;
}

.clsTile {
    width: 200px;
    height: 200px;
    color: #FFFFFF;
}

.clsControl {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    background-color: #ffffff;
    margin-right: 1px;
    color: #555555;
}

.clsButton {
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    background-color: #e5e5e5;
    height: 30px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #555555;
}
    .clsButton:hover {
        background-color: #81bd46;
        color: white;
    }

.clsMessage {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    color: Orange;
}

.clsMenuBar {
    margin-left: auto;
    margin-right: auto;
    background-color: #999999;
    color: white;
    /*height: 30px;*/
}

.clsMenuBar a {
    color: white;
}
    
.clsLogin {
    height: 23px;
    border: 0px solid #89a4cb;
    font-size: 13px;
    color: #555555;
}

@font-face {
    font-family: 'WeblySleekUISemilight';
    src: url('../Fonts/weblysleekuisl.eot');
    src: url('../Fonts/weblysleekuisl.eot?#iefix') format('embedded-opentype'), url('../Fonts/weblysleekuisl.woff') format('woff'), url('../Fonts/weblysleekuisl.ttf') format('truetype'), url('../Fonts/weblysleekuisl.svg#WeblySleekUISemilight') format('svg');
}

.fontpro, .fontpro-21647 {
    font-family: 'WeblySleekUISemilight',sans-serif;
}

@font-face {
    font-family: 'WeblySleekUISemibold';
    src: url('../Fonts/weblysleekuisb.eot');
    src: url('../Fonts/weblysleekuisb.eot?#iefix') format('embedded-opentype'), url('../Fonts/weblysleekuisb.woff') format('woff'), url('../Fonts/weblysleekuisb.ttf') format('truetype'), url('../Fonts/weblysleekuisb.svg#WeblySleekUISemibold') format('svg');
}

.fontpro, .fontpro-21645 {
    font-family: 'WeblySleekUISemibold',sans-serif;
}
