﻿html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #e2e2e2 url("Styles/bg-blocks.png") no-repeat fixed 0 400px;
    font-family: "Century Gothic", "Segoe UI",Segoe, "Roboto", "Droid Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
            font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
    font-size: 13px;
    height: 100%;
    min-height: 100%;
    overflow: auto;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

td {
    vertical-align: top;
}

.hr-thin {
    margin: 10px 0 10px 0;
    height: 1px;
    border: none;
    color: #d1d1d1;
    background-color: #d1d1d1;
}

.stepbystep {
    height: 33px;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

    .stepbystep p {
        height: 33px;
        font-size: 18px;
        font-weight: normal;
        margin: 5px 20px -5px 20px;
        color: #999999;
    }

.stepbystep-active p {
    color: #333333;
}

#logo {
    margin: 4px 0px 0px 0px;
}

.k-pager-wrap .k-icon {
    margin-top: 5px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255);
    letter-spacing: 3px;
    color: #ccc;
}

.spinner {
    margin: 100px auto;
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #72bf44;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#news {
    /*width: 255px;
    margin: 10px 0;*/
    padding: 10px;
}

    #news h3 {
        font-weight: normal;
    }

    #news ul {
        list-style: none;
        padding: 0;
    }

        #news ul li {
            margin-bottom: 10px;
        }

        #news ul .date {
            display: block;
        }

.description {
    margin: 5px 0;
    line-height: 1.231em;
    font-size: 0.923em;
    color: #666;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

span.image-list-icon {
    float: left;
}

    span.image-list-icon img {
        max-height: 22px;
        width: auto;
        margin-right: 5px;
    }

.k-picker-wrap .k-input {
    height: 1.64em;
}

.k-list .k-item {
    clear: both;
}

.k-datetimepicker .k-select .k-icon {
    margin-top: 5px;
}

#mainMenu {
    width: 100%;
    margin: 10px auto; /*padding-top: 120px;*/
}

#menu h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px 10px;
}

#template img {
    margin: 5px 20px 0 0;
    float: left;
}

#template {
    width: 380px;
}

    #template ol {
        float: left;
        margin: 0 0 0 30px;
        padding: 10px 10px 0 10px;
    }

    #template:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #template .k-button {
        float: left;
        clear: left;
        margin: 5px 0 5px 12px;
    }

/*BUTTON LIST*/
.button-list-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.k-dropdown.button-list {
    width: auto;
    /*background-color: rgba(243,243,244,0.2);*/
}

    .k-dropdown.button-list .k-dropdown-wrap.k-state-default {
        /*background-color: transparent;*/
    }

    .k-dropdown.button-list .k-dropdown-wrap .k-input {
        height: auto;
        padding: 0;
    }

    .k-dropdown.button-list .k-select .k-i-arrow-s {
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -8px;
        position: absolute;
    }

.button-list-wrapper .k-list-container {
    min-width: 15em;
}

    .button-list-wrapper .k-list-container .k-list-optionlabel {
        display: none;
    }

/*CUSTOM MENU*/
.k-menu.custommenu .k-item .k-link img {
    margin: -.5em 0 -.4em -1.1em;
    padding-left: 5px;
    padding-right: 2px;
    max-height: 22px;
    width: auto;
}

/*Icons*/
.status-circle {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #999999;
}

.icon-wrapper {
    width: 15px;
    display: inline-block;
    text-align: center;
}

.text-success .status-circle {
    background-color: #8bff8b;
    border-color: #00e500;
}

.text-info .status-circle {
    background-color: #86e6ff;
    border-color: #00baea;
}

.text-warning .status-circle {
    background-color: #ffff8b;
    border-color: #e4e400;
}

.text-danger .status-circle {
    background-color: #ff8b8b;
    border-color: #ee0000;
}

.k-alt .k-success-colored {
    background-color: #e7fae7;
}

.k-alt .k-error-colored {
    background-color: #fae7e7;
}

.k-alt .k-info-colored {
    background-color: #e7faff;
}

.k-warning-colored {
    color: #7f7e50;
    border-color: #dfdfd0;
    background-color: #fffff0;
}

.k-alt .k-warning-colored {
    background-color: #ffffe4;
}

.k-state-selected td.k-success-colored,
.k-state-selected td.k-error-colored,
.k-state-selected td.k-info-colored,
.k-state-selected td.k-warning-colored {
    background-color: transparent;
    color: #ffffff;
}

/* GRIDS */
.k-grid.k-widget .k-grid-content {
    min-height: 600px;
    /*max-height: 1200px;*/
}

.testmode
{
    width: 100%;
    background-color: red;
    color: white;
    font-weight:bold;
    font-size:15px;
    padding: 3px 0px 3px 40px;   
}
