﻿@charset "utf-8";
/* CSS Document */
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar {
    /*height: 108px;*/
}

.no-padding-right {
    padding-right: 0px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
}
/*
div.container-fluid.container-white.relative {
	visible: hidden;
	height: 0px;

}*/

.logout a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 10px 0;
}

    .logout a:hover {
        color: #ff3e45;
    }

.breadcrumb > .active {
    color: #767676;
    font-weight: bold;
}

.pdtop {
    padding-top: 5px;
}

.table-custom > tbody > tr:nth-child(2n+1) > td, .table-custom > tbody > tr:nth-child(2n+1) > th {
    background-color: #e4f7fd;
}

.product-approval {
    border-bottom: 1px solid #a7a7a7;
    margin-top: 30px;
}

.approval-arrow {
    background-color: #71b778;
    width: 45px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    min-height: 30px;
}

    .approval-arrow i, .rejected-arrow i {
        color: #fff;
    }

    .approval-arrow:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(113, 183, 120, 0);
        border-bottom-color: #71b778;
        border-width: 35px;
        margin-left: -35px;
    }

.approval-count {
    color: #007dc5;
    font-size: 36px;
    font-weight: bold;
    line-height: 8px;
    cursor: pointer;
}

.rejected-arrow {
    background-color: #e14c56;
    width: 45px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    min-height: 30px;
}

.rejected-product .heading-graph {
    color: #b91415;
}

.rejected-arrow:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 76, 86, 0);
    border-top-color: #e14c56;
    border-width: 35px;
    margin-left: -35px;
}

.rejected-product .heading-graph {
    line-height: 50px;
}

.authentication {
    height: 243px;
}

    .authentication .heading-graph {
        text-align: right;
    }

.rejected-product .approval-count {
    line-height: 50px;
}

#chartdiv {
    width: 100%;
    height: 200px;
    font-size: 11px;
}

.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

    .amcharts-pie-slice:hover {
        transform: scale(1.1);
        filter: url(#shadow);
    }

a[title="JavaScript charts"] {
    display: none !important;
}

.speedo-result {
     /*margin-top: 70px;*/    
    padding-left:38px;
    font-weight: 700;
}

.speedo-result-Font {
    font-weight: 700;
}

#chartdivline .amcharts-chart-div {
    height: 152px !important;
}

.upload-file-info {
    border: 1px solid #d8d6d6;
    padding: 5px;
    width: auto;
    width: 250px;
}

    .upload-file-info i {
        font-size: 18px;
        font-weight: normal;
        margin-left: 5px;
    }

.import-file {
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
    border: 1px solid #d8d6d6;
    border-radius: 2px;
    padding: 5px;
    float: left;
    width: 300px;
    margin-top: 10px;
}

    .import-file i {
        font-size: 16px;
        margin-left: 5px;
    }

.uploading {
    background-color: #fbfbfb;
    border: 1px solid #d8d6d6;
    padding: 20px;
}

.btn-grey {
    border: 1px solid #d8d6d6;
    -webkit-box-shadow: 3px 4px 0px -2px rgba(204,204,204,204 .75);
    -moz-box-shadow: 3px 4px 0px -2px rgba(204,204,204,204 .75);
    box-shadow: 3px 4px 0px -2px rgba(204,204,204,204.75);
    padding: 4px 12px !important;
    color: #555;
}

    .btn-grey:hover {
        background-color: #CCC;
    }

#btnremove {
    background: none;
    border: 0px;
}

tr.upload-file-info {
    margin-bottom: 10px;
}

    tr.upload-file-info td:last-child {
        text-align: right;
    }

.fileupload-progress {
    width: 300px;
    margin-top: 10px;
}

.dvpmn {
    width: 300px;
    margin-top: 10px;
}

.importdivsubprogressbar {
    width: 100% !important;
    margin-top: 10px;
}

.files .name {
    margin: 5px 0px 7px;
}

.w100 {
    width: 100%;
}

.no-padLR {
    padding-left: 0;
    padding-right: 0px;
}

.custom-legend {
    margin-top: 90px;
}

    .custom-legend > ul {
        list-style: outside none none;
    }

