﻿/**************** Body and tag styles ****************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/**{
    margin: 0px;
    padding: 0px;
}*/

@font-face {
    font-family: "GT Walsheim M";
    src: url(../fonts/GTWalsheimPro-Medium.eot?#iefix);
    src: url(../fonts/GTWalsheimPro-Medium.eot?#iefix) format("eot"), url(../fonts/GTWalsheimPro-Medium.woff2) format("woff2"), url(../fonts/GTWalsheimPro-Medium.woff) format("woff"), url(../fonts/GTWalsheimPro-Medium.ttf) format("truetype"), url(../fonts/GTWalsheimPro-Medium.svg?v=1#browngothic) format("svg")
}

@font-face {
    font-family: "GT Walsheim R";
    src: url(../fonts/GTWalsheimPro-Regular.eot?#iefix);
    src: url(../fonts/GTWalsheimPro-Regular.eot?#iefix) format("eot"), url(../fonts/GTWalsheimPro-Regular.woff2) format("woff2"), url(../fonts/GTWalsheimPro-Regular.woff) format("woff"), url(../fonts/GTWalsheimPro-Regular.ttf) format("truetype"), url(../fonts/GTWalsheimPro-Regular.svg?v=1#browngothic) format("svg")
}

@font-face {
    font-family: "NibPro-Regular";
    src: url(../fonts/NibPro-Regular.eot?#iefix);
    src: url(../fonts/NibPro-Regular.eot?#iefix) format("eot"), url(../fonts/NibPro-Regular.woff2) format("woff2"), url(../fonts/NibPro-Regular.woff) format("woff"), url(../fonts/NibPro-Regular.ttf) format("truetype"), url(../fonts/NibPro-Regular.svg?v=1#browngothic) format("svg")
}

@font-face {
    font-family: "NibPro SemiBold Italic";
    src: url(../fonts/NibProSemiBold-Italic.eot?#iefix);
    src: url(../fonts/NibProSemiBold-Italic.eot?#iefix) format("eot"), url(../fonts/NibProSemiBold-Italic.otf) format("otf"), url(../fonts/NibProSemiBold-Italic.ttf) format("truetype")
}

body {
    /*padding: <div class="box">;*/
    /*font: 76% Verdana,Tahoma,Arial,sans-serif;*/
    /*font-family: tahoma, verdana, arial, sans-serif;*/
    font: normal 12px arial,sans-serif;
    /*text-align: center;*/
    color: #505050;
}

div {
    display: block;
}

    div .subline {
        padding-top: 5px;
    }

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    /*background-color: inherit;*/
    cursor: pointer;
}

.k-treeview a {
    color: #578bb8 !important;
}

#navbar-container div.k-treeview {
    height: calc(100vh - 110px);
    overflow: hidden;
    overflow-y: auto;
}

a:hover {
    color: #000000;
    text-decoration: underline;
    background-color: inherit;
}

a img {
    border: none;
}

.disabledLink {
    color: #c0c0c0;
    text-decoration: none;
    /*font-weight:normal;*/
    cursor: default;
}

    .disabledLink:hover {
        color: #c0c0c0;
        text-decoration: none;
        /*font-weight:normal;*/
        cursor: default;
    }

.unclickableLink {
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

    .unclickableLink:hover {
        color: #505050;
        text-decoration: none;
        font-weight: bold;
        cursor: default;
    }

.activeLink {
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

    .activeLink:hover {
        color: #505050;
        font-weight: bold;
        text-decoration: none;
        background-color: inherit;
    }

.filterLink {
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

    .filterLink:hover {
        font-weight: bold;
        text-decoration: none;
        background-color: inherit;
    }

p form {
    margin-top: 0;
    margin-bottom: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*Remove button padding for Firefox*/
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*for IE8 */
input[type="button"]:focus, input[type="submit"]:focus, input[type="file"]:focus {
    outline: none;
}

input[type="file"] {
    height: 28px;
}


input[type="button"], input[type="submit"] {
    cursor: pointer;
    font-size: 14px;
    background-color: #5E3AD8;
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
    vertical-align: middle;
    background-position: 50% 50%;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 7px 2px;
    font-family: 'GT WALSHEIM M';
    line-height: 1.72em;
    text-align: center;
    border-style: solid;
    border-width: 0;
}

.inputButtonImportant {
    background-color: #FFE971;
    border-color: #ECC101;
    font-weight: bold;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF9C1), to(#FED81C));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #FFF9C1, #FED81C);
    /* For Internet Explorer 5.5 - 7 */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF); */
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF9C1, endColorstr=#FED81C)";
}

/*.inputButtonDisabled
{
    height: 28px;
    padding-right: 5px;
    padding-left: 5px;
    cursor: auto;
}*/

input[type="text"], input[type="password"] {
    /*height: 20px;
    line-height: 20px;*/
    vertical-align: middle;
    /*font-size: 1.1em;*/
    /*padding: 2px;*/
    color: #505050;
}

input[type="checkbox"] {
    cursor: pointer;
}

select {
    height: 28px;
    vertical-align: middle;
    padding: 2px;
    color: #505050;
}

textarea {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    height: 60px;
    padding: 3px;
    overflow: auto;
    width: 222px;
    color: #505050;
    resize: vertical;
}

.spaceLeft {
    margin-left: 10px;
}

.spaceRight {
    margin-right: 10px;
}

.handleImage {
    width: 15px;
    height: 16px;
    background-image: url(images/HandleHand.png);
    overflow: hidden;
    cursor: se-resize;
}

.handleText {
    width: 16px;
    height: 16px;
    background-image: url(images/HandleGrip.png);
    overflow: hidden;
    cursor: se-resize;
}

/**************** Header and navigation styles ****************/

.header {
    background: #000000;
    height: 5vh;
    width: 100%;
    position: absolute;
}

.menuItem {
    padding: 7px 12px 7px 12px;
    color: #FFF;
    background: #578bb8;
    float: left;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-right-width: 1px;
}



.modalWindow {
    border: 2px solid #5E3AD8;
    background-color: White;
    color: #505050;
    overflow: auto;
}

.modalBackground {
    background-color: #c0c0c0;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modalHeader {
    padding: 8px;
    background-color: #F4F6F9;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}

.modalBody, .modalBodyUpload {
    margin: 8px;
}

.modalBodyUpload {
    margin-top: 15px;
}

.modalBox {
    padding: 5px;
    border: 1px solid #C0D5E4;
    background-color: #F4F6F9C;
}

/**************** Content styles ****************/

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.mainContent {
    position: absolute;
    top: 5vh;
    left: 15vw;
    bottom: 2vh;
    right: 15vw;
}

    .mainContent h2 {
        font-weight: normal;
        font-size: 34px;
        text-align: center;
        margin: 5vh 0;
        color: #000000;
    }

.ssitems {
    position: absolute;
    right: 15vw;
    height: 100%;
}

    .ssitems ul {
        height: 100%;
    }

    .ssitems li a span {
        color: #fff;
        display: inline-block;
        margin-top: -8px;
        padding: 0 5px;
        vertical-align: middle;
    }

    .ssitems li.clientPorta a {
        display: inline-block;
        text-decoration: none;
        vertical-align: middle;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ssitems li.icons {
        display: inline-block;
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 10px;
    }

.subheader {
    height: 25vh;
    display: flex;
    align-items: center;
}

.avlogo {
    /*background: url(https://vpsstorage.blob.core.windows.net/images/Zonda-Virtual-Logo.svg?v=1) no-repeat;*/
    overflow: hidden;
    width: 230px;
    height: 69px;
    outline: none;
    background-position: 0px 0px;
}

/**************** Footer styles ****************/

.footer {
    height: 2vh;
    width: 100%;
    position: absolute;
    background: #000000;
    bottom: 0;
}

    .footer p {
        text-align: center;
    }

    .footer a {
        /*color:#f0f0f0;*/
        color: #467aa7;
        background-color: inherit;
        font-weight: bold;
    }

        .footer a:hover {
            /*color:#ffffff;*/
            background-color: inherit;
            text-decoration: underline;
        }

/**************** Misc classes and styles ****************/

.box {
    margin: 0 0 0 0;
    padding: 10px;
    /*background-color: #f0f0f0;*/ color: #505050;
    position: relative;
}

.filterTitle {
    margin: 0 0 0 0;
    padding: 5px 5px 5px 8px;
    border: 1px solid #c0c0c0;
    background-color: White;
    color: #505050;
    line-height: 1.5em;
    position: relative;
    font-weight: bold;
    font-size: larger;
}

.filterSubTitle {
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 8px;
    background-color: #f0f0f0;
    color: #505050;
    position: relative;
    font-weight: bold;
}

.filterPanelBody {
    border-width: 0px 1px 1px 1px;
    border-color: #c0c0c0;
    border-style: solid;
    margin: 0 0 0 0;
    padding: 8px 5px 0 15px;
    background-color: White;
    display: block;
}

.filterRow {
    padding-bottom: 5px;
    color: #505050;
    vertical-align: middle;
    cursor: pointer;
}

.boxPages {
    margin: 0;
    border: 1px solid #c0c0c0;
    background-color: #EDF3F8;
    color: #505050;
    line-height: 1.5em;
    position: relative;
}

.repeaterItem {
    margin: 0 0 0 0;
    padding: 4px;
    border: 1px solid #c0c0c0;
    /*background-color: #f0f0f0;*/
    background-color: #EDF3F8;
    color: #505050;
    line-height: 1.5em;
    position: relative;
}

.fileItem {
    margin: 0 0 0 0;
    padding: 5px;
    border: 1px solid #c0c0c0;
    background-color: #EDF3F8;
    color: #505050;
    line-height: 1.5em;
    position: relative;
}

    .fileItem td {
        padding: 1px;
    }

tr.row td {
    border-width: 1px 0;
    border-style: solid;
    border-color: #c0c0c0;
    padding: 3px;
}

    tr.row td.left {
        border-width: 1px 0 1px 1px;
    }

    tr.row td.right {
        border-width: 1px 1px 1px 0;
    }

.navigationPath {
    color: #505050;
    font-size: 10px;
    position: relative;
    margin-bottom: 15px;
}

.boxTabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 5px;
}

.fileName {
    color: #505050;
    font-weight: bold;
    line-height: 10px;
}

.fileInfo {
    color: #a0a0a0;
}

.fileInfoDark {
    color: #6d7580;
}

.dateInfo {
    color: #505050;
}

.activeTab {
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}

    .activeTab:hover {
        color: #505050;
        font-weight: bold;
        text-decoration: none;
        background-color: inherit;
    }

.divFilters {
    width: 20%;
    margin-right: 5px;
}

.tblForm {
    color: #505050;
    font-size: 0.9em;
    border-collapse: collapse;
    clear: both;
    vertical-align: top;
}

    .tblForm td {
        border-color: #D9D9D9;
        border-width: 1px;
        border-style: none;
        border-top-style: dashed;
        text-align: left;
        /*padding: 11px 0px 11px 11px;*/
        padding: 8px 0px 8px 8px;
    }

.tblElevation {
    color: #505050;
    font-size: 0.9em;
    border-collapse: collapse;
    clear: both;
}

    .tblElevation td {
        border-color: #D9D9D9;
        border-width: 1px;
        border-style: none;
        border-top-style: dashed;
        text-align: left;
        padding: 10px;
    }

.firstCol {
    font-weight: bold;
}

.tblElevation td .noborder {
    border-top-style: none;
}

/*.overlay
{
    padding: 10px;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}*/

.loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

.treeView {
    margin-top: -5px;
    padding-top: 0px;
}

.tableFile {
    border-collapse: collapse;
    background-color: #f0f0f0;
    color: #505050;
}

    .tableFile td {
        padding: 2px;
        border: 1px solid #c0c0c0;
        text-align: center;
    }

.divFile {
    border-collapse: collapse;
    background-color: #f0f0f0;
    color: #505050;
    padding: 2px;
    border: 1px solid #c0c0c0;
    text-align: center;
    font-size: x-small;
}

.listViewTable1, .tblURLs {
    border-collapse: collapse;
    background-color: White;
}

    .listViewTable1 td, .tblURLs td, .tblAttachments td {
        height: auto;
        padding: 11px 0px;
        /*border:1px solid #D2E0EC;*/
        /*border: 1px solid #E9E9E9;*/
        border-style: none;
        border-bottom: 1px dashed #E9E9E9;
        /*border-top-style:none;*/
        /*border-bottom-style:solid;*/
        text-align: center;
        /*border-right-style:none;
    border-left-style:none;*/
        color: #505050;
        font-size: 11px;
    }

.lineTop td {
    border-bottom-style: none;
    border-top: 1px dashed #E9E9E9;
}

.tblURLs td {
    border-bottom-style: none;
}

.listViewTable1 th, .tblURLs th {
    height: auto;
    padding: 10px 0px;
    /*border-top:3px solid #D2E0EC;*/
    /*border: 1px solid #E9E9E9;*/
    border-style: none;
    border-bottom: 2px solid #D2E0EC;
    text-align: center;
    color: #505050;
    font-size: 11px;
    /*background-color: #F4F6F9C;*/
}

.tblAttachments th {
    height: auto;
    padding: 8px;
    border-style: none;
    border-bottom: 1px dashed #E9E9E9;
    text-align: center;
    color: #505050;
    font-size: 0.9em;
}

.clickableImage {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.cellValidator {
    padding-left: 3px;
}

.statusActive, .statusActive:hover {
    color: #009900;
    font-weight: normal;
}

.statusInactive, .statusInactive:hover {
    color: #990000;
    font-weight: normal;
}

.clickable {
    cursor: pointer;
    text-decoration: none;
}

    .clickable:hover {
        text-decoration: underline;
    }

/*.messageSuccessful
{
    color: #c0c0c0;  
    font-weight: bold; 
    font-size: smaller;
}

.messageError
{
    color: #d00000;
    font-weight: bold;
    font-size: smaller;
}*/

.boxMessage {
    font-size: 11px;
    vertical-align: middle;
}

.warningMessage {
    border: 1px solid #FFDD65;
    background-color: #FFF9D7;
}

.messageSuccess {
    display: inline;
    vertical-align: top;
    color: Green;
    font-weight: bold;
}

.messageError {
    display: inline;
    vertical-align: middle;
    color: #AA3030;
    font-weight: bold;
    font-size: 10px;
}

.inputError {
    border-color: Red;
}

/**************** Welcome ****************/

.box.welcomeLeft {
    float: left;
    font-size: 16px;
    width: 70%;
    border-right: 1px solid #C0D5E4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.welcomeLeft label {
    font-size: 18px;
    display: block;
    color: #000000;
    font-family: GT Walsheim M;
}

label.cmTitle {
    font-size: 40px;
    font-family: NibPro-Regular;
    color: #5E3AD8;
    margin: 4vh 0;
}

.description-para, .welcomeRight {
    color: #000000;
    font-family: 'GT WALSHEIM R';
    font-size: 18px;
}

.description-para span {
    color: #5E3AD8;
    font-size: 22px !important;
}

.description-para a {
    color: #5E3AD8;
    font-weight: normal;
    text-decoration: underline;
    font-family: 'GT WALSHEIM M';
}

.footermedialogos {
    margin-top: 15vh;
}

.footermedialogos img {
    max-height: 60px;
}

.box.welcomeRight {
    float: right;
    width: 30%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 14px;
}

.box.welcomeLeft ul {
    padding-left: 10px;
}

.welcomeBottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #8161ef;
    padding: 25px 0 20px;
}

.cmpanyinfowrapper > div {
    display: none;
    background: url(https://vpsstorage.blob.core.windows.net/cdn/klor.png) no-repeat 0 28px #FFF;
    overflow: visible;
    padding-left: 2vw;
    height: 40px;
    float: left;
}

.cmpanyinfowrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
}

.btmleft {
    float: left;
    width: 14%;
}

.btmright {
    bottom: 20px;
    position: absolute;
    right: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.box.welcomeRight input[type="text"], .box.welcomeRight input[type="password"] {
    width: 99%;
    margin: 5px 0 10px;
    height: 25px;
    font-family: 'GT WALSHEIM R';
}

.btnlinks {
    float: right;
    clear: both;
    margin-top: 20px;
}

    .btnlinks.signedin label {
        float: left;
    }

.loginpanel .btnlinks {
    clear: none;
    margin: 0;
}

.loginpanel h3 {
    font-family: 'NibPro SemiBold Italic';
    color: #5E3AD8;
}

#linkDemo {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#linkForgotPassword {
    float: left;
    color: #5E3AD8;
    font-weight: normal;
}

/**************** Controls ****************/

.boxNavigation {
    color: #505050;
    margin-bottom: 30px;
    font-weight: bold;
    display: block;
    float: left;
}

    .boxNavigation div {
        float: left;
        padding-right: 3px;
    }

.leftSection {
    clear: both;
    display: block;
    float: left;
    width: 160px;
    /*padding-top: 8px;*/
    padding-top: 5px;
    padding-bottom: 8px;
    padding-right: 8px;
}

.subSecSep {
    height: 5px;
    /*border-bottom: 1px #D2E0EC solid;*/
    border-bottom: 1px #E9E9E9 dashed;
    /*border-bottom: 1px #88ACCC solid;*/
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
}

/*.selectedLeftMenu, .unselectedLeftMenu
{
    vertical-align: middle;
}*/

/*.selectedLeftMenu a, .unselectedLeftMenu a, .disabledLeftMenu a
{
    line-height: 22px;
    width: 100%;
    text-indent: 15px;
    height: 100%;
    padding-left:15px;
}*/

.unselectedLeftMenu {
    line-height: 22px;
    height: 100%;
    color: #578bb8;
    font-weight: bold;
    cursor: pointer;
    padding-left: 15px;
}

    .unselectedLeftMenu:hover {
        background-color: #EDF3F8;
    }

    .unselectedLeftMenu a:hover {
        color: #578bb8;
        font-weight: bold;
        text-decoration: none;
    }

.selectedLeftMenu {
    line-height: 22px;
    height: 100%;
    padding-left: 15px;
    background-color: #88ACCC;
    color: White;
    font-weight: bold;
}

    .selectedLeftMenu a {
        color: White;
        text-decoration: none;
    }

.disabledLeftMenu a {
    color: #c0c0c0;
    text-decoration: none;
    cursor: default;
}

    .disabledLeftMenu a:hover {
        color: #c0c0c0;
        text-decoration: none;
        cursor: default;
    }

.leftLink {
    padding-left: 15px;
    height: 22px;
}

    .leftLink a, .leftLink label {
        line-height: 22px;
        font-weight: bold;
    }

.leftSubLink {
    padding-left: 25px;
    height: 22px;
}

    .leftSubLink a {
        line-height: 22px;
    }

.leftButton {
    padding-left: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.filterLink {
    line-height: 22px;
    cursor: pointer;
}

.mainSection {
    padding: 5px 0 8px 0;
    clear: both;
}

.mainHeader {
    border-top: 1px solid #D2E0EC;
    border-left: 1px solid #D2E0EC;
    /*border-left: 1px #88ACCC solid;*/ /*background-color: #EDF3F8;*/
    background-color: #F4F6F9C;
    padding: 5px;
    font-size: 12px;
}

.mainForm {
    padding: 15px 8px 0 8px;
    min-height: 500px;
}

.fullSection {
    /*padding: 8px 0px 0px 8px;*/
    width: 950px;
}

.filesSep {
    height: 5px;
    border-bottom: 1px #D2E0EC solid;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.subTitle {
    font-size: x-small;
    font-weight: bold;
}

.boxFilters {
    padding: 0px 0px 10px 8px;
    font-size: x-small;
    clear: both;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.boxSave {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    clear: both;
}

.boxListViewTable {
    /*margin-bottom: 20px;*/
    display: block;
    clear: both;
    float: left;
}

.boxSectionHeader {
    border: 1px solid #D2E0EC;
    background-color: #EDF3F8;
    padding: 5px;
    width: 750px;
    display: block;
    float: left;
}

.boxNoEntries {
    padding: 5px;
    text-align: center;
    display: block;
    float: left;
}

.azure {
    background: url(https://vpsstorage.blob.core.windows.net/app/images/PoweredByWA.png) no-repeat;
    overflow: hidden;
    width: 150px;
    height: 33px;
    outline: none;
    background-position: 0px 0px;
    display: inline-block;
    text-indent: -999px;
}

.avLogoParent {
    padding: 5px 0 0 10px;
    display: inline-block;
    width: 100%;
    height: 60px;
}

#navbar-container .avlogo {
    background: url(https://vpsstorage.blob.core.windows.net/images/Zonda-Virtual-Logo.svg?v=1) /*alphavision.png*/ no-repeat;
    background-size: contain;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: none;
    background-position: 0 0;
}

.avmainlogo {
    padding: 7px 5px 7px 55px;
    display: inline-block;
    width: 100%;
    height: 58px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.avlevelTitleName {
    width: calc(100% + 2px);
    font-size: 18px;
    padding: 10px 0;
    background: #6D7580;
    color: #FFF;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    border-bottom: 2px solid #FFFFFF;
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAZCAYAAADqrKTxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIlJREFUeNqU1MsRgCAMBFCGBrQUS7AES6UES7AUrQDjITMISdhlZg8c3iW/VGtNRDZJyQl/m+SUrJkEy/fJLEDQAGbIBBFygYdCYKEp6BEEWgQDRRRQdDBAUZE8LLokOwO1EBRsSw7DvrkQtMZoCr2BDWG0Gi6cLaEJkXUfIHpYfpA5YQrvV4ABAO7ySurch5U9AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: calc(100% + 1px);
    background-size: 10px 15px;*/
    background-image: none;
    display: block;
}

.accept, .error, .close, .collapse {
    background: url(https://vpsstorage.blob.core.windows.net/app/images/icons2.png) no-repeat;
    overflow: hidden;
}

.collapse {
    width: 9px;
    height: 12px;
    outline: none;
    background-position: 0px -17px;
    display: inline;
}

#navbar-container ul.k-group {
    float: left;
    clear: both;
    width: 100%;
}

#navbar-container .k-i-collapse,
#navbar-container .k-i-expand {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEdJREFUeNpi/P//PwMQbABiAQb84AMLjAHE/gQUL2QAmQzFC/7jBgvALkBSjEvDApg8umJ0DQuQ5ViwuC0B6gcQKECWAAgwAE6keqgEB/WxAAAAAElFTkSuQmCC') /*downarrow.png*/ 5px 10px no-repeat transparent;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 5px;
    clear: both;
}

#navbar-container .k-i-expand {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALBAMAAACufOGlAAAAElBMVEX///9bW1tbW1tbW1tbW1tbW1vMA+2gAAAABXRSTlMAkKCwwNny1n0AAAAqSURBVHheJcmBCQAgFALRG8UZ3KEBEtp/lawvPDgQA0uVOqr9TGc+83cBiWYFpxm0IiYAAAAASUVORK5CYII=') /*rightarrow.png*/ 10px 8px no-repeat transparent;
}

#navbar-container ul ul .k-i-collapse {
    background: url(../images/downarrow.png) 8px 8px no-repeat transparent;
    background-size: 50%;
    margin-left: 20px;
}

#navbar-container ul ul .k-i-expand {
    margin-left: 20px;
    background-position: 10px 8px;
}

.expand {
    border-color: #000000 transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    width: 0;
    margin-bottom: 2px;
    margin-left: 2px;
}

.accept {
    width: 16px;
    height: 16px;
    outline: none;
    background-position: -17px 0px;
    display: inline;
}

.error {
    width: 16px;
    height: 16px;
    outline: none;
    background-position: -49px 0px;
    display: inline;
}

.close {
    width: 16px;
    height: 16px;
    outline: none;
    background-position: 0px 0px;
    display: inline;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

/*.micon {
float: left;
height: 19px;
margin-right: 5px;
margin-top: 2px;

padding-right: 1px;
width: 19px;
}*/

.watermarked {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
    color: #C9C9C9 !important; /* Add !important to overrule : by Vaibhav*/
}

.inputTextBoxWaterMark {
    /*height: 20px;
    line-height: 20px;*/
    vertical-align: middle;
    /*font-size: 1.1em;*/
    padding: 2px;
    color: #505050;
}

.inputTextBoxDate {
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    font-size: small;
    padding: 1px;
    color: #505050;
}

/**********************************/

ul.menu_tabbed {
    list-style: none;
    border-bottom: 1px #C0D5E4 solid;
    /*border-bottom: 1px #88ACCC solid;*/
    padding-bottom: 8px;
    margin-left: 0px;
    padding-left: 8px;
    clear: both;
}

    ul.menu_tabbed li {
        display: inline;
        margin-right: 5px;
    }

        ul.menu_tabbed li a {
            /*color:#999999;*/
            text-decoration: none;
            /*background: #f7f7f7;*/
            /*background: #F4F6F9C;*/
            background: #FFFFFF;
            border: 1px #C0D5E4 solid;
            border-bottom: none;
            padding: 10px 14px;
        }

            ul.menu_tabbed li a:hover {
                /*padding: 14px 14px 10px 14px;*/
                background: #F4F6F9C;
                border: 1px #C0D5E4 solid;
                /*border-bottom: 1px #88ACCC solid;*/
            }

            ul.menu_tabbed li a.selected {
                color: #505050;
                /*color: White;*/
                /*background:#FFFFFF;*/
                background: #F4F6F9C;
                /*background: #88ACCC;*/
                border: 1px #C0D5E4 solid;
                /*border: 1px #88ACCC solid;*/
                /*border-bottom: 1px #FFFFFF solid;*/
                /*border-bottom: 1px #F4F6F9C solid;*/
                padding: 10px 14px 10px 14px;
            }

.menu_tabbed_border {
    height: 7px;
    background: #F4F6F9C;
}

.boxLoading {
    padding: 10px;
    text-align: center;
}

.boxTools {
    color: #505050;
    /* background-color: #F2F2F2; */
    background-color: #F4F6F9C;
    /* border: 1px #C0C0C0 dashed; */
    border: 1px #C0D5E4 dashed;
    padding: 5px;
    margin-bottom: 10px;
    clear: both;
}

.boxLinks {
    color: #505050;
    background-color: #F4F6F9C;
    border: 1px #C0D5E4 solid;
    /*border:1px solid #FFDD65;
    background-color:#FFF9D7;*/
    padding: 8px;
}

.tblLinks {
    border-collapse: collapse;
    /*background-color: White;*/
    background-color: #F4F6F9C;
}

    .tblLinks td {
        height: auto;
        padding: 8px;
        /*border:1px solid #D2E0EC;*/
        border-width: 1px;
        border-color: #C0D5E4;
        /*border-bottom:1px dashed #E9E9E9;*/
        border-left-style: solid;
        border-right-style: solid;
        border-top-style: dashed;
        border-bottom-style: dashed;
        /*border-top-style:none;*/
        /*border-bottom-style:solid;*/
        text-align: center;
        /*border-right-style:none;
    border-left-style:none;*/
        color: #505050;
    }

.boxAttachment {
    color: #505050;
    /*border: 1px #C0D5E4 dashed;*/
    /*border:1px #FFDD65 dashed;*/
    border: 1px #FFFFFF dashed;
    /*border-top:2px solid #D2E0EC;*/
    /*background-color:#FFF9D7;*/
    /*background-color:White;*/
    /*background-color:#F4F6F9C;*/
    padding: 5px;
    margin-bottom: 5px;
}

    .boxAttachment:hover {
        color: #505050;
        border: 1px #C0D5E4 dashed;
        /*border:1px dashed #FFDD65;*/
        /*border-top:2px solid #D2E0EC;*/
        background-color: #F4F6F9C;
        /*background-color:#FFF9D7;*/
        padding: 5px;
        margin-bottom: 5px;
    }

.boxURL {
    border-top: 1px #c0c0c0 solid;
    margin-top: 3px;
}

.boxFloor {
    color: #505050;
    padding: 5px 10px 15px 10px;
    /*border-top: 1px solid #C0D5E4;*/
    float: left;
}

.boxRoom {
    color: #505050;
    /*border-left: 1px #C0D5E4 solid;*/
    /*border-top: 1px #C0D5E4 solid;*/
    /*border: 1px #C0D5E4 dashed;*/
    border: 1px #FFFFFF dashed;
    border-top: 1px solid #D2E0EC;
    /*background-color:#F4F6F9C;*/
    background-color: White;
    padding: 5px;
    margin-bottom: 5px;
}

    .boxRoom:hover {
        color: #505050;
        /*border-left: 1px #C0D5E4 solid;*/
        /*border-top: 1px #C0D5E4 solid;*/
        border: 1px #C0D5E4 dashed;
        /*border: 1px #FFFFFF dashed;*/
        border-top: 1px solid #D2E0EC;
        background-color: #F4F6F9C;
        /*background-color:White;*/
        padding: 5px;
        margin-bottom: 5px;
    }

.listItem {
    padding: 8px;
    border-top: 1px dashed #E9E9E9;
    /*border-bottom-style: none;*/
    /*border-bottom:1px dashed #E9E9E9;*/
    color: #505050;
    font-size: 11px;
    margin: 0;
}

    .listItem:last-child {
        border-bottom: 1px dashed #E9E9E9;
    }

.modalBox .listItem {
    border-color: #C0D5E4;
}

    .modalBox .listItem:last-child {
        border-color: #C0D5E4;
    }

.highlight {
    background-color: #EDF4FA;
}



/*.boxRoom:hover, .boxAttachment:hover
{
    background-color:#F4F6F9C;
}*/

/*.boxRoom a, .boxAttachment a
{
    color: #739CC1;   
}*/

.emptyBox {
    border: 1px #C0D5E4 dashed;
    height: 34px;
}

.smallButton {
    color: #505050;
    background: #EEE;
    border-bottom-color: #888;
    border: 1px solid #BBB;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: normal !important;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    float: right;
}

/*************** Content Box ***************/



.content-box {
    border: 1px solid #C0D5E4;
    margin: 0 0 20px 0;
    background: #fff;
    clear: both;
}



.content-box-header {
    padding: 0 10px;
    background: #F4F6F9C;
    /*background-color: #F9F9F9;*/
    /*border: 1px #C0C0C0 dashed;*/
    height: 40px;
    font-size: small;
    color: #505050;
    font-weight: bold;
}



    .content-box-header h3 {
        padding: 5px 15px;
        float: left;
    }



.content-box-content {
    padding: 20px;
    border-top: 1px solid #C0D5E4;
}



/*****************************/

#main_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#navbar-container {
    color: #505050;
    border-right: 2px #8161ef solid;
    background-color: #F4F6F9;
    bottom: 0;
    left: 0;
    top: 0;
    width: 260px;
    position: fixed;
    z-index: 100;
}

    #navbar-container .k-in {
        padding: 5px 25px;
        font-weight: normal;
        font-size: 13px;
        color: #636363 !important;
        display: block;
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        border: 0;
    }

    #navbar-container li ul .k-in {
        padding: 3.5px 40px;
    }

    #navbar-container li ul li ul .k-in {
        padding: 3.5px 60px;
    }

    #navbar-container .k-i-collapse + .k-in {
        background: #A5ABB3;
        color: #FFF !important;
        font-weight: bold;
    }

    #navbar-container li ul li .k-i-collapse + .k-in {
        background: transparent;
        color: #000000 !important;
        font-weight: bold;
    }

    #navbar-container .k-treeview .k-item {
        padding: 0;
        outline: none;
        clear: both;
        float: left;
        width: 100%;
    }

#navbar-title {
    color: #505050;
    cursor: default;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#company-title {
    font-size: 1.6em;
    line-height: 1.2em;
}

#module-title {
    font-size: 1.2em;
    padding-left: 10px;
    color: #0091c2;
}

#accountbar {
    padding: 0px 15px 20px 15px;
    text-align: left;
    font-size: 11px;
}

#searchbar {
    padding: 0 15px 10px 15px;
    text-align: right;
}

