﻿@font-face {
    font-family: 'iconSweets';
    src: url('./themes/base/fonts/icon_sweet/icon-webfont.eot');
    src: url('./themes/base/fonts/icon_sweet/icon-webfont.eot?#iefix') format('embedded-opentype'), url('./themes/base/fonts/icon_sweet/icon-webfont.woff') format('woff'), url('./themes/base/fonts/icon_sweet/icon-webfont.ttf') format('truetype'), url('./themes/base/fonts/icon_sweet/icon-webfont.svg#iconSweetsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
    /*background:#363636 url('/content/themes/base/img/bg_body.png');*/
    background: #303030;
    position: relative;
    min-width: 1020px;
    overflow-x: hidden;
}

@media only screen and (max-width: 1020px) {
    body {
        overflow-x: auto;
    }
}

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.line-through {
    text-decoration: line-through;
}

.hidden {
    display: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: block;
    clear: both;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

a {
    outline: none;
}

    a:link {
        color: #555555;
    }

    a:visited {
        color: #555555;
    }

    a:hover {
        color: #bd020e;
        text-decoration: none;
    }

    a:active {
        color: #bd020e;
    }

p, ul {
    margin-bottom: 20px;
    line-height: 1.8em;
}

header, footer, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 1.7em;
    padding-bottom: 0;
    margin-bottom: 20px;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background: url('/content/themes/base/img/bg_light.png') top left no-repeat;*/
}

    .page #footer {
        margin-top: 30px;
        padding: 0 2%;
        overflow: hidden;
    }

.foot_lfet {
    float: left;
}

.page #title {
    padding: 10px 0 0 2%;
}

.loginPage #title {
    padding: 0;
}

.loginPage #footer {
    padding: 0;
    margin: 15px 0 0 0;
    opacity: 0.5;
    transition: opacity 1s;
}


    .loginPage #footer:hover {
        opacity: 1;
    }

    .loginPage #footer .foot_lfet {
        float: none;
    }

    .loginPage #footer .loggedUser {
        text-align: left;
        margin-top: 15px;
        overflow: hidden;
        display: block;
    }

        .loginPage #footer .loggedUser a {
            margin: 0 5px 0 0;
        }

header, #header {
    position: relative;
    color: #000;
    padding: 0;
    overflow: hidden;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

#title h1 {
    color: #f8f8f8;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    font-size: 32px;
    font-family: Latha, Arial, Tahoma, Helvetica;
    font-weight: bold;
    overflow: hidden;
    line-height: normal;
}

    #title h1 span {
        color: #c5c5c5;
        font-size: 20px;
        font-weight: normal;
        margin-right: 5px;
        line-height: normal;
    }

#title img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
}


.contentContainer {
    width: 400px;
    margin: 0 auto;
}

.loginPage {
    font-size: 16px;
}

    .loginPage a,
    #footer a {
        color: #aaa;
        text-decoration: none;
    }

        .loginPage a:hover,
        #footer a:hover {
            color: #ffffff;
        }

    .loginPage #main {
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }

    .loginPage .page {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .loginPage #title {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
        width: 100%;
        line-height: normal;
    }

        .loginPage #title span,
        .page #title span {
            display: block;
        }

        .loginPage #title img,
        .page #title img {
            float: left;
            margin-right: 20px !important;
        }

    .loginPage #header #title h1,
    .page #header #title h1 {
        display: inline-block;
        overflow: hidden;
        margin: 0;
        line-height: normal;
    }

.login .loginBox .editor-label {
    width: 36%;
    margin: 0;
    float: left;
    padding-top: 10px;
    margin-bottom: 10px;
}

.login .loginBox .editor-field {
    margin: 0 !important;
    float: right;
    margin-bottom: 10px;
}

    .login .loginBox .editor-field .field-validation-error {
        font-size: 12px;
    }

.input-validation-error {
    border-color: red !important;
}

#main {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.loginPage .page {
    overflow: hidden;
    width: 100%;
    background: none;
}

.loginPage #main {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

footer, #footer {
    color: #999;
    padding: 10px 0;
    text-align: left;
    line-height: normal;
    margin: 10px 0 30px 0;
    font-size: 12px;
    border-radius: 0;
}

/* TAB MENU   
----------------------------------------------------------*/

