﻿

.topStrip
{
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAgICAgICAgICAgMCAgIDBAMCAgMEBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQsJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAMgADAwERAAIRAQMRAf/EAFUAAQEAAAAAAAAAAAAAAAAAAAYFAQEBAAMAAAAAAAAAAAAAAAABAgAGBxAAAgMBAAAAAAAAAAAAAAAAABQBUWETEQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8AOcJo4jGrrys0MJOnhcJWnhUJSphcJEthRUBY/9k=) 0 0 repeat-x #A8A39D;
    background-color: #FFFFFF;
    color: #1A1917;
    height: 50px;
    padding: 0;
    margin: 0;
    font: 14px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 2px;
}

.header
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 76px;
    text-align: center;
}

.main
{
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
    overflow-x: hidden;
}

.footer
{
    height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3a3a3c;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 0px 0px 0px;
}

.footer a
{
    color: white;
}

.k-menu
{
    display: inline-block;
    height: 22px;
    background: #eee;
}

.k-menu .k-link
{
    padding: 0 1.1em 0 !important;
}

.k-menu .k-item
{
    width: auto;
    min-width: 100px;
}

.menu
{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.07) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.07))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.07) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.07) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.07) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.07) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 24px;
}

.menu .active a
{
    border-bottom: 0.3em solid #E59D10;
}

.align-right
{
    text-align: right;
}

.defaultPanel
{
    width: 1024px;
    min-height: 768px;
    position: absolute;
    left: 50%;
    top: 10px;
    /* the image is 50x57, so we use negative margins of 1/2 that size to center it*/
    margin: 0 0 0 -512px;
}

.gradPanel
{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    border-radius: 15px;
    box-shadow: 10px 10px 5px #888888;
    padding: 5px;
}

.label input
{
    vertical-align: bottom;
}

.spinner
{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* the image is 50x57, so we use negative margins of 1/2 that size to center it*/
    margin: -32px 0 0 -32px;
}

.overlay
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* use any background color you like; rgba would be nice, but older IE will ignore it*/
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=80);
}
/* View Animations*/
.slide
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide.ng-enter,
.slide.ng-leave
{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slide.ng-enter
{
    left: 100%;
}

.slide.ng-enter-active
{
    left: 0;
}

.slide.ng-leave
{
    left: 0;
}

.slide.ng-leave-active
{
    left: -100%;
}

.dropdown-menu
{
    left:auto !important;
    right:0;
    width: 270px;
    text-align: left;
    max-height: 350px;
    overflow: auto;
}

.icon-ok
{
    width: 14px;
}

h2
{
    color: rgb(93, 136, 43) !important;
}

.title
{
    color: rgb(93, 136, 43) !important;
    font-weight: bold;
}
.warning
{
    color: #D8000C;
    background-color: #FFBABA;
}