#menubar {
    list-style-type: none;
    display: block;
    clear: both;
}

    #menubar li a, .menubar-item {
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        border: 1px solid transparent;
        cursor: pointer;
        display: block;
        font-size: 1.1em;
        outline: none;
        padding: 7px 0;
        text-align: right;
        padding-right: 15px;
        color: #578bb8;
        font-weight: bold;
    }

        #menubar li a:hover, .menubar-item:hover {
            background-color: #EAF1F7;
            border: 1px solid transparent;
            border-left: 1px solid #EAF1F7;
            margin-left: 15px;
            text-decoration: none;
        }

    #menubar li.selected a, #menubar li.selected a:hover {
        background-color: #FFFFFF;
        border: 1px solid #D2E0EC;
        border-right-color: #FFFFFF;
        width: 228px;
        margin-left: 14px;
        padding-right: 17px;
    }

.menubar-item-selected, .menubar-item-selected:hover {
    background-color: #FFFFFF;
    border: 1px solid #D2E0EC;
    border-right-color: #FFFFFF;
    width: 230px;
    margin-left: 15px;
}

#plansList {
    padding: 40px 15px 30px 15px;
}

#plansListTitle {
    border-bottom: 1px solid #C0D5E4;
    padding-bottom: 5px;
    font-weight: bold;
}

    #plansListTitle #title {
        float: left;
        padding-top: 8px;
        font-size: 11px;
    }

    #plansListTitle #btns {
        float: right;
    }

