﻿html
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    font-size: 12px;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    height: 100%;
    width: 100%;
}

/* Place this at the end of Content\Stylesheets\site.css */
:root {
    --kendo-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    --kendo-font-size: 12px !important;
}
.window-footer
{
     background-color: #ffffff !important;
    position: absolute !important;
    bottom: 0;
    display: block;
    width: 100%;
   /* height: 30px;*/
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    clear: both;
}

.window-content {
    background-color: #ffffff !important;
    height: 100%;
    overflow-y: auto;
    margin: 0px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    border-bottom: 50px solid #fff;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.window-content-without-footer {
    background-color: #ffffff !important;
    height: 98%;
    margin: 0px;
    padding: 10px;
    overflow-y: auto;
}

.loginscreen.middle-box {
  width: 325px !important;
}

.k-window-content {
    padding: 0px !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
}

.input-validation-error
{
    border-color: #ff0000 !important;
    border-width: 1px !important;
}

#site-bottom-bar
{
    /*background-color: #d6ebf7;*/
    border-top: 1px solid #999999;
    bottom: 0px;
    font-family: verdana, arial;
    font-size: 11px;
    height: 30px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}


#site-bottom-bar-frame
{
    height: 30px;
    position: relative;
}


#site-bottom-bar-content
{
    padding: 7px 10px 0px 10px;
    vertical-align: bottom;
}

input:-ms-input-placeholder {
   color:#999999;
   font-style: italic;
}

input::-webkit-input-placeholder {
   color:#999999;
   font-style: italic;
}

input:-moz-placeholder {
   color:#999999;
   font-style: italic;
}

/* firefox 19+ */
input::-moz-placeholder {
   color:#999999;
   font-style: italic;
}

textarea:-ms-input-placeholder {
   color:#999999;
   font-style: italic;
}

textarea::-webkit-input-placeholder {
   color:#999999;
   font-style: italic;
}

textarea:-moz-placeholder {
   color:#999999;
   font-style: italic;
}

/* firefox 19+ */
textarea::-moz-placeholder {
   color:#999999;
   font-style: italic;
}



[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Kendo Validator Styles */
textarea.k-invalid, input.k-invalid
{
    border: 1px solid red !important;
}

/*@font-face {
    font-family: 'Freestyle Script';
    src: url('fonts/FREESCPT.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/arial.ttf') format('truetype');
}*/
