@font-face {
    font-family: "Frutiger Neue W01 Light";

    src: url('../fonts/Frutiger_LT_45_Light.eot');

    src: url('../fonts/Frutiger_LT_45_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Frutiger_LT_45_Light.ttf') format('truetype');

    /*   url('../fonts/Frutiger_LT_45_Light.woff') format('woff'),
url('../fonts/Frutiger_LT_45_Light.svg#Frutiger_LT_45_Light') format('svg');
   */

    font-weight: normal;
    font-style : normal;
}


html {
    font: 400 14px / 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

.uk-navbar {
    margin-bottom: 30px;
}

#kyocera-logo-container {
   
}


h1, h2, h3, h4, h5, h6, legend {
    font-family: "Frutiger Neue W01 Light", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.uk-form legend:after {
    border-bottom: 1px solid #dd2920;
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

h1.page-title{
    color: rgb(66, 103, 111); /* rgb(136, 25, 25) */;
    font-size: 30px;
}

h4.form-h4 {
    margin-top: 30px !important;
    margin-bottom: 0;
}

fieldset {
    margin-top: 20px !important;
}

input {
    border-radius: 4px !important;
    background-color: #F4F8F9 !important;
    color: #666 !important;
}

input[type='submit'] {
    background-color: rgb(217, 30, 73) !important;
    color: #ffffff !important;
    border: none;
    padding: 8px 16px;
    border-radius: 4px !important;
}

input[type='submit']:hover {
    cursor: pointer;
}

input[type='submit'].small-btn {
    padding: 5px 10px;
    border-radius: 3px !important;
}

.disabled-acct {
    opacity: 0.5;
}

.accounts-grp input[type='radio'] {
    margin-right: 8px;
}

.uk-button {
    border-radius: 3px !important;
}

.small-form-container input, .small-form-container select {
    height: 25px;
    padding: 3px;
    font-size: 12px;
}




/*****   DatePicker ***/


.uk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    margin-top: 5px;
    padding: 15px;
    background: #fff;
    color: #666;
    font-size: 1rem;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.uk-datepicker {
    z-index: 1050;
    width: auto;
    -webkit-animation: uk-fade .2s ease-in-out;
    animation: uk-fade .2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
}

.uk-datepicker-nav:after, .uk-datepicker-nav:before {
    content: "";
    display: table;
}

.uk-datepicker-nav:after {
    clear: both;
}

.uk-datepicker-nav:after, .uk-datepicker-nav:before {
    content: "";
    display: table;
}

.uk-datepicker-nav a {
    color: #666;
    text-decoration: none;
}

.uk-datepicker-previous {
    float: left;
}

.uk-datepicker-previous:after {
    content: "\f053";
}
.uk-datepicker-next:after, .uk-datepicker-previous:after {
    width: 20px;
    font-family: FontAwesome;
}

.uk-datepicker-next {
    float: right;
}

.uk-datepicker-table {
    width: 100%;
}

.uk-datepicker-table th {
    font-size: 12px;
}

.uk-datepicker-table td, .uk-datepicker-table th {
    padding: 2px;
}

a.uk-datepicker-table-muted {
    color: #999;
}

.uk-datepicker-table a {
    display: block;
    width: 26px;
    line-height: 24px;
    text-align: center;
    color: #666;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-origin: border-box;
}



.uk-datepicker-heading .uk-form-select select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    -webkit-appearance: none;
}

.static{
    background-color: white !important;
    border-color: #efefef !important;
}