#navbar-container .treeview a.selected.k-in {
    background-color: #5E3AD8 !important;
    color: #FFFFFF !important;
}

#navbar-container li ul .k-in:hover {
    background: rgba(152, 152, 152, 0.5);
    color: #FFF !important;
}

.planLine {
    clear: both;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #C9C9C9;
}

    .planLine .planURL {
        float: left;
    }

    .planLine .planVPS {
        clear: both;
        font-size: 10px;
        float: right;
        padding-top: 3px;
    }

#footerbar {
    color: #505050;
    position: fixed;
    text-align: left;
    font-size: 11px;
    bottom: 0;
    left: 262px;
    right: 0;
    background-color: #F4F6F9;
    width: calc(100% - 292px);
    padding: 0 15px;
    border-top: 2px #8161ef solid;
}

#mainview {
    margin: 0;
    position: absolute;
    left: 261px;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 86%;
    padding-top: 5px;
    height: calc(100% - 100px) !important;
}

#headerbar {
    margin: 0;
    position: relative;
    left: 262px;
    right: 0;
    top: 0;
    z-index: 101;
    font-size: 11px;
    padding: 10px;
    border-bottom: 2px #8161ef solid;
    border-right: 0;
    background-color: #F4F6F9;
    width: calc(100% - 282px);
    float: left;
}