.sectionLabels {
    margin-right: 2%;
}


ul#menu {
    position: relative;
    margin: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    height: 84px;
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        float: left;
        margin-left: 1px;
        overflow: hidden;
        height: 84px;
        transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari and Chrome */
        -o-transition: all 0.5s; /* Opera */
    }

        ul#menu li:hover {
        }

.ie9 ul#menu li {
    filter: none !important;
}

ul#menu li.active {
    z-index: 1;
    position: relative;
    background: #bd020e;
    font-size: 16px;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    color: #ccc;
    padding: 0 30px;
    line-height: normal;
    top: 50%;
    -moz-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    transform: translateY(-47%);
}

    ul#menu li a:hover {
        text-decoration: none;
    }

    ul#menu li a:active {
        text-decoration: none;
    }


.sectionLabels .iconsweet,
.sectionLabels .fa {
    font-size: 20px;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
    color: #929292;
    padding: 0;
    line-height: normal;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

ul#menu li.active .iconsweet,
ul#menu li.active .fa {
    color: #ffffff;
    font-size: 22px;
    margin-top: -2px;
}

ul#menu li.active a,
ul#menu li:hover > a,
ul#menu li:hover .fa,
ul#menu li:hover .iconsweet {
    color: #ffffff;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    padding: 15px !important;
}

.largeTxtArea textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.k-widget.k-multiselect.k-header {
    border: 1px solid #ccc;
    font-size: 12px;
    color: #444;
    width: 200px;
    background: #f9f9f9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5;
    display: inline-block;
}


input[type="text"], input[type="password"], textarea {
    border: 1px solid #ccc;
    padding: 6px 2px;
    font-size: 0.9em;
    color: #444;
    width: 200px;
    background: #f9f9f9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5;
}

.inputBox input[type="text"], input[type="password"] {
    width: 47%;
}


.inputBox .onlineRange input[type="text"], input[type="password"] {
    width: 46%;
}

.inputBox input[type="text"]:focus {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.input100x100 input[type="text"], .input100x100 input[type="password"], .input100x100 textarea {
    width: 98%;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
}

    #logindisplay a:link {
        text-decoration: underline;
    }

    #logindisplay a:visited {
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.main {
    overflow: hidden;
}

    .main .leftMenu {
        display: inline;
    }

    .main .content {
        display: inline;
    }

.workAreaBox {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #d6d6d7;
    background: #f1f1f1;
}

.sectionLabels {
    bottom: 0;
    right: 0;
    position: absolute;
}

.workAreaBox .leftAreaBox {
    width: 20%;
    min-height: 85vh;
    float: left;
    height: 100%;
    overflow: auto;
    position: relative;
    /*background:url('/content/themes/base/img/gradientBW.png') top center repeat;*/
    background-color: #d6d6d7;
}

.workAreaBox .rightAreaBox {
    width: 80%;
    min-height: 75vh;
    float: right;
    background: #f1f1f1;
}

.rightAreaBox .padding {
    padding: 0 2% 40px 2%;
}

.workAreaBox .rightAreaBox .breadcrumb, .workAreaBox .leftAreaBox .refreshBox {
    padding: 5px;
}


.breadcrumb {
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: red;
    padding: 5px;
    margin-bottom: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cbcbcb;
    background: rgba(50,50,50,0.1);
    display: none;
}

.workAreaBox .leftAreaBox .categoriesBox {
    color: #ffffff;
}

    .workAreaBox .leftAreaBox .categoriesBox #treeview {
        padding: 40px 10px;
    }

.categoriesBox #treeview .k-in {
    color: #000;
    border: none;
    background: none;
    display: block;
}

    .categoriesBox #treeview .k-in:hover,
    .categoriesBox #treeview .k-in.k-state-selected {
        color: #000;
    }

.ie9 .categoriesBox #treeview .k-in, .ie9 .categoriesBox #treeview .k-in:hover {
    filter: none !important;
}

.categoriesBox .k-treeview .k-in {
    padding: 3px 4px;
    height: 20px;
}

    .categoriesBox .k-treeview .k-in:selected {
        padding: 3px 4px;
        height: 20px;
    }

.categoriesBox #treeview .k-state-hover {
    padding: 3px 4px;
}