.CL-textvalue {
    padding: 0 50px 0 5px;
}

.fnt-color-aqua {
    color: #4591F6;
}

.fnt-color-green {
    color: #F99033;
}

.fnt-color-darkgrey {
    color: #71B777;
}

.fnt-color-pink {
    color: #D54F68;
}

.fnt-color-orange {
    color: #85468B;
}

.CL-numericvalue {
    color: #1f99d3;
}

.margin-top-40 {
    margin-top: 40px;
}

.custom-legend li {
    padding: 5px 0;
}

.CL-textvalue {
    display: inline-block;
    padding: 0 5px 0 5px;
    width: 65%;
}

.custom-legend li span:nth-child(3) {
    /*color: #2a6496;*/
    /*font-weight: 700;*/
}

#dashboard-content .portlet {
    border: 1px solid #9e9e9e;
    border-radius: 0;
}

    #dashboard-content .portlet .portlet-header {
        background-color: #d8d6d6;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

#dashboard-content .portlet-header h3 {
    color: #000000;
    font-weight: 700;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

#dashboard-content .table-custom td {
    padding: 8px 20px;
    border-bottom: 1px solid #d8d6d6;
    border-top: 1px solid #e1edf2;
}

.miniside_tdlnk {
    padding-right: 50px !important;
    text-align: right;
}

    .miniside_tdlnk > a {
        color: #428bca !important;
        cursor: pointer;
        font-weight: 700;
    }

#dashboard-content #upload td a {
    color: #428bca !important;
}

.no-bg {
    background: transparent none repeat scroll 0 0 !important;
    color: #333 !important;
}

.no-border {
    border-top: 0px none !important;
}

.text-value {
    line-height: 2;
    padding-top: 13px;
}

    .text-value > span {
        display: inline-block;
        padding: 0 10px;
        width: 20%;
    }

.sd-lnk {
    color: #007dc5;
}

.speed-data {
    display: inline-block;
    width: 44%;
}

.text-transform {
    font-weight: 700;
    text-transform: uppercase;
}

.stc_chart-text {
    text-align: center;
    position: absolute;
    left: 21%;
    top: 245px;
}

.DnnModule-ProductSearch .TitleH2 {
    display: none;
}

.DnnModule-ProductSearch .search-box #btnSearch {
    padding: 0 2px 0px 10px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?juupyr');
    src: url('../fonts/icomoon.eot?juupyr#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?juupyr') format('truetype'), url('../fonts/icomoon.woff?juupyr') format('woff'), url('../fonts/icomoon.svg?juupyr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-noun_118218_cc {
    float: left;
    font-size: 24px;
    text-align: left;
    position: relative;
    background-color: #fefefe;
    padding-left: 15px;
}

    .icon-noun_118218_cc input {
        font: 400 15px/1.6 "Open Sans",Verdana,Helvetica,sans-serif;
    }

    .icon-noun_118218_cc:before {
        content: "\e901";
        position: absolute;
        bottom: 3px;
        left: 8px;
    }

.icon-noun_248354_cc:before {
    content: "\e900";
}

.DnnModule-ImportResult .TitleH2, .DnnModule-ProductSearch .Head, .DnnModule-Supplier h1, .DnnModule-ImageAndDocument h1 {
    display: none;
}

.DnnModule-ImageAndDocument {
    padding-top: 5px;
}

#ui-id-3 {
    position: relative;
    z-index: 9999;
}

.DnnModule-Reservation .table > tbody > tr > td {
    border-top: 0 solid #e1edf2;
}

.DnnModule-Reservation .table > thead > tr > th, .DnnModule-Reservation .table > tbody > tr > td {
    font-size: 12px;
}

.DnnModule-SupplierDetail .product-slide {
    margin: 0 9px 16px;
}

    .DnnModule-SupplierDetail .product-slide .slide-main {
        position: relative;
        bottom: 4px;
    }

.grey-bdr {
    border: 1px solid #d8d6d6;
    overflow: auto;
    overflow-x: hidden !important;
}

.grey-bdr-new {
    border: 1px solid #d8d6d6;
}

.no-bdr-top {
    border-top: 0px solid #ccc !important;
}