#mainview-content {
    /*max-width: 888px;
    min-width: 600px;*/
    /*width: 720px;
    padding: 10px 5px 10px 15px;
    position: relative;*/
    padding: 5px 5px 10px 15px;
    position: relative;
    width: 98%;
    height: 98%;
    overflow-y: auto;
}

#navigationbar {
    font-weight: bold;
    font-size: 11px;
}

    #navigationbar div {
        display: inline;
    }

    #navigationbar .navHighlight {
        /*border:1px solid #FFDD65;
    background-color:#FFF9D7;
    padding:5px;
    font-size:14px;
    padding-top:2px;*/
    }

.sectionTitle {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #C0D5E4;
    margin-bottom: 10px;
    width: 100%;
    /* padding-bottom: 0px;*/
    height: 5%;
}

.titleLabel {
    /*float: left;*/
    padding-top: 6px;
    padding-left: 5px;
}

.titleButtons {
    float: right;
    padding-right: 5px;
}

.boxLine {
    font-size: 10px;
    padding-top: 3px;
}

.boxUnlink {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 10px;
}

.popupFooter {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
}

.clear {
    height: 0;
    font-size: 1px;
    margin: 0;
    padding: 0;
    line-height: 0;
    clear: both;
    float: none;
}

.dropdownExpand {
    padding: 10px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    float: right;
}