.categoriesBox #treeview .k-state-selected {
    color: #ffffff;
    background: none;
    border: none;
}

.workAreaBox .leftAreaBox .filtersBox {
    height: 41px;
    background-color: rgb(51, 102, 153);
}

.tbgTransp {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.02) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.02)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.02) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

.grayGradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #000000;
}

.grayGradient2 {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #000000;
}

.ie9 .grayGradient,
.ie9 .grayGradient2,
.ie9 .tbgTransp {
    filter: none !important;
}

.welcome {
    padding: 30px 20px;
    color: #d7d7d7;
}

    .welcome .lastLogin {
        font-size: 12px;
        color: #c2c2c2;
        margin-top: 5px;
    }

.featuredButtons {
    padding: 30px 10px 25px 10px;
    text-align: center;
}

    .featuredButtons a {
        display: inline-block;
        background: rgba(255,255,255,0.2);
        text-decoration: none;
        overflow: hidden;
        margin: 0 5px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari and Chrome */
        -o-transition: all 0.5s; /* Opera */
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }

        .featuredButtons a:hover {
            background: #c00418;
            -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
        }

        .featuredButtons a span.iconsweet {
            font-size: 30px !important;
            color: #ffffff !important;
            padding: 5px 15px 15px 15px !important;
        }

.refreshMenu {
    float: right;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    margin: 10px 10px 0 0;
}

    .refreshMenu a {
        display: inline-block;
        background: #4f4f4f;
        text-decoration: none;
        overflow: hidden;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari and Chrome */
        -o-transition: all 0.5s; /* Opera */
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }

        .refreshMenu a:hover {
            background: #c00418;
            -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
        }

        .refreshMenu a span.iconsweet {
            font-size: 18px !important;
            color: #ffffff !important;
            padding: 5px 10px 10px 10px !important;
            transition: all 1s;
            -moz-transition: all 1s; /* Firefox 4 */
            -webkit-transition: all 1s; /* Safari and Chrome */
            -o-transition: all 1s; /* Opera */
        }

        .refreshMenu a:hover > span.iconsweet {
            padding: 5px 10px 10px 10px !important;
            transform: rotate(170deg);
            -ms-transform: rotate(170deg); /* IE 9 */
            -webkit-transform: rotate(170deg); /* Safari and Chrome */
            -o-transform: rotate(170deg); /* Opera */
            -moz-transform: rotate(170deg); /* Firefox */
        }




@-webkit-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-o-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-ms-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


#ajaxModalBodyContainer {
    border: 5px solid #000;
    border-radius: 40px;
    height: 40px;
    opacity: 0;
    width: 40px;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    position: fixed;
    margin: auto;
    left: 0;
    top: -10%;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 5001;
}

/*#ajaxModalBodyContainer {
    display: none;
    height: 120px;
    left: 43%;
    padding: 10px;
    position: fixed;
    text-align: center !important;
    top: 30%;
    width: 48px;
    z-index: 5010;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url(/Content/themes/base/Default/loading-image.gif);
    background-position: center;
    background-repeat: no-repeat;
}*/

#ajaxModalBgContainer {
    display: none;
    position: fixed;
    width: 2560px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    height: 2560px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5000;
}

#ajaxModalBodyContainer .closeButton {
    background: #eaf4f9 url("../images/fancy_close.png") scroll right center no-repeat !important;
    height: 25px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    z-index: 5020;
}

#ajaxModalBodyContainer .header {
    background: #777 !important;
    height: 25px;
    width: 150px;
    text-align: center;
    padding-top: 5px;
    vertical-align: middle;
    font-weight: bold;
    float: left;
    z-index: 5020;
}

#ajaxModalBodyContainer .modalBody {
    margin-top: 50px;
    z-index: 5020;
}

.qq-uploader UL {
    display: none;
}

.qq-upload-drop-area {
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 13px;
    color: #696969;
    padding: 5% 0 7% 0;
    margin-bottom: 2%;
    margin-left: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-8 */
}