.no-bdr-btm {
    border-bottom: 0px solid #ccc !important;
}

.pdng-top-btm {
    padding: 10px 10px;
}

#first a, #addNewProjectModal a {
    color: #6d6d6d;
}

.padding-left-10 {
    padding-left: 10px;
}

#historyDetailsModal .table tbody {
    border-bottom: 1px solid #ccc;
}

.DnnModule-MyProject h2 {
    display: none;
}

.mypro-btn {
    border: 2px solid #dedede;
    border-radius: 3px;
    color: cornflowerblue;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 22px;
    text-align: center;
    width: 150px;
    background: #fff;
}

    .mypro-btn.selected {
        background-color: #eaf2ff;
    }

.btn-group.open .dropdown-toggle {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.125) inset;
}

#projectdetailsModel .open > .dropdown-menu {
    background: #F5F5F5 none repeat scroll 0 0 !important;
    display: block;
    top: 30px !important;
    width: 100%;
    border-radius: 0px;
}

#projectdetailsModel .dropdown-menu > li > a:hover, #projectdetailsModel .dropdown-menu > li > a:focus {
    background-color: #8b8b8b !important;
}

#projectdetailsModel #prev, #projectdetailsModel #next {
    background: #7D7D7D none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
    color: #fff;
    display: block;
    font: 16px/29px Arial,sans-serif;
    height: 30px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    width: 30px;
}

#projectdetailsModel #prev {
    left: -15px;
    text-indent: 6px;
    top: 22px;
    cursor: pointer;
}

#projectdetailsModel #next {
    right: -15px;
    text-indent: 20px;
    top: 22px;
    cursor: pointer;
}

.slider-boxbotom {
    position: relative;
}

#slide1_controls {
    background: #fff;
}

    #slide1_controls div {
        border: 3px solid #d8d6d6;
        margin: 1px;
        position: relative;
    }

    #slide1_controls .deleteImg {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

.icon-noun_cc {
    background: url("../images/import.png") no-repeat 7px 5px;
    padding: 10px 28px !important;
    font-family: sans-serif;
}

.DnnModule-ProductSearch .btn-r {
    border: 1px solid #d8d6d6 !important;
    border-left: 0px !important;
}

.DnnModule-ProductSearch .search-filter #btnSearch {
    border-left: 0px !important;
}

.DnnModule-ProductSearch .search-filter input.custom-combobox-input {
    height: 29px;
    width: 100%;
    line-height: normal;
}

.DnnModule-ProductSearch .custom-combobox {
    width: 100%;
    display: inline;
}

.DnnModule-ProductSearch #txtSuppSearch {
    background: #fff;
    padding: 7px 12px;
    border: 1px solid #e0e0e0 !important;
    height: 30px;
}

.DnnModule-ProductSearch .custom-combobox-toggle {
    position: absolute;
    top: -6px;
    bottom: 0px;
    padding: 0px;
    margin-left: -36px;
}

.DnnModule-ProductSearch .search-filter a.ui-state-default {
    background: transparent !important;
    border: 0px none;
}

.docdownlaod a.ui-state-default {
    background: transparent !important;
    border: 0px none;
}

.docdownlaod input.custom-combobox-input {
    height: 30px;
    width: 100%;
    padding: 5px 14px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .docdownlaod input.custom-combobox-input {
        padding: 2px 14px;
    }
}



.docdownlaod .custom-combobox {
    display: block;
}

.docdownlaod input {
    background: #fff;
}

.docdownlaod .ui-icon {
    background-image: none !important;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid;
    height: auto;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: absolute !important;
    right: 3px;
    top: 13px !important;
    width: auto !important;
    color: #333;
}

.docdownlaod .custom-combobox-toggle {
    position: absolute;
    top: -1px;
    bottom: 0px;
    padding: 0px;
    margin-left: -36px;
}

.DnnModule-DashBoardSection .portlet-header h3 {
    font-weight: bold;
}

.jqx-tree-dropdown-root li > ul > li > ul {
    padding-left: 18px;
}