#moduleBox {
    right: 2px;
    position: absolute;
    top: -7px;
    width: 148px;
    z-index: 103;
}

#accountBox {
    right: 2px;
    position: absolute;
    top: -7px;
    width: 120px;
    z-index: 103;
}

.dropdownBox {
    font-size: 11px;
    background-color: white;
    border: 1px solid #000000;
    position: absolute;
    z-index: 102;
    display: none;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    .dropdownBox ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .dropdownBox ul li {
            padding: 8px;
            cursor: pointer;
        }

            .dropdownBox ul li:hover {
                background-color: rgba(152, 152, 152, 0.5);
            }

            .dropdownBox ul li a {
                display: block;
                outline: none;
            }

                .dropdownBox ul li a:hover {
                    text-decoration: none;
                    background-color: initial;
                }

#btnFileUpload {
    height: 28px;
}

#lblCopied {
    color: Green;
    font-weight: bold;
    padding-right: 10px;
}

/*.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }

.dropdown dt a 
{
    background-image:url(http://vps.alpha-vision.com/app/images/icons2.png);
    background-position: 0px -17px;
    background-repeat:no-repeat;
    background-attachment:scroll;
    display:block;
    padding-right:20px;
    width:150px;
}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}

.dropdown dd ul 
{
    background:#FFFFFF none repeat scroll 0 0;
    display:none;
    list-style:none;
    padding:5px 0px;
    position:absolute; 
    left:0px;
    top:2px;
    width:auto;
    min-width:170px;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}*/