.uploadprogress {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/content/themes/base/img/loading.gif') center center;
    -moz-opacity: 0.90;
    opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.ie9 .qq-upload-drop-area {
    filter: none !important;
}

.ie .qq-upload-drop-area {
    visibility: hidden;
    opacity: 0;
    display: none;
    display: none !important;
}

.qq-upload-drop-area-active {
    border: 1px solid #000000;
    background: rgba(255,255,255,0.3);
    color: #000000;
}

    .qq-upload-drop-area-active > .iconsweet {
        color: #000000;
    }

.qq-upload-drop-area .iconsweet {
    font-size: 36px;
}

.helpBox {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ffe1b8;
    padding: 10px 10px;
}

LEGEND {
    margin-bottom: 5px;
}

.inputBox {
    margin-bottom: 5px;
    vertical-align: top;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

    .inputBox .info {
        position: absolute;
        margin-right: -5px;
        opacity: 0.5;
    }

        .inputBox .info:hover {
            opacity: 1;
        }

    .inputBox .qq-upload-button {
        padding: 3% 0 !important;
        border: 1px solid #b7b7b7;
        display: block;
        width: 100%;
        color: #3f3f3f;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        text-shadow: 1px 1px 0px #ffffff;
        filter: dropshadow(color=#ffffff, offx=1, offy=1);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .inputBox .uploadContainer {
        display: inline-block;
        width: 100%;
    }

        .inputBox .uploadContainer .uplImg {
            width: 30%;
            float: left;
            position: relative;
            overflow: hidden;
            padding: 5px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .inputBox .uploadContainer .uplImg:hover {
                -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
            }

            .inputBox .uploadContainer .uplImg img {
                max-width: 100%;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

        .inputBox .uploadContainer .uploadBox {
            width: 65%;
            float: right;
        }

.uplImg a {
    color: #454545;
    text-decoration: none;
    font-size: 12px;
    display: block;
    padding: 5px 0;
}

    .uplImg a span.iconsweet {
        font-size: 10px;
        color: #ffffff;
        background: #404040;
        padding: 2px 5px 5px 5px;
        margin-right: 10px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .uplImg a:hover > span.iconsweet {
        background: #c10016;
    }

.inputBox .uploadBox {
    display: inline-block;
}

.inputBox LABEL {
    display: inline-block;
    font-weight: 600;
}

.contextmenu-item {
    font-size: 16px !important;
    font-weight: bold;
    padding: 3px;
}

.contextmenu-item-hover {
    border: 2px solid black;
    padding: 1px;
}

.applicationBox {
    padding: 2px 2px;
}

.k-in.k-state-selected {
    background-color: #87b6d9;
}


/* Wizad */

ul.wizard {
    padding: 0 0 2px;
    position: relative;
    margin: 0 0 20px 20px;
}

    ul.wizard li {
        display: inline;
        list-style: none;
    }

        ul.wizard li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul.wizard li span.step, ul.wizard li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        ul.wizard li span.step {
            color: #826982;
            margin-left: 3px;
        }

        ul.wizard li a:hover {
            background-color: #fff;
            text-decoration: none;
        }

        ul.wizard li a:active {
            background-color: #a6e2a6;
            text-decoration: none;
        }

        ul.wizard li.selected a {
            background-color: #fff;
            color: #000;
        }




/* = STEPS CONTAINER
----------------------------*/

.wizardLine {
    position: relative;
    margin-top: -55px;
    height: 60px;
}

    .wizardLine:hover .showWizard {
        display: none;
    }

    .wizardLine:hover .wizard {
        max-width: 100%;
        opacity: 1;
    }

        .wizardLine:hover .wizard > div {
            max-width: 100%;
            opacity: 1;
        }

.showWizard {
    position: absolute;
    right: 0;
    top: 0;
    background: #404040;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    display: block;
    width: auto;
    height: auto;
    margin-right: 18px;
    padding: 4px 6px 4px 8px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

    .showWizard:before {
        border-top: 16px solid #404040 !important;
        border-bottom: 16px solid #404040 !important;
    }

    .showWizard:after {
        border-left: 16px solid #404040 !important;
    }

.wizard {
    clear: both;
    margin-bottom: 25px;
    margin-top: -50px;
    width: 50%;
    float: right;
    padding: 0;
    font-weight: bold;
    display: block;
    text-align: right;
    z-index: 99;
}

    .wizard div {
        position: relative;
        display: inline-block;
    }

    /* = DEFAULT STEPS
----------------------------*/
    .wizard a, .wizard .step {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        margin-right: 8px;
        padding: 4px 6px 4px 8px;
        float: left;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        color: #000;
        background: #d8d8da;
        text-decoration: none;
    }

        .wizard a:before, .wizard .step:before,
        .showWizard:before {
            width: 0px;
            height: 0px;
            border-top: 16px solid #d8d8da;
            border-bottom: 16px solid #d8d8da;
            border-left: 8px solid transparent;
            position: absolute;
            content: "";
            top: 0px;
            left: -8px;
        }

        .wizard a:after, .wizard .step:after,
        .showWizard:after {
            width: 0;
            height: 0;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
            border-left: 8px solid #d8d8da;
            position: absolute;
            content: "";
            top: 0px;
            right: -8px;
        }

    .wizard .last a:after {
        border: none;
    }

    .wizard .last a {
        padding-right: 10px;
        margin-right: 0px;
    }

    /* = ACTIVE STEPS
----------------------------*/
    .wizard .selected a {
        background: #404040;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    }

        .wizard .selected a:before {
            border-top: 16px solid #404040;
            border-bottom: 16px solid #404040;
        }

        .wizard .selected a:after {
            border-left: 8px solid #404040;
        }

        .wizard .selected a:after {
            right: -8px;
        }
    /* = HOVER STATES
----------------------------*/
    .wizard .steps:hover a {
        background: #ffffff;
    }

        .wizard .steps:hover a:before {
            border-top: 16px solid #ffffff;
            border-bottom: 16px solid #ffffff;
        }

        .wizard .steps:hover a:after {
            border-left: 8px solid #ffffff;
        }

    .wizard .selected:hover a {
        background: #404040;
    }

        .wizard .selected:hover a:before {
            border-top: 16px solid #404040;
            border-bottom: 16px solid #404040;
        }

        .wizard .selected:hover a:after {
            border-left: 8px solid #404040;
        }

/**************/

.k-grid-Add SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -164px -257px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-grid-Unpin SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -176px -271px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-grid-Edit SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -32px -0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-grid-MediaEdit SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -32px -0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-icon.k-external-link {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -115px -48px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-icon.k-internal-link {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: 0px -80px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-copy, .k-grid-Copy SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -32px -128px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-up, .k-grid-Up SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-down, .k-grid-Down SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: 0px -32px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-grid-Delete SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -32px -16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-grid-Select SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -32px -0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}

.k-grid-Pay SPAN {
    background-image: url(./themes/base/default/sprite.png) !important;
    background-position: -32px -64px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 3px 0px -3px;
    vertical-align: text-top;
}


.k-copy {
    background-position: -32px -128px;
}

.mceLayout {
    width: 100% !important;
    left: 400px !important;
}

.mceEditor td.mceIframeContainer iframe {
    min-height: 350px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.mceEditor table {
    height: auto !important;
}


/* Login Box */

.loginBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .loginBox .box {
        margin: 0;
        padding: 20px;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 0px 0px 0px 1px #cfcfcf;
        box-shadow: 0px 0px 0px 1px #cfcfcf;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #ffffff;
    }

.ie9 .loginBox .box {
    filter: none !important;
}

.lbShadow {
    background: url('./themes/base/img/shadowForm.png') top center no-repeat;
    width: 100%;
    height: 33px;
}

.loginBox .editor-field input {
    width: 100%;
    padding: 10px;
    background: #e2e2e2;
    color: #333333;
    overflow: hidden;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    outline: none;
}

    .loginBox .editor-field input:focus {
        background: #545454;
        color: #ffffff;
        border: 1px solid #ffffff;
    }

.loginBox .editor-label {
    font-weight: bold;
}

.floatRight {
    float: right;
}

input, textarea {
    outline: none;
    box-shadow: none;
}

    input:focus, textarea:focus {
        border-color: #333;
    }


.button, a.button {
    padding: 12px 20px !important;
    color: #ffffff;
    border: 0;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
}

    .button i {
        margin-right: 5px;
    }

    .button.red {
        border: 0;
        background: #bd020e;
        text-transform: uppercase;
        font-size: 14px;
    }

        .button.red:hover {
            background: #333;
        }

        .button.red:active {
            background: #ac0014;
        }


    .button.gray {
        border: 1px solid #bebebe;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
        color: #3f3f3f;
        background: #f9f9f9;
    }

        .button.gray:hover {
            background: #ffffff;
        }

        .button.gray:active {
            background: #e0e0e0;
        }

    .button.disabled {
        border: 1px solid #bebebe;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
        color: #e0e0e0;
        background: #f9f9f9 !important;
        cursor: default;
    }

        .button.disabled i,
        .button.disabled span {
            color: #e0e0e0;
        }

    .button.big {
        padding: 10px 20px !important;
    }

.ie9 .button {
    filter: none !important;
}

.label_bold {
    font-weight: bold;
}

.has-js .label_check label,
.has-js .label_radio label {
    padding-left: 34px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 3px;
    min-height: 20px;
    font-weight: 400;
}

.has-js .label_radio label {
    background: url('./themes/base/img/checkstyle.png') no-repeat 0 -777px;
}

.has-js .label_radio.r_on label {
    background: url('./themes/base/img/checkstyle.png') no-repeat 0 -1175px;
}

.has-js .label_check label {
    background: url('./themes/base/img/checkstyle.png') no-repeat 0 0;
}

.has-js .label_check.c_on label {
    background: url('./themes/base/img/checkstyle.png') no-repeat 0 -376px;
}

.has-js .label_check.r_on label {
    background: url('./themes/base/img/checkstyle.png') no-repeat 0 -1175px;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

#tabs label {
    font-weight: normal;
}

#parentsTreeview .label_check.c_on label {
    background: url('./themes/base/images/cms-folders-sprite-2015.png') no-repeat 0 -268px;
}

#parentsTreeview .label_check.c_off label {
    background: url('./themes/base/images/cms-folders-sprite-2015.png') no-repeat 0 -120px;
}

#parentsTreeview .label_check.c_off_none label {
    background: url('./themes/base/images/cms-folders-sprite-2015.png') no-repeat 0 -98px;
}

#parentsTreeview .label_check.c_on_none label {
    background: url('./themes/base/images/cms-folders-sprite-2015.png') no-repeat 0 -296px;
}

.label_color .label_check.c_on label {
    color: #4f9201;
}
/*.label_color .label_check.c_off label { color:#d80018; }*/

.iconsweet {
    font-family: iconSweets;
    font-weight: normal;
}

a span.iconsweet {
    color: #606060;
    float: left;
    font-size: 12px;
    padding-right: 10px;
    vertical-align: middle;
}

a.button.red span.iconsweet, a.button.red:hover > span.iconsweet {
    color: #ffffff;
}

.topButtons {
    margin: 0 0 20px 0;
    display: inline-block;
}

    .topButtons a {
        margin: 0 5px 0 0;
    }

        .topButtons a:hover > span.iconsweet {
            color: #ac0015;
        }

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.tip {
    color: #fff;
    background: #1d1d1d;
    display: none; /*--Hides by default--*/
    padding: 10px;
    position: absolute;
    z-index: 10000;
    text-decoration: none !important;
    font-size: 13px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.info {
    cursor: help;
    position: absolute;
    right: 0;
    top: 0;
    position: relative;
    width: 30px;
    display: block;
    float: right;
    margin: -10px -10px 0 0;
}

    .info.label {
        position: relative;
    }

    .info span.iconsweet {
        font-size: 26px;
        line-height: normal;
        color: #929292;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }

        .info span.iconsweet:hover {
            color: #c00418;
        }

/* Context Menu */

.context-menu-item.hover {
    background-color: #2e2e2e !important;
    color: #ffffff;
}

    .context-menu-item.hover ul {
        color: #444444;
    }

.context-menu-root {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

/* Client Logo */

.cLogo {
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: relative;
    -webkit-box-shadow: inset -2px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset -2px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

    .cLogo img {
        max-width: 80%;
    }

    .cLogo .gOver {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 ); /* IE6-8 */
    }

.ie9 .cLogo .gOver {
    filter: none !important;
}

.contBox {
    margin: 10px 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    clear: both;
}

    .contBox .cbHead {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border: 1px solid #bebebe;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
        color: #3f3f3f;
        background: #f9f9f9;
    }

    .contBox.accordion .cbHead {
        padding: 10px 20px 10px 30px;
    }

    .contBox .cbContent {
        padding: 20px 20px 15px 20px;
        background: #ffffff;
        border: 1px solid #bebebe;
        border-top: none;
    }

        .contBox .cbContent.nohead {
            padding-top: 5px;
            border-top: 1px solid #bebebe;
        }

        .contBox .cbContent.noborder {
            border: none;
        }

.aLeft {
    width: 49%;
    display: inline-block;
}

.aRight {
    float: right;
    width: 49%;
    display: inline-block;
}

.aLeft li, .aLeft ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.insLeft {
    width: 49%;
    display: inline-block; /*font-weight:bold;*/
}

.insRight {
    float: right;
    width: 49%;
    display: inline-block;
}

.mb10 {
    margin-bottom: 10px !important;
}

.contBox.cGray {
    background: rgba(0,0,0,0.1);
}

    .contBox.cGray .cbContent {
        border: 1px solid #ffffff;
        border-top: none;
        -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
        background: rgba(0,0,0,0.05);
        overflow: hidden;
    }

.ie9 .contBox.cGray .cbContent {
    filter: none !important;
}


span.k-datepicker, span.k-numerictextbox, span.k-dropdown {
    width: 100%;
}


.collapse .cbHead {
    cursor: pointer;
    margin-top: 5px;
}

.collapse .cbContent.close {
    display: none;
}

#tabs .ui-tabs-panel {
    padding: 1.5em 0 !important;
}

#mediaEditForm #tabs .ui-tabs-panel,
#linkEditForm #tabs .ui-tabs-panel {
    padding: 1.5em !important;
}

.bigLabel label {
    font-size: 18px;
    margin-bottom: 5px;
}


#tabs .inputBox input[type="text"] {
    width: 100%;
    padding: 7px 10px;
}

    #tabs .inputBox input[type="text"]:focus {
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }


.inputfull .inputBox input[type="text"] {
    width: 100%;
    padding: 7px 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


.mediaImg {
    border: 3px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.borderBott {
    padding: 0 0 5px 0;
    margin: 20px 0 20px 0;
    background: url("./themes/base/img/sepLine.png") repeat-x bottom;
    line-height: 30px;
}

.hasDatepicker, #HumanKey {
    text-align: center;
}


@media only screen and (max-width: 1300px) {
    .wizard {
        float: left !important;
        margin-top: 0;
        width: 100%;
        text-align: left;
        margin-left: 10px;
    }

    .topButtons {
        clear: both;
        float: left;
    }
}



[data-role=cms-tree] .k-widget.k-treeview .k-sprite {
    background-image: url("./themes/base/images/cms-folders-sprite-2015.png");
}

[data-role=cms-tree] .k-widget.k-treeview .folder {
    background-position: 0 -16px;
}

    [data-role=cms-tree] .k-widget.k-treeview .folder.nomodify {
        background-position: 0 -32px;
    }

[data-role=cms-tree] .k-widget.k-treeview .k-in:hover .folder,
[data-role=cms-tree] .k-widget.k-treeview .k-in.k-state-selected .folder,
[data-role=cms-tree] .k-widget.k-treeview .k-in:hover .product,
[data-role=cms-tree] .k-widget.k-treeview .k-in.k-state-selected .product {
    background-position: 0 -188px;
}

    [data-role=cms-tree] .k-widget.k-treeview .k-in:hover .folder.nomodify,
    [data-role=cms-tree] .k-widget.k-treeview .k-in.k-state-focused .folder.nomodify {
        background-position: 0 -32px;
    }




[data-role=cms-tree] .k-widget.k-treeview .product {
    background-position: 0 -228px;
}


.k-widget.k-treeview .k-sprite {
    background-image: url("./themes/base/Default/coloricons-sprite.png");
}

.k-treeview label {
    padding-bottom: 0 !important;
    padding-top: 2px !important;
}

.folder {
    background-position: 0 -16px;
}

.product {
    background-position: 0 -48px;
}

.ie9 div, .ie9 span {
    filter: none !important;
    border-radius: 0;
}


.successMessage {
    background-image: url(/Content/themes/base/images/imagesCA1HV6XZ.jpg);
}

.ui-dialog {
    z-index: 9999;
}

.ui-dialog-titlebar {
    display: none !important;
}

#successdialog {
    display: none;
    text-align: center;
}

.startingPage {
    min-height: 400px;
    min-height: 55vh;
    background-image: url(/Content/themes/base/images/totalcomLogoBg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.loggedUser {
    color: #c5c5c5;
    vertical-align: middle;
    font-size: 15px;
    text-align: right;
}

    .loggedUser .name {
        color: #f8f8f8;
        margin-right: 10px;
    }

    .loggedUser a {
        color: #ccc;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        margin-left: 5px;
    }

    .loggedUser .active {
        font-weight: bold;
        color: #ffffff;
    }



.filters label {
    display: inline-block;
    width: 20%;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 18px;
}

.filters .filter {
    display: inline-block;
    margin-top: 10px;
}

.one-third {
    width: 33%;
}

.two-thirds {
    width: 66%;
}

.notAllowedParent {
    padding-left: 32px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 3px;
}

.k-widget.k-numerictextbox {
    max-width: 150px;
}

    .k-widget.k-numerictextbox input[type=text] {
        width: 100%;
    }


#PaymentNote {
    height: 2em;
    width: 40em;
}

#Project {
    width: 200px;
}

.small-tb .k-widget {
    width: 80px !important;
}

.ui-widget-content .button.red {
    color: white;
}

.contBox.inputfull .cbContent .aLeft .insLeft,
.contBox.inputfull .cbContent .aRight .insLeft {
    width: auto;
}

.contBox.inputfull .cbContent .aLeft .insRight,
.contBox.inputfull .cbContent .aRight .insRight {
    margin-right: 15px;
}


.k-Link {
    background-position: -288px -48px;
}

div[data-role=grid] {
    overflow-x: auto;
}

.parentCheckboxPaceHolder {
    display: inline-block;
    width: 25px;
}

.k-widget.k-grid .decimal {
    float: right;
}

.k-widget.k-grid .total {
    color: red;
    float: right;
}


.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0 !important;
    outline: none;
}

#main label {
    font-family: 'Open Sans',sans-serif;
}

#tabs label {
    padding-bottom: 5px;
}

#tabs input {
    margin-bottom: 5px;
}


.ui-widget-header {
    background: #eee !important;
}

.k-button {
    border-radius: 0 !important;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.overlay {
    /*background: rgba(255,255,255,0.3);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

#overlaySaved {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

    #overlaySaved svg {
        width: 60px;
        height: 60px;
        position: absolute;
        margin: auto;
        bottom: 0;
        right: 0;
    }

.checkmark {
    stroke: green;
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
}

.checked .checkmark {
    animation: dash 3s ease-out forwards;
}

#backOfficePageTitle {
    width: 50%;
}

@media only screen and (max-width: 1400px) {
    #backOfficePageTitle {
        font-size: 21px;
    }
}

.contBox .ui-tabs .open {
    padding-right: 20px;
    padding-left: 20px;
}

.contBox.collapse .ui-tabs .open {
    padding: 20px;
}

.k-widget.k-grid .k-button,
#Products .k-button {
    min-width: initial;
}

    .k-widget.k-grid .k-button span,
    #Products .k-button span {
        margin: 3px 0 0 0;
    }


.k-widget.k-grid tr td,
#Products tr td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .k-widget.k-grid tr td:first-child,
    #Products tr td:first-child {
        border-left: 1px solid transparent;
    }

    #Grid tr td:last-child,
    #Products tr td:last-child {
        border-right: 1px solid transparent;
    }

.k-widget.k-grid tr:hover td,
#Products tr:hover td {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

    .k-widget.k-grid tr:hover td:first-child,
    #Products tr:hover td:first-child {
        border-left: 1px solid #777;
    }

    .k-widget.k-grid tr:hover td:last-child,
    #Products tr:hover td:last-child {
        border-right: 1px solid #777;
    }

.k-header .label_check label,
.k-header .label_radio label {
    padding-left: 25px !important;
}

.inputBox .label_check label,
.inputBox .label_radio label {
    padding-top: 0;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-state-hover, .k-treeview .k-state-selected, .k-editor-button .k-state-hover, .k-editor-button .k-state-active, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection {
    border-radius: 0 !important;
}

.k-widget.k-grid .expandRow {
    opacity: 0.3;
    transition: opacity 0.5s;
}

.k-widget.k-grid tr:hover .expandRow {
    opacity: 0.8;
}