.Head {
    font-family: Oswald;
    font-weight: 400;
    margin: 20px 0;
    font-size: 24px;
}
.HeadNew {
    font-family: Oswald;
    font-weight: 400;    
    font-size: 24px;
}
.top-heading {
    display: none;
}

#usereditbox > td {
    padding: 0px;
}

#usereditbox .table tbody, #addUserPanel tbody, #addUserPanel .table tbody {
    border-bottom: 0px;
}

#addUserRow td, #addUserRow #addUserRow td #UserPanel td {
    padding: 10px;
}

#addUserRow #addUserRow td {
    padding: 0px;
}

#usereditbox > td > table > tbody, #projectdetailsModel table > tbody {
    border-bottom: 0px;
}

#usereditbox .algin-edit-mode {
    padding-left: 10px;
    padding-bottom: 10px;
}

#addUserRow #addUserRow td #UserPanel td .algin-edit-mode {
    padding-left: 0px;
}

#ProjectProductdatagrid {
    border: 1px solid #ccc !important;
    overflow: auto !important;
    width: 94%;
}

#tbody_SelecedDoc {
    /*border: 1px solid #ccc !important;
    height: 264px;
    overflow: auto !important;
    position: absolute;
    width: 95%;*/
}

.handCOnTable tr td {
    cursor: pointer;
}
/*.tdmrgleftColumn1 {
    margin-left:5%;
}
.tdmrgleftColumn2 {
     margin-left:9%;
}
.tdmrgleftColumn3 {
    margin-left:8%;
}*/
#RoomProductdatagrid img {
    cursor: pointer;
}

.special-pd {
    padding: 4px 12px;
}

.border-right-side {
    border-right: 1px solid #d8d6d6;
}

.text-center {
    text-align: center !important;
}

.dnnSendPasswordContent .dnnLabel {
    width: 110px;
}

.dnnpasswordaction {
    padding: 0px;
    margin-left: 129px;
}

.DnnModule-DashBoardSection .relative .loader {
    left: 56% !important;
    top: 38% !important;
}

a {
    cursor: pointer;
    color: #6D6D6D;
}

.DnnModule-MyProject a {
    cursor: pointer;
    color: #6D6D6D !important;
}

.mandatory {
    color: red;
}

.desc {
    display: block;
    font-size: 12px;
}

.bdr {
    border: 1px solid #D8D6D6;
    padding: 20px;
    margin-top: 10px;
}

.dnnSendPassword .dnnFormMessage {
    margin: 0px !important;
    margin-bottom: 20px !important;
}

.round-box {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 4px;
}

div.item-caption {
    font-size: 18px;
    padding: 5px 10px;
}

.cell-inner-item {
    background-color: #FFF;
    border: 3px solid #FFF;
    border-radius: 3px;
    padding: 2px;
}

#ProjectProductdatagrid img {
    cursor: pointer;
}

.img-doc-pro span.ddarrow-down {
    position: absolute;
    right: 25px !important;
    top: 13px;
    cursor: pointer;
}

.search-document-image .reset-search {
    right: 32px;
}

.search-document-image #btnCancelSearch {
    right: 67px;
}

.supplier .reset-search2 {
    position: absolute;
    right: 0px;
    top: 37px;
    color: #333;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

@font-face {
    font-family: "FontAwesome";
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

#fileselect {
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}
#fileImageselect {
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}
#name_2:-ms-input-placeholder,
#textarea_2:-ms-input-placeholder {
    color: #FF0000;
}

:-ms-input-placeholder {
    color: #9e9e9e;
}

.product-edit-text {
    position: relative;
}

    .product-edit-text .ddl_blocknumbercontainer {
        width: 100%;
        overflow-x: hidden;
    }

        .product-edit-text .ddl_blocknumbercontainer #treeviewBlockNumber {
            width: 100% !important;
        }

select {
    padding-right: 0px !important;
}

.tree_inner_tbl1 .hifuncls {
    width: 15px;
    text-align: center;
    display: block;
}

.tree_inner_tbl1 td {
    vertical-align: top;
}

#selectValueModal, #selectUnitModal {
    margin-top: 0px !important;
    top: 0px;
}

.section-table .container-table {
    background: #fff;
}