.textboxReadOnly {
    border: 2px solid white;
}

a.button {
    color: #6E6E6E;
    font-size: 11px;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 white;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #F3F3F3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1));
    border: solid 1px gainsboro;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    a.button:hover {
        color: #333;
        border-color: #999;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }




/* Added by vaibhav : to table rows aligment */

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

td.t-row {
    padding: 0.5%;
    text-align: left;
}

td.t-h-row {
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

.col-10 {
    width: 10%;
}

.col-15 {
    width: 15%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}

.col-65 {
    width: 65%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-5 {
    width: 5%;
}

.col-7 {
    width: 7%;
}


.col-box-1 {
    width: 180px;
}

.col-box-2 {
    width: 40px;
}

.col-box-3 {
    width: 180px;
}



.selected-box, .available-tag-box {
    border: 1px solid #D0D0D0;
    color: #000000;
    display: block;
    margin-bottom: 15px;
    width: 232px;
}

.available-tag-box {
    width: 292px;
    height: 400px;
}

.selected-box h2 {
    background-color: #EBE9EA;
    border-bottom: 1px solid #D0D0D0;
    font-family: inherit;
    font-size: 1.3em;
    margin: 0 0 10px;
    padding: 8px;
}

.selected-box select, .available-tag-box select {
    border: 0 none;
    margin: 5px 0px 5px 0px;
    min-height: 138px;
    overflow-y: auto;
    width: 230px;
}



.available-tag-box select {
    width: 100%;
    height: 98%;
}



.add-tag-wrapper {
    float: left;
    margin-top: 6px;
    padding-left: 10px;
    width: 170px;
    line-height: 24px;
}

.select-maj-minor {
    width: 80px;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.width-100 {
    width: 100%;
}

.width-40 {
    width: 100%;
}

.width-20 {
    width: 20%;
}

.button-td {
    text-align: center;
    vertical-align: middle;
}

.select-tag-btn {
    min-width: 110px;
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

.vert-top {
    vertical-align: top;
}

.txt-left {
    text-align: left;
}

.table1 {
    width: 100%;
}

    .table1 td {
        text-align: left;
        padding: 3px;
    }

#grid_box {
    height: 400px !important;
}

/* Added by Nikhil : grid view aligment */

@media screen and (min-width: 1366px) and (max-width: 2000px) {

    /*#LotGroupgrid , #PlanGroupgrid , #OLAgrid {
       height: 750px !important;
    }*/

    #mainview {
        margin: 0;
        position: absolute;
        left: 261px;
        right: 0;
        top: 60px;
        bottom: 0;
        width: 86%;
        padding-top: 5px;
    }

    #mainview-content {
        padding: 5px 5px 10px 15px;
        position: relative;
        width: 98%;
        height: 98%;
        overflow-y: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

    /*#LotGroupgrid , #PlanGroupgrid , #OLAgrid {
       height: 450px !important;

    }*/


    #mainview {
        margin: 0;
        position: absolute;
        left: 261px;
        right: 0;
        top: 60px;
        bottom: 0;
        width: 86%;
        padding-top: 5px;
    }

    #mainview-content {
        padding: 5px 5px 10px 15px;
        position: relative;
        width: 98%;
        height: 98%;
        overflow-y: auto;
    }
}
/* end by Nikhil : grid view aligment */
a.selected {
}
/* Added by Kanchan :kendo treeview css */
/*#treeview li span.k-state-hover:hover {
        background-color:transparent;
    }
   #treeview li span.k-icon {
        background-image:none;
    }
    #treeview li span.k-in {
        color: #578bb8;
        font-size: 1.1em;
        font-weight: bold;
        background-image:none;
    }
    .k-treeview .k-item {
        padding: 0 0 0 20px;
    }
     #treeview li span.k-state-selected,
     #treeview li span.k-in.k-state-selected {
        background-color:transparent;
    }
    /*.k-state-selected {
        background-color: none; 
    }*/

a.k-in, k-state-hover {
    background-color: none;
}

.k-state-selected {
    background-color: transparent;
}

#treeview li span.k-in {
    color: #578bb8;
    font-weight: bold;
}

.treeview li span.k-in {
    color: #578bb8;
    font-weight: bold;
}
/* end by Kanchan :kendo treeview css */
#navigationbar {
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    padding-top: 5px;
    float: left;
}

#topnavigationbar {
    font-weight: bold;
    font-size: 13px;
    width: 80%;
    padding-top: 5px;
    float: left;
}

#Homenavigationbar {
    font-weight: bold;
    font-size: 13px;
    width: 50%;
    padding-top: 5px;
    float: left;
}

.top-action-button-section {
    font-weight: bold;
    font-size: 1.2em;
    /*border-bottom: 1px solid #C0D5E4;*/
    margin-bottom: 10px;
    width: 100%;
}

a.vbtn-default {
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px !important;
    text-decoration: none;
    text-transform: capitalize;
    vertical-align: middle;
    height: auto;
    font-family: Arial;
    background-color: #E3E3E3;
    color: #2E2E2E;
    border: 1px solid #C0D5E4;
}

.search-container {
    float: left;
    margin-left: 15px;
}

    .search-container input[type="text"] {
        float: left;
        height: 20px !important;
    }

    .search-container input[type="submit"] {
        float: left;
        background: #0073ae;
        background-image: url('/Images/search.png');
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: left center;
        border: 0px solid #ccc;
        padding: 5px;
        width: 30px;
        margin-left: -1%;
        margin-bottom: 1px;
        border-radius: 0px 5px 5px 0px;
        content: "";
        height: 27.5px;
    }

.full-screen-overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
    opacity: 0.5;
}