#bthUploadFile, #btnRegistrerlenke {
    width: 48%;
}

#btnRegistrerlenke {
    float: right;
}

#treeviewProperty .jqx-tree-dropdown-root li > ul, #treeviewUnit .jqx-tree-dropdown-root li > ul, #treeviewValue .jqx-tree-dropdown-root li > ul {
    padding-left: 18px;
}

#treeviewProperty .dash-li, #treeviewUnit .dash-li, #treeviewValue .dash-li {
    background: none;
}

.library-title {
    float: left;
    width: 90%;
}

#selectValueModal .jqx-rc-all, #selectUnitModal .jqx-rc-all {
    width: 78%;
}

.DnnModule-ProductSearch h1 {
    display: none;
}

.DnnModule-ProductSearch .filter-area {
    margin-top: 0px;
}

.outlineremove:focus {
    outline: none;
}

.upload-images-doc img:not([src]) {
    display: none;
}

.upload-images-doc img[src] {
    display: block !important;
}

.reservationSeriesError {
    padding: 10% 0px;
    text-align: center;
    color: #ccc;
    display: block;
    text-decoration: none;
}

.dnnLoginService .dnnLabel {
    width: 12.075%;
}

.DnnModule-DocumentDownload h1 {
    display: none;
}

.data-content-left {
    min-height: 315px;
}

.chkProductData {
    margin: 0px;
    width: 20px;
}

.tree_inner_tbl1 {
    /*width: 100% !important;*/
}

    .tree_inner_tbl1 td:nth-child(3) {
        word-break: break-all;
        /*width: 53%;*/
    }

    .tree_inner_tbl1 td:nth-child(2) {
        /*width: 6% !important;*/
        padding-left: 4px;
        vertical-align: top;
    }

    .tree_inner_tbl1 td:nth-child(1) {
     width: 65px;
        vertical-align: top;
    }

.tree_inner_tbl2 {
    /*width: 100% !important;*/
}

    .tree_inner_tbl2 td:nth-child(3) {
        word-break: break-all;
        /*width: 80%;*/
    }

    .tree_inner_tbl2 td:nth-child(2) {
        width: 15px !important;
        padding-left: 4px;
        vertical-align: top;
    }

    .tree_inner_tbl2 td:nth-child(1) {
        /*width: 10%;*/
        vertical-align: top;
    }

.tree_innergrp_tbl1 .hifuncls {
    width: 15px;
    text-align: center;
    display: block;
}

.tree_innergrp_tbl1 td {
    vertical-align: top;
}

.tree_innergrp_tbl1 {
    /*width: 100% !important;*/
}


    .tree_innergrp_tbl1 .treeWidth {
        /*width: 10% !important;*/
    }

    .tree_innergrp_tbl1 .treeWidth_3 {
        /*width: 83% !important;*/
    }

    .tree_innergrp_tbl1 .treeWidthchild_3 {
        /*width: 53% !important;*/
    }

    .tree_innergrp_tbl1 .treeWidthchild {
        /*width: 40% !important;*/
    }

    .tree_innergrp_tbl1 td:nth-child(3) {
        word-break: break-all;
        /*width: 53%;*/
    }

    .tree_innergrp_tbl1 .treeWidthchild1_3 {
        /*width: 71% !important;*/
    }

    .tree_innergrp_tbl1 .treeWidthchild1 {
        /*width: 21% !important;*/
    }


    .tree_innergrp_tbl1 td:nth-child(2) {
        /*width: 6% !important;*/
        padding-left: 4px;
    }

    /*.tree_innergrp_tbl1 td:nth-child(1) {
        width: 40%;
    }*/
	
	.div-action-icons {
    width: 2%;
    float: left;
    margin: 10px;
}

.red-circle {
    color: #B91414;
}

.purple-tyrian-circle {
    color: #800040;
}

.green-circle {
    color: #54a243;
}

.blue-circle {
    color: #1c68a6;
}

.orange-circle {
    color: #f37021;
}
.purple-circle {
    color:purple;
}


.legend-code {
    margin-left: 1.5%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blider-data {
    display: inline-block;
    width: 82%;
}