.centered-modal {
    display: none;
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.right-aligned {
    text-align: right;
}

.grid-bottom-toolbar {
    padding: 5px;
    border-top: solid 1px;
    border-color: #C0D5E4;
}

    .grid-bottom-toolbar .label {
        font-weight: 700;
    }

.browse-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    text-indent: -444px;
    min-width: 0;
    border: 0;
    background: url('/Images/browse.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Loader Image */
.spin-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.5em;
    height: 4.5em;
    margin-top: -1.25em;
    margin-left: -1.25em;
    border: 0.200em solid #5E3AD8;
    border-bottom-width: 0;
    border-right-width: 0;
    border-radius: 100%;
    animation: .5s spin linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#LoadingImage {
    z-index: 100000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 0px;
}
/* Close loader image */

ul#breadcrumb {
    color: #9b9b9b;
    width: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    float: left;
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    line-height: 32px;
}

    #breadcrumb li.home-icon {
        line-height: normal;
        background: url(../images/home.png) no-repeat;
        background-size: 57%;
    }

        #breadcrumb li.home-icon a {
            padding-top: 0 !important;
            padding: 0;
            height: 30px;
            width: 50px;
        }

    #breadcrumb li a {
        display: inline-block !important;
        font-size: 15px;
        font-weight: normal;
        color: #6D7580 !important;
        padding-left: 10px;
        padding-right: 20px;
        background: url(../images/rightarrow.png) center right no-repeat;
        background-size: 10px;
        text-decoration: underline;
    }

    #breadcrumb li span {
        display: inline-block;
        font-size: 20px;
        color: #2798D0;
        padding-left: 5px;
        padding-top: 8px;
    }

span#lblAccount {
    font-size: 16px;
    font-weight: normal;
}

#breadcrumb li:last-child a {
    height: 30px;
    display: block;
    /* background-repeat: no-repeat; */
    /* background-position: right; */
    padding-right: 15px;
    text-decoration: none;
    color: #454545;
    background-image: none;
}

#breadcrumb li a[href="javascript:void(0)"] {
    color: #454545;
    cursor: default;
    text-decoration: none;
}

/* New CSS Menu */
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

    #cssmenu a {
        line-height: 1.3;
    }

#cssmenu {
    width: 250px;
}

    #cssmenu > ul > li > a {
        padding-right: 40px;
        font-size: 25px;
        font-weight: bold;
        display: block;
        background: #bd0e36;
        color: #ffffff;
        border-bottom: 1px solid #5e071b;
        text-transform: uppercase;
    }

        #cssmenu > ul > li > a > span {
            background: #ed1144;
            padding: 10px;
            display: block;
            font-size: 13px;
            font-weight: 300;
        }

        #cssmenu > ul > li > a:hover {
            text-decoration: none;
        }

    #cssmenu > ul > li.active {
        border-bottom: none;
    }

        #cssmenu > ul > li.active > a {
            color: #fff;
        }

            #cssmenu > ul > li.active > a span {
                background: #bd0e36;
            }

    #cssmenu span.cnt {
        position: absolute;
        top: 8px;
        right: 15px;
        padding: 0;
        margin: 0;
        background: none;
    }
    /* Sub menu */
    #cssmenu ul ul {
        display: none;
    }

        #cssmenu ul ul li {
            border: 1px solid #e0e0e0;
            border-top: 0;
        }

        #cssmenu ul ul a {
            padding: 10px;
            display: block;
            color: #ed1144;
            font-size: 13px;
        }

            #cssmenu ul ul a:hover {
                color: #bd0e36;
            }

        #cssmenu ul ul li.odd {
            background: #f4f4f4;
        }

        #cssmenu ul ul li.even {
            background: #fff;
        }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px), screen and (max-width: 1366px) {
    .mainContent h2 {
        font-size: 20px;
    }

    .box.welcomeLeft {
        font-size: 14px;
    }

    .cmpanyinfowrapper {
        float: left;
        font-size: 10px;
    }
}

.vbutton {
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 500;
    background-color: #fff;
    color: #5E3AD8;
    border-color: #5E3AD8;
    text-decoration: none !important;
    box-shadow: none;
    margin: 0 .16em;
    vertical-align: middle;
    background-position: 50% 50%;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}

/****** Action Icons *******/
.icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.delete {
    background-image: url('../images/delete.svg?v=1');
}

.edit {
    background-image: url('../images/edit.svg?v=1');
}

.export_csv {
    background-image: url('../images/export_csv.svg?v=1');
}

.svgFile {
    background-image: url('../images/svgFile.svg?v=1');
}

.addURL {
    background-image: url('../images/add_url.svg?v=1');
}

.addimageNew {
    background-image: url('../images/add-image.svg?v=1');
}

.copyURL {
    background-image: url('../images/copy_url.svg?v=1');
}

.drawing-edit {
    background-image: url('../images/drawing-editor.svg?v=1');
}

.publish {
    background-image: url('../images/publish.svg?v=1');
    background-size: 115% 120%;
    width: 18px;
}

.save {
    background-image: url('../images/save.svg?v=1');
}

.cancel {
    background-image: url('../images/cancel-blue.svg?v=1');
}

.info {
    background-image: url('../images/info.svg?v=1');
}

.download {
    background-image: url('../images/download.svg?v=1');
}

.bell {
    background-image: url('../images/bell.svg?v=1');
}

.anchor-save {
    background-image: url('../images/save-cord.svg?v=1');
}

.drawing-editor {
    background-image: url('../images/drawing-editor.svg?v=1');
}

.calc {
    background-image: url('../images/calculator.svg?v=1');
}

.copy {
    background-image: url('../images/copy.svg?v=1');
}

.note-empty {
    background-image: url('../images/note-empty.svg?v=1');
}

.note-edit {
    background-image: url('../images/note-edit.svg?v=1');
}

.plus {
    background-image: url('../images/image-add.svg?v=1');
}

.import {
    background-image: url('../images/import.svg?v=1');
}

.save-cord {
    background-image: url('../images/save-cord.svg?v=1');
}

.marker {
    background-image: url('../images/location.svg?v=1');
}

.setting {
    background-image: url('../images/settings.svg?v=1');
}

.export {
    background-image: url('../images/export.svg?v=1');
}

.upload {
    background-image: url('../images/upload.svg?v=1');
}

.add {
    background-image: url('../images/plus.svg?v=1');
}

.link {
    background-image: url('../images/url.svg?v=1');
}

.phone {
    background-image: url('../images/phone.svg?v=1');
}

input[type=checkbox], input[type=radio] {
    accent-color: #000000;
}
