﻿/*default-styles*/
.squaredTwo {
    top: 12px;
    left: 6px;
}
/*.squaredTwo {
    width: 18px;
    height: 18px;
    background: #67A6D4;
}
.squaredTwo label {
    width: 13px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    left: 3px;
    top: 2px;
    background: #FFFFFF;
}
.squaredTwo label:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 3px solid #4E768C;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  opacity: 0.7;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}*/
/**/
.slideThree { width: 80px; height: 26px; background: #333; margin: 5px auto; position: relative; border-radius: 50px; box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); }
    .slideThree:after { content: 'OFF'; color: #000; position: absolute; right: 10px; z-index: 0; font: 12px/26px Arial, sans-serif; font-weight: bold; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15); }
    .slideThree:before { content: 'ON'; color: #27ae60; position: absolute; left: 10px; z-index: 0; font: 12px/26px Arial, sans-serif; font-weight: bold; }
    .slideThree label { display: block; width: 34px; height: 20px; cursor: pointer; position: absolute; top: 3px; left: 3px; z-index: 1; background: #fcfff4; background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); border-radius: 50px; transition: all 0.4s ease; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    .slideThree input[type=checkbox] { visibility: hidden; }
        .slideThree input[type=checkbox]:checked + label { left: 43px; }
.switch-section {padding:0; }
body {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #5d5d5d;
    font-size: 12px;
    background-color: #fff;
    height: 100%;
}

html {
    height: 100%;
}
.overflow-auto {
    overflow:auto !important;
}
.css3-anim, .css3-anim-manu-parent a {
    -webkit-transition-property: all;
    -webkit-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0,.63,.19,.99);
    -webkit-transition-property: all;
    -webkit-transition-duration: .6s;
    -webkit-timing-function: cubic-bezier(0,.63,.19,.99);
    -moz-transition-property: all;
    -moz-duration: .6s;
    -moz-transition-timing-function: cubic-bezier(0,.63,.19,.99);
    -moz-transition-property: all;
    -moz-transition-duration: .6s;
    -moz-timing-function: cubic-bezier(0,.63,.19,.99);
    -ms-transition-property: all;
    -ms-duration: .6s;
    -ms-transition-timing-function: cubic-bezier(0,.63,.19,.99);
    -ms-transition-property: all;
    -ms-transition-duration: .6s;
    -ms-timing-function: cubic-bezier(0,.63,.19,.99);
    transition-property: all;
    duration: .6s;
    transition-timing-function: cubic-bezier(0,.63,.19,.99);
    transition-property: all;
    transition-duration: .6s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}
p {
    line-height: 17px;
}
.table i {
    font-size: 130%;
}
.closeThis {
    cursor: pointer;
}

.pager {
    margin: 15px 0;
    border-top: 1px solid #ccc;
    position: relative;
}

body.gray-backdrop {
    background-color: #f1f3f6;
}

.hspace-10 {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.doctype-section {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.leftcontent #homelink img {
    width: 157px;
}
#chkSelectRelease {
    margin: 7px 4px 0 0;
}
@media (max-width: 480px) {
    .leftcontent #homelink img {
        width: 85px;
    }
}

.accordion .form-group {
    margin-bottom: 0px;
}

.hspace-15 {
    margin-top: 15px;
    float: left;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: initial;
}
.span-h2-heading {
    font-size:150%;
    float:left;
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #ccc;
    margin:0px 0 10px 0;
}
.main-search-container {
    position: absolute;
    top: 0px;
    height: 60px;
    width: 100%;
    padding: 8px;
    z-index: 2989;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

.main-search-container-vis {
    top: 60px;
}

button.main-search-btn {
    width: 30px;
    height: 30px;
    top: 0;
    background: rgba(51, 51, 51, 0) !important;
    left: -34px;
    border: 0px !important;
}

    button.main-search-btn i {
        font-size: 200%;
        color: #DC82E2;
        outline: 0;
    }

.main-search-container input[type=text] {
    height: 40px !important;
    border-radius: 5px !important;
    line-height: 40px;
    border: 2px solid rgba(51, 51, 51, 0.47);
    width: 100% !important;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

    h1 label, h2 label, h3 label, h4 label, h5 label, h6 label {
        font-weight: 300;
        margin-bottom: 0;
    }

h1#lnkUserName {
    font-size: 24px;
}

h1.scgroupname {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 25px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #777;
}

span.search-btn-container {
    width: 60px;
    height: 60px;
    margin-top: -19px;
    margin-left: -15px;
}

.search-btn-container:hover {
    background-color: rgba(51, 51, 51, 0.4);
}

span.jurney-span {
    margin-left: 0;
}

span.search-btn-container img {
    width: 25px;
    height: 40px;
    margin: 15px;
}
/*
.divlookuptext {
    border-width: 1px !important;
    border-color: #fff !important;
    height: 30px;
    line-height: 22px;
    margin-bottom: 5px;

    -webkit-transition-property: all;
    -webkit-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: .5s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: .5s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}
    .divlookuptext:focus, .divlookuptext:hover {
            border-color: #ddd !important;
    }
.divlookuptext .pic16-bulletlist {
    margin-top: 6px !important;
    margin-right: 6px !important;
}
    .divlookuptext select {
        position: absolute;
        width: 92.8592% !important;
    }
    .divlookuptext  .pic16-search {
        margin-top: 0px;
        margin-right: 6px;
        width: 17px;
        height: 16px;
    }
    .divlookuptext .pic16-plus {
        margin-top: 8px;
        margin-right: 6px;
    }
td > select, td > input[type=text], td > input[type=password] {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height:30px;
    margin-bottom: 5px;

    -webkit-transition-property: all;
    -webkit-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: .5s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: .5s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}
td > select:focus, td > input[type=text]:focus, td > input[type=password]:focus, td > select:hover, td > input[type=text]:hover, td > input[type=password]:hover {
    border-color: #ddd !important;
}
*/
@media (max-width: 900px) {
    .tblgridbase .tblcontent {
        overflow-x: auto !important;
        width: 100% !important;
    }
}

.splitbtncontent {
    padding: 10px;
    box-shadow: rgba(214, 214, 214, 0.862745) 1px 1px 2px;
    -webkit-box-shadow: rgba(214, 214, 214, 0.862745) 1px 1px 2px;
    -moz-box-shadow: rgba(214, 214, 214, 0.862745) 1px 1px 2px;
    border-top: 4px solid rgba(165, 213, 255, 0.17);
    z-index: 3000 !important;
}

.z-index-3005 {
    z-index: 3005 !important;
}
/*layout-css*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(249, 249, 249, 0)), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 5%, rgba(233, 233, 233, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #E2E2E2;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow: -3px 3px 12px #ECECEC;
    -webkit-box-shadow: -3px 3px 12px #ECECEC;
    box-shadow: -3px 3px 5px rgba(236, 236, 236, 0);
}

    .btn-default:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
        background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
        background-color: #e9e9e9;
    }

p.empty-section {
    width: 93%;
    position: absolute;
    font-size: 18px;
    text-align: center;
    margin-top: 33%;
    color: rgba(189, 189, 189, 0.57);
    font-weight: 700;
}

i.light-gray {
    text-align: center;
    width: 93%;
    margin-top: 12%;
    position: absolute;
    font-size: 600%;
    color: rgb(255, 141, 0);
}

@media screen and (min-width: 800px) {
    .group-right {
        text-align: right;
    }

    .heaedr-title {
        top: 10px;
    }

    .status-box {
        height: 80px;
    }
}
/*page:Title*/
.header-title {
    height: 40px;
    top: -13px;
    background: #F9F9F9;
}

.header-btn {
    top: 10px;
    position: relative;
}

section {
    padding: 15px 15px;
}

.progress {
    height: 18px;
    border-radius: 2px;
}

.progress {
    overflow: hidden;
    height: 19px;
    margin-bottom: 19px;
    background-color: #ececec;
    border-radius: 1px;
    box-shadow: none;
}

    .progress.progress-bar-sm .progress-bar {
        line-height: 10px;
    }

.progress-bar-info {
    background-color: #3bafda;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.calendar-class .fc-header {
    width: 1302px !important;
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 61px;
    border-bottom: 1px solid #ccc;
}

.calendar-class .fc-content {
    top: 67px;
}
.sales-itinarery .fc-content {
    top: -26px;
}
.fc-header tr td {
    padding-top: 10px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.tblgrid tbody td {
    border-style: solid;
    border-color: #EAEAEA;
}

.alert-default {
    background-color: #f0f0f0;
}

.tblgridbase .tb {
    border-width: 0px 0px 1px 0px;
    padding: 5px 12px 8px 5px;
    float: left;
    width: 100%;
    height: 38px !important;
}

.tblgrid input[type=text] {
    height: 23px;
}

.gridCaption {
    padding-left: 10px;
    padding-top: 5px;
}

.alert {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.x-small {
    font-size: x-small;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    /*background-color: #f5f5f5;*/
    border-radius: 4px;
}

    .breadcrumb > li, .pagination {
        display: inline-block;
    }

.inside {
    width: 98%;
    left: 10px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .h70 {
        height: 70px;
    }
}

code {
    font-size: small;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.input-group {
    width: 100%;
}

.input-full-length {
    border: 1px solid #e7e7e7 !important;
    width: 100%;
    position: absolute;
}

.border-default {
    border: 1px solid #e7e7e7;
}

/*loading ....*/
.windows {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 30px auto;
    z-index: 1;
    animation: loader 1.25s linear infinite;
}

.loader-background {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #663399;
    border-radius: 50%;
}

.loader-colour {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: red; */
    clip: rect(0px, 40px, 40px, 20px);
}

.colour {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(170, 134, 255, 0.85);
    border-radius: 50%;
    clip: rect(0px, 20px, 40px, 0px);
    transform: rotate(60deg);
}

.donut {
    width: 25px;
    height: 25px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.windows-container, .mac-container {
    width: 50%;
    float: left;
    margin: 20px 0;
    text-align: center;
}

    .windows-container:after, .mac-container:after {
        content: "";
        display: table;
        clear: both;
    }
/*end layout css*/
@media (min-width: 768px) {
     .splitbtncontent {left: auto !important;top: 40px !important;right: 0!important;width: 325px !important;max-height: 400px;overflow: auto;}

   .searchbar .splitbtncontent {
        right: 18px !important;
        top: 70px !important;
    }
   .grid-filter-div .splitbtncontent {
        right: 20px !important;
    }
    .searchbar .button {
        position: absolute;
        right: 18px;
        top: 47px;
    }

    .groupbox .splitbtncontent {
        left: auto !important;
        top: 35px !important;
        position: absolute !important;
        z-index: 3000 !important;
    }
}
.def-map-div { height: 400px; background: #fbfbfb; margin-top: 15px; border: 1px solid #f1f1f1; }
.def-map-div i { font-size: 600%; display: block; color: #aaa; padding-bottom: 15px; }
.map-def-area { font-size: 20px; font-weight: 700; color: #aaa; }
@media (max-width: 767px) {
    .splitbtncontent {
        left: auto !important;
        top: 40px !important;
        right: 0!important;
    }
    .def-map-div {
    height: 50%;
}
}

.splitbtncontent h3 {
    width: 100%;
}

input[type=checkbox], input[type=radio] {
    margin: 1px 4px 0 0;
    line-height: normal;
}

.checkbox-multiselect {
    padding: 10px 10px;
    border: 1px solid #ccc;
}

input#chkAll {
    position: absolute;
    left: 70px;
    top: 72px;
}
#divDocList #chkAll {left: 80px; }/*top: 49px;*/
.rack-docs #chkAll, #BatchContent #chkAll {
    top: 0px;
}
.bootstrap-tab-content {
    padding: 20px 1.4em;
    border-top: 3px solid #4caf50;
}
.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    text-transform: capitalize;
    color:#333;
    border: 0;
    padding: 5px 15px;
}
    .nav-tabs > li > a:hover {background:none;border:0; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color: rgba(255, 255, 255, 0); border: 0; border-bottom: 3px solid #4caf50; margin-bottom: 4px; text-transform: capitalize; }
.nav-bar-label { font-size: 9px; border-radius: 2px; margin-left: 10px; margin-top: -15px; position: absolute; right: -5px; top: 5px; border: 2px solid rgba(0, 0, 0, 0.19); }
.checkbox-multiselect input[type=checkbox] {
    margin-bottom: 5px;
}
#rbtnCATPHeaderAcc {
    margin: 6px 0 6px;
}

#divActivityandCommetns h2 {
    font-weight: 300;
}

#divActivityandCommetns h3 {
    font-weight: 300;
    font-size: 15px;
}

.border-none {
    border: none !important;
}

.color-selected {
    background-color: #9FBFA5;
    color: #fff;
    border-color: #FFFFFF;
}

.border-top {
    border-top: 1px solid #ddd !important;
    border-left: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-bottom: 0px solid #ddd !important;
}

.more-content-link-section {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .more-content-link-section a {
        color: #aaa;
        font-size: 13px;
    }

        .more-content-link-section a:hover, .more-content-link-section a:focus {
            text-decoration: none;
            color: #ccc;
        }

.textview{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
    letter-spacing: 0.5px;
    margin: 0;
    max-width:489px;
}

.ftbase > div > div table tbody tr td textarea.textview, .ftbase > div > div table tbody tr td .divlookuptext > textarea.textview {
    white-space: normal;
    text-overflow: inherit;
}
.ftbase > div > div table tbody tr td textarea.textview {overflow:auto;}
.dialogbox div > div table tbody tr:first-child td:first-child {
    width: 130px;
}
.dialogbox div > div table#tblRecurrence tbody tr:first-child td:first-child {
    width: auto;
}
/*.dialogbox > div table tbody tr:first-child td:first-child{
    width:125px;
}*/
.dialogbox #divMainDemand table tbody tr:first-child td:first-child {
    width: 162px;
}

p.new-validator-pos {
    margin-top: 50px;
    width: 100%;
    z-index: 2000;
    margin-bottom: -52px;
}

.tblgrid tbody tr td {
    height: 25px;
}

.ftbase > div > div > div > div #tblTERecurrence tbody tr td:first-child {
    width: 150px;
}

.ftbase > div > div table tbody tr td:first-child {
    width: 160px;
    vertical-align: top;
}

.ftbase > div > div > #taskTabViewRec table tbody tr td:first-child {
    width: 160px;
}

.ftbase .long-label-form > div table tbody tr td:first-child {
    width: 160px;
}

.custom-field-popup-container > table > tbody > tr td:first-child {
    width: 120px;
}

.custom-field-popup-container > table > tbody > tr td {
    line-height: 1.5;
}

.long-label-form > div table tbody tr td:first-child {
    width: 160px;
}

#tblRevenue tbody tr td {
    border: 1px #fff solid;
}

    #tblRevenue tbody tr td .pic16-fillarrow-right {
        position: relative;
        top: -5px;
    }

#divMain > div > div table tbody tr:first-child td:first-child {
    width: 195px !important;
}

#divMain > div > div table tbody tr td > div {
    line-height: 1.5;
}

#divMain > div > div table tbody tr td > ul li {
    padding: 5px 0;
}

.tgl-widget-content {
    padding: 1px;
    float: left;
    width: 100%;
}

.hscode-tgl-widget-content {
    overflow: visible;
}

.new-address-validator-pos {
    float: left;
    width: 100%;
    margin-bottom: -52px;
}

.cur-table .tblgridbase {
    border: 0 !important;
    max-height: none !important;
}

.cur-table .tblcontent {
    overflow-x: visible !important;
    overflow-y: visible !important;
}
/*old styles*/
.pageheader {
    font-size: 2em;
    font-weight: 300;
    margin-top: 10px;
    display: block;
}
    .pageheader label {
        font-weight: 300;
    }
#divPolHeader .pageheader {
    float: left;
}

.pageheader h2 {
    font-weight: 300;
}

.pageheader h1 {
    font-weight: 300;
    font-size: 36px;
}

.groupbox {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
    height: auto;
    margin-bottom: 10px;
}

.advanced-filter {
    left: 0;
    float: left;
    height:75vh!important;
}

    .advanced-filter .tab-content {
        height: 360px !important;
    }

.thick-border-bottom {
    border-bottom: 3px solid #ddd;
    padding: 5px;
}
/*h3.activities {
    font-size: 18px;
}*/
.auto-width {
    width: auto !important;
}

.dialogbox-topline {
    margin: 0 -10px;
}
.customer-demand .dialogbox-content {
    padding: 10px 8px 0 8px;
    overflow:initial;
}

.dialogbox-bottomline { margin: 10px -10px;}

.tbl tbody td, #tblProjectJobList tr td, #tblBudgetControlList tr td, #tblPurchaseDeskList tr td, #tblCustomerDemandList tr td {
    padding: 4px 4px;max-width: 250px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;line-height: 1;font-size:12px; 
  
}

/*.ftbase .tblgridbase {
    border: 1px solid #ccc;
}*/
.tblgridbase {
    min-width: 100% !important;
    float: left;
    width: 100%;
    float: left;
    max-height: none !important;
}

    .tblgridbase .tblcontent {
        float: left;
        width: 100%;
    }

.tblgrid {
    width: 100% !important;
}
.grid-filter {
    padding:10px 0 5px 10px
}
.tblgridbase .tblgridbase-inner {
    height: 30px;
    float: left;
    width: 100%;
}

.dialogbox #divDocList .tblgridbase .tblcontent {
    height: 260px !important;
}

.dialogbox #divAddress table tr td textarea {
    height: 70px !important;
}

#divJournal > div > div {
    float: left;
    width: 100%;
}

    #divJournal > div > div:last-child {
        margin-top: 35px;
    }

table td {
    font-size: 12px;
    position: relative;
}

.tag-tbl table tr:first-child {
    padding: 5px;
    border-bottom: 4px solid #888;
}

.tag-tbl table tr {
    border-bottom: 1px dashed #ccc;
}

    .tag-tbl table tr:last-child {
        border-bottom: 0px dashed #ccc;
    }

.tag-tbl table tbody td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA !important;
    padding: 4px;
    font-size:12px;
}

.ftbase table td {
    line-height: 18px;
    min-height: 28px;
    vertical-align: middle;
}
#divPI > div > table td {
    padding:0;
}
#divAddress table tbody tr td select {
    border-bottom: 1px solid #ccc;
}
.divlookuptext:not([class*=has-]):after {
    background: #2196F3;
}
#tblWBS tr td {
    word-break: break-all;
}
/*.ftbase table td:nth-child(2) {
    border-bottom: #ccc solid 1px;
}*/
/*#divProdcutBase table td:nth-child(3) {
    border-bottom: #ccc solid 1px;
}
.ftbase table td:nth-child(2):after, .tab-content table td:nth-child(2):after{
    position: absolute;
    background: #2196F3;
    z-index: 3;
    bottom:-1px;
    left: 0;
    border-bottom:1px solid #2196F3;
    background: #2196F3;
    width: 100%;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: all;
    -webkit-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(0,.63,.19,.99);
    -webkit-transition-property: all;
    -webkit-transition-duration: .4s;
    -webkit-timing-function: cubic-bezier(0,.63,.19,.99);
    -moz-transition-property: all;
    -moz-duration: .4s;
    -moz-transition-timing-function: cubic-bezier(0,.63,.19,.99);
    -moz-transition-property: all;
    -moz-transition-duration: .4s;
    -moz-timing-function: cubic-bezier(0,.63,.19,.99);
    -ms-transition-property: all;
    -ms-duration: .4s;
    -ms-transition-timing-function: cubic-bezier(0,.63,.19,.99);
    -ms-transition-property: all;
    -ms-transition-duration: .4s;
    -ms-timing-function: cubic-bezier(0,.63,.19,.99);
    transition-property: all;
    duration: .4s;
    transition-timing-function: cubic-bezier(0,.63,.19,.99);
    transition-property: all;
    transition-duration: .4s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}
.divlookuptext-toggled:after {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}*/
#divProdcutBase table tbody tr td .pic16-product-tree {
    position: absolute;
    right: 15px !important;
}
.requiredfield {
    color: #C00;
    float: none;
    position: absolute;
    right: 1px;
    top: 8px;
}
/*revenue table*/
.Revenue-tbl {
    width: 100%;
}

    .Revenue-tbl tbody td {
        border-bottom: #eee solid 1px !important;
    }

    .Revenue-tbl tbody tr:last-child td {
        border-bottom: #eee solid 0px !important;
    }

    .Revenue-tbl tbody tr.seperator-line {
        border-bottom: #999 solid 2px !important;
    }

    .Revenue-tbl tbody tr td:first-child label {
        font-size: 13px;
        font-weight: 600;
    }

    .Revenue-tbl tbody tr td:first-child {
        border-right: 1px solid #eee !important;
    }

    .Revenue-tbl tbody tr:first-child td:first-child {
        border-right: 0 solid #eee !important;
    }

    .Revenue-tbl tr {
        background: none;
    }

tr.tbl-rev-header-row {
    border-bottom: 2px solid #777;
}

.Revenue-tbl tbody td label {
    font-size: 12px;
    padding: 5px 0;
}

    .Revenue-tbl tbody td label.heading-label {
        font-size: 14px;
        font-weight: 600;
    }
.dialogbox {
    display: none;
    position: absolute !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px;
    border-width: 0;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.7);
    box-shadow: 0 2px 10px rgba(0,0,0,.7);
    border-radius: 3px;
}

.dialogbox-header {
    top: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 10px 10px;
    display: block;
    height: auto;
}
.dialogbox-content {
    overflow: auto;
    float: left;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
}
.dialogbox-buttonarea {
    float: right;
    padding: 10px 15px;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    border-radius: 2px;
    text-align: right;
}
.dialogbox-buttonarea .button {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#divSNewProcess {
    margin-top: 5px !important;
    width: 825px;
    border: 1px solid #ccc;
    height: 94% !important;
    margin: auto;
    overflow: hidden;
}
#divSProcessSummaryCont {
    height: 325px !important;
}
/*end*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-right-30 {
    margin-right: 30px;
}

.dialogbox-buttonarea .button span {
    display: none;
}
@media (max-width: 768px) {
    .margin-right-30 {
        margin-right: 0;
    }
}

.task-list-sidebar {
    padding: 0 0 0 10px !important;
}

    .task-list-sidebar .tiles {
        margin: 10px;
        width: 128px;
        height: 128px !important;
        -webkit-box-shadow: inset 10px 0px 187px -34px rgba(93, 28, 115, 0.50);
        -moz-box-shadow: inset 10px 0px 187px -34px rgba(93, 28, 115, 0.50);
        box-shadow: inset 10px 0px 187px -34px rgba(93, 28, 115, 0.50);
    }

    .task-list-sidebar .tiles-header-st {
        font-weight: 600;
        width: 100%;
        height: 90px;
        font-size: 15px;
    }

    .task-list-sidebar .tiles-detail-sc {
        font-size: 44px;
        padding: 0 10px 5px;
        position: relative;
        width: 100%;
        text-align: right;
        height: 35px;
    }

    .task-list-sidebar .tiles-count {
        position: relative;
        float: right;
        width: 100%;
        height: 35px;
        bottom: 0;
    }

a.selected-tile {
    webkit-box-shadow: inset 11px 29px 300px 52px rgba(255,242,255,0.56) !important;
    -moz-box-shadow: inset 11px 29px 300px 52px rgba(255,242,255,0.56) !important;
    box-shadow: inset 11px 29px 300px 52px rgba(255, 255, 255, 0.56) !important;
    border: rgba(51, 51, 51, 0) solid 2px;
}

.selected-tile:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f00c";
    font-size: 400%;
    position: absolute;
    color: rgba(23, 23, 23, 0.36);
    z-index: 1;
    top: 55px;
    left: 30px;
}

.task-cat-div {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-35 {
    padding-top: 45px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}
.padding-0 {
    padding: 0 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15-side-0 {
    padding-top: 15px 0;
}
.padding-20 {
    padding:20px !important;
}
.margin-0 {
    margin: 0 !important;
}

.margin-5 {
    margin-left: 5px;
}

.margin-sides-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.padding-top-60 {
    padding-top: 70px !important;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 { margin-top:20px;}
.margin-bottom-15 {
    margin-bottom: 15px;
}

.begin-selected-tile {
    width: 120px !important;
    height: 120px !important;
}

.tiles-small label {
    color: #fff !important;
    padding-right: 10px !important;
    padding-top: 33px !important;
}

label {
    color: #666;
    /*font-size:12px;*/
    line-height: 1;
    font-weight: 400;
}

    label#lblTemplateFormHeader {
        font-size: 22px;
    }

.ftbanners {
    height: 59px !important;
    padding: 5px 5px !important;
}
.ftbanners h1 { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.color-selected label, .color-hover label {
    color: #fff;
}
/*#divHeader .validator {
    position: relative;
    top: 0px;
}*/

.validator {
    text-align: left;
    pointer-events: none;
    margin: 5px auto;
    position: fixed;
    word-wrap: break-word;
    z-index: 7000;
    top: 120px;
    right: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    /*padding: 25px 15px 25px 60px;*/
    text-align: left;
    border-radius: 0px;
    border: 4px solid rgba(51, 51, 51, 0.15);
    -webkit-transition-property: all;
    -webkit-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: .3s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: .3s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: .3s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: .3s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
    opacity: 0;
}

.valmassege-back {
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5995;
}
.transparent-div {
    background: rgba(0,0,0,0.0);
    background: #0000004f;
}
.dialogbox-content .valmassege-back {
    left: 0;
    background: rgba(0,0,0,0.4);
}

@media (min-width: 768px) {
    .validator {
        width: 22%;
        right: 39%;
    }

    .dialogbox .validator {
        width: 25%;
        z-index: 6000;
        right: 37%;
    }
}

@media (max-width: 767px) {
    .validator {
        width: 80%;
        z-index: 6000;
        right: 10%;
    }

    .dialogbox .validator {
        width: 90%;
        z-index: 6000;
        right: 5%;
    }
}

.state-success {
    top: 73px;
    border: 2px solid #15a300;
    border-radius: 8px;
    background-color: #fff;
    opacity: 1;
}

.state-error {
    border: 2px solid #ff0000;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    top: 73px;
    opacity: 1;
}

.baloon .gridbaloon.state-error {
    border: 1.5px solid #ff0000;
    border-radius: 4px;
    color: #ff0000;
    font-weight: 500;
}

.message-visible {
    border-width: 2px;
    border-style: solid;
    top: 73px;
    opacity: 1;
}

.validator a.close {
    /*position: absolute;
    right: 10px;
    top: 5px;*/
    color: #000;
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    font-size: 15px;
}
.baloon .state-error:before {
    font-size: 0;
}

.state-info {
    border: 2px solid #1877ff;
    border-radius: 8px;
    background-color: #fff;
    opacity: 1;
    top: 73px;
}

/*.validator-grade3 {
    margin: 0px auto;
    position: relative;
}*/
/*div header-padding*/
#divHeader {
    padding: 10px 20px 0px 20px !important;
    position: fixed;
    top: 57px;
    background: #fff;
    z-index: 100 !important;
    width: 100%;
}
/*#divHSLeft > div:first-child {
    width: 328px !important;
}*/
#BookNo td:first-child {
    width: 110px !important;
}
/* ---*/
table td {
    font-size: 12px;
}

.case-grid {
    width: 100%;
}

   .case-grid td {
        padding: 5px;
    }

.tbc td, .form-table td {
    vertical-align: top;
    padding: 1px 7px 1px 0;
    overflow: visible;
    line-height: 17px;
    height: 28px;
}

.integrate-table th {
    width: 11%;
}

    .integrate-table th:last-child {
        width: 15%;
    }

.tbl thead th, .table > thead > tr > th, .tblgrid thead th, #trProjectJobdListjobheader tr td, #trBudgetControlListjobheader tr td, #trPurchaseDeskListjobheader tr td, #trCustomerDemandListjobheader tr td{
    font-size: 13px;
    text-transform: capitalize;
    color: #8a8a8a;
    padding: 3px 3px;
    font-weight: 500;
    border-bottom: 2px solid #ccc;
}
#container .table th{ border-bottom: 2px solid #ccc;}
#trheadersSerail tr th:first-child, #trheadersSerail tr td:first-child {
    display:none;
}

.gridarea {
    padding-right: 10px;
    overflow: auto;
}

#tblProductList1-t {
}

.table > thead > tr > th:last-child {
    border-right: 0px solid #ccc;
}

.table > tbody td {
    border-right: #ECEBEB solid 0px;
}

    .table > tbody td:last-child {
        border-right: #ECEBEB solid 0;
    }

.tblgridbase-inner {
    background-color: #fff;
    color: #e8e8e8;
    height: 30px;
}
.tblgridbase .tblcontent::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.tblgridbase .tblcontent::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    .tblgridbase .tblcontent::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }
/*.tblgrid td .pic16-bulletlist {
    margin-top: -8px !important;
    margin-bottom: -1px !important;
}*/
.ra {
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    width: 250px;
}
/*table head th*/
.rb {
    display: none !important;
}
/*table head th display none  color: #e8e8e8;*/
.rc {
    padding-right: 17px;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}
/*header dontent div*/
.rd {
    text-align: right;
    padding-left: 0px;
    padding-right: 5px;
}

.re {
    white-space: nowrap;
    display: inline-block;
    width: 250px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 1.3!important;
}*/


@media (min-width: 992px) {
    .padding-lg-left-0 {
        padding-left: 0;
    }

    .padding-lg-right-0 {
        padding-right: 0;
    }
}
/*.button {
    font-size: 12px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
    padding:10px;
}*/
@media (max-width: 768px) {
    .tgl-widget-content > div {
        width: 100% !important;
    }

    /*.ftbase > div > div {
        width: 100% ;
    }*/
}

.form-horizontal input[type=email], .form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal select, .form-horizontal textarea {
    width: 100%;
    height: 26px;
    border-radius: 0px;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    font-size: 12px;
    padding: 3px 5px;
}

.form-horizontal .form-section {
    margin-bottom: 5px;
}

.doc-header #homelink {
    float: left;
    width: 150px;
    margin-top: -10px;
}
.form-group { margin-bottom: 0px; }
    .form-group label, .bl-level-lbl { margin-top: 8px; }
.form-control { border: 0; border-bottom: 1px solid #ccc; }
@media (max-width: 480px) {
    .doc-header #homelink {
        width: 85px;
        margin-top: 0;
    }
}

.doc-header {
    height: 60px;
    background-color: #BBBBBB;
    z-index: 2990;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}

@media (max-width: 960px) {
    .doc-header {
        height: auto;
    }
}

#divNav {
    top: 60px;
}

.moduleSelected {
    outline: 0px solid #696969;
}

#divNav #divNavM #divNavSlider {
    padding-top: 0px;
}

.color-default {
    color: #fff!important;
}

.doc-header .leftcontent {
    padding: 18px 0 0 20px;
}

.doc-header .rightcontent {
    padding: 0;
}

@media (max-width: 480px) {
    .doc-header {
        height: 60px;
    }

    .doc-header-expand {
        height: 133px;
        z-index: 5002;
    }
}

@media (max-width: 480px) {
    .doc-header .leftcontent .right-menu-icon {
        position: absolute;
        right: 14px;
        top: 22px;
        cursor: pointer;
    }

    .right-menu-icon i {
        font-size: 210%;
    }

    .doc-header .rightcontent {
        top: -18px;
        position: absolute;
        width: 100%;
        z-index: -1;
        padding: 12px 0px 0 0;
    }

    .doc-header .rightmenu-slide-down {
        top: 60px;
    }
}

@media (min-width: 481px) {
    .doc-header .leftcontent .right-menu-icon {
        display: none;
    }

    .doc-header .rightcontent {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 960px) {
    .doc-header .leftcontent {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        background: #8261A2;
    }
}

@media (max-width: 960px) and (min-width:480px) {
    .doc-header .rightcontent {
        float: left;
        padding-left: 20px;

    }
}

.rightcontent label {
    color: #fff;
    font-weight: 700;
    padding: 14px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:350PX;
}

@media (min-width: 310px) and (max-width:480px) {
    .rightcontent p {
        margin: 0;
    }

    .rightcontent label {
        display: none;
    }
}
/*Images*/
.menu-icons-right-main {
    width: 60px;
    height: 60px;
    padding: 15px 15px;
    margin-top: -19px;
    margin-left: -15px;
    cursor: pointer;
}

    .menu-icons-right-main:hover {
        background-color: rgba(51, 51, 51, 0.4);
    }

@media (max-width: 480px) {
    .menu-icons-right-main {
        width: 60px;
        height: 54px;
    }
}

.menu-icons-right-main img {
    width: 28px;
}

.pic24-arrow-down.pic24-margin-fix {
    margin: -2px 0px 0px 10px;
}

.main-search-div {
    margin: -2px 0 0 15px;
    background-color: #fff;
}

@media (min-width: 310px) and (max-width:632px) {
    .main-search-div {
        margin: 0 0 10px 0;
        display: none;
    }
}

@media (max-width:480px) {
    .main-search-div {
        display: none;
    }
}

.main-search-div .search-button {
    margin: 7px 10px 0px 10px;
    cursor: pointer;
}
/*Main menu Icons*/
.main-menu-icon-sprite {
    width: 45px;
    height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url('images/main-menu-sprite.svg');
}
.main-menu-icon-sprite-dark { width: 45px; height: 35px; text-align: center; background-repeat: no-repeat; display: inline-block; cursor: pointer; background-image: url('images/main-menu-sprite-dark.svg'); }
.icon-admin {
    background-position: -54px -4px;
}

.icon-orgenize {
    background-position: -150px -4px;
}

.icon-finance {
    background-position: -274px -4px;
}

.icon-sales {
    background-position: -7px -4px;
}

.icon-precurement {
    background-position: -190px -4px;
}

.icon-inventory {
    background-position: -98px -4px;
}

.icon-fixed-assets {
    background-position: -233px -4px;
}

.icon-production {
    background-position: -312px -4px;
}

.icon-project {
    background-position: -357px -4px;
}

.icon-service {
    background-position: -357px -44px;
}
.icon-fleet {
    background:url(images/icon-fleet.png);
    background-size:cover;
}


.icon-sticker .main-menu-icon-sprite { width: 80px;height: 90px;background-size: 738% 856%;}
.icon-sticker .main-menu-icon-sprite-dark { width: 80px;height: 90px;background-size: 738% 856%;}
.icon-sticker .icon-inventory { background-position: -134px -103px; }
.icon-sticker .icon-precurement { background-position: -271px -103px; }
.icon-sticker .icon-admin { width: 80px; height: 90px;background-size: 808% 894%;    background-position: -82px -93px; }
.icon-sticker .icon-finance { background-position: -389px -103px;}
.icon-sticker .icon-sales { background-position: 5px -98px;}
.icon-sticker .icon-fixed-assets {background-position: -333px -98px;}
.icon-sticker .icon-orgenize { width: 80px; height: 90px; background-size: 808% 894%;background-position: -230px -90px;}
.icon-sticker .icon-production {background-position: -449px -103px;}
.icon-sticker .icon-project { background-position: -514px -96px; }
.icon-sticker .icon-service { width: 80px; height: 90px; background-size: 808% 894%;     background-position: -566px -149px;}
a.bl-settings-link { padding: 2px 0; font-size: 13px; font-weight: 500; }
.initsettings-detail {padding: 15px 0; }
.initsettings-detail .col-sm-8 {
    padding: 20px 10px;
    border-left: 4px solid #eee;
}
.sub-tree-expandable::-webkit-scrollbar {
    width: 12px;
}

.sub-tree-expandable::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.sub-tree-expandable::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    .sub-tree-expandable::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }
/*Side-menu-1*/
span.menu-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: -23px;
    margin-top: -19px;
    margin-right: 15px;
    cursor: pointer;
}

    span.menu-icon:hover {
        background-color: rgba(51, 51, 51, 0.4);
    }

    span.menu-icon img {
        width: 60px;
        padding: 0px;
    }

.side-menu-container {
    background-color: #333;
    width: 280px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5005;
}

@media (min-width: 310px) and (max-width:480px) {
    .side-menu-container {
        background-color: #333;
        width: 140px;
    }
}

.close-menu {
    left: -280px;
}

.side-menu-inner {
    height: 100%;
    background-color: #333;
}

.main-tree-item {
    list-style: none;
    padding: 0px;
    margin: 0;
}

    .main-tree-item > li > a.current-module {
        background: #373737;
    }

    .main-tree-item > li > a {
        color: #D8D8D8;
        font-size: 13px;
        text-transform: uppercase;
        padding: 5px 20px 5px 20px;
        border-bottom: 1px solid #403E3E;
        background-color: #464646;
        text-decoration: none;
        display: table;
        width: 280px;
    }

        .main-tree-item > li > a:hover {
            background-color: #404040;
        }

        .main-tree-item > li > a > label {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-size: 12px;
            color: #fff;
            cursor: pointer;
            line-height: 18px;
        }
        .dashbody .main-tree-item > li > a > label {
            font-size:13px;
        }
@media (min-width: 310px) and (max-width:480px) {
    .main-tree-item > li > a {
        font-size: 7px;
        text-transform: capitalize;
        padding: 0;
        width: 100%;
    }
}

.side-menu-container .sub-tree-expandable {
    list-style: none;
    padding: 0;
}

.slider {
    width: 500px;
    height: 100%;
    margin-left: 280px;
    background-color: #4C4C4C;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 1;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .slider {
        width: 250px;
    }

    .sub-tree-expandable > li {
        width: 100% !important;
    }

    .link-level-items li {
        width: 100% !important;
    }

    .buttonbar {
        height: auto;
        text-align: center;
        width: auto;
        display: block;
        float:none;
    }

        .buttonbar a.button {
            padding: 0.2em;
        }
}

@media (min-width: 900px) {
    .bypage-search {
        width: 200px !important;
    }
}

@media (max-width: 899px) {
    .bypage-search {
        width: 95px !important;
    }
}

@media (min-width: 310px) and (max-width:480px) {
    .slider {
        width: 100%;
        margin-left: 100%;
    }
}

ul.swap-list {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

    ul.swap-list li {
        padding: 3px;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        margin: 2px;
        cursor: pointer;
        left: 8px;
    }

        ul.swap-list li:before {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            text-decoration: inherit;
            font-size: 130%;
            position: absolute;
            z-index: 1;
            top: 5px;
            left: -18px;
        }

        ul.swap-list li.left-links:before {
            content: "\f05d";
            color: rgb(100, 183, 57);
        }

        ul.swap-list li.right-links:before {
            content: "\f05c";
            color: rgb(234, 121, 121);
        }

.white-back-list {
    padding: 10px 20px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #EFEFEF;
}

a.list-move-btn {
    position: absolute;
    top: -14px;
    left: -6px;
    background: #fff;
    border: #EFEFEF solid 1px;
    padding: 3px;
}

.two-colomns {
    width: 500px;
}

.side-menu-container .slider.closed {
    opacity: 0;
    left: -780px;
}

.side-menu-container .slider.opened {
    opacity: 1;
    left: 0px;
}

.side-menu-container .slider.mouse-out {
    opacity: 0;
}

.sub-tree-expandable > li {
    text-transform: none;
    display: inline-block;
    float: left;
    width: 25%;
    padding-bottom: 15px;
}

    .sub-tree-expandable > li.two_colomn_sub_list {
        width: 50%;
    }

    .sub-tree-expandable > li.full-col-sub-list {
        width: 100%;
    }

    .sub-tree-expandable > li.split-list {
        width: 50%;
        display: inline-block;
        float: left;
    }

.side-menu-container ul.sub-tree-expandable > li:first-child > a {
    color: #fff;
    padding: 10px 20px 5px 20px;
    display: block;
}

.side-menu-container ul.sub-tree-expandable > li > a {
    color: #fff;
    padding: 10px 20px 5px 20px;
    display: block;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}

.link-level-items {
    list-style: none;
    padding: 5px 0;
}

    .link-level-items li {
        position: relative;
    }

    .link-level-items > li > a:first-child {
        padding: 5px 20px;
        display: block;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        line-height: 17px;
    }

        .link-level-items > li > a:first-child:hover {
            background-color: rgba(90, 90, 90, 0.51);
        }
/*.link-level-items a img {
    width: 100%;
}*/
a.add-home {
    position: absolute;
    right: 10px;
    top: 3px;
}

@media (max-width: 480px) and (min-width:300px) {
    a.add-home {
        position: absolute;
        right: 0px;
        top: 3px;
    }
}

.link-level-items li.two-colomn-list {
    width: 50%;
    float: left;
    display: inline-block;
}
/*Side-menu-2-collapsed*/
.retracted-side-menu-container {
    background-color: #333;
    width: 60px;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 1500;
    top: 60px;
}

    .retracted-side-menu-container .side-menu-inner {
        width: 60px;
        height: 100%;
        background-color: #333;
    }

    .retracted-side-menu-container .main-tree-item {
        list-style: none;
        padding: 0px;
        width: 60px;
        margin: 0;
    }

        .retracted-side-menu-container .main-tree-item > li > a {
            color: #D8D8D8;
            font-size: 13px;
            text-transform: uppercase;
            padding: 5px;
            border-bottom: 1px solid #252525;
            display: block;
            background-color: #1F1F1F;
            text-decoration: none;
            height: 40px;
            width: 50px;
        }

            .retracted-side-menu-container .main-tree-item > li > a label {
                display: none;
            }

    .retracted-side-menu-container .sub-tree-expandable {
        list-style: none;
        padding: 0;
    }

    .retracted-side-menu-container .slider {
        -webkit-transition-property: all;
        -webkit-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
        -webkit-transition-property: all;
        -webkit-transition-duration: .5s;
        -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
        height: 100%;
        width: 500px;
        margin-left: 60px;
        background-color: #4C4C4C;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        opacity: 1;
        overflow-y: auto;
        padding-top: 50px;
    }

        .retracted-side-menu-container .slider.closed {
            opacity: 0;
            left: -780px;
        }

        .retracted-side-menu-container .slider.mouse-out {
            opacity: 0;
        }

span.heading {
    width: 100%;
    text-transform: uppercase;
    padding: 14px 20px;
    background-color: #333;
    -webkit-transition-property: all;
    -webkit-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    width: 460px;
    margin-left: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1000;
    overflow-y: auto;
}

.side-menu-container span.heading {
    margin-left: 280px;
}

span.close {
    opacity: 0;
    left: -780px;
}

.side-menu-container .sub-tree-expandable > span.heading {
    width: 500px;
}

span.heading label {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.retracted-side-menu-container ul.sub-tree-expandable > li:first-child > a {
    color: #fff;
    padding: 10px 20px 5px 20px;
    display: block;
}

.retracted-side-menu-container ul.sub-tree-expandable > li > a {
    color: #fff;
    padding: 10px 20px 5px 20px;
    display: block;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}

.retracted-side-menu-container .link-level-items {
    list-style: none;
    padding: 5px 0;
}

    .retracted-side-menu-container .link-level-items > li > a {
        padding: 5px 20px;
        display: block;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }
/*Task Popup*/
.inner-container::-webkit-scrollbar {
    width: 7px;
}

.inner-container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 0px solid #ccc;
}

.inner-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.54);
}

    .inner-container::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.65);
    }

.inner-container::-moz-scrollbar {
    width: 7px;
}

.inner-container::-moz-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 0px solid #ccc;
}

.inner-container::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.54);
}

    .inner-container::-moz-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.65);
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    float: left;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn-run, .btn-goto {
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 5px 5px;
    color: #FFFFFF;
    background-color: #659FCE;
    font-weight: 600;
    font-size: 12px;
}

.btn-execute {
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 5px 5px;
    color: #FFFFFF;
    background-color: #69BB5E;
    font-weight: 600;
    font-size: 12px;
}

    .btn-execute:hover {
        background-color: #4A9A3F;
        cursor: pointer;
    }

.btn-warning {
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 5px 5px;
    color: #FFFFFF;
    background-color: #F77847;
    font-weight: 600;
    font-size: 12px;
}

    .btn-warning:hover {
        background-color: #F7B947;
        cursor: pointer;
    }

.btn-run:hover, .btn-goto:hover {
    background-color: #658AA9;
    cursor: pointer;
}

.btn-run:disabled, .btn-goto:disabled, .btn-execute:disabled {
    background-color: #ccc;
    padding: 2px 5px;
}

    .btn-run:disabled:hover, .btn-goto:disabled:hover, .btn-execute:disabled:hover {
        background-color: #ccc;
        cursor: default;
    }

.close-btn {
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 3000;
}

.pop-up-container {
    position: fixed;
    right: 100px;
    bottom: 0px;
    padding: 0;
    color: #333;
    z-index: 201;
    margin-right: 0px;
    background-color: #fff;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.inner-container {
    margin-top: 0px;
    float: left;
    width: 100%;
    position: absolute;
    top: 35px;
}

.popup-footer {
    width: 317px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    padding: 4px 10px 5px 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
    z-index: 3000;
}

    .popup-footer a {
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        float: right;
        padding: 5px 0px;
            color: #8e8e8e;
    }

/*.task-item-div {
    width: 95%;
    background-color: rgb(245, 245, 245);
    display: block;
    float: left;
    margin-bottom: 10px;
    border-top: 2px solid #8DBFD4;
    border-left: 1px solid #D4DFE4;
    border-bottom: 1px solid #D4DFE4;
    border-right: 1px solid #D4DFE4;
    border-radius: 2px;
}*/

/*.pop-up-container .task-item-div:last-child {
    margin-bottom: 20px;
}*/

/*.due-date-div {
    height: 28px;
    float: left;
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 3px solid #eee;
    font-weight: 300;
    background-color: rgb(255, 255, 255);
}*/

    /*.due-date-div .lbl-due {
        font-size: 15px;
        color: #5E83A9 !important;
        line-height: 1;
        font-weight: 700;
    }

    .due-date-div .lbl-due-date {
        font-size: 15px;
        color: #FB6D6D;
        font-weight: 700;
    }

.task-name-div {
    float: left;
    display: block;
    background-color: #F9F9F9;
    position: relative;
}

    .task-name-div .div-name {
        padding: 5px 10px;
        display: block;
        float: left;
        width: 296px;
    }*/
.main-template-container, .sub-template-container, .sub-item-container{
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 1px;
    background: #FFF;
}
ul.sched-tmplate {
    list-style: none;
    padding: 0;
}

ul.sched-tmplate li a {
    color: #888888;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 15px;
    width:100%;
    float:left;
}
    ul.sched-tmplate li a:hover {
        background:#eee;
        text-decoration:none;
    }
ul.sched-tmplate li a i {
    background: #67bbf9;
    padding: 12px;
    margin-right: 10px;
    border-radius: 90px;
    font-size: 140%;
    color: #fff;
}
.maintemplabel {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #19a7d4;
    border-bottom: #eee 1px solid;
}
ul.ul-sub-templates {
    list-style: none;
    padding: 0;
    float: left;
    margin-top: 10px;
}
.ul-sub-templates li {
    float: left;
    width: 83%;
}
label.templateName {
    padding: 5px 10px;
    color: #757575;
}
label.templateName i {
    font-size: 115%;
}
.templateName a {
    padding: 10px;
    font-size: 13px;
    color: #8a8a8a;
}
.sched-temp-itmem-main {
    padding: 0 0 10px 25px;
}
ul.ul-sub-templates .btn-run {
    position: absolute;
    right: 15px;
}
.templateName span {
    font-weight: 700;
    font-size: 14px;
}
.popup-header {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    padding: 10px 0 5px 0;
    left: 0;
    border-bottom: 1px solid #eee;
}
.popup-header label {
    font-size: 15px;
    text-transform: uppercase;
}
.progress-div {
    width: 213px;
    float: left;
    display: block;
    padding: 0px 10px;
    height: 14px;
}

    .progress-div .progessbar-groove {
        width: 205px;
        float: left;
        position: relative;
        display: block;
        height: 5px;
        overflow: hidden;
        background-color: #A7CAFF;
        margin: 8.75px 0;
    }

/*.progessbar-groove .progress-bar-stripe {
    width: 205px;
    position: absolute;
    height: 5px;
    top: 0;
    left: -200px;
    background-color: #3B9FDA;
}

.task-name-div .button-div {
    width: 80px;
    float: left;
    display: block;
    padding: 5px;
    text-align: right;
}*/

.last-update-date-div {
    display: block;
    float: right;
    padding: 5px;
    width: 100%;
    background-color: #EDEEEF;
    border-top: solid 1px #E6E6E6;
}

label.lbl-complete, .lbl-complete-date {
    color: #333;
    font-size: 11px;
    float: right;
}
/*page-layout*/
.page-lay-out {
    float: left;
    width: 100% !important;
    display: block;
    padding: 0px 20px;
}

    .page-lay-out .task-item-div {
        width: 100%;
        margin: 0;
        border: none;
        padding-top: 10px;
        float:left;
    }

    .page-lay-out .due-date-div {
        height: 30px;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }

    .page-lay-out .task-name-div {
        background-color: #fff;
        width: 100%;
    }

        .page-lay-out .task-name-div .div-name {
            padding: 5px 0;
            width: 100%;
        }

    .page-lay-out .progress-div {
        width: 400px;
        padding: 0px 10px;
        height: 14px;
    }

        .page-lay-out .progress-div .progessbar-groove {
            width: 380px;
        }

    .page-lay-out .progessbar-groove .progress-bar-stripe {
        width: 380px;
        left: -375px;
    }

    .page-lay-out .task-name-div .button-div {
        width: 100%;
        text-align: left;
        margin: 5px;
    }

    .page-lay-out .last-update-date-div {
        width: 200px;
        background-color: #fff;
        position: absolute;
        right: 10px;
        top: 35px;
    }
    ul.job-list {
    list-style: none;
    padding: 0;
}
    ul.job-list li {
    float: left;
    width: 100%;
}
    .job-list > li > a {
    padding: 5px 0;
    color: #6386ae;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    float: left;
    border-bottom: #eee solid 3px;
}
    ul.job-list-second-level {
    list-style: none;
    padding:0 0 0 15px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    top: -15px;
}
    ul.job-list li {
    float: left;
    width: 100%;
}
.btn-run-all {
    float: right;
    margin-left: 10px;
}
ul.job-list-second-level > li > button {
    top: 0;
    right: 0;
}

ul.job-list-second-level > li > a {
        color: #333;
    font-weight: 500;
    font-size: 14px;
}
ul.job-list-third-level {
    list-style: none;
    padding: 0px 0px 5px 20px;
    position: relative;
    float: left;
    width: 100%;
}
ul.job-list i {
    padding-right: 10px;
}
ul.job-list li {
    float: left;
    width: 100%;
    min-height: 30px;
    position: relative;
}
ul.job-list-third-level li button {
    right: 0px;
}
.job-sched-check {
    position: absolute;
    top: 25px;
    left: -17px;
}
.squaredTwo.job-sched-check.job-sched-check-custom{
    height:30px; 
    display: flex;   
    flex-direction: row;  
    align-items: center;
    margin-left:15px!important;
 
}

.squaredTwo.job-sched-check.job-sched-check-custom:last-child{
    margin-bottom:25px
}
.job-sched-check input[type=checkbox]{
    margin: -4px 7px 0 -4px;
}
li.li-no-record {
    position: absolute;
    top: 25px;
    left: 5px;
    font-weight: 700;
    font-size: 13px;
    color: #da6d6d;
}
.task-due-date-due {
    position: relative;
    padding: 0px 0;
    width: 100%;
    float: left;
}
.task-due-date-due-inner {
    padding: 5px;
    background: rgba(170, 225, 243, 0);
    border-bottom: rgba(51, 51, 51, 0.05) solid 3px;
    margin-bottom: 7px;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.task-name-div .div-name label {
    font-size: 15px;
    color: #334771;
    font-weight: 600;
}
.task-due-date-due-inner label {
    margin: 0 10px 0 0;
    font-size: 14px !important;
    color: #e4a415 !important;
}
.job-sched-select-all {
    top: 77px;
    left: -1px;
    z-index: 100;
    position: absolute;
}
.job-sched-select-all label {
    color: #3b8bb1 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}
.btn-history {
    background: #3e791b;
    top: -3px;
    right: 0;
    position: absolute;
    z-index: 10;
}
ul.job-list-third-level > li > table > tbody td {
    border: #eee solid 1px;
    padding: 7px;
    /* text-transform: uppercase; */
}

ul.job-list-third-level > li > table > thead th {
    border: #eee solid 1px;
    padding: 7px;
    text-transform: uppercase;
}
ul.job-list-third-level > li > table {
    margin: 60px -15px -20px 0;
    width: 100%;
}
/*end*/
/*dialog jobsched*/
.jsched-main {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.jsched-slid-1 {    width: 100%;    float: left;    max-height: 200px;    overflow: auto;}
.jsched-slid-2 {
    position: absolute;
    width: 97%;
    height: 100%;
    top: 0;
    z-index: 10;
    right: -575px;
    overflow:auto;
    max-height:200px;
    opacity:0;
    padding:15px;
}
.jsched-slid-2-in {
    right:0;
    background: #fff;
    width: 100%;
    opacity:1;
}
.jsched-back i {
    font-size: 160% !important;
}
@media (min-width: 768px) {
    .pop-up-container {
        height: 400px;
        width: 320px;
    }

    .inner-container {
        height: 340px;
    }
}

@media (max-width: 768px) and (min-width:400px) {
    .pop-up-container {
        margin-top: 20px;
        width: 320px;
        height: 400px;
    }

    .inner-container {
        height: 340px;
        width: 322px;
    }
}

.top-0 {
    top: 0;
}
/*general components*/
.search-input {
    border-top: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    border-left: 1px solid #eee !important;
    border-radius: 45px !important;
}

.search-container {
    position: relative;
    padding-right: 55px;
    margin-left: 0;
}

    .search-container .btn-group {
        position: absolute;
        right: 65px;
        top: 5px;
    }

    .search-container .serial-slide-in {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .search-container i.fa-search {
        font-size: 130%;
        color: #888;
    }

    .search-container .form-control {
        height: 33px !important;
    }

.refresh-btn-capsule .refresh-btn {
    position: absolute;
    top: 0;
    right: 14px;
}

.refresh-btn-capsule .left-panel-refresh {
    top: 15px;
}

.search-container-left-panel {
    padding: 15px 55px 15px 5px;
}

.refresh-btn-capsule-left-panel {
    background: #FBFBFB;
    border-bottom: 1px solid #ddd;
}

.search-container-left-panel .btn-group {
    padding-right: 0px;
    top: 20px;
}

.search-container .btn-group > .side-btn-txtbox {
    background-color: #FFF;
    border: 0px solid #ccc;
    border-left: none;
    height: 30px;
    line-height: 20px;
    position: relative;
    top: 2px;
    padding: 6px;
}

.jobsched {
    margin-left: -29px;
    top: -2px;
}

.btn-group > .side-btn {
    height: 23px;
    background-color: #EEE;
    border: 1px solid #ccc;
    border-left: none;
}

.jobsched > .side-btn {
    height: 23px;
    background: none;
    border: 0px solid #ccc;
    outline: none;
}

.sched-job-search {
    width: 300px !important;
}
/*page with metro grid sidebar*/
.doc-detail-padding-fix {
    padding: 75px 0 0 0;
}

.dashboard-doc-detail-padding-fix {
    padding: 55px 0 0 0;
}
.config-doc-detail-padding-fix {padding: 60px 20px 0 20px; }
@media (max-width: 960px) and (min-width:769px) {
    .dashboard-doc-detail-padding-fix {
        padding: 85px 0 0 0;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .dashboard-doc-detail-padding-fix {
        padding: 115px 0 0 0;
    }
}

@media (max-width: 480px) {
    .dashboard-doc-detail-padding-fix {
        padding: 60px 0 0 0;
    }
}

.doc-detail-padding-fix-140 {
    padding: 140px 0 0 0;
}

.doc-detail-alt-padding-fix {
    padding: 110px 20px 0 20px;
    float: left;
    width: 100%;
}
.doc-detail-alt-padding-fix-c-o {
    padding: 106px 20px 0 20px;
    float: left;
    width: 100%;
}
.doc-detail-alt-padding-fix-wf {
    padding: 107px 20px 0 20px;
    float: left;
    width: 100%;
}
.page-header-container {
    width: 100%;
    padding: 10px 20px 10px 20px;
    float: left;
    display: block;
    position: fixed;
    z-index: 3001;
    top: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.g1-masters-pheader {padding: 5px 20px 10px 20px;border-bottom:0;background: #efefef;}
.dashboardv2-pageheader h1.dash-head-report-template, .dashboardv2-pageheader h1.dash-head-report-det {
    font-size: 25px;
    font-weight: 300;
}
.dashboardv2-pageheader h1.dash-head-report-template span.action-item i{
    left: -3px;
    font-size: 126%;
    top: 0px;
}
.dashboardv2-pageheader h1.dash-head-report-det span.action-item i {
    left: 7px;
    font-size: 126%;
    top: 7px;
}
.dashboardv2-pageheader h1.dash-head-report-template span.report-item-action, .dashboardv2-pageheader h1.dash-head-report-det span.report-item-action {
    top: 5px;
}
.page-header-container-rel {
    position: relative;
    z-index: 199;
    top: 0;
}

.password-policy-fix {
    padding: 12px 20px 12px 20px;
}

.doc-header .page-header {
    height: 53px;
    margin-top: 60px;
    padding: 10px 20px 0;
}
/*tab-container*/
.tab-container {
    width: 100%;
    padding: 0px 20px;
    float: left;
    display: block;
    background: #fff;
    border-bottom: solid 3px #ccc;
    position: relative;
    z-index: 198;
}

.tab-container-fixed {
    position: fixed;
    z-index: 5000;
    top: 97px;
}

.tab-container-inner {
    width: 100%;
    display: block;
}
    .tab-container-inner .color-default a {color:#fff; }

.tab-panel-sect {
    padding: 8px 20px;
    display: inline-block;
    margin: 0;
    /* border-right: 1px solid #eee; */
    position: relative;
    -webkit-transition-property: all;
    -webkit-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: .2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: .2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: .2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: .2s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}

    .tab-panel-sect:hover {
        background-color: #EFEFEF;
    }

    .tab-panel-sect.active-tab a {
        color: #333;
    }

    .tab-panel-sect.active-tab {
        background-color: #ddd;
        color: #fff;
    }

    .tab-panel-sect a {
        font-size: 14px;
        text-decoration: none;
        color: #7C84A0;
        font-weight: 600;
    }

        .tab-panel-sect a:hover {
            text-decoration: none;
            color: #333;
        }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: -24px;
    z-index: 1;
}

.arrow-up-line {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(91, 92, 91, 0.86);
    position: absolute;
    left: 0px;
    bottom: -23px;
}

@media (max-width: 960px) {
    .tab-panel-sect {
        min-width: 25%;
        border-bottom: #eee 1px solid;
    }
}
/*end*/
.page-header-container h2 {
    font-size: 25px;
    margin: 0px 0;
    font-weight: 300;
}
.ft-doc-info {
    position: absolute;
    top: 33px;
    z-index: 11;
    width: 100%;
    left: 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.g1-masters-pheader h2 {font-size: 20px; }
.g1-masters-pheader h2 a{font-weight: 700;}
.indicator-label-div {
    float: left;
    padding: 0 5px;
    border-left: #ccc solid 2px;
    width: 100%;
    color: #333;
}
.main-indicatrs-inner-section {
    padding: 10px 20px 0px 20px;
}
.ft-indicator-wrapper-div {
    float: right;
}
.new-template-content {
    margin-top: 145px !important;
    z-index:5;
}
.wrapper-form-template-div {
    position: fixed;
    top: 100px;
    z-index:10;
    width:100%;
}
@media (max-width: 992px) {
    .page-header-container h2 {
        font-size: 17px;
    }
}

@media (max-width: 767px) and (min-width: 480px){
    .g1-masters-pheader {top: 61px !important;    z-index: 12; }
    .new-template-content { margin-top: 12px !important; z-index:auto !important;}
    .wrapper-form-template-div {
    position: absolute;
    top: 144px;
    z-index: 10;
}
}

@media (max-width: 767px) {
    .g1-left-section, .main-indicatrs-section {position:absolute;z-index:10;display:none; background: #fff;width: 100%;border-bottom: 1px solid #ccc;    margin-top: 60px;}
    .tab-container { top: 141px;position:absolute;top:0;display:none; }
    .section { margin: 1px 0px 0 0; float: left; width: 100% !important; }
    .ft-indicator-wrapper-div { float: left; }
    .indicator-label-div { border-left: #ccc solid 0px; width: 30%; color: #333; }
    .main-indicatrs-inner-section { padding: 0px 20px 0px 20px; }
    .new-template-content { margin-top: 12px !important; z-index: 5; }
}
@media (max-width: 480px) {
    .g1-masters-pheader {top:0 !important; }
    .stat-data-container { top: -16px !important; }
    .tab-container { top: 123px; }
    .tab-panel-sect { width: 50%;padding: 5px 0px;}
    .new-template-content { margin-top: 12px !important; z-index:auto !important;}
}
.page-header-container-grid-page-fix {
    margin-left: -20px;
}

.page-header-container.filter-bar-thin {
    padding: 10px 20px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

#divSGHeaders {
    height: 50px;
    position: fixed;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    padding: 15px 20px;
    z-index: 1;
    background-color: rgb(255, 255, 255);
}

@media (min-width: 961px) {
    .page-header-container.filter-bar-thin {
        top: 108px;
    }
}

.page-header-container.filter-bar-thin label {
    line-height: 2;
}

.page-header-container a {
    text-decoration: none;
    color: #05A7FF;
    margin-top: -4px;
    padding: 0.5em 1em;
}

    .page-header-container a:hover {
        text-decoration: none;
        color: #3B1DAF;
    }
@media (max-width: 960px) {
    .page-header-container {
        position: relative;
        top: 104px;
    }
    .page-header-container.one-level-pageheader-container {
        top: 15px;
    }
}
.right-pan-responsive {
    margin-top: 77px;
}

@media (max-width: 767px) and (min-width: 481px) {
    .page-header-container { position: relative; top: 15px; margin-bottom: 15px; }
    .dashboardv2-pageheader {top: 15px;z-index: 2900;}
    .data-migrator-header { top: 61px; }
    .data-migrator-content { padding-top: 120px;}
    .page-header-top { top: 81px; }
    .uompageheader { top: 121px; position: fixed; }
    .group-box-right {width:100% !important }
    .groupbox-md-padding { padding-top: 80px; border: 0; }
}
@media (min-width: 769px) and (max-width:960px) {
    .page-header-container.filter-bar-thin {
        top: 104px;
        padding: 10px 20px;
    }
    .groupbox-md-padding {
        padding-top:61px;
    }
}

@media (min-width: 598px) and (max-width: 768px) {
    .page-header-container-grid-page-fix {
        position: relative;
        top: -15px;
        width: 107.3%;
    }
    .dv2-dash-name, .dv2-btn-wrapper {
        width:100%;
        text-align:center;
    }
}

@media (max-width: 597px) {
    .page-header-container-grid-page-fix {
        position: relative;
        top: 25px;
        width: 110%;
    }
}
@media (min-width: 768px) {
    .page-header-container {
        z-index:2980;
    }
}
@media (max-width: 480px) {
    .page-header-container { top: -46px; margin-bottom: 15px; }
    .data-migrator-header { top: 0 }
    .data-migrator-content { padding-top: 60px; }
    .page-header-top { top: 20px; }
    .doc-detail-alt-padding-fix { padding: 120px 20px 20px 20px; }
    .page-header-container-grid-page-fix { top: 13px; width: 112.2%; }
    .dashpadding { padding: 0px 0 0 0 !important; }
    .sub-level { position: relative; float: left; width: 100%; }
    .padding-0-res { padding-top: 0px !important; }
    .right-pan-responsive { margin-top: 0; }
    .uompageheader { top: 60px; margin-bottom: 15px; position: fixed; }
    .group-box-right {width:100% !important }
    .groupbox-md-padding { padding-top: 15px; border: 0; }
    .nav-tabs > li { width: 100%; }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-bottom: 1px solid #4caf50;}
        .dv2-dash-name, .dv2-btn-wrapper {
        width:100%;
    }
    .dv2-btn-wrapper {
        padding: 10px 15px 0;
    }
    .dashver2-head {
        margin-bottom: 0px;
        padding: 13px 10px 7px 0;
    }
    .dashboardv2-pageheader {
        top: 0px;
        z-index: 2986;
    }
    .serial-catch {
    width: 265px;
    background: #FBFBFB;
    float: right;
    height: 100%;
}
}
    .stat-data-container label {
        line-height: 22px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .top-sect-content label {
        line-height: 10px;
    }
    .g1-left-section {
        padding-top: 5px;
    }
    .stat-data-container a { color: #2A9CEF; text-decoration: none; font-weight: 600; max-width: 100px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; }

#lnkTemplateOrderNo, #lnkTemplateBookNo { margin-left: 5px; }
.value-div {
    float: left;
    padding: 0 5px;
    border-left: #ccc solid 2px;
    margin-right: 10px;
}

.section {
    margin: 1px 25px 0 0;
    float: left;
}
.ft-indicator-wrapper-div .section:last-child { margin-right: -5px; }
.ft-indicator-wrapper-div label { font-size: 13px; padding: 0px;color: #333;}
.span-directive label {font-weight:700; text-transform:uppercase;padding-top: 5px; }
.top-section-label-div {
    float: left;
    margin-right: 10px;
    min-width: 43%;
}

span.span-directive {
    padding: 0;
    float: left;
}

.top-sect-content-main {
    float: left;
    padding: 0 15px;
    width:45%;
}

.top-sect-content {
    float: left;
    margin-right: 10px;
    padding:2px;
    width: 241px;
}
span.span-variable {
    padding: 0;
    float: left;
    width: 100%;
}

.other-tabs {
    float: right;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

span.span-variable label {
    width: 100%;
    float: left;
    font-size: 15px;
    padding-bottom:6px;
}

span.span-variable a {
    width: 100%;
    float: left;
    color: #666;
}

    span.span-variable a:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        color: #333;
        font-weight: bold;
        position: absolute;
        right: 10px;
    }

@media (min-width: 768px) {
    .main-indicatrs-section {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .page-header-container h2 {
        text-align: center;
    }
}

.page-header-container label {
    line-height: 0;
}
div#headerLabel label {
    float: left;
    line-height: 20px;
    margin-right: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding: 13px 10px 13px 0;
}
div#headerLabel label.dashver2-head {
    margin-left: -20px;
    padding-left: 15px;
    background: #78949c;
    color: #fff;
}
.container-main {
    padding: 20px;
    float: left;
    display: block;
    width: 100%;
}

.container-main-alt {
    padding: 20px;
    float: left;
    display: block;
    width: 100%;
    margin-top: 60px;
}

.no-filter-section {
    margin-top: 40px;
}

@media (min-width: 961px) and (max-width:1199px) {
    .container-main-alt {
        margin-top: 60px;
    }

    .no-filter-section {
        margin-top: 57px;
    }
}

@media (min-width: 598px) and (max-width:960px) {
    .container-main-alt {
        margin-top: 95px;
    }
}

@media (min-width: 481px) and (max-width:597px) {
    .container-main-alt {
        margin-top: 95px;
    }
}

@media (min-width: 300px) and (max-width:480px) {
    .container-main-alt {
        margin-top: 107px;
    }
}

.content-section-alt {
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0.86);
    -moz-box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0.86);
    box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0.86);
    padding: 15px;
    margin-bottom: 30px;
    float: left;
}

.buttonbar {
    padding: 4px 0;
    height: 1.5em;
    clear: none;
    position: relative;
}

.dialogbox-content .button {
    padding: 5px;
}
.linkbuttons .button {
    padding: 7px;
}
@media (max-width: 768px) {
    .buttonbar a.button {
        padding: 0.2em;
    }
}

.content-section {
    background: #fff;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.no-box-shadow {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0);
    -moz-box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0);
    box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0);
}

@media (max-width: 597px) {
    .content-section {
        margin: 30px 0 0;
    }
}

@media (max-width: 480px) {
    .content-section {
        margin: 45px 0 0;
    }
}

.content-section .tblgridbase {
    max-height: 100% !important;
}

.content-section-tiles-blue {
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
}

.main-contaner-tile {
    width: 370px;
}

.print-div-description {
    float: left;
    width: 100%;
    margin: -30px 0 20px 0;
    padding: 10px;
    border: #ddd solid 1px;
    border-top: 0;
    background: #FBFBFB;
}

    .print-div-description h3 {
        margin: 0px 0 10px 0;
        font-weight: bold;
        width: 100%;
        color: #999;
    }

#txtGlobalSearch {
    width: 250px;
}

@media (min-width: 310px) and (max-width:568px) {
    #txtGlobalSearch {
        width: 246px;
    }
}

.form-indent-fix {
    margin: 40px 20px 20px;
    overflow: visible !important;
    height: auto !important;
    float: left;
    width: 97%;
}

.other-tabs a {
    padding: 10px;
    position: relative;
    top: 10px;
}

.other-tabs i {
    font-size: 130%;
    color: #7C84A2;
}

.form-indent-fix-alt {
    margin: 80px 20px 20px;
}

.form-indent-fix .tgl-widget-content {
    padding: 0;
}

.form-indent-fix .tgl-widget {
    height: 40px;
    padding: 8px 0;
}

.content-section-header {
    position: relative;
    float: left;
    width: 100%;
}

    .content-section-header h2 {
        margin: 0 0 0px 0;
        font-weight: 300;
        padding: 10px 15px;
        -webkit-box-shadow: 0px -1px 1px 0px rgba(154, 154, 154, 0.76);
        -moz-box-shadow: 0px -1px 1px 0px rgba(154, 154, 154, 0.76);
        box-shadow: 0px -1px 1px 0px rgba(154, 154, 154, 0.76);
        background-color: #6F37A7;
        border: none;
        color: #fff;
        float: left;
        width: 100%;
    }

.accord-header i.fa {
    font-size: 12px;
}

h3.accord-heading {
    margin: 0;
    font-weight: 300;
    padding: 10px 15px;
    border-bottom: #ccc 1px solid;
}

h2.accord-heading {
    margin: 0 0 0px 0;
    font-weight: 300;
    padding: 10px 15px;
    -webkit-box-shadow: 0px -1px 1px 0px rgba(91, 92, 91, 0.86);
    -moz-box-shadow: 0px -1px 1px 0px rgba(91, 92, 91, 0.86);
    box-shadow: 0px -1px 1px 0px rgba(91, 92, 91, 0.86);
    background-color: #fff;
    border-bottom: #ccc 1px solid;
}

.direct-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #6F37A7;
    position: absolute;
    left: 40px;
    bottom: -10px;
}

h2.accord-heading label {
    color: #333;
    font-size: 18px;
}

h2.accord-heading > a label {
    cursor: pointer;
}

h2.accord-heading a {
    text-decoration: none;
}

    h2.accord-heading a:hover {
        text-decoration: none;
    }

    h2.accord-heading a i {
        margin-right: 10px;
    }

.content-section h2 {
    margin: 0 0 15px 0;
    font-weight: 300;
    width: 100%;
}

h2.accord-heading {
    margin: 0 0 15px 0;
    font-weight: 300;
    width: 100%;
    background-color: #eee;
    padding: 5px 0;
}

.content-section h3 {
    margin: 0;
    font-weight: 300;
}

.content-section h2 label {
    font-size: 18px;
    line-height: 1;
}

.content-section label {
    line-height: 25px;
}

.content-section .footer {
    background-color: #F2F2F2;
    margin-bottom: -15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

span.over-due {
    float: right;
    background-color: #FF8585;
    padding: 13px 15px;
    margin-top: -22px;
    margin-right: -15px;
    margin-left: 15px;
}

span.due-span {
    float: right;
    background-color: #889094;
    padding: 13px 15px;
    margin-top: -22px;
    margin-right: -16px;
}

label.lbl-due {
    color: #fff !important;
    font-weight: 700;
    font-size: 12px !important;
}

label.lbl-overdue {
    font-weight: 700;
    color: #fff !important;
    font-size: 12px !important;
}

label.lbl-duedate {
    font-weight: 600;
    font-size: 12px !important;
}

label.lbl-days {
    font-weight: 600;
    font-size: 12px !important;
}
/*for tiles*/
.printout-description-section span.over-due {
    padding: 3px 5px;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 15px;
    position: absolute;
    top: 1px;
    right: 92px;
}

.printout-description-section span.due-span {
    padding: 3px 5px;
    margin-top: 1px;
    margin-right: 1px;
    position: absolute;
    top: 0;
    right: 0px;
}

.printout-description-section label.lbl-due {
    font-size: 10px !important;
    color: #fff !important;
}

.printout-description-section label.lbl-duedate {
    font-size: 10px !important;
    color: #fff !important;
}

.printout-description-section label.lbl-days {
    font-size: 10px !important;
    color: #fff !important;
}

.printout-description-section label.lbl-overdue {
    font-size: 10px !important;
    color: #fff !important;
}
/*accordion*/
.accord-in {
    overflow: hidden;
    height: 0;
    border-top: 0px !important;
}

@media (max-width: 960px) {
    .side-content {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 960px) {
    .side-content {
        position: fixed;
        width: 31%;
    }
}
/*settings side-section*/
.fixed-side-side-section {
    height: 100%;
    position: fixed;
    left: 0;
    top: 108px;
    background-color: #fff;
    width: 342px;
    z-index: 2990;
    padding: 20px;
    border-right: 1px solid #ddd;
}
.per-25-res-width {width:25%; }
.size-2 {
    border-right: 0px;
    width: 14%;
}

.fixed-side-side-section .slimScrollBar, .fixed-side-side-section .slimScrollRail {
    right: 0 !important;
}

.jobsched-padding-bottom {
    padding: 0 0 15px 0;
}
.side-section-container {
    z-index: 2290;
}
a.side-btn {
    padding: 12px 16px;
    position: absolute;
    background: #1990e4;
    left: 5px;
    display: none;
    border-radius: 90px;
}
a.side-btn i {
    font-size: 155%;
    color: #fff;
}
.inv-warehous-select {width:98% !important; }
@media (max-width: 767px) {
    .fixed-side-side-section {
        top: 187px;
        width: 320px;
        left: -320px;
    }
        a.side-btn {
        top: 3px;
        display:block;
    }
    .fixed-side-side-section-move-in {
        left: 0px;
    }
    .per-25-res-width { width:320px;}
    .pagemenu li { 
        padding-left:60px;
    }
}
@media (max-width: 480px) {
    .fixed-side-side-section {
        top: 60px;
        width: 320px;
        left: -320px;
    }

    .fixed-side-side-section-move-in {
        left: -50px;
    }
    a.side-btn {
        top: 3px;
        display:block;
    }
}
span.slide-in-btn-xs {
    background: rgba(0, 0, 0, 0);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 5000;
    border-radius: 90px;
    top: 64px;
    cursor: pointer;
    left: 10px;
}

.slide-in-btn-xs i {
    font-size: 300%;
    color: #BA84C7;
}

@media (max-width: 767px) and (min-width: 481px) {
    span.slide-in-btn-xs {
        top: 112px;
    }
}

@media (min-width: 768px) {
    span.slide-in-btn-xs {
        display: none;
    }
}

@media (min-width: 768px) and (max-width:960px) {
    .fixed-side-side-section { top: 170px; }
    .fixed-side-side-section #divLeftPanel { left: 0; top: 0 !important; }
    .page-header-container { top: 121px; position: fixed; }
    .g3-content-area { margin-top: 65px; }
    #divLeftPanel { position: relative; top: 62px; }
    .data-migrator-content { padding-top: 120px; }
    .dashboard-charts {padding-top: 65px;}
    
}
@media (min-width:961px) {
        .data-migrator-content { padding-top: 60px;}
}
@media (max-width:768px) {
    #divLeftPanel {position: absolute;left:-280px;z-index: 3000;background: #fff;}
    #divProcessPermission {width:100% !important; }
    .dv2-btn-wrapper {text-align: center;}
    .dashboard-charts {padding-top: 110px;}
}
@media (max-width:480px) {
    #divPolPanel {position: relative;top: -62px; }
    
}
/*custome list- divs*/
.printout-icon-section {
    background-color: #5BA3FC;
    float: left;
    margin: -14px;
    width: 60px;
    height: 93px;
    display: block;
    padding: 20px;
    border-right: 13px rgba(255, 255, 255, 0.35) solid;
}

.printout-description-section {
    float: left;
    height: 100%;
    padding: 10px 15px 10px 30px;
    width: 85%;
}

.content-section-tiles-blue .printout-description-section label {
    color: #777;
    font-size: 16px;
    width:210px;
}

.printout-icon-section {
    color: #fff;
}

.action-section {
    float: left;
    overflow: hidden;
    width: 48%;
    min-height: 406px;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.9);
    -moz-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.9);
    z-index: 15;
    margin: 0;
    margin: 0 1%;
    opacity: 1;
}

.action-section-init-pos {
    height: 30px;
    width: 30px;
    position: absolute;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    margin: 0;
    min-height: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0);
    box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0);
    opacity: 1;
    overflow: visible;
    bottom: 10px;
    right: 10px;
    margin: 0%;
}

.action-section-init-pos-print {
    width: 175px;
}

.modal-overlay-custom {
    background-color: rgba(0, 0, 0, 0.47);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
}

.update-modal {
    float: left;
    overflow: hidden;
    width: 60%;
    min-height: 300px;
    left: 20%;
    top: 16%;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.9);
    -moz-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.9);
    z-index: 290;
    opacity: 1;
    -webkit-transition-property: all;
    -webkit-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: 0.4s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: 0.4s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: 0.4s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: 0.4s;
}

.update-section-init-pos {
    height: 30px;
    width: 30px;
    position: absolute;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    min-height: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0);
    box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0);
    opacity: 1;
    overflow: hidden;
    margin: 0%;
}

.update-header {
    width: 100%;
    height: 100%;
    float: left;
    display: none;
    padding: 15px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 5px;
}

    .update-header h2 {
        margin: 0;
        font-size: 20px;
    }

.update-body {
    width: 100%;
    height: 100%;
    float: left;
    display: none;
    padding: 0px 15px 75px 15px;
}

    .update-body .footer-div {
        padding: 10px 15px 0 15px;
    }

    .update-body .form-section label {
        line-height: 25px;
        font-weight: 400;
    }

.update-footer {
    width: 100%;
    height: auto;
    padding: 15px;
    display: none;
    float: left;
    background-color: #ddd;
    border: 1px solid #fff;
    border-top: 1px solid #bbb;
    position: absolute;
    bottom: 0;
}

    .update-footer button {
        margin-left: 10px;
    }

@media (min-width:768px ) and (max-width: 1199px) {
    .update-pane {
        width: 160%;
        position: absolute;
        top: 0;
        margin: 0 15%;
    }
}

@media (max-width: 768px) {
    .update-pane {
        width: 95%;
        height: auto;
        margin: 0%;
        z-index: 1000;
        top: 0;
    }
}

.action-section a {
    line-height: 30px;
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #ccc;
    font-size: 130%;
    color: #ccc;
    position: relative;
    border-radius: 25px;
    -webkit-transition-property: all;
    -webkit-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: .2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: .2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: .2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: .2s;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}

    .action-section a:hover {
        background-color: #eee;
        border: 1px solid #fff;
        color: #999;
    }

    .action-section a i {
        top: -8px;
        position: relative;
    }

    .action-section a span {
        position: absolute;
        top: -4px;
        font-weight: 800;
        padding: 0px 2px;
        font-size: 8px;
        background-color: #00B8FF;
        left: -10px;
        color: #fff;
        border-radius: 2px;
        z-index: 2000;
        line-height: 12px;
    }

    .action-section a:nth-child(2n+1) span {
        background-color: #AFDA29;
    }

.action-section label {
    font-size: 9px;
}

.action-section i.fa-check {
    color: #2CD811;
    font-size: 110%;
}

.action-section i.fa-question-circle {
    color: #F77B7B;
    font-size: 110%;
}
/*Colors for tiles*/
.orange-1 {
    background-color: #FFB436;
}

.red-1 {
    background-color: #FB9F93;
}

.printout-icon-section i {
    font-size: 6em;
    margin: 0 0 0 -10px;
    color: rgba(255, 255, 255, 0.42);
}
/*Side Modal*/
.slide-modal {
    width: 260px;
    background-color: #FBFBFB;
    position: fixed;
    height: 100%;
    right: -50px;
    z-index: 5005;
    border-left: #ccc solid 1px;
    padding: 0;
    -webkit-transition-property: all;
    -webkit-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -moz-transition-property: all;
    -moz-duration: .2s;
    -moz-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -ms-transition-property: all;
    -ms-duration: .2s;
    -ms-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -ms-transition-property: all;
    -ms-transition-duration: .2s;
    -ms-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    transition-property: all;
    duration: .2s;
    transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    transition-property: all;
    transition-duration: .2s;
    timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    opacity: 0;
}

.sliding-modal-heading {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .sliding-modal-heading label {
        margin: 16px 5px;
        font-size: 15px;
        font-weight: 700;
    }

.sliding-modal-body .content-section {
    margin-bottom: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0);
    box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0);
    -moz-box-shadow: 0px 0px 1px 0px rgba(91, 92, 91, 0);
}

.slide-modal > div.integrate-body {
    overflow: scroll !important;
    height: 525px;
}
.integration-setup-body {
    overflow: auto !important;
    height: 100%;
}
/*.report-filter > div > div {
    width: 100% !important;
}*/
.report-fil-for-tag {
    /* height: 600px; */
    position: absolute;
    /* left: -195px; */
    /* width: 320px; */
    border-left: #ccc solid 1px;
}

.sliding-modal-body a.accord-header {
    text-decoration: none;
    font-size: 13px;
}

.sliding-modal-body label.Lbl_Integration_Item {
    font-size: 15px;
    cursor: pointer;
}

.sliding-modal-body a.accord-header i {
    color: #555;
    margin-right: 5px;
}

.slide-modal.model-move-in {
    opacity: 1;
    right: 0;
}

.slide-modal-small {
    height: auto;
    border: 1px solid #ccc;
    padding: 0px 0 15px;
}
/*slide modal ok box*/
span.slide-modal-msg-container {
    float: left;
    width: 100%;
    background: #FFF6D4;
    border-bottom: 1px solid #F3DD70;
}

span.slide-modal-message-r {
    padding: 10px 15px 10px 50px;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.52);
}

    span.slide-modal-message-r i {
        font-size: 269%;
        position: absolute;
        left: 11px;
        top: 4px;
    }

span.slide-modal-message-l {
    float: left;
    padding: 2px 3px;
    width: 100%;
    text-align: right;
}

.my-dashboard-sub-div .slide-cost-ref {
    height: 250px;
    top: 0 !important;
    position: absolute;
    border-bottom: 1px solid #ccc;
    z-index: 5002 !important;
}

.slide-modal-small button {
    margin-left: 16px;
    margin-right: -7px;
}

.slide-modal .slimScrollBar, .slide-modal .slimScrollRail {
    left: 0;
}

.dashboard-roles {
    background: rgba(70, 70, 70, 0.98);
    border-left: 0;
}

.sliding-modal-footer {
    position: absolute;
    bottom: 20%;
    left: 0;
    /*margin-bottom: -15px;*/
    width: 100%;
    background-color: #E8E8E8;
    padding: 15px;
    border: #fff solid 1px;
    border-top: 1px solid #ccc;
}

.sliding-modal-header {
    float: left;
    padding: 10px 10px;
    background: #00B9FF;
    margin: 10px 0 0 10px;
}

    .sliding-modal-header h2 {
        margin: 0;
        font-weight: 700;
        color: #fff;
    }

.sliding-modal-body.with-heading {
    border-top: 5px solid #00B9FF;
    float: left;
    width: 100%;
    padding: 15px;
}

.sliding-modal-footer button.popup-button.btn-run.float-right {
    margin-left: 10px;
}

.slide-modal .form-section {
    margin-bottom: 10px;
    padding:0 15px;
}

    .slide-modal .form-section label {
        line-height: 30px;
    }

.slide-out-btn {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* margin-left: -15px; */
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 90px;
    -webkit-transition-property: all;
    -webkit-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: .2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: .2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: .2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: .2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: .2s;
    border-radius: 90px;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}

a.slide-out-btn:hover {
    background-color: #eee;
    border: 1px solid #fff;
    color: #999;
}

.sliding-modal-body {
    padding: 5px 5px;
    float: left;
    width: 100%;
}

.inner-slide-in {
    position: relative;
    background: #FBFBFB;
    z-index: 50;
    -webkit-transition-property: all;
    -webkit-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -moz-transition-property: all;
    -moz-duration: .2s;
    -moz-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -ms-transition-property: all;
    -ms-duration: .2s;
    -ms-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -ms-transition-property: all;
    -ms-transition-duration: .2s;
    -ms-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    transition-property: all;
    duration: .2s;
    transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    transition-property: all;
    transition-duration: .2s;
    timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    opacity: 0;
}

.report-filter {
    height: 600px;
    position: absolute;
    left: -195px;
    width: 320px;
    border-left: #ccc solid 1px;
    display: none;
}

.report-filter-movein {
    left: -321px;
    opacity: 1;
}

.report-filter-extended {
    height: 600px;
    position: absolute;
    left: -195px;
    width: 575px;
    border-left: #ccc solid 1px;
    display: none;
}

.report-filter-extended-movein {
    left: -576px;
    opacity: 1;
}

.sub-layer-2x {
    height: 600px;
    position: absolute;
    left: -250px;
    width: 570px;
    border-left: #ccc solid 1px;
    display: none;
}

.sub-layer-2x-move-in {
    left: -571px;
    opacity: 1;
}

.search-plus-btn i {
    font-size: 120% !important;
}

.second-leval-heading h4 {
    margin: 21.5px 0;
}

    .second-leval-heading h4 label {
        font-weight: 700;
    }

.serial-update-pane {
    transform: scale(1);
    display: block;
    border-top: 0;
    padding: 15px;
    opacity: 1;
}

.inner-slide-in-move-in {
    opacity: 1;
}

.dashboard-report-filter {
    width: 650px;
    background: #fff;
}

.kpi-values {
    width: 50%;
    background: #fff;
}

.dtpimg {
    float: right;
}

.spnActiveCasesStatus i.fa.fa-exclamation-circle {
    font-size: 200%;
    color: #F72B2B;
}

.spnActiveCasesStatus i.fa.fa-check-circle-o {
    font-size: 200%;
    color: #64A61B;
}

.spnActiveCasesStatus i.fa.fa-ellipsis-h {
    font-size: 200%;
    color: #2F81BA;
}

#spnActiveCasesGoalValue {
    float: right;
    font-size: 15px;
    font-weight: 700;
}

.input-group button {
    padding: 2.5px;
    moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 5%, rgba(233, 233, 233, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #DADADA;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 0;
    border: 1px solid #9A9A9A;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow: -3px 3px 12px #ECECEC;
    -webkit-box-shadow: -3px 3px 12px #ECECEC;
    box-shadow: -3px 3px 5px rgba(236, 236, 236, 0);
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.dashboard-filter {
    width: 350px;
}

.custom-filter {
    width: 350px;
    background: #fff;
    opacity: 1;
    /*display:block !important;*/
}

.serial-catch {
    width: 350px;
    background: #FBFBFB;
}

.row .role-container a {
    padding: 10px 0;
    float: left;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #333;
    font-weight: 600;
}

    .row .role-container a i {
        padding-right: 10px;
        margin-right: 10px;
        color: #fff;
        border-right: 1px solid #333;
        font-size: 150%;
    }

    .row .role-container a:hover, .row .role-container a:focus {
        text-decoration: none;
        color: #ccc;
    }
/*update pane*/
/*the display grid*/
.ftbase {
    position: relative;
    z-index: 11;
    overflow: initial !important;
    float: left;
    width: 100%;
    margin-top: 160px;
    height: auto;
    padding: 20px;
}

div.div-grid-expand {
    width: 98% !important;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 15px;
    padding: 15px;
    margin: 0;
    z-index: 200;
    height: auto !important;
}

.div-grid-expand .tblcontent {
    max-height: 400px !important;
}

.auto-height {
    height: auto;
}
.auto-height span input[type=text] {
        border-bottom: 1px solid #ccc;
}
.div-grid-expand .tblgridbase {
    max-height: 100%;
    width: 100%;
}

.tgl-widget {
    padding: 0;
    position: relative;
    height: 50px;
    float: left;
    width: 100%;
    margin-bottom: -5px;
}

    .tgl-widget h3 {
        padding-top: 5px;
        margin-top: 0;
        font-weight: 300;
        font-size: 19px;
        margin-bottom: 0;
        color: #444;
    }
    #divOther .tgl-widget a, #divInventory .tgl-widget a {
    line-height: 34px;
}
.auto-height > span {
    margin-left:0 !important;
}
.tblgrid .pic16-search {
    top: -3px;
    position: relative;
    left: 0px;
}
.tgl-widget a.expand-link, .tgl-widget a.compress-link {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 150%;
}
.groupbox.pic16.pic16-bulletlist.MasterInfo {
    border: 0;
    border-radius: 0;
    height: 16px;
    min-height: 16px;
    top: -2px;
}
.div-grid-expand .tgl-widget a {
    right: -4px;
    top: -4px;
}
.groupbox-expanded {
    z-index: 200;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    border-top: 0;
    border-right: 0;
    padding: 10px !important;
    width: 100%;
    height: 50px !important;
}
/*.tblgrid tbody tr:last-child td {
    padding: 5px;
}*/
/*tabs*/
.no-border {
    border: none;
}

.panel-default {
    border: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
}

.panel-default > .panel-heading {
    background-color: rgba(245, 245, 245, 0);
    padding: 10px 5px;
    position:relative;
}
.panel-default > .panel-heading .panel-title { font-size: 17px; font-weight: 400; color: #666;padding-left: 55px;}
.ac-head-icon { width: 45px; height: 45px; position: absolute; top: -6px; left: 0; background: #51b94f; }
.ac-head-icon i { font-size: 100%; padding: 13px; color: #fff; }
.ac-head-icon .fa-chevron-right { font-size: 100%; padding: 16px 17px; color: #fff; }
.panel-title a:hover { text-decoration: none; color: #333; }
.error-log { width: 100%; float: left;padding: 10px 10px 10px 55px; border: 2px solid rgba(255, 0, 0, 0.58);margin: 20px 0 10px 0; border-radius: 5px; color: #f33939; font-weight: 500; font-size: 14px;    line-height: 18px; }
.error-log i { padding-right: 10px; font-size: 130%; position: absolute; left: 45px; }
.error-log label { color: #f33939; font-weight: 700; }
.panel-body{margin:0;background: #fff;padding:20px 15px 20px 15px;}
.panel-btn-area { background: #f4f5ff;border: 1px solid #ddd;padding-bottom: 7px;}
/*old dashboard*/
.slide-btn {
    padding: 3px;
}

@media (min-width: 769px) {
    #divDBPOReports .tiles-medium, .dbporeports .tiles-medium {
        height: 67px;
        width: 248px;
    }

    #divDBPFAllHome {
        padding: 0 20px 20px 20px;
    }

    .dbpocharts {
        padding-top: 63px !important;
    }

    #divDBPOCharts {
        padding-top: 0 !important;
    }

    .dbporeports {
        padding-top: 63px !important;
    }

    #divDBPOReports {
        padding-top: 0 !important;
    }

    #divDBHeader {
        margin-top: 65px;
    }

    .new-dashboard-template-header {
        margin-top: 8px !important;
        float: left;
        width: 100%;
        height: 46px;
        padding: 6px 12px;
    }

    #divRoleSlider {
        margin: 0px 0 0;
    }

    div#divDBDetail {
        margin-top: -25px !important;
        padding: 0px 20px;
    }

    .dashboard_navigator {
        width: 45px;
        height: 50px;
        background-size: 161%;
    }

    .dashboard-page-heading {
        padding-left: 20px !important;
    }

    .dashboard-sliding-page-heading {
        /*position: relative;
    display: inline-block;
    top: 0px;
    width: 100%;
    padding: 0px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
    display:none;*/
    }

    .dbmain-heading {
        position: absolute;
        display: inline-block;
        top: 60px;
        overflow: hidden;
        padding-top: 3px;
        width: 100%;
        padding: 7px 20px;
        border-bottom: 1px solid #ccc;
        left: 0;
    }

    .search-icon {
        position: absolute;
        right: 20px;
        top: 13px;
    }

    .dashboard-doc-detail {
        padding: 0px 15px 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .dashboard-doc-detail {
        padding: 66px 15px 10px 15px;
    }

    #divDBPOReports .tiles-medium, .dbporeports .tiles-medium {
        height: 67px;
        width: 25%;
    }

    #divDashBoard {
        margin-top: 75px;
    }

    #divDBDetail {
        overflow: visible !important;
        height: auto !important;
    }

    div#divDBHMain {
        width: 100%;
    }

    #divRoleSlider {
        float: left;
    }

        #divRoleSlider h1 {
            font-size: 18px !important;
        }

    .dashboard_navigator.dashboard_next {
        float: left;
    }

    div#divDBPFAllHome {
        width: 100% !important;
        height: auto !important;
    }

    #divDashBoard .ltc {
        display: block;
        margin-left: 0px !important;
        vertical-align: top;
        float: left;
        width: 100% !important;
    }

    #divDBPageOne > div {
        overflow: visible !important;
        float: left;
    }

    #divDBPOCharts {
        width: 500px;
        float: left;
        height: auto;
    }

    .dashboard-sliding-page-heading {
        position: relative;
        display: inline-block;
        top: 0px;
        width: 100%;
        padding: 0px 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(204, 204, 204);
    }

    .search-icon {
        position: absolute;
        right: 20px;
        top: 13px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .dashboard-doc-detail {
        padding: 66px 15px 10px 15px;
    }

    #divDBPOReports .tiles-medium, .dbporeports .tiles-medium {
        height: 67px;
        width: 48%;
    }

    #divDashBoard {
        margin-top: 75px;
    }

    #divDBDetail {
        overflow: visible !important;
        height: auto !important;
    }

    div#divDBHMain {
        width: 100%;
    }

    #divRoleSlider {
        float: left;
    }

        #divRoleSlider h1 {
            font-size: 18px !important;
        }

    .dashboard_navigator.dashboard_next {
        float: left;
    }

    div#divDBPFAllHome {
        width: 100% !important;
        height: auto !important;
    }

    #divDashBoard .ltc {
        display: block;
        margin-left: 0px !important;
        vertical-align: top;
        float: left;
        width: 100% !important;
    }

    #divDBPageOne > div {
        overflow: visible !important;
        float: left;
    }

    #divDBPOCharts {
        width: 500px;
        float: left;
        height: auto;
    }
}

@media (min-width: 481px) and (max-width: 527px) {
    #divDashBoard {
        margin-top: 87px;
    }
}

@media (min-width: 316px) and (max-width: 480px) {
    .dashboard-doc-detail {
        padding: 66px 0 0 0;
    }

    #divDBPageFive {
        padding: 0 15px;
    }

    #divDBPOReports .tiles-medium, .dbporeports .tiles-medium {
        height: 67px;
        width: 98%;
    }

    #divDashBoard {
        margin-top: 75px;
    }

    #divDBDetail {
        height: 100% !important;
        position: absolute !important;
        width: 100%;
        overflow: visible !important;
    }

    div#divDBHMain {
        width: 100%;
        padding: 0 15px;
    }

    #divRoleSlider {
        float: left;
    }

        #divRoleSlider h1 {
            font-size: 18px !important;
        }

    .dashboard_navigator.dashboard_next {
        float: left;
    }

    div#divDBPFAllHome {
        width: 100% !important;
        height: auto !important;
    }

    #divDashBoard .ltc {
        display: block !important;
        margin-left: 0px !important;
        vertical-align: top !important;
        float: left !important;
        width: 100% !important;
        padding: 15px 15px 15px 15px;
    }

    #divDBPageOne > div {
        overflow: visible !important;
        float: left;
    }

    #divDBPOCharts {
        width: 500px;
        float: left;
        height: auto;
    }

    div#divDBHBack {
        width: 100% !important;
        top: 20px !important;
        padding: 5px 15px !important;
    }

    div#divDBHSearchAllKRCs {
        padding: 0px 15px !important;
        width: 100% !important;
    }

    div#divDBPOKPIText {
        position: relative;
    }
    .serial-catch { width: 280px;}
}
/*end*/
/*old dashboard-second level*/
@media (min-width: 316px) and (max-width: 480px) {
    #divDBPageFour {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }

        #divDBPageFour > div {
            overflow: visible !important;
            float: left !important;
        }

    #divDBPFAllReports {
        display: block !important;
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
    }

    .allreportsmodules {
        margin-left: 0 !important;
        display: inline-block !important;
        width: 100%;
    }

    #modulesallreportsgroups {
        width: 98% !important;
        display: block !important;
        vertical-align: top !important;
    }

    .dbrd-selected-tile {
        display: block !important;
        width: 98% !important;
    }

    .modulesallreportsgroups {
        width: 100% !important;
    }

    .tiles-rpt-medium {
        width: 98% !important;
    }
}

.side-filter-panel {
    display: none;
    width: 280px;
    padding: 10px;
    position: fixed;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(91, 92, 91, 0.3);
    z-index: 2000;
    border-right: 1px solid #ccc;
}

    .side-filter-panel .inner-slide-filter-panel {
        overflow: auto;
        height: 100%;
        width: 100%;
    }

        .side-filter-panel .inner-slide-filter-panel > div {
            width: 100% !important;
            margin-top: 0px;
        }

.slide-btn {
    width: 32px;
    height: 30px;
    position: absolute;
    top: 243px;
    transform: rotate(0deg);
    background-color: #fff;
    border: #ccc solid 1px;
    background-image: none;
    right: -32px;
    border-left: 0;
}

@media (min-width: 961px) {
    .side-filter-panel {
        top: 60px;
    }

    .slide-btn {
        top: 56px;
    }
}

@media (min-width: 769px) and (max-width: 960px) {
    .side-filter-panel {
        top: 113px;
    }

    .slide-btn {
        top: 80px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .side-filter-panel {
        top: 113px;
    }

    .slide-btn {
        top: 80px;
    }
}

@media (min-width: 316px) and (max-width: 480px) {
    .side-filter-panel {
        top: 128px;
    }

    .slide-btn {
        top: 80px;
    }

    #txtDBReportName {
        font-size: 24px !important;
    }
}
/*end*/

/*new dashboard*/
.container-dashboard {
    padding: 0px 20px;
    margin-top: 10px;
}

.mat-page-header-container {
    background-color: #fff;
    z-index: 2985;
    position: fixed;
    border-bottom: rgb(187, 187, 187) 1px solid;
}
.master-slide {
    top:61px;
}
.summary-360 {
    color: #B5B5B5;
    margin: 0;
    font-size: 23px;
    position: absolute;
    left: 60px;
    top: 15px;
    font-weight: 300 !important;
}
@media (max-width: 960px) and (min-width: 768px) {
    .mat-page-header-container {
        top: 120px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .mat-page-header-container {
        top: 105px;
        width: 100%;
    }
    .dashbody .mat-page-header-container {
        top: 121px;
    }
    .master-slide {
    top:121px;
}
}

@media (max-width: 480px) {
    .mat-page-header-container {
        top: 138px;
        width: 100%;
    }
    .dashbody .mat-page-header-container {
        top: 60px;
    }
}

.mat-page-header h1 {
    font-size: 25px;
    color: #777;
    font-weight: 300;
    margin: 7px 5px;
    position: relative;
}

.mat-section-header h2 {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    margin: 10px 0px;
}

.mat-sub-section-header h2 {
    font-size: 14px;
    color: #777;
    font-weight: 600;
    margin: 0 0 20px;
}
.dash-head-report-template i {
        padding-left: 10px;
    line-height: 32px;
}
.sub-report {
    width:300px;
    font-size: 18px;
    color: #b3b3b3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:32px;
}
.rpt-seach-template-container {
   padding-left:20px;
}
.rpt-seach-template-container select {
    width:200px;
}
/*tiles*/
.tile-wrapper-div {
    position: relative;
    display: block;
    float: left;
    width: 345px;
}
@media (max-width: 480px){
.tile-wrapper-div {
    width: 100%;
    margin:0;
}
}
@media (min-width: 481px) and (max-width: 577px) {
    .tile-wrapper-div {
        width:100% !important;
        margin: 0px;
    }
}
@media (max-width: 480px) {
    .tile-wrapper-div {
        width: 100% !important;
        margin: 0;
    }
}

.green-tile {
    background-color: rgb(0, 172, 0) !important;
}

.orange-tile {
    background-color: #FFA500 !important;
}

.purple-tile {
    background-color: rgb(119, 0, 182) !important;
}

.dark-blue {
    background-color: rgb(79, 92, 148) !important;
}
.dark-violet {
    background-color: #1e022d !important;
}
.white-tile {
    background-color: #fff;
}

.blue-tile {
    background-color: rgb(0, 138, 164);
}
.green-text {
    color: #8BC34A;
}

.widget-figure-value {
    font-weight: 700;
    font-size: 17px;
}

.gray-text {
    color: #C5C4C4;
}

.red-text {
    color: #FF8A8A;
}

.dashboard-tiles-container {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    float: left;
    height: 65px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    position: relative;
}

.box-shadow-none {
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    border: #ddd solid 1px;*/
}

.left-sect {
    float: left;
    height: 100%;
    padding: 10px;
    z-index: 2;
}

.green-indicator {
    background: rgb(0, 172, 0);
    border: 1px #fff solid;
}

.red-indicator {
    background: #FF9898;
    border: 1px #fff solid;
}

.left-sect i {
    color: #fff;
    font-size: 30px;
}

.kpi-tile .left-sect i {
    display: none;
}

.kpi-tile .left-sect {
    background: rgb(146, 212, 16);
    padding: 2px;
}

.kpi-tile .right-sect {
    width: 96%;
}

.widget-tile .left-sect {
    background: rgba(255, 255, 255, 0);
}
.widget-tile .box-shadow-none {
    border:none;
}
.widget-tile .right-sect {
    background-color: #ff8a00 !important;
    display: table;
}
.widget-tile .kpi-title {
    color:#fff;
}
.red-indicator {
}

.icon-tile .left-sect {
    width: 20%;
    text-align: center;
}

    .icon-tile .left-sect img, .icon-tile .left-sect i {
        width: 100%;
        padding-top: 7px;
    }

span.kpi-cur {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 10px 0;
    display: block;
}

span.kpi-mesure {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    display: block;
    margin: 0 2px 0;
}

.right-sect {
    float: left;
    width: 80%;
    height: 100%;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 2;
}

@media (max-width: 768px) {
    .right-sect {
        width: 78%;
    }
}
.light-blue {
    background-color: #fff !important;
    color:#333 !important;
    height:40px !important;
    border-bottom:1px solid #ccc !important;
    margin: 0  !important;
}

.right-sect-dark {
    padding-left: 29px;
}
.right-sect-trans {
    background-color: rgba(255, 255, 255, 0.2);
}
.right-sect-trans span {
    color: #fff;
}
.right-sect-dark span{
    color: #777;
    font-weight: 600 !important;
    font-size: 12px !important;
}
span.prev-val {
    float: right;
    margin: 10px 0px;
}

span.forcast-val {
    float: left;
    margin: 10px 15px 10px -1px;
}

.forcast-val label, span.prev-val label {
    color: #aaa;
    font-weight: 600;
}

.kpi-tile {
    height: 120px;
}

    .kpi-tile .right-sect {
        background-color: rgba(255, 255, 255, 0);
    }

.icon-tile .right-sect {
    width: 80%;
}

span.kpi-title {
    width: 100%;
    float: left;
    padding: 5px 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 10px;
    text-align: left;
}

span.kpi-value { font-size: 39px; font-weight: 300; position: relative; top: 7px; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; line-height: 30px; }
span.kpi-font-weight {
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    float: left;
    padding: 10px 0;
}

@media (max-width: 768px) {
    span.kpi-value {
        font-size: 23px;
    }
}

@media (min-width: 1200px) and (max-width: 1263px) {
    span.forcast-val label, .prev-val label {
        font-size: 9px;
    }

    .right-sect {
        width: 70%;
    }
}

@media (min-width: 578px) and (max-width: 767px) {
    .tile-wrapper-div {
        width: 50% !important;
        margin: 0;
    }
    .mat-section-header {
    float: left;
    width: 100%;
}
}

@keyframes slide-icon {
    100% {
        width: 100%;
    }
}

@keyframes slide-back-icon {
    0% {
        width: 25%;
    }
}

@keyframes slide {
    100% {
        width: 100%;
    }
}

@keyframes slide-back {
    0% {
        width: 100%;
    }
}

.tile-animate-slider {
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 1;
    animation-name: slide-back;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    pointer-events: none;
}

.dashboard-tiles-container:hover .tile-animate-slider {
    animation-name: slide;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

.icon-tile .tile-animate-slider {
    animation-name: slide-back-icon;
    width: 0%;
}

.dashboard-tiles-container.icon-tile:hover .tile-animate-slider {
    animation-name: slide-icon;
}
/*box tiles*/
.box-tile {
    width: 115px;
    height: 115px;
    float: left;
    position: relative;
    margin: 0px 7.5px 7.5px 0;
    border-radius: 1px;
}
.tilepage .box-tile {
    width: 110.5px;
    height: 110.5px;
    margin: 0px 15px 15px 0;
}
.box-tile-animation {
    background-color: rgba(255, 255, 255, 0.20);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(0);
    transform: rotate(0 deg);
}

.box-tile:hover .box-tile-animation {
    animation-name: tile-hover-efect;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    -moz-animation-name: tile-hover-efect;
    -moz-animation-duration: 0.2s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

@keyframes tile-hover-efect {
    100% {
        transform: scale(1);
        -ms-transform: rotate(20deg); /* IE 9 */
        -webkit-transform: rotate(20deg); /* Safari */
        transform: rotate(20deg);
        border-radius: 0px;
    }
}
.geo-tbl tbody { width: 100%; float: left; overflow: auto; max-height: 400px; }
.geo-tbl tr { width: 100%; float: left; }
.geo-tbl th, .geo-tbl td {float:left;width:50%; }
.ProductCode th, .ProductCode td {width:33%;display:block !important }
@media (max-width: 768px) {
    .box-tile {
        width: 85.5px;
        height: 85.5px;
    }
}
.LK-Item-Wrap { float: left; width: 100%; }
.LK-Item-Wrap span { float: left; font-weight: 700; font-size: 13px; line-height: 22px; }
.background-div {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    overflow: hidden;
}

.tilepage .background-div {
    width: 110.5px;
    height: 110.5px;
}
    .background-div i {
        font-size: 700%;
        color: rgba(0, 0, 0, 0.14);
        margin: 30px -30px 0 80px;
    }

@media (max-width: 768px) {
    .background-div {
        width: 85.5px;
        height: 85.5px;
    }
}

span.box-tile-title {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    float: left;
    width: 100%;
}
.tilepage span.box-tile-title{
    font-weight: 300;
}
@media (max-width: 768px) {
    span.box-tile-title {
        font-size: 14px;
    }
}

span.box-tile-value {
    font-size: 40px;
    float: left;
    margin: 20px 0;
    color: #fff;
    font-weight: 300;
}
.tilepage span.box-tile-value{
    font-size: 40px;
}
@media (max-width: 768px) {
    span.box-tile-value {
        font-size: 30px;
    }
}

.tile-content-div {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 15px;
}
.tilepage .tile-content-div {
    width: 110.5px;
    height: 110.5px;
}
@media (max-width: 768px) {
    .tile-content-div {
        width: 85.5px;
        height: 85.5px;
        padding: 5px;
    }
}

span.report-item-action {
    float: right;
}
.inline-block {
    display: inline-block;
}
@media (max-width: 768px) {
    span.report-item-action {
    float: none;
    text-align:center;
    display:inline-block;
}
    .mobile-center {
        text-align:center;
        margin-top: 10px;
    }
}
.mat-section-header span.report-item-action {
    top: -5px;
}
@media (min-width: 768px) {
    .mat-section-header span.report-item-action {
        left:-10px;
    }
     .report_main .mat-section-header .report-item-action {
    left: 0px;
}
}
.pending-doc-main {
    float: left;
}

.pending-doc-main-1-col {
    float: left;
}

.report_main {
    float: left;
    min-width: 300px;
}

@media (max-width: 768px) {
    .report_main {
        width: 100% !important;
    }
}

.single-btn-absolute-pos {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.dasv2-main-btns {
        top: 6px;
}
.absolute-pos-kpi-filter {
    position: absolute;
    top: 3px;
    right: 32px;
    margin-right: 10px;
    z-index: 3000;
}

.absolute-close {
    right: 13px;
}

.absolute-pos-kpi-filter i.fa.fa-sliders {
    font-size: 150%;
    left: -2px;
    position: relative;
    top: -1px;
}

span.report-name {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: left;
    margin: 16% 0 5% 0;
    font-size: 20px;
    font-weight: 600;
}

.report-name-text-blue {
    color: #6DC7FD;
}

span.report-icon {
    float: left;
}

span.main-report-link-conatiner {
    width: 100%;
    float: left;
    height: 100%;
}

span.action-item {
    position: relative;
}

.btn-indicator {
    position: absolute;
    top: -9px;
    right: 0px;
    font-size: 14px;
}

.color-green {
    color: #0A9E0E;
}

.action-item a {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 90px;
    padding: 7px 10px;
    position: relative;
}
.lg-round-btn .action-item a {width: 60px;height: 60px; }
span.action-item i {
    position: absolute;
    left: 7px;
    font-size: 150%;
    top: 6px;
    color: rgba(51, 51, 51, 0.61);
}

span.action-item i.dlticon {
    left: -2px;
    font-size: 76%;
    top: 1px;
}
.lg-round-btn .action-item i {
    left: 19px;
    font-size: 215%;
    top: 18px;
}
span.action-item i.fa-cubes {
    left: 5px;
}
span.action-item .fa-calculator {
    font-size: 109%;
}

span.action-item .fa-industry {
    font-size: 105%;
}

span.action-item-astimation i.fa-plus {
    font-size: 96% !important;
    left: 7px;
    top: 7px;
}

span.action-item i.fa-calendar {
    font-size: 62%;
}

h2 span.action-item i.fa-refresh {
    left: 7px;
    font-size: 75%;
    top: 6px;
}

span.action-item i.fa-question {
    font-size: 77%;
    left: 8px;
    top: 5px;
}

span.action-item i.fa-plus {
    font-size: 63%;
    left: 9px;
    top: 9px;
}

span.bypage-top-btn i.fa-sliders {
    font-size: 139% !important;
}

span.grid-btn a {
    background-color: rgba(239, 239, 239, 0) !important;
}

span.action-item i.fa-tag {
    font-size: 77%;
}

span.action-item i.fa-sliders {
    left: 7px;
    font-size: 67%;
    top: 7px;
}

span.action-item .fa-diamond {
    left: 6px;
    font-size: 130%;
    top: 8px;
}

span.action-item .fa-bar-chart-o {
    left: 6px;
    font-size: 130%;
    top: 8px;
}

span.action-item i.fa-arrow-left {
    left: 5px;
    font-size: 81%;
    top: 5px;
}

.case-header span.action-item i {
    font-size: 140%;
}

span.action-item a i.fa.fa-ellipsis-v {
    margin: 0 3px;
    color: #A5A3A3;
}

.single-btn-absolute-pos .action-item a {
    background-color: rgba(255, 255, 255, 0);
}

.sub-btn-absolute-pos .action-item a {
    background-color: #FFF;
}

span.action-hover-effect {
    background-color: rgba(97, 97, 97, 0.29);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 90px;
    transform: scale(0);
}
.filter-date-range {
    padding: 12.5px 15px;
    border-bottom: #eee solid 1px;
}

label.alp {
    width: 29px;
    float: left;
    position: absolute;
    left: 1px;
    top: 9px;
    font-size: 11px;
    color: #858585;
    text-align: center;
    padding: 1px 0;
    border-radius: 4px;
    font-weight: 700;
}

.alp-container {
    width: 250px;
    position: absolute;
    right: 1px;
    z-index: 3600;
    background: #fff;
    border: 1px solid #ccc;
    top: -11px;
    right: 0px;
    -webkit-transition-property: all;
    -webkit-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: 0.2s;
    border-radius: 0px;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
    opacity: 0;
    transform: scale(0);
}

.grid-container .linkbuttons {
    margin-top: 10px;
    height: 0;
    padding-bottom: 0;
    position: relative;
}
.grid-with-action .gridarea{
    margin-top:40px;
}
.alp-container-open {
    opacity: 1;
    transform: scale(1);
    right: 0;
}

.alp-container select {
    border: #ccc solid 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.main-close {
    top: -2px;
    right: -4px;
}

.add-btn-pos {
    top: 10px;
    right: 5px;
}

.filter-btn {
    top: -8px;
    right: -10px;
}

.serial-backbtn-pos {
    top: 3px;
    right: 9px;
}

@keyframes hover-efect {
    100% {
        transform: scale(1);
    }
}

.slide-btn-bar {padding: 15px;border-bottom: 1px solid #eee;float: left;width: 100%;}

span.action-item:hover .action-hover-effect {
    animation-name: hover-efect;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

span.action-item a img {
    z-index: 6;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 80%;
    height: 80%;
}

span.tile-action {
    position: relative;
}

    span.tile-action a {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 90px;
        color: #666;
        padding: 7px 10px;
        position: absolute;
        z-index: 2;
        right: -5px;
        bottom: -23px;
    }

span.tile-action-hover-effect {
    background-color: rgb(247, 139, 139);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 90px;
    transform: scale(0);
}

.slide-btn-bar .fa-cube {
    padding: 0px 1.5px;
    left: 5px;
    top: 5px;
}

.active .fa-cube {
    left: 6px;
    top: 8px;
}
.slide-btn-bar .fa-plus {
    font-size:140% !important;
}
@keyframes tile-hover-efect {
    100% {
        transform: scale(1);
    }
}

span.tile-action:hover .tile-action-hover-effect {
    animation-name: tile-hover-efect;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

span.tile-action a img {
    z-index: 6;
    position: absolute;
    left: 1px;
    top: 2px;
    width: 90%;
    height: 90%;
}
/*sched jobs on dashboard*/
.dashboard-jobs-sect .task-item-div {
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.dashboard-jobs-sect .task-name-div {
    background-color: #FFFFFF;
}

.dashboard-jobs-sect .last-update-date-div {
    background-color: #fff;
    padding: 5px 15px 6px 2px;
}
/*charts*/
.canvas-container {
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
}
@media (max-width:480px) {
    .canvas-container {
    overflow:initial;
}
    .view-pane {
    height: 95%;
}
}
    .canvas-container canvas {
        width: 80% !important;
        height: 80% !important;
    }

.content-section-charts {
    padding: 0px 0px 6px;
    margin-bottom: 15px;
}

    .content-section-charts h3 {
        font-size: 17px;
        padding: 4px 10px;
        margin-left: 0px;
        margin-bottom: 8px;
        color: #888686;
        font-weight: 400;
    }

.view-pane {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.66);
    transform: scale(0);
    border-radius: 1000px;
    z-index: 10;
    opacity: 0;
}

    .view-pane a {
        margin-top: 17%;
        float: left;
        height: 60px;
        width: 100%;
    }

    .view-pane i {
        color: rgba(103, 103, 103, 0.89);
        font-size: 400%;
    }

@keyframes view-chart {
    100% {
        transform: scale(1);
        border-radius: 0;
        opacity: 1;
    }
}

.canvas-container:hover .view-pane {
    animation-name: view-chart;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
/*sub-leval*/
.my-dashboard-sub-div {
    width: 100%;
    position: fixed;
    right: -200px;
    top: 103px;
    background-color: #fff;
    z-index: 3000;
    overflow-y: auto;
    -webkit-transition-property: all;
    -webkit-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: 0.3s;
    border-radius: 0px;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
    opacity: 0;
}

.my-dashboard-sub-div-expnd {
    right: 0;
    opacity: 1;
    z-index: 2899;
}

@media (max-width: 960px) and (min-width:769px) {
    .my-dashboard-sub-div {
        top: 167px;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .my-dashboard-sub-div {
        top: 166px;
    }
}

@media (max-width: 480px) {
    .my-dashboard-sub-div {
        top: 103px;
    }

    #my-dashboard-charts {
        top: 153px;
        padding-top: 0;
    }

    #my-dashboard-reports {
        top: 153px;
        padding-top:0;
    }

    #my_dashboard_kpi {
        top: 153px;
        padding-top: 0;
    }
}
/*checkbox*/
span.tile-action-checkbox {
    position: relative;
}
span.tile-action-checkbox-dashboard-pbi {
    position: absolute;
    right: 12px;
    z-index: 4999;
}
@media (max-width: 768px) {
    .report-wrap-div {
        position: relative;
        display: block;
        float: left;
        width: 100% !important;
    }

    span.tile-action-checkbox {
        position: absolute;
        right: 14px;
        top: 0px;
    }
}

span.tile-action-checkbox a {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 90px;
    color: #666;
    padding: 7px 10px;
    position: absolute;
    z-index: 2;
    right: -5px;
    bottom: -23px;
}

span.tile-action-checkbox-empty {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 7px;
    z-index: 1;
    transform: scale(1);
    opacity: 0.5;
}

span.tile-action-checkbox-select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7px;
    top: 7px;
    z-index: 1;
    transform: scale(0);
    opacity: 0;
    transform: rotate(-90deg);
}

span.tile-action-checkbox:hover .tile-action-checkbox-empty {
    animation-name: check-empty;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

span.tile-action-checkbox:hover .tile-action-checkbox-select {
    animation-name: check-select;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

span.tile-action a img {
    z-index: 6;
    position: absolute;
    left: 1px;
    top: 2px;
    width: 90%;
    height: 90%;
}

@keyframes check-empty {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(0deg);
    }

    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes check-select {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(0deg);
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
    }
}

span.tile-action-checkbox-empty-init {
    transform: scale(0);
    opacity: 0;
}

span.tile-action-checkbox-select-init {
    transform: scale(1);
    opacity: 0.5;
    transform: rotate(0deg);
}

span.tile-action-checkbox:hover .tile-action-checkbox-empty-init {
    animation-name: check-empty-init;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

span.tile-action-checkbox:hover .tile-action-checkbox-select-init {
    animation-name: check-select-init;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

span.span-kpi-sub-detail {
    float: right;
    width: 57%;
    border-top: 1px dashed #ccc;
    padding-top: 0 !important;
    margin-top: -29px;
    margin-right: 29px;
}
span.kpi-indicator { float: right;position: absolute; bottom: 10px; right: 10px;}
.kpi-indicator i {
    font-size: 203%;
}

.kpi-indicator .fa-arrow-down {
    color: #F72B2B;
}

.kpi-indicator .fa-arrow-up {
    color: #64A61B;
}

.kpi-indicator .fa-ellipsis-h {
    color: #2F81BA;
}

@keyframes check-empty-init {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(0deg);
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes check-select-init {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-90deg);
    }

    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

.wrapper-div {
    width: 334.75px;
    float: left;
    display: block;
}

@keyframes hearder-show {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hearder-hide {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.h1-Hidden {
    animation-name: hearder-hide;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    display: none;
}

.h1-Visible {
    animation-name: hearder-show;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
/*common*/
.spltbtnbtnarea a {
    width: 90px;
    min-height: 90px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 500;
    margin: 0 !important;
    border: 1px solid rgba(238, 238, 238, 0);
}

    .spltbtnbtnarea a:hover {
        background: none !important;
        border: 1px solid #eee;
    }

    .spltbtnbtnarea a span {
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

#divPolHeader {
    position: relative;
    top: 0;
    padding: 10px 20px;
    width: 100%;
}

#divDPHeader {
    position: relative;
    top: 0;
    padding: 10px 20px;
    width: 100%;
}

.tbc > tbody > tr > td span.pic16-bulletlist {
    position: absolute;
    right: 4px;
    top: 4px;
}
.textviewarea {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    white-space: normal !important;
}
.tbc .selected-data {
    height: 21px;
}
/*process flow activation*/
.jstatus-sect {
    padding: 10px 0 0 0;
}

    .jstatus-sect label {
        font-size: 120%;
    }

.jpecent-100 {
    width: 100% !important;
}

#divConfigBase {
    padding: 10px 0;
}

.inner-right-panel > div > .process-header {
    font-size: 1.8em;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.data-flow-widget {
    padding: 8px 18px;
    background-color: #fff;
    float: left;
    width: 100%;
}
/*.pf-tbright {
    padding: 5px;
    background: #eee;
}*/
.pf-tbright {
    padding: 5px;
    background: #eee;
    margin-top: -5px;
    margin-right: -10px;
}
#divHierarchy {
    border:0 !important;
}
.left-panel-top-filter {
    padding: 10px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.journal-list {
    padding: 4px 10px;
    border-bottom: 1px solid #dedede;
}
.journal-list {
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    float: left;
    width: 100%;
    position:relative;
}
.journal-list-focus{
    background:#eee;
}
.journal-list:hover{
    background:#eee;
}
.journey-active {
    width: 51px;
    float: left;
    height: 50px;
    background: #529e00;
    padding: 17px 0;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 90px;
    font-size: 11px;
    text-align: center;
}
.journey-desc {
    float: left;
    width: 77%;
    font-size: 13px;
}
.hi-emp-list .journey-desc {width:68%; }
.hi-emp-list .color-selected .journey-module { color:#fff;}
.journey-doc {
    font-weight: 400;
}
.journey-doc, .journey-module {
    float: left;
    width: 75%;
    padding: 5px 10px;
}
.journey-module {
    color: #7d7d7d;
    font-weight: 700;
}
/*tasks and events*/
.task-items-section {
    padding-top: 20px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
/*knowledge base*/
.knowlege-filter-bar {
    margin-top: 50px;
}

    .knowlege-filter-bar table tbody tr td h2 {
        margin: 0;
    }

#ulliPF, #ulliBU, #ulliU {
    min-height: 285px;
    height: auto !important;
    float: left !important;
    width: 100% !important;
}

    #ulliPF .tblgridbase, #ulliBU .tblgridbase, #ulliU .tblgridbase {
        width: 100% !important;
        min-width: 100% !important;
    }

/*address type*/
.addresstype-content {
    float: left;
    margin-top: 0px;
    position: relative;
    top: 10px;
}
/*dashboard template*/

.new-dashboard-template-header .pageheader {
    margin: 0;
    float: left;
}

.emp-group-config {
    margin-top: -7px !important;
}
/*common*/
.pol-header {
    height: 50px;
    border-bottom-style: none;
    padding: 5px 20px;
}
/*inventory product*/
.activation-section h3 {
    margin: 0;
    float: left;
    margin-right: 10px;
}
/*chart wizard*/
.tgl-widget .tgl-minus {
    padding-left: 28px;
    height: 30px;
}

.tgl-widget .tgl-plus {
    padding-left: 30px;
    height: 30px;
}
/*cost estimation*/
#tblRevenue h2 {
    font-size: 14px;
    margin: 0 5px;
    line-height: 2.4;
}

table#tblQESTSummary h2 {
    margin: 0px 0;
    font-size: 12px;
    padding: 5px 0;
}
/*workflow*/
.wf-tiletext {
    font-size: 120% !important;
}
/*Shipment acceptance*/
.processitem {
    height: auto;
}
/*hour picker*/
.hourpicker .hphrs a, .hourpicker .hpmins a {
    width: 25px;
    height: 25px;
    padding-top: 2px;
}
/*period configuration*/
.pccontlines > span:last-child {
    width: 226px !important;
    text-align: right;
}

.pccontlines > span h3 {
    font-size: 13px;
    font-weight: 400;
}

.pccontlines > span {
    padding: 5px !important;
    height: 33px !important;
    vertical-align: middle !important;
    width: 150px !important;
}
/*time records*/

.svg-header {
    border-bottom: 1px solid #ccc;
    height: 40px;
    padding: 5px 10px;
    background-color: #F3F3F3;
}

#tdHolder, #tdHolderProfile {
    height: 28px;
    margin-bottom: 3px;
}

.periodchanger .pic16 {
    padding: 8px !important;
}

/*chart of accounts*/
.chart-of-accounts-active-dropdown span {
    margin-top: 4px !important;
}

#divCATPopupAGeneral td {
    line-height: 1.5;
}
/*chargegroup*/
.timepicker-holder input {
    width: 12px;
    height: 20px;
    margin: 0;
    padding: 0px 0px;
}

.timepicker-select {
    width: 54px !important;
}
/*.tbc {
    table-layout:fixed;
}*/
/*edit service inquiry*/
.resolution-wrapper {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.resolute-one-res-div {
    float: left;
    padding: 17px 10px 22px 21px;
    width: 117px;
}

.resolute-complete-div {
    float: left;
    padding: 17px 22px 22px 23px;
    width: 144px;
    position: relative;
}

span.res-desc {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    left: -22px;
}

span.res-heading {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    left: -20px;
    padding: 10px 0;
    font-weight: 700;
}

span.res-astim-value {
    float: left;
    display: block;
    left: -20px;
    position: relative;
    font-size: 9px;
}

.resolute-precentage span.res-astim-value {
    top: 66px;
    left: -18px;
    width: 120px;
}

.resolute-precentage span.res-act-val {
    top: 100px;
    left: -7px;
}

.resolute-complete-div span.res-astim-value {
    top: 35px;
}

.resolute-complete-div span.res-act-val {
    top: 70px;
}

.resolute-complete-div span.res-desc, .resolute-complete-div span.res-astim-value {
    left: 0px;
}

.resolute-complete-div span.res-heading {
    left: 0px;
}

span.res-desc span.res-line {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    left: 89px;
}

span.res-line {
    float: right;
    width: 29px;
    padding: 4px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 48px;
}

.resolute-precentage {
    width: 54px;
    height: 54px;
    float: left;
    margin: 0px 23px;
}

span.presentage-wrapper {
    background-color: #DEF6FF;
    padding: 15px 8px;
    border-radius: 90px;
    color: #aaa;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
}

span.resolved_lbl {
    font-size: 14px;
    padding: 5px;
    width: 310px;
    position: relative;
    left: 5px;
    border-radius: 2px;
    border: #E8B9B9 solid 1px;
}

@media (min-width:1200px) {
    span.resolved_lbl {
        top: 1px;
        left: 0;
        width: 100%;
        float: left;
    }
}

@media (min-width: 320px) and (max-width:1200px) {
    .resolute-one-res-div {
        float: left;
        padding: 17px 10px 22px 21px;
        width: 117px;
        position: relative;
    }

    .resolute-precentage {
        width: 100%;
    }

    .resolution-wrapper {
        width: 97%;
        position: relative;
    }

    span.res-desc {
        position: relative;
        font-size: 14px;
        font-weight: 700;
        left: -22px;
    }

    span.ast {
        width: 100%;
        position: absolute;
        left: 141px;
        top: -15px;
    }
    /*span.res-astim-value {
    float: left;
    display: block;
    left: 120px;
    position: relative;
}*/
    span.act {
        width: 100%;
        position: absolute;
        left: 308px;
        top: -15px;
    }

    span.ast-val {
        position: absolute;
        left: 141px;
        top: 18px;
        width: 140px;
    }

    span.act-val {
        position: absolute;
        left: 308px;
        top: 18px;
        width: 140px;
    }

    .resolute-precentage span.res-astim-value {
        top: 17px;
        left: 120px;
        width: 140px;
    }

    .resolute-precentage span.res-act-val {
        top: 17px;
        left: 145px;
        width: 140px;
    }

    .resolute-complete-div span.res-astim-value {
        top: -13px;
        left: 120px !important;
        width: 140px;
    }

    .resolute-complete-div span.res-act-val {
        top: -27px;
        left: 232px !important;
    }

    span.resolved_lbl {
        position: absolute;
        left: 25px;
        bottom: -5px;
    }
}

span.green_back {
    background: #9af6a1;
    border: 1px solid rgba(58, 177, 75, 0.35);
}

span.red_back {
    background: #f69d9a;
    border: 1px solid rgba(177, 58, 58, 0.35);
}

span.resolved_lbl label {
    margin-bottom: 1px;
}

.alert-blue {
    color: #3B718A;
    background-color: #D6DEFD;
    border-color: rgba(26, 35, 154, 0.08);
    margin-right: -17px;
    padding: 5px;
}

    .alert-blue label {
        color: #7092AB;
        font-weight: 600;
    }

.container-dashboard {
    -webkit-transition-property: all;
    -webkit-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: 0.3s;
    border-radius: 0px;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
    transform: scale(0);
    left: 500px;
    position: relative;
}

.container-dashboard-animated {
    transform: scale(1);
    left: 0;
}

.kpi-main {
    float: left;
    min-width: 300px;
}

.chart-main {
    float: left;
    min-width: 300px;
}

@media (max-width: 768px) {
    .chart-main {
        float: left;
        min-width: 200px;
    }
    .kpi-main {
        width:100% !important;
    }
    .content-section-charts {
        padding: 0px 0px 6px;
        margin: 15px 0 0 0;
    }
}
/*Dashboard sub level kpi*/
.sub-kpi-main-div > div {
    float: left;
    min-width: 300px;
}

/*.kpi_pool_main > div {
    float: left;
    min-width: 100%;
}*/

.reports-fav-main {
    min-width: 300px;
}

.reports-pool-main {
    float: left;
    min-width: 300px;
}

    .reports-pool-main > div {
        padding: 0 5px;
    }
   .reports-pool-main .rptProduction, .reports-pool-main .rptProject{
        float:none;
    }
.sub-chart-main-div > div {
    float: left;
}

.chart_pool_main > div {
    float: left;
}
.kpiTiles {
    float: left;
}
.dbhmchrt {
    border-bottom: 2px solid #eee !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 3px solid #ccc !important;
    margin: 0 !important;
}

#my-dashboard-charts-detailed .dbhmchrt {
    border: 0 !important;
}

@media (max-width: 768px) {
    .chart_pool_main > div {
        width: 100%;
    }
}

.chart_pool_main > .row {
    float: none;
}

.sub-chart-main-div > div {
    float: left;
    min-width: 300px;
}

.chart_fav_main h2 {
    margin-bottom: 49px;
}

.search-div {
    display: inline-block;
    right: 70px;
    position: absolute;
    border-bottom: 1px solid #ccc;
    z-index: 20000;
}

@media (max-width: 480px) {
    .search-div {
        right: auto;
        top: 46px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        margin-left: -15px;
        background: #fff;
    }

        .search-div input[type=text] {
            border: 1px solid #bbb !important;
        }
}

.canvas-container .button {
    position: relative;
    float: left;
    margin: 0;
    background: #eee;
    padding: 10px;
}

.over-due-section {
    padding: 5px;
    border-top: 1px solid #888;
    border-bottom: 4px solid #888;
    padding: 0 5px;
}

.case-grid tr td {
    border-bottom: 1px #ccc dashed;
}

.grid-heading {
    margin-top: 20px;
    width: 100%;
}

.grid-heading-container {
    float: left;
    width: 100%;
    border-bottom: 2px solid #7B7B7B;
}

.tlcon-year {
    font-size: 19px;
    line-height: 27px;
    padding-left: 5px;
    color: #333;
}

/*task list*/
.year-description {
    border-bottom: solid 3px #777;
    margin-top: 3px;
}

label.year-lbl {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.date-div {
    padding: 5px 15px;
    border-bottom: 2px #ccc solid;
}

.date-lbl {
    color: #888;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.initsettings-detail .date-lbl {width:100%; }
.year-div .item-container .item-row {
    padding: 0px 15px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}
.item-row i.fa.fa-file-text-o {
    font-size: 130%;
    color: #FFBC00;
}

h1.bannerDue-fix-font {
    font-size: 13px !important;
}

h2.bannerDue-fix-margin {
    margin: 3px !important;
}

/*costing summary table*/

.gray-table-font-fix td {
    font-size: 12px !important;
}

.gray-table-font-fix tr:first-child td {
    text-align: right;
}

.gray-table-font-fix tr:first-child {
    border-bottom: #999 solid 4px;
}

.shipmentcosting tr:first-child td:first-child, .shipmentcosting tr:first-child td:nth-child(2) {
    text-align: left;
}

.gray-table-font-fix tr {
    background-color: #FFFFFF !important;
    border-bottom: 1px dashed #ccc;
}

    .gray-table-font-fix tr:nth-child(2) {
        border-bottom: #ccc solid 2px;
    }

    .gray-table-font-fix tr:nth-last-child(2) {
        display: none;
    }

    .gray-table-font-fix tr:nth-last-child(1) {
        border-top: 4px solid #999;
    }

/*--------------------*/
#my-dashboard-reports-detailed > div, #my-dashboard-widget-detailed > div {
    padding: 15px 15px;
}

.my-dashboard-sub-div .groupbox {
    border: 0;
}

.my-dashboard-sub-div .rc {
    border: 0;
    border-bottom: 4px solid #888;
    padding: 5px 17px 5px 5px;
    border-top: 1px solid #ccc;
}

.my-dashboard-sub-div .gridContainer > div > div > div > div {
    border-bottom: 1px dashed #ccc;
}

.my-dashboard-sub-div .tbl .bs {
    padding: 5px;
}

.my-dashboard-sub-div #divReportBase {
    margin: 0px 0 0;
}

.calendar-class table td {
    position: static;
}

.nav-tabs > li > a.delete-tab {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    border-left: 0px;
    border-bottom: 0;
}

.tab-add-btn {
    position: relative;
    top: 5px;
    left: 5px;
    margin-right: 10px;
}

#divDetailsTab .tab-content {
    padding: 1em 1.4em;
    border: 1px solid #ccc;
    border-top: 0;
}
/*customer-detailed - 360 serial*/
.customer-summary {
    width: 400px;
    background: rgba(255, 255, 255, 0) !important;
    margin: 63px 60px 0 60px;
}
.reports-customer-wise {
    width:700px;
}
@media (max-width: 768px) {
    .customer-summary {
        width: 100%;
        position: relative;
        z-index: 10;
        left: 0;
        height: 100% !important;
        top: 0;
        float: left;
        margin:0;
    }
    .main-vendor-container {
        width:100% !important;
    }
    
}

.customer-img {
    width: 180px;
    height: 180px;
    text-align: center;
    overflow: hidden;
    top: 0px;
    position: relative;
    float: left;
    background: rgba(0, 0, 0, 0.48);
}
.serial-img {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
span.img-desc-1 {
    position: absolute;
    text-align: left;
    top: 0;
    left: 180px;
}
.img-desc-1 a { color: #fff !important; text-decoration: underline !important;}
.img-desc-1 label { font-size: 21px; font-weight: 300; float: left; padding-left: 20px; padding-top: 12px; color: #fff; text-transform: capitalize; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:185px;    line-height: 27px; }
span.img-desc-2 {
    position: absolute;
    text-align: left;
    bottom: 15px;
    left: 203px;
}
.img-desc-2 label {
    width: 100%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.64);
}
.img-desc-2 label:last-child {
    font-weight:700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:175px;
}
@media (max-width: 480px) {
    .customer-img {
        width: 90px;
        height: 90px;
    }
}
customer-summary > row {
    margin: 0;
}
.dash-image-container {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    background: rgb(102, 68, 113);
    position: relative;
}
.small-image {
    height: 45px;
    width: 45px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    border: 4px solid rgba(0, 0, 0, 0.28);
}
.small-image img {
    width: 120%;
}
.customer-text {
    float: left;
    padding: 15px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.light-container {
    background: #FFA500;
    padding:5px;
}
.customer-img img {
    width: 131%;
    margin: -15%;
}
.profile-sect-heading {
    position: relative;
}
.profile-sect-heading {
    position: relative;
    float:left;
    width:100%
}
.profile-sect-content {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.profile-sub-desc {
    font-size: 15px;
    color: #6F6F6F;
    font-weight: 700;
    margin-left: 7px;
}
.profile-sub-point {
    margin-left: 7px;
}
.profile-sub-point label {
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px;
    color: #6B6A6A;
    word-wrap: break-word;
    line-height: 17px;
}
.profile-sub-point a {
    color: #6B6A6A;
    text-decoration: underline;
    font-size: 14px;
}
.profile-sect-heading i{
    position: absolute;
    font-size: 140%;
    top: 22px;
    left: -5px;
    color: rgb(86, 86, 86);
}

@media (max-width: 480px) {
    .profile-sub-point label {
    font-size: 11px;
}
}
.profile-sect-heading h3 {
    font-weight: 400;
    color: #666;
    margin-left: 21px;
    font-size: 20px;
}
@media (max-width: 767px) {
    .profile-sect-heading h3 {
        margin-left: 0;
        font-size: 15px;
        text-align: center;
    }
    .profile-sub-desc {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
    .profile-sub-point{
    text-align: center;
}
}
.customer-name-div {
    width: 50%;
    height: 250px;
    background: #54A5F8;
    float: left;
}

/*.customer-name-div-red {
    background: #F46161;
}

.customer-text {
    color: #fff;
    font-size: 29px;
    line-height: 30px;
    padding: 15px 20px 0 20px;
    font-weight: 300;
}

.customer-pos {
    color: #404040;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 20px;
    font-weight: 400;
}

.customer-company {
    color: #404040;
    font-size: 17px;
    line-height: 0px;
    padding: 0px 20px;
    font-weight: 700;
}*/

.conatact-info {
    padding: 0 15px;
    background: none !important;
}
@media (max-width: 480px) {
   .conatact-info {
    height:auto !important;
} 
   .customer-summary {
    top: 0;
}
}
/*.conatact-info label {
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.21);
    padding: 8px;
    border-radius: 3px;
}
    .conatact-info label {
        font-weight: 600;
        font-size: 12px;
        line-height: 5px;
        color: #fff;
    }

    .conatact-info span {
        float: left;
    }

    .conatact-info > span {
        width: 100%;
    }


    .conatact-info > span > span {
        width: 50%;
        padding: 10px 15px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        position: relative;
    }
    .conatact-info > span > span:first-child {
        text-align: right;
    }
    .conatact-info > span > span:last-child {
        border-left: 6px solid rgba(51, 51, 51, 0.72);
        text-align: left;
    }
.conatact-info > span > .heading-span::before {
        font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f111";
    font-size: 160%;
    position: absolute;
    color: rgb(60, 83, 106);
    z-index: 1;
    top: 12px;
    right: -12px;
}
.conatact-info > span > .heading-span::after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f111";
    font-size: 112%;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 11px;
    right: -9.5px;
}*/
@media (min-width: 768px) {
    .kpi-customer-wise {
        width: 720px !important;
        padding: 0 15px;
    }
    .kpi-customer-wise-1-col {
        width: 370px !important;
        padding: 0 15px;
    }
    .project-variables-wise {
    width: 882px !important;
    padding: 0 15px;
    }
    .campaign-variables-wise {
    width: 900px !important;
    padding: 0 15px;
    }
    .project-var {
        width:265px;
        float:left;
    }
    .project-chart {
        width:550px;
        float:left;
    }
    .sales-unit-variables-wise {
    width: 460px !important;
    padding: 0 15px;
}
}
@media (max-width: 768px) {
    .kpi-customer-wise {
        width: 100% !important;
        padding: 0 15px;
        height:auto !important;
    }
}
@media (max-width: 480px) {
    .main-project-container {
        width:100% !important
    }
    .kpi-customer-wise {
        width: 100% !important;
        padding: 0 15px;
    }
}
.astim-section h3 {
    margin: 10px 0;
}
span.astim-headeer {
    font-size: 13px;
    color: #717171;
    width: 121px;
    float: left;
    padding: 10px 10px 10px 0;
    font-weight: 600;
}
span.astim-content {
    font-size: 14px;
    color: #FFF;
    float: left;
    padding: 8px;
    font-weight: 700;
    background: #FFC800;
    width: 119px;
}
@media (max-width: 480px) {
    .kpi-customer-wise {
    width: 100%;
    padding: 0;
    height:auto !important;
}
}
.heading-div {
    padding: 15px 10px;
    float: left;
}

    .heading-div h2 {
        color: #B5B5B5;
        margin: 0;
        font-size: 23px;
        width: auto;
        float: left;
        font-weight:300;
    }

.customer-content {
    float: left;
    width: 100%;
    padding:0 15px;
    min-height:2px;
}
@media (min-width: 768px) {
    .activity-lead {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .customer-content {
    height: initial;
    padding:0;
}
}
.customer-resent-activities {
    padding: 0;
    width: 330px;
    float: left;
}
@media (max-width: 768px) {
    .customer-resent-activities {
        padding: 0 30px;
        width:100%;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .customer-resent-activities {
        padding: 0 15px;
        width:100%;
    }
}
/*list*/
.list-content {
    width: 75%;
    float: left;
    padding: 0px 13px;
}
#divProjectHolder .list-content {
    width: 75%;
}
div#divProjectHolder .ico-section {
    padding: 19px 15px;
}

.ico-section {
    width: 60px;
    height: 60px;
    padding: 24px 15px;
    background: #5BB7DC;
    color: rgb(255, 255, 255);
    font-size: 23px;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    float: left;
    border-radius: 90px;
}
.warranty-ico-section {
    width: 47px;
    height: 45px;
    padding: 12px;
    background: #5BB7DC;
    color: rgb(255, 255, 255);
    font-size: 15px;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 2em;
    border: rgba(255, 255, 255, 0.38) solid 3px;
}
.list-item-container {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.list-item-date { color: #bbb; font-weight: 700; padding-bottom: 7px; font-size: 12px; }
.list-description { line-height: 18px; font-weight: 700; padding: 5px 0 5px 0; font-size: 14px;width: 206px; }
.list-description #linkDocNo1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 127px;margin-left: 10px; }
.list-description a span {word-break: break-all; }
.list-label { font-size: 15px; }
.list-Value { font-size: 20px; }

.project-members .list-item-container {
    border: 0;
}

.project-members .ico-section img {
    width: 50px;
    border-radius: 90px;
    height: 50px;
}

.project-members .ico-section {
    background: rgba(255, 255, 255, 0);
    padding: 0;
}

.report-main-container {
    width: 320px;
    float: left;
}
.report-wrap-div {
     padding:0 5px;
}
@media (max-width: 578px) {
    .customer-content .report-main-container {
        width: 100%;
    }
    .reports-customer-wise {
        width:100% !important;
    }
    .chart-wrapper-div {
        width:100% !important;
        overflow:auto;
    }
}
@media (max-width: 768px) and (min-width: 578px) {
    .reports-customer-wise {
        width: 100% !important;
        margin: 0;
        padding: 0 5px !important;
    }
    .report-main-container {
    width: 50%;
    float: left;
    }
    .customer-resent-activities {
    padding: 0 30px;
    width: 100%;
}
}

.report-description {
    margin: 0px 0 18px 0;
    font-size: 14px;
    line-height: 20px;
}
.heading-div {
    padding: 15px 20px;
    float: left;
}
@media (max-width: 768px) {
    .heading-div-padding-0 {
        padding: 15px 0 !important;
    }
    .heading-div-chart-padding-fix {
            padding:20px 10px !important;
    }
    .xs-padding-charts {
        padding: 0 20px !important;
    }
}
.kpi-customer-wise .heading-div {
    padding: 15px;
}

.dash-report-heading {
    font-weight: 700;
}
.report-link-conatiner {
    float: left;
    width: 100%;
}

.report-content {
    padding: 0 5px;
    background: #fff;
}

.charts-customer-wise {
    float: left;
    padding: 0;
    width:1040px !important;
}
@media (max-width: 767px) {
    .charts-customer-wise {
    width:100% !important;
}
}
.chart-wrapper-div {
padding:0;
}
.chart-content {
    padding: 0 5px;
}
.side-padding {
    padding:20px;
}
.project-ico {
    background: #fff;
    border-right: 1px dashed #ccc;
}

.project-list-container {
    border-bottom: 1px dashed #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    cursor: pointer;
}
.project-list-item {
    border-bottom:solid 1px #ccc;
    margin-left: 5px;
}
.project-see-more {
    margin-left:5px;
}
.kpi-tile-wrap a {
    font-weight:700;
    font-style:italic;
}
#divProductWidgetHolder .widget-tile {
    padding:0;
}
.modal {
    z-index: 5500;
}

/*.modal-backdrop {
    z-index: 5400;
}*/

.modal-content {
    border-radius: 0px;
}

.modal-title {
    font-weight: 600;
    color: #455F85;
    font-size: 20px;
}

.modal-header {
    padding: 5px 15px;
}

.modal-footer {
    padding: 5px 15px;
}

/*end*/
.tabType {
    float: left;
}

a.cat-btn {
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 90px;
    margin-right: 15px;
    margin-bottom: 15px;
}

    a.cat-btn i {
        text-align: center;
        padding: 6px 8.5px;
        color: #333;
    }

a.active {
    background: #fff !important;
    box-shadow: inset 0 0 4px #FF8D00;
}

    a.active i {
        color: #FF8D00;
        font-size: 130%;
        padding: 2px 1.5px;
    }

        a.active i.fa.fa-street-view {
            left: 2.5px;
            top: 1px;
            font-size: 150%;
        }

        a.active i.fa-diamond {
            color: #FF8D00;
            font-size: 130%;
            padding: 2px 1.5px;
            left: 5px;
            top: 6px;
        }

        a.active i.fa.fa-database {
            left: 3px;
            top: 1px;
            font-size: 150%;
        }

        a.active i.fa.fa-file-o, .active i.fa.fa-clock-o {
            left: 4px;
            top: 3px;
        }

        a.active i.fa.fa-print {
            left: 3px;
            top: 3px;
        }

        a.active i.fa-building-o {
            left: 4.2px;
            top: 4px;
        }
        a.active i.fa-suitcase {
            left: 6px;
        }
        a.active .fa-cubes {
            left: 4px;
            top: 5px;
        }
.print-temlate-header {
    margin: 0;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.list-group-item {
    margin-bottom: 0px;
    border: 1px dashed #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    float: left;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(91, 92, 91, 0);
}
.warranty-info-list li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f192";
    font-size: 140%;
    position: absolute;
    color: rgba(135, 184, 218, 0.85);
    z-index: 1;
    top: 10px;
    left: 5px;
}
.warranty-info-list li {
    padding-left: 30px;
    border:0;
}
input[type=checkbox]::after {
    width: 15px;
    height: 15px;
    border: 2px solid #333;
}

.form-horizontal .pager .right {
    position: absolute;
    right: 68px;
    top: 4px;
    width: 60px;
}

.slimScrollBar {
    width: 10px !important;
    border-radius: 0px !important;
}

.slimScrollRail {
    width: 10px !important;
    border-radius: 0px !important;
}
.slimScrollRail-add-more {
    display: none !important;
}

#my-dashboard-widget-detailed .tblgridbase > div:nth-child(2) {
    border-bottom: 4px solid #888 !important;
}

#my-dashboard-widget-detailed .tblgridbase .tblgrid tbody td {
    border-style: dashed;
}

#my-dashboard-widget-detailed .tblgridbase .divECByNumber .color-default {
    background-color: #777777!important;
    border-radius: 2px;
}

#my-dashboard-widget-detailed .tblgridbase .divECByNumber a {
    font-weight: 700;
    color: #aaa;
}

#my-dashboard-widget-detailed .tblgridbase .tblgrid tr th {
    font-weight: 600;
    font-size: 13px;
}

.taskli-sidebar-z-index {
    z-index: 2989;
}

#bannerTotal #bannerRevisedHT, #bannerOriginalHT, #bannerTotalHT {
    margin: 9px 0px 0px 0px !important;
    font-size: 16px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.budget-fsize {
    font-size:11px !important;
}
.bannerTotal-Select {
    padding: 7px 5px !important;
}

.due-label {
    float: left;
    padding: 0px 5px;
    background: #FFA400;
    margin: 0 0 -5px 10px;
    color: #fff;
    position: relative;
    left: 35px;
}

@media (max-width: 960px) {
    .tag-tbl {
        overflow-x: auto !important;
    }
}

.my-dashboard-sub-div #divRightBar {
    position: fixed !important;
    z-index: 50;
    right: 20px;
}

.my-dashboard-sub-div > div {
    position: relative;
}
.kpi-tile-wrap {
    float: left;
}
.response-detail-div {
    width: 645px;
    float: left;
}
@media (max-width: 768px) {
    .response-detail-div {
        width: 100%;
    }
}
@media (min-width: 768px) {
.main-vendor-container {
    width: 4310px !important;
}
    .main-project-container {
        width: 4243px !important;
}
    .main-customer-container {
        width: 4640px !important;
    }
    .main-serial-container {
        width: 3305px !important;
    }
    .main-product-container {
        width: 4980px;
    }
    .main-lead-container {
        width: 4020px !important;
    }
    .main-Employee-container {
        width: 3350px !important;
    }
    .main-servicejob-container {
        width: 5490px !important;
    }
    .main-Resource-container {
        width: 2680px !important;
    }
    .main-fixedAsset-container {
            width: 2630px;
    }
    .main-assembly-container {
        width: 2520px;
    }
    .main-Contact-container {
    width: 3000px !important;
    }
}
.g3-content-area, .process-g3-content {
    margin-left:341px !important;
}
.admin-settings-padding {padding-top:134px; }
@media (max-width: 767px) {
    .main-customer-container {
        width: 100% !important;
    }
    .main-product-container {
         width: 100% !important;
    }
    .main-Employee-container {
        width: 100% !important;
    }
    .main-servicejob-container {
        width: 100%;
    }
    .main-Resource-container {
        width: 100% !important;
    }
    .main-fixedAsset-container {
        width: 100%;
    }
    .main-assembly-container {
        width: 100%;
    }
    .g3-content-area, .process-g3-content {
    margin-left:0 !important;
    width:100% !important; 
}
    .admin-settings-padding {padding-top:0px; }
}
div.accJob-tag {
    margin-top:15px;
}
span.tag-label {
    float: left;
    margin-right: 10px;
    font-weight: 700;
}
.tag-value {
    font-weight: 700;
}
span.client-360-img {
    width: 80px;
    overflow: hidden;
    float: left;
    height: 80px;
    border-radius: 90px;
    margin-bottom: 15px;
}
.client-360-img img {
    width: 120%;
    margin: -10%;
}
span.client-360-name {
    float: left;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
}
.client-360-name a {
    font-size: 12px;
    font-weight: 700;
}
.red-back {
    background:#FF5252;
}
.light-green-back {
    background: #9FD81A;
}
.orange-back {
    background: #FF8F00;
}
.purple-back {
    background: #86337B;
}
.dark-blue-back {
    background: #19AFEA;
}
.light-orange-back {
    background: #D48826;
}
.pink-back {
    background: #F37C7C;
}
.blue-summary {
    background: #0060C5;
}
.orange-back {
    background: #FF9B00;
}
.dark-red-back {
    background:#EF4A4A;
}
.dark-green-back {
    background:#3AA557;
}
.search-area-top-strip {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}

.search-area-top-strip-padding {
    padding: 10px 55px 10px 0px;
}

.custom-filter-search {
    padding: 10px;
    float: left;
    width: 85%;
}

.search-area-top-strip .btn-group {
    top: 15px;
}

.search-area-top-strip .refresh-btn-capsule .left-panel-refresh {
    top: 10px;
}

.search-area-top-strip .left-panel-refresh span.action-item i.fa-plus {
    font-size: 130%;
}

div#divRightBar span {
    margin-top: -1px;
}

.my-dashboard-sub-div .table-values {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
    overflow: hidden;
    float: left;
    word-break: break-all;
    max-width:180px;
}

    .my-dashboard-sub-div .table-values b {
        line-height: 19px;
    }

.my-dashboard-sub-div .case-grid tbody tr td.account-detail .table-values, .my-dashboard-sub-div .case-grid tbody tr td.product-detail .table-values {
    width: 180px;
}

.my-dashboard-sub-div .case-grid tbody tr td.title-description .table-values {
    width: 190px;
}

.my-dashboard-sub-div .case-grid tbody tr td:last-child .table-values {
    width: 100%;
}

.my-dashboard-sub-div .tooltip {
    left: 0px !important;
}

.curstatusjoblbl, .servicecaselbl {
    color: #AEE600;
    font-weight: 700;
    background: #FFFFFF;
    font-size: 14px;
    padding: 19px 10px 12px 10px;
    margin: 0px 10px;
    border: 1px solid #E2E8F5;
    position: absolute;
    top: -10px;
    border-top: 0;
    border-bottom: 0;
}

.my-dashboard-sub-div .tooltip .tooltip-arrow {
    left: 50% !important;
}

.dash-head .action-item .tooltip {
    left: -18px !important;
}

    .dash-head .action-item .tooltip .tooltip-arrow {
        left: 50% !important;
    }

#divDBPOC0 .highcharts-data-labels > g > text {
    display: none;
}

.highcharts-axis-labels > text > tspan {
    font-size: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

/*.small-image {
    width: 173px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    border: #F9AAAA solid 5px;
    border-bottom: 0;
    border-right: 0;
}

    .small-image img {
        width: 120%;
        overflow: hidden;
    }*/

.hscode-padding-fix {
    padding: 20px 1.4em 20px 1.4em;
}

.grid-container .pager:last-child {
    border-top: 1px solid #ccc;
    margin: 0px 1px 0 0;
    display: block;
}

.grid-container .pager {
    display: none;
    padding: 10px 10px 0px 10px;
}

.filter-position {
    position: relative;
    float: right;
    padding-left: 10px;
    border-left: 3px solid #ccc;
}

    .filter-position .single-btn-absolute-pos {
        margin-right: 2px;
    }

.linkbuttons .report-item-action {
    float: left !important;
}

    .linkbuttons .report-item-action .fa-plus {
        font-size: 130%;
    }
/*form lists*/
.list-modal-header {
    background: #F7F7F7;
    border-bottom: 1px solid #EAEAEA;
}

.search-section {
    background: #F7F7F7;
    padding-top: 15px;
}

.list-modal-header h2 {
    margin: 10px 0;
    font-weight: 600;
}

ul.forms-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    float: left;
    width: 100%;
}

.forms-list li {
    width: 100%;
    padding: 5px;
    background: #F9F9F9;
    float: left;
    border-bottom: #eee solid 1px;
    -webkit-transition-property: all;
    -webkit-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
    -ms-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 0);
    transition-property: all;
    transition-duration: 0.3s;
    border-radius: 0px;
    timing-function: cubic-bezier(0, 0, 0.5, 0);
}

    .forms-list li:hover {
        background: #eee;
    }

    .forms-list li:last-child {
        border-bottom: 1px;
    }

span.form-list-item-container {
    width: 100%;
    float: left;
    position: relative;
}

span.fl-item-left {
    width: 75px;
    float: left;
    height: 100%;
    padding-left: 10px;
}

span.fl-item-right {
    float: left;
    width: 73%;
    height: 100%;
    display: block;
    padding: 15px;
}

span.remove-list-item {
    position: absolute;
    top: 4px;
    right: 9px;
}

    span.remove-list-item i.fa.fa-remove {
        font-size: 150%;
        color: #888;
    }

span.fli-number {
    width: 65px;
    height: 65px;
    background: #70BCE8;
    display: block;
    border-radius: 90px;
    border: 4px solid #A4D8FD;
    padding: 21px 0px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

span.font-size-medium {
    font-size: 14px;
}

span.red-vackground-fli-number {
    background: #E88278;
    border: 4px solid #FDA4A4;
}

span.orange-vackground-fli-number {
    background: #FFB123;
    border: 4px solid #FFD494;
}

span.green-vackground-fli-number {
    background: #85C341;
    border: 4px solid #D5F5A3;
}

span.flir-top {
    width: 100%;
    float: left;
    position: relative;
}

span.flir-bottom {
    width: 100%;
    float: left;
    padding: 5px 0;
}

span.flirt-desc { font-size: 13px; color: #61859E; font-weight: 500; padding: 5px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; max-width: 210px; float: left; }

span.flirb-left { width: auto; float: left; padding: 0 0px; margin-right: 5px; border-right: 1px solid #ccc; }

.flirb-right { width: auto; float: left; }

span.flirbl-top { padding: 5px 0; color: #aaa; font-size: 14px; font-weight: 600; float: left; }

span.flirbl-bot { padding: 5px; font-size: 13px; font-weight: 700; float: left; }

span.flirbr-top { padding: 5px 0; color: #aaa; font-size: 14px; font-weight: 600; float: left; }

span.flirbr-bot { padding: 5px; font-size: 13px; font-weight: 700; float: left; }

span.flirt-status { position: absolute; width: 30px; height: 30px; padding: 3px 7px; right: -13px; top: -11px; }

    span.flirt-status i {
        font-size: 200%;
    }

        span.flirt-status i.fa.fa-question {
            color: #FF7F7F;
        }

        span.flirt-status i.fa.fa-check {
            color: #64E46E;
        }

li.active-item {
    background: #E8E8E8;
}
/*second leval serial*/
.second-leval-heading {
    border-bottom: 1px solid #eee;
}

.border-bottom-1 {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.text-box-border-bottom {border-bottom:1px solid #ccc !important}
.border-bottom-solid {
    border-bottom: 1px solid #ccc;
}

.border-bottom-1 > .row > .col-sm-6:first-child {
    border-right: 1px solid #ccc;
}

.border-bottom-1:nth-child(2) {
    border-right: 1px solid #ccc;
}

h1.dash-head .action-item i.fa.fa-tags {
    font-size: 80%;
}

h1.dash-head .action-item i.fa.fa-print {
    font-size: 60%;
    padding-left: 0;
    top: 0px;
    left: 8px;
}

h1.dash-head .action-item i.fa.fa-envelope {
    font-size: 80%;
}

span.middle a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #FFFFFF;
    margin: 3px;
    border-radius: 2px;
    padding: 0 0px;
    border: 1px solid #E6E6E6;
}

    span.middle a i {
        font-size: 187%;
        font-weight: 600;
        color: #333;
        top: -14px;
        left: 2px;
        position: relative;
    }
    span.search-middle a i {
        top: 3px;
    }
span.middle-serial a i {
    top: 3px;
}
/*dialog box tab float-left*/
#divTabsDiv {
    float: left;
    width: 100%;
}

.payement-group-box {
    border-bottom: 3px solid rgb(77, 77, 77);
    padding: 5px;
    height: 40px;
    margin-top: 10px;
}

.dialogbox .gridarea {
    border-top: 1px solid #ccc;
}

.dialogbox .linkbuttons {
    margin: 1em 0em;
    height: 2em;
    position: relative;
}
.dialogbox-content #filterListId {
    border-bottom: 1px solid #ccc;
}

#filterPhrase {
    margin-right: 10px;
}

.set-selected-row {
    background: #C5D8F5;
}

.set-duplicated-colomn {
    background: #F5C5C5;
}

.slide-modal .slimScrollDiv, .slide-modal .sliding-modal-body {
    overflow: visible !important;
}

.slide-modal .integration-slide {
    overflow: auto !important;
}
.report-filter .slimScrollDiv {
    float: left;
}

.bottom-0 {
    bottom: 0;
}

.item-section {
    border-top: #eee solid 1px;
}

.place-button-right-bottom {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.cur-table .tblgrid {
    width: 100% !important;
}

#tblCurrency {
    width: 100% !important;
}

    #tblCurrency tbody tr td:first-child {
        background-color: #fff !important;
        border-right: 1px solid #ccc;
    }

.z-index-serial-date-box {
    z-index: 5001 !important;
}
/*lookup*/
.dialogbox .searchbar select {
    width: 90px !important;
}

.dialogbox .searchbar #filterListId {
    width: 90px !important;
}

.dialogbox .searchbar .filterPhrase {
    width: 90px !important;
}

/*Delivery Plan*/
.tbl-notification-div table#trheaders {
    float: left;
    width: 100%;
    border-top: #3DA2D2 solid 2px;
}

.tlcon-year {
    background-color: #3DA2D2;
    font-size: 17px;
    line-height: 20px;
    padding: 5px 12px;
    color: #fff;
    float: left;
    margin: 0;
    font-weight: 700;
    margin-top: 15px;
}

.tbl-notification-div table#trheaders tr {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    .tbl-notification-div table#trheaders tr td div {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
        width: 150px;
        height: 30px !important;
        line-height: 25px;
        padding: 5px 0;
    }

.tlcon-groupheaders {
    font-weight: 700;
    padding: 5px;
    margin-top: 10px;
    background: #89CA59;
    margin-bottom: 0;
    color: #fff;
}

.tlcon-date {
    /*float: left;*/
    width: 100%;
    border-bottom: 2px solid #89CA59;
}

.tblnotecontent td {
    padding: 5px 6px;
}

.tblnotecontent tr {
    border-bottom: 1px dashed #ccc;
}

.tblnotecontent {
    width: 100%;
}

.filter-grid-pages {
    font-size: 16px;
    font-weight: 700;
    width: 80px;
    background: #6D6D6D;
    padding: 8px 8px 6px 20px;
    height: 36px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -5px;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 3px 0 0 3px;
}
.grid-filter-div {
    width: 100%;
    padding: 7px 20px;
    border-radius: 0;
    margin-top: -3px;
}
.groupbox input#txtFilter {
    margin-left: 10px;
}

.filter-arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #6D6D6D;
    left: 78px;
    top: 11px;
    position: absolute;
}

#g1040-advance {
    left: 0;
    border-radius: 0;
}

.reportview-btns-container {
    height: 20px;
    position: relative;
    margin-top: 20px;
    float: right;
    padding-right: 10px;
    z-index: 1;
}

#divluFreeMain .prdmainitm {
    height: 34px !important;
}

.email-template-message p {
    background: #64B5F6;
    padding: 9px 24px;
    color: #ffffff;
    margin-top: -1px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}
td.ncell {
    padding-left: 0;
}
#tabUnitList {
    float: left;
    width:100%;
}

/*level 2 list items*/
.list-container {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 3px;
    border-right: 0px solid #eee;
    -webkit-transition-property: all;
    -webkit-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -moz-transition-property: all;
    -moz-duration: .2s;
    -moz-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -ms-transition-property: all;
    -ms-duration: .2s;
    -ms-transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    -ms-transition-property: all;
    -ms-transition-duration: .2s;
    -ms-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    transition-property: all;
    duration: .2s;
    transition-timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
    transition-property: all;
    transition-duration: .2s;
    timing-function: cubic-bezier(0.42, 0.0, 1.0, 1.0);
}

    .list-container:hover {
        background-color: #eee !important;
        color: #777 !important;
        border-bottom: #eee solid 1px !important;
    }

span.list-icon {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.list-description-2 {
    line-height: 18px;
    font-weight: 400;
    padding: 16px 0 5px 10px;
    float: left;
    font-size: 13px;
    width:75%;
}
span.list-tile-desc {
    padding: 19px 0px 0px 8px;
    font-size: 18px;
    position: relative;
}
span.list-description-2 label {
    font-size: 26px;
    float: right;
    padding: 15px 10px;
    margin-top: -10px;
    position: absolute;
    right: -38px;
    top: 7px;
    width: 100px;
    font-weight:300;
    background: rgba(51, 51, 51, 0.37);
}
.color-default label {
    color:#fff;
}
.dark-border-bottom {
    border-bottom: 1px solid rgba(51, 51, 51, 0.11);
}
    .color-default label:hover {
        color:#777;
    }
.mailsearch-container {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.mailsearch-container .mailsearch-txt {
    border:1px solid #ccc !important;
    width:70% !important;
}
#divEmailPanel {
    border:0;
    border-radius:0;
}
#divWFPanel {
    border:0;
    border-radius:0;
}
.sdbmc {
    margin-top: 10px;
    padding: 0 13px 10px 13px;
    border-bottom: 1px solid #ccc;
}
span.list-icon i {
    overflow: hidden;
    font-size: 280%;
    color: rgba(0, 0, 0, 0.18);
    padding: 11px;
}
.btn-estimation-container {
    float:left;
}

div.error {
    margin: 10px -15px;
    padding: 10px;
    border: #FF5C5C solid 3px;
    border-radius: 6px;
    color: #CE0303;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}
.color-selected {
    border-right: 5px solid #fff !important;
}

.lookup-height-fix {
    max-height: 600px !important;
    height: 600px !important;
}

span#btnBack {
    float: left;
    position: relative;
    top: 10px;
}

.case-detail-grid .gridarea {
    /*height: auto !important;*/
    border: 0;
}

.case-detail-grid .tlcon-year {
    background: none;
    color: #333;
}

.add-icon {
    position: relative;
    top: 4px;
}

.attachments-div .pager {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 !important;
}

    .attachments-div .pager .left {
        position: relative;
        left: 0px;
        top: 0px;
        float: left;
        padding: 10px 0;
    }

    .attachments-div .pager .right {
        position: absolute;
        right: 20px;
        top: 15px;
    }

/*.divlookuptext > select{
    width: 90% !important;
}*/
#tblEmpRole tbody tr td .divlookuptext > select, #tblEmpRole tbody tr td .isa-width {
    width: 93% !important;
}
.button i {
    margin-right: 7px;
}

.filter-section-magin-fix {
    margin-top: -20px;
}

.padding-top-bottom-0 {
    padding: 0 20px;
}

.tdModal-width .divlookuptext #txtCEModel {
    min-width: 60% !important;
}
/*white menu-right*/
ul.white-menu {
    padding: 0;
    list-style: none;
}
.white-menu-points {float:left; }
.white-menu li {
    padding: 18.5px 10px 10px 35px;
    border-bottom: #eee solid 1px;
    position:relative;
}
.white-menu-points li {padding: 10px 10px 9px 25px;border-bottom:0; }
    .white-menu li, .white-menu li a {
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height:20px;
    }

        .white-menu li i.fa-angle-left {
            padding: 0px 10px;
            border-right: 1px solid #ccc;
            margin-right: 5px;
            position: absolute;
            left: 0;
        }
.white-menu-points li i.fa-angle-left { position: absolute; left: -10px; }
.price-profile-icon {
    position: absolute;
    right: 46px;
    top: 4px;
}
.dash-type {float: right;margin-right: 25px;padding: 0px 5px;color: #fff;font-weight: 700;}
.width-100 {
    width: 100%;
    float: left;
}

.sub-heading-container {
    margin-top: -20px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.sub-heading-container-inner {
    float: left;
    width: 100%;
    margin-left: -15px;
}
@media (max-width: 480px) {
    .sub-heading-container { margin-top: 5px; }
}
@media (max-width: 767px) and (min-width: 481px) {
    .sub-heading-container { margin-top: initial; margin-top: 65px; }
}
@media (max-width: 960px) and (min-width: 757px) {
    .sub-heading-container { margin-top: initial; margin-top: 45px; }
}
span.spandiscript {
    padding: 15px;
    float: left;
    color: #5B86B1;
    margin-top: -1px;
    margin-left: 0px;
    font-weight: 700;
    font-size: 16px;
    border-right: 1px solid #ccc;
}

.counter {
    padding: 15px;
    float: left;
    margin-top: -1px;
    font-size: 16px;
    font-weight: 700;
}

#divdyeContent .counter {
    padding: 0;
}

.my-dashboard-sub-div .page-header-container {
    top: 0;
}

.my-dashboard-sub-div .serial-page-header-container {
    top: 60px;
}

.my-dashboard-sub-div > .page-header-container h2 .filter-btn {
    top: 4px;
    right: -10px;
}

    .my-dashboard-sub-div > .page-header-container h2 .filter-btn i {
        font-size: 75%;
    }

.tbl-width-fixed .tblgridbase {
    width: 100% !important;
}
/*error page*/
.error-body {
    background: #513B5F;
    color: #FFF;
}

.error-div {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: table;
    text-align: center;
    z-index:2;
}

.error-div-inner {
    display: table-cell;
    vertical-align: middle;
}

    .error-div-inner > div > img {
        width: 300px;
        height: 100%;
    }

.error-div .error-desc-short {
    font-size: 2em;
    color: rgba(96,117,128,0.25);
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.error-div div {
    width: 60%;
    margin: 0 auto;
}

.error-div p {
    color: #ccc;
    font-size: 16px;
    margin: 30px 0 30px 0;
}

.error-div a {
    font-size: 16px;
}

@media (max-width:480px) {
    .error-div div {
        width: 80%;
        margin: 0 auto;
    }
}

.ui-custom-desc {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.refiautocomplete {
    width: 280px !important;
    z-index: 5000 !important;
}

.set-focused-cell {
    outline: 1px solid #12AC1E !important;
}

.searchbar .button {
    position: absolute;
    right: 18px;
    top: 47px;
}

#divTemSummary {
    height: auto !important;
}

.confirmation-height-fix {
    height: 140px !important;
    min-height: 100px !important;
}

.com-height-fix {
    height: 25px;
}
.topFive th {position:relative;color:#8a8a8a !important; background-color: rgba(0, 0, 0, 0) !important; border-right: 0px solid #ccc !important; border-bottom: 2px solid #ccc !important; height: 24px !important; font-size: 13px !important; font-weight: 500 !important; }
.topFive th:last-child { border-right: none !important;}
.topFive td { padding: 5px !important; line-height: 12px !important; border-right: 0px solid #ccc !important; background-color: #fff !important; border-bottom: 1px solid #ccc !important; }
.topFive tr:last-child td { border-bottom: none !important; }
.topFive tr td:last-child { border-right: none !important; }
.topFive th:before { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f15b"; font-size: 120%; position: absolute; color: #8a8a8a; z-index: 1; top: 5px; right: 5px; width: 2px; overflow: hidden; }
.topFive th:last-child:before {width:0; }
.topFive td div { line-height: 15px; }
#tblWidTopTwn tr td > div{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
/*google style-mail*/
.note-btn {
    font-size: 15px;
    width: 100%;
    float: left;
    padding: 5px 15px 0px 20px;
}

a.note-btn label {
    font-weight: 400;
    margin-right: 5px;
    cursor: pointer;
}

a.note-btn:hover {
    background: #eee;
}

.note-active label {
    color: #E23838;
}

a.note-btn label.note-count {
    font-weight: 700;
}

.ggl-content {
    width: 86%;
    float: left;
    margin-left: 14%;
}

.job-tbl-content {
    width: 100%;
    float: left;
}

table.notification-tbl {
    width: 100%;
    margin-top: 17px;
}

.notification-tbl th {
    padding: 10px;
    background: #FBFBFB;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid #CCC;
}

    .notification-tbl th:last-child {
        text-align: right;
    }

.notification-tbl tr {
    border-bottom: 1px solid #eee;
}

    .notification-tbl tr td {
        padding: 8px 11px;
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

        .notification-tbl tr td:last-child {
            text-align: right;
        }

        .notification-tbl tr td:last-child {
            text-align: right;
        }

table.notification-tbl .fa-thumbs-o-up {
    font-size: 150%;
    color: #9A9A9A;
}

table.notification-tbl .fa-mail-forward {
    font-size: 150%;
    color: #6D6D6D;
}

.notification-tbl .fa-tag {
    font-size: 151%;
    color: #F98989;
}
/*Month Picker*/
ul.month-list {
    list-style: none;
    padding: 0;
    float: left;
    margin: 20px 0px;
}

    ul.month-list li {
        float: left;
        text-align: center;
        display: inline-block;
    }

.month-list a {
    padding: 15px;
    height: 77px;
    width: 77px;
    display: table;
    text-align: center;
    background: rgb(255, 255, 255);
    border: #eee solid 4px;
    border-radius: 90px;
    margin: 5px 11px;
    cursor: pointer;
}

ul.month-list label {
    margin: 0;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    color: #7D7D7D;
    cursor: pointer;
}

.month-list-container {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.month-section {
    width: 22%;
    float: left;
    height: 68px;
    display: table;
    vertical-align: middle;
    border: 3px solid #eee;
    margin: 5px 16px;
    border-radius: 90px;
}

ul.month-list .month-section label {
    color: #94B5D8;
    font-size: 15px;
    font-weight: 700;
}

label.btn-label {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    border: #eee solid 1px;
    margin-top: 10px;
    border-bottom: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.btn-container-bottom-border {
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
}

#tdHolder input[type=text], #tdHolderProfile input[type=text] {
    float: left;
}

#tdHolder span, #tdHolderProfile span {
    margin: 5px;
}

#divdyeContent #spcounter {
    padding: 16px;
}

.job-accord-body {
    float: left;
    width: 100%;
    padding: 0px 15px 5px 15px;
    display: block;
}

.job-accord-in {
    display: none;
}

.login-back {
    background: url(images/entutionloginback.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*login page*/
.login-container {
    float: left;
    height: 663px;/* 663*/
    width: 100%;
    display: table;
    background: rgba(255, 255, 255, 0.97);
}

.login-inner-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.logo-container {
    padding: 0 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
    .logo-container img {
        width:100%;
    }
label.lbl-tagline {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #A5A5A5;
}

.login-form {
    padding: 0 45px;/*72*/
    float: left;
    width: 100%;
}

    .login-form input.form-control {
        height: 30px;
        padding: 0 10px;
    }

button.btn-login {
    border: 0;
    padding: 10px 20px;/*10px 20px*/
}

.forgotlink {
    padding: 10px 10px;
}

/*carousel*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.carousel-container {
    display: table;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        margin-top:180px;
    }
}
.car-inner {
    display: table-cell;
    vertical-align: middle;
}

    .car-inner .carousel-inner .item .carousel-caption {
        margin-top: 10%;
    }

    .car-inner .carousel-inner .item h1 {
        font-size: 55px;
        font-weight: 300;
    }

    .car-inner .carousel-inner .item p {
        font-size: 25px;
        font-weight: 400;
        line-height: 24px;
    }

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
}

.carousel-inner .item {
    height: 400px;
}

.carousel-caption {
    text-align: left;
}

.carousel-caption {
    bottom: inherit;
}
.carousel-inner >.item> img.login-background {
    overflow: hidden;
    position: absolute;
}
/*Reset password*/
body.rp-body {
    background: #F3F3F3;
}

.rp-fluid {
    padding: 0;
    width: 100%;
    height: 630px;
}

.reset-pass-top-section {
    width: 100%;
    height: 67px;
    float: left;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(220, 220, 220,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(220, 220, 220,1);
    box-shadow: 0px 1px 2px 0px rgb(220, 220, 220);
    background: #fff;
}

.rp-logo-section {
    width: 150px;
    padding: 10px;
    float: left;
}

.content-backdrop {
    display: table;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.content-backdrop-inner {
    display: table-cell;
    vertical-align: middle;
}

.rp-content-section {
    width: 320px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(220, 220, 220,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(220, 220, 220,1);
    box-shadow: 0px 1px 2px 0px rgb(220, 220, 220);
}

.rp-header-section {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .rp-header-section h2 {
        margin: 0;
        font-weight: 500;
    }

.rp-form-section input.form-control {
    height: 40px;
    padding: 0 10px;
}

.rp-form-section .form-group {
    margin: 0 0 15px 0;
}

.rp-form-section button {
    margin-left: 10px;
}

/*log style*/

.note-container {
position: relative;
}
.numbered-section {
padding: 15px;
background: #9D9C9E;
position: absolute;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.note-inner-container {
padding-left: 70px;
}
.note-user {
padding: 10px 0;
color: #333;
font-size: 14px;
font-weight: 700;
}
.note-body {
padding: 0;
}
.note-date {
color: #aaa;
font-size: 12px;
font-weight: 700;
padding: 0;
}
/*.ax1 {
    padding: 4px 10px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    float: left;
    width: 100%;
}
.ax1 b, .ax1 label {
    width: 100%;
    float: left;
    word-wrap: break-word;
}
    .ax1 span {
    float: right;
    font-weight: 700;
    }*/
/*notification*/
.login-notification {
    width: 300px;
    position: absolute;
    background: rgba(24, 70, 125, 0.83);
    padding: 20px;
    right: 20px;
    top: 80px;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    z-index: 3000;
}
.login-notification a {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 6px;
}
.login-notification a i {
    font-size: 130%;
}
.login-notification .fa-bell-o {
    position: absolute;
    color: #fff;
    font-size: 289%;
    top: 20px;
    left: 15px;
}
.login-notification p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 50px;
    margin-top: 10px;
    
}
.login-notification-in {
    transform: scale(1);
}
/*360 View Widget Tables*/
.widget-table {
    padding: 0px 0px 0px 20px;
}
#divDBPageTwo #divTable {
    max-height: 400px !important; 
    overflow: auto;
    width: 100% !important;
}
    #divDBPageTwo #divTable .gridContainer {
        height:375px !important;
    }
.tab-pane .tblgridbase {
    width:100% !important;
}
.authenticatemessage {
    padding: 15px;
    color: #76869E;
    font-weight: 700;
    background: #E3ECFF;
    border-radius: 5px;
    border: rgba(51, 51, 51, 0.18) 1px solid;
    margin: 20px -15px;
    font-size: 12px;
}
/*tool tip*/
.tooltip-inner {
    color: rgb(255, 255, 255);
    background-color: #254169;
    border-radius: 0;
    font-weight: 700;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #254169;
}
.version-icons {
    display:none; 
    border:2px solid #fff; 
    border-radius:50%; 
    float:right; 
    margin-top: -3px;
    margin-right: 5px;
    background-color:#fff;
    width: 20px;
    height: 20px;
}
/*.divlookuptext input[type=text] {
    width:60% !important;
}*/
    .version-icons:first-child {
            margin-right: -5px;
    }
/*360 styles*/
.kpi-customer-container .left-sect {
    display:none;
}
.kpi-customer-container .kpi-tile {
    height: 120px;
    background: #8BC34A;
}
.kpi-customer-container .box-shadow-none {
    border:0;
}
.kpi-customer-container span.kpi-value { font-weight: 300; color: rgba(0, 0, 0, 0.68);}
.spnNetAssetAmount { width: 160px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 28px; float: left; height: 34px; }
.spnNetAssetCurrency {float: left;float: left;line-height: 27px;margin-right: 10px;}
.kpi-customer-container .kpi-title {
    color:#fff;
}
.kpi-customer-container .kpi-indicator .fa-arrow-down {
    color:#fff;
}
/*product related price*/
.mid-allign-main-container {
    width: 100%;
    height: 100%;
    float: left;
    display: table;
    text-align: center;
}
.mid-allign-inner-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-elm {
    float: left;
    display: table;
    min-height:350px;
}
.cell-inner-cell {
    display: table-cell;
    vertical-align: middle;
}
.prod-stat-capsule {
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.prod-stat-container {
    width: 250px;
    height: 250px;
    position: relative;
    float: left;
    border-radius: 150px;
    border: 7px solid rgba(51, 51, 51, 0.05);
    margin: 20px;
    background: #EAEFF9;
}
.prod-stat-name {
        float: left;
    width: 100%;
    padding: 20px;
    font-size: 23px;
    display: table-cell;
    vertical-align: middle;
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 25px;
    color: #9BA2B5;
}
.prod-stat-value {
    font-size: 30px;
    font-weight: 700;
    color: rgba(104, 158, 46, 0.58);
}
/*product gallary*/
span.product-zoom {
    position: absolute;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.75);
    width: 40px;
    height: 40px;
    border-radius: 90px;
    padding: 8px;
    left: 55px;
}
.product-zoom a {
    color: #333;
}
.product-zoom i {
    font-size: 177%;
}
.gallery-slide {
    background: rgba(51, 51, 51,1);
    position: absolute !important;
    width: 100vw;
    top: 100px;
    z-index: 5000;
    padding: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    min-height:410px;
}
.gallery-slide #page-wrap{
    scale:0.9;
    margin-left: -50px;
}
.gallery-open {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}
a.close-gallery {
    float: right;
    padding: 10px;
    z-index: 200;
    position: absolute;
    right: 0;
}
.close-gallery i {
    font-size: 170%;
    color: rgba(255, 255, 255, 0.59);
}
.z-index-5996 {
    z-index: 5996;
}
.user-info-z-index-5010 {
    z-index: 5010;
}
/*.pika-stage {
    padding: 10px 10px 40px 10px  !important;
    height: 330px  !important;
    margin-top: 10px  !important;
}
.pika-stage, .pika-textnav {
    width: 600px !important;
}
.pikachoose {
    width: 820px;
    margin: initial !important; 
    position: relative;
}
jcarousel-skin-pika .jcarousel-clip-vertical {
    width: 195px  !important;
    height: 291px  !important;
}
.jcarousel-skin-pika .jcarousel-container-vertical {
    width: 200px  !important;
    height: 350px  !important;
    padding: 0px 20px 0px 85px  !important;
    margin-top: 20px  !important;
}
.jcarousel-skin-pika .jcarousel-clip-vertical {
    width: 195px;
    height: 350px;
}
.jcarousel-clip-vertical ul {
    height: 340px !important;
}
.role-center-table-container {
    width: 1330px;
}*/
#divOperationPopup .tgl-widget-content {
    overflow:visible;
}

.ellipse-fix {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.jqx-grid-cell {text-overflow: ellipsis;}
#tblBoO tr td {word-break:break-all;}
#lblTemplateFormHeader { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:350px;line-height: 27px;margin-bottom: -5px;}
#lbldocstatus { margin-left: 15px; }
.divOpenQtyAlign {
    width: 38% !important;
    text-align: right !important;
}
.dg-wrapper a {
    background: none !important;
}

/*empty section*/
.default-empty-div {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding: 65px;
    background: none;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 400;
    color: #aaa;
    line-height: 23px;
    border: 3px dashed #E6E6E6;
}
.activities-content .default-empty-div {
    background: none;
    border: 0;
}
a.empty-content {
    height: 70px;
    width: 70px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 90px;
    border: #DADADA dashed 3px;
    margin-bottom: 20px;
}
.default-empty-div i {
    font-size: 300%;
    color: rgba(0, 0, 0, 0.31);
    line-height: 49px;
}
.default-empty-div i.fa-comments {
        font-size: 300%;
    color: #AED5EA;
    line-height: 49px;
    margin: 10px auto;
    width: 100%;
}
@media (min-width:768px) {
    .default-empty-div-container {
        padding: 0 20px;
    }
}
@media (max-width:768px) {
    .default-empty-div-container {
        padding: 0 2px;
    }
}
.post-count {
    position: relative;
    top: -18px;
    left: -13px;
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    border: rgb(51, 51, 51) solid 4px;
}
span.action-item i.fa-home {
    left: 5px;
    font-size: 77%;
    top: 5px;
}
.shopfloor-qty {
    position: absolute;
    top: 43px;
    left:545px !important;
} 
.completeqty-span {
top: 22px;
}
/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 58px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 60px;
}

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 50px;
  height: 20px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 5px;
  bottom: 4px;
  width: 20px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 20px;
  background-color: #8ce196;
}

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 120px;
  height: 60px;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
input.cmn-toggle-yes-no + label:before {
  background-color: #dddddd;
  content: attr(data-off);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
  background-color: #8ce196;
  content: attr(data-on);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
/*Home date picker*/
.gallery-slide h1 {
    color:#fff;
}
.gallery-slide p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.black-strip .form-horizontal input[type=email], .black-strip .form-horizontal input[type=text], .black-strip .form-horizontal input[type=password], .black-strip .form-horizontal select, .black-strip .form-horizontal textarea {
   
    border: #FFF solid 1px;
    background: rgba(255, 255, 255, 0);
}
.black-strip .datetimepicker table tr td.old, .black-strip .datetimepicker table tr td.new {
    padding: 0px 10px;
    color: #888 !important;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.01);
    width: 50px !important;
    height: 40px;
    border-radius: 0px;
    margin: 5px !important;
    border: rgba(255, 255, 255, 0) solid 5px;
}

.black-strip .table-condensed>tbody>tr>td, .black-strip .table-condensed>tbody>tr>th, .black-strip .table-condensed>tfoot>tr>td, .black-strip .table-condensed>tfoot>tr>th, .black-strip .table-condensed>thead>tr>td, .black-strip .table-condensed>thead>tr>th {
    padding: 0px 0px;
    color: #fff !important;
    font-size: 15px;
    background: rgba(255, 253, 253, 0.05);
    width: 40px !important;
    height: 41px;
    border-radius: 0px;
    margin: 5px !important;
    border: rgba(255, 255, 255, 0) solid 5px;
}
    .black-strip .table-condensed > tbody > tr > td:first-child {
        border-left: rgba(255, 255, 255, 0) solid 0;
    }
    .black-strip .table-condensed > tbody > tr > td:last-child {
        border-right: rgba(255, 255, 255, 0) solid 0;
    }
.black-strip .table-condensed > tbody > tr > td:hover {
    background: rgba(255, 255, 255, 0.38) !important;
    color: #333 !important;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #006dcc;
    background-repeat: repeat-x;
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80;
    background-image: linear-gradient(top,#FFB100,#FFB100) !important;
}
.datetimepicker-inline {
    width: 100% !important;
    padding:0px 0 15px !important;
}
#page-wrap .btn {
    margin-left: 2px;
    margin-bottom: 15px;
    padding: 5px 10px;
    border: 1px solid #fff;
    font-size: 15px;
    background: rgba(51, 51, 51, 0);
        margin-top: 15px;
}
#page-wrap .btn:hover {
    background: rgba(255, 255, 255, 0.11);
}
a#comj360View {
    line-height: 11px;
    color: #6B8CBF;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px dashed #eee;
    font-weight: 700;
    float: left;
    font-size: 13px;
    text-transform: capitalize;
}
    a#comj360View:hover {
        background:#DDEAFF;
    }
.kpi-customer-container {
    margin-top: 10px;
}
    .kpi-customer-container .tile-wrapper-div a {display:none; }
.light-sky-blue {
    background-color: rgb(34, 41, 70) !important;
}
.input-group-addon { padding: 4px 9px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; background-color: rgba(255, 255, 255, 0); border: 1px solid #ccc; border-radius: 0; text-align: center; border-top: 0; border-right: 0; }
.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: red;
}
.set-error-border {
    border: 1px solid red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: 0px; 
}*/
.set-row-background-color {
    background-color:#DDD;
}

.report-filter-widget {
    overflow-y: auto;
    max-height: 500px;
    position: absolute;
    /* left: -195px; */
    width: 320px;
    /* border-left: #ccc solid 1px; */
    display: none;
}
.report-filter-widget div {
    width: 100% !important;
}
#my-dashboard-widget-detailed > .tblgridbase.groupbox {
    width: 100% !important;
}
#my-dashboard-widget-detailed .tblgridbase.groupbox {
    width: 100% !important;
}

/*adim-settings-pages*/
.steps-container {
    padding: 10px 15px;
    height: 60px;
    position: absolute;
}
.settings-steps-container {position: absolute;z-index:10;top: 105px;left: 20px;}
.step {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 90px;
    border: 2px solid #7b9ac5;
    display: table;
}
.step span {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #24538E;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
}
span.step-to-line {
    position: absolute;
    left: 45px;
    width: 100px;
    border-top: 2px solid #7b9ac5;
    top: 24px;
}
span.step-line-2 {
    left: 175px;
}
.step-2 {
    left: 145px;
}
.step-3 {
    left: 275px;
}
.config-slides {position: absolute; opacity: 0;z-index:5;top:140px;left:20%;-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
.config-slides-in {opacity: 1;z-index:9;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
.active-step {
    background: #7B9AC5;
}
.active-step span {
    color: #fff;
}
.step-number { width: 90px !important; color: #ffffff; height: 90px; background: #0999fd; padding: 38px 0; font-weight: 400; font-size: 20px; border-radius: 90px; text-transform: uppercase; }
.icon-sticker { padding: 27px 0;}
.center-align {float: none;margin: 0 auto 10px auto;}
.init-settings-h1 { font-size: 20px; margin: 20px 0; }
.settings-h2 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.settings-info-p {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
}
ul.settings-list {
    padding: 0;
    list-style: none;
}
.settings-list li {
    padding: 5px;
    font-size: 13px;
}
.settings-list i {
    font-size: 140%;
    padding: 0px 10px 0 0;
}
.settings-list a {
    font-weight: 600;
}
.settings-h2 i {
    float: right;
}
.settings-h2 i.important {
    color: #FF2F2F;
}
.settings-h2 i.secondary {
    color: #FFA700;
}
ul.settings-list li i.fa-question-circle {
    float: right;
    padding: 0px;
    margin-right: -3px;
}
ul.settings-list li i.secondary {
    color: #FFA700;
}
ul.settings-list li i.important {
    color: #FF2F2F;
}
.admin-settings-sub {
    font-size: 17px;
    font-weight: 500;
}
/*first-step-settings*/
.listed-node {
    background: #1c75b5;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border-radius: 2px;
}
.node-sect {
    background: rgba(51, 51, 51, 0.25);
    border-radius: 2px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.41);
}
.company-sect {
    padding: 13px 15px;
    width: 75%;
}
.listed-node > div > div {
    padding: 0px 10px;
}
.set-node-h2 {
    font-size: 17px;
    padding: 10px 0;
    margin: 0;
    font-weight: 700;
    color: #fff;
}
.node-cont-h {
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
    line-height: 29px !important;
    width: 138px;
}

.action-item i.fa-download {
    left: 7px;
    font-size: 67%;
    top: 7px;
}
.dm-icon i.fa-download { font-size: 215%; left: 18px; top: 20px; }
#my-dashboard-reports-detailed span.action-item i.fa-download {
    font-size: 157%;
}
span.action-item i.fa-file-excel-o {
    font-size: 76%;
}
.input-attachment-list {
    width:100%;
}
/*datepicker*/
.ui-widget-content {
    background: #fff;
    border: 0;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding: 0;
}
.dpchanger .ui-widget-content {
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0);
    box-shadow: 0 2px 10px rgba(0,0,0,0);
}
.ui-datepicker-calendar thead tr th {
    font-weight: 500;
    font-size: 13px;
    color: #5f5e5e;
    text-transform: uppercase;
}
.dpchanger .ui-datepicker-calendar thead tr th {
    font-size: 11px;
}
.ui-datepicker td {
    font-size: 13px;
}
.dpchanger .ui-datepicker td {
    font-size: 11px;
}
.ui-datepicker {
    width: 300px;
}
.dpchanger .ui-datepicker {
    width:220px;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 10px;
    text-align: center;
}
.ui-datepicker-calendar .color-default {
    background:#eee !important;
    color:#333 !important;
}

.ui-datepicker .ui-datepicker-header {
    padding: 25px 10px;
}
.dpchanger .ui-datepicker .ui-datepicker-header {
    padding: 5px 10px;
}
.ui-datepicker-title select {
    border: 0;
    background: rgba(255, 255, 255, 0);
    color:#fff;
}
.ui-datepicker-title select option {
    background: #216ccc;
}
.ui-datepicker-calendar thead tr {
    background:#eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #7b7b7b;
    background: rgba(138, 138, 138, 0);
    color: #6f6f6f;
    font-weight: 600;
    border-radius: 90px;
    width: 41px;
    height: 41px;
    padding: 13px;
}
.dpchanger .ui-state-default, .dpchanger .ui-widget-content .ui-state-default, .dpchanger .ui-widget-header .ui-state-default {
    width: 19px;
    height: 19px;
    padding: 3px;
}
.ui-datepicker .ui-datepicker-prev {
    border-radius: 90px;
    margin: 5px;
    top: 22px;
}
.dpchanger .ui-datepicker .ui-datepicker-prev {
    top: 3px;
}
.ui-datepicker .ui-datepicker-next {
    margin: 5px;
    border-radius: 90px;
    top: 22px;
}
.dpchanger .ui-datepicker .ui-datepicker-next {
    top: 3px;
}
/*bootstrap datepicker*/
.datetimepicker {
    padding: 0;
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 260px;
    border: 0;
        -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.datetimepicker table {
    width: 100%;
}
.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td{
    width: 35px;
    height: 35px;
    border-radius: 90px;
}
.datetimepicker .datetimepicker-days .table-condensed thead tr:first-child th {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.datetimepicker .datetimepicker-days .table-condensed thead tr:first-child th:hover {
    background: #2196f3;
    height: 67px;
}
.datetimepicker .datetimepicker-days .table-condensed thead tr:last-child {
    height: 30px;
    background: #007bdc;
}
.datetimepicker .datetimepicker-days .table-condensed thead tr:first-child {
    height: 67px;
    background: #2196f3;
}
.datetimepicker .table-condensed>thead>tr>th {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.datetimepicker .table-condensed > tfoot > tr > th {
    border-radius: 0;
    background: #eee;
    font-weight: 400;
    text-transform: uppercase;
}
.datetimepicker-dropdown-bottom-right:after, .datetimepicker-dropdown-bottom-right:before {
    display:none;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-repeat: repeat-x;
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80;
    background-image: none !important;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #2196f3;
}
label.sub-heading {
    font-size: 152%;
    font-weight: 300;
}
.spnmain {
    background: #f7f7f7;
    border-right-width:0 !important;
}
#divConfigurations tbody tr td {
    padding:0;
}
#divConfigurations tbody tr td span {
    width: 300px !important;
}
div#divConfigurations {
    padding-bottom: 7px;
}
.padding-sides-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-sides-20 {
    padding-left: 20px;
    padding-right: 20px;
}
#txtExDesc {
    width: 100% !important;
    height: 80% !important;
}
/*.tab-content table tr td:nth-child(2) {
    border-bottom:#ccc solid 1px;
}*/
/*Domain name section*/
.domain-name-container {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-left: -15px;
}
.domain-name-container label {
    font-size: 19px;
    color: #848484;
}

/*home page*/
.home-page-header {
    border-bottom: 1px solid #ccc;
    padding: 0 40px;
}
.home-page-header h1 {
    margin: 5px 0px;
    font-weight: 300;
    font-size: 30px;
}
#lnkCompanyName {
    float: left;
    margin-left: 15px;
}
.home-page-header img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-top: 3px;
    float: right;
    cursor: pointer;
    display: inline-block;
}
#compImg {
    float: left;
    height: 35px;
    margin-top: 5px;
}
#divST table tbody tr {
    border-bottom: 1px solid #ccc;
    height: 30px;
}
#divST table tbody tr:last-child {
    border-bottom: 0px solid #ccc;
}
.jstatus-sect table tbody tr td span {
    line-height:20px;
}
form#signature-form .button i {
    font-size: 140%;
    margin: 0;
}
.div-Sec-padding {
    padding: 0 20px 40px 20px;
}
#divCCTemplate table tbody tr td {
    padding:3px 0;
}
div#divPwComplex div {
    float: left;
    width: 100%;
}
div#divPwComplex {
    float: left;
}
.upermit-container tbody tr td, .up-tbl-form-left tbody tr td{
    padding:0;
    height: 28px;
}
.upermit-checkbox-area {
    margin-top:10px;
    float:left;
    width:100%;
}
.upermit-checkbox-area  tbody tr td{
    height: 24px;
    line-height: 14px;
}
.blevel-tbl tbody tr td, .bl-base table tr td {
    padding:0;
    height:27px;
}
.divleftpan {
    border-right:1px solid #ccc;
    width:280px;
    float:left;
}
.divleftpan > div {
    width:100%;
    float:left;
}
.rpanel-content {
    float:left;
    width:50%;
    padding:10px 0px 20px 20px;
}
.rpanel-content table tr td {
    min-height: 33px;
    line-height: 21px;
}
span.list-policy-itm {
    float: left;
    width: 70%;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 700;
}
span.list-policy-desc {
    width: 70%;
    float: left;
    margin-top: 5px;
}
#divProcessItems {
    width: 100%;
    float: left;
}
.slim-div-doc {
    padding: 15px 30px 20px 20px;
}
.pfpmodnchildc {
            width: 403px;
            display: inline-block;
            vertical-align: top;
        }

        .processitem {
            min-height: 50px;
            margin: 5px 0px;
            position: relative;
        }
            .processitem:hover {
                background:#eee;
            }
        .processitem > label {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        .processno {
            float: left;
            font-size: 23px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            width: 50px;
            border-radius: 90px;
            font-weight: 300;
        }

        .processname {
            display: table-cell;
            height: 50px;
            padding: 0 5px;
            vertical-align: middle;
            width: 200px;
            font-size: 14px;
            line-height: 18px;
        }

        .selected-tile {
            display: table-cell;
            height: 50px;
            padding: 0 5px;
            vertical-align: middle;
            width: 200px;
            font-size: 12px;
            line-height: 18px;
            font-weight: 700;
        }

        .selected-tile-mark {
            float: right;
            position: absolute;
            right: 0;
            z-index: 1;
            padding: 0 !important;
            border-color: transparent !important;
        }

        .selected-tile-arrow {
            border-style: solid;
            border-width: 0 31px 30px 32px !important;
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 !important;
        }

        .gridCaption {
            border-bottom: 3px solid rgb(204, 204, 204);
            margin-bottom: 5px;
            padding-bottom: 5px;
            font-size: 14px;
            line-height: 32px;
            font-weight: 100;
        }

        .counter {
            font-weight: bold;
            text-align: center;
            width: 32px;
            border: 1px solid transparent;
            -webkit-border-radius: 22px;
            -moz-border-radius: 22px;
            margin-top: 2px;
            margin-right: 3px;
            float: right;
        }
.proc-counter .counter {
    padding:0 !important;
}
.bmc-container {
    margin-top:40px !important;
}
.plus-fix .pic16-plus{
    position:absolute;
}
.com-rule-header {
    height:50px;
}
.uic-fliter-container {
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
}
.uic-fliter-container input[type=text], .uic-fliter-container select {
    border-bottom:1px solid #ccc !important;
}
.uic-heading {
    margin: 10px 0px 0px;
    line-height: 18px;
    font-size: 25px;
    display: inline-block;
    vertical-align: super;
    font-weight: 300;
}
.UICustomizer-header {
    padding: 5px 20px 5px 15px;
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.ui-customizer-content {
    margin-top: 0px !important;
}
div#divSec2 {
    padding: 10px 20px;
}
h1#lnkTeplateStatus {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
    line-height: 29px !important;
    width: 138px;
    margin: 10px 0 0 !important;
}
h1#lnkTeplateStatus .pic16-select-arrow {position: absolute;right: 24px;bottom: 15px; }
div#divCATPopupAGeneral {
    overflow: hidden;
}
#tblTERecurrence tbody tr td {
    width:initial;
}
#tblTERecType > tbody > tr > td {
    padding:4px 7px;
}
/*pbi-Dashboard*/
.dashpadding {
    padding: 46px 0 0 0;
}
.explorationContainer .exploreCanvas {
    background-color: #ffffff;
}
.text {
    display:none;
}
.gb-input-underline input[type=text], .gb-input-underline input[type=password], .gb-input-underline select{
    border-bottom:1px solid #ccc !important;
}
.sca-emp-acount span.pic16-search {
    bottom: 17px !important;
    right: 20px !important;
    position: absolute;
}
.sca-emp-acount span.pic16-close {
    bottom: 17px !important;
    right: 40px !important;
    position: absolute;
}
.ax2 {
    position: absolute;
    top: 7px;
    right: 20px;
    padding: 4px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 3px solid #cecece;
    border-radius: 30px;
}
.left-sect-container {
    width:335px;
    float:left;
        margin: 0;
}
.left-sect-inner {
    width:100%;
    float:left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    white-space: normal;
}
.com-org-desc {
    width: 65%;
}
#divJournalContent {
    overflow: auto;
    height: 497px;
}
.rma-slide-2 {
    position:absolute;
    width:100%;
    height:440px;
    right:-950px;
    background:#fff;
    top:0;
}
#divRemarkRMA {overflow: auto; }
.rma-slide-2-in {
    right:0;
}
#filter-item-div #tblFilters tbody td:nth-of-type(3) {
    display: none;
}
.rep-check {
    position: absolute;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#divPolList > b { padding: 10px 20px; float: left; }
/*barcode grid*/
.jqx-window-header-metro, .jqx-input-button-header-metro, .jqx-calendar-title-header-metro, .jqx-grid-metro .jqx-widget-header-metro, .jqx-grid-header-metro, .jqx-grid-column-header-metro { color: #767676; background: #fff !important; border: none; border-bottom: 2px solid #ccc; }
.jqx-widget-content-metro { border: 0 !important; }
.jqx-widget-header > div > div { border-right: 2px solid #ccc; }
.jqx-widget-header > div { border-right: none; }
.jqx-input, .jqx-text-area-metro, body .jqx-popup { border: 1px solid #ccc !important; }
.iconscontainer { border: 0 !important; }
.jqx-grid-column-header span { font-size: 13px; text-transform: capitalize; color: #8a8a8a; font-weight: 500; }
.jqx-grid-cell-sort-alt-metro, .jqx-grid-cell-filter-alt-metro, .jqx-grid-cell-pinned-metro, .jqx-grid-cell-alt-metro, .jqx-grid-cell-sort-metro { background-color: #fff !important; }
.jqx-widget-metro .jqx-grid-cell-metro, .jqx-widget-metro .jqx-grid-column-header-metro, .jqx-widget-metro .jqx-grid-group-cell-metro { border-right: 0 !important; }
.jqx-widget-metro .jqx-grid-cell-selected-metro, .jqx-grid-cell-selected-metro { color: #333 !important; }
#contenttablejqxgrid > div:last-child > .jqx-item { border: 0; }
#txtExDesc { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; }
.set-width {width: 1334px;}
.dashboard-charts .dbhmchrt { border-bottom: 0px solid #eee !important; border-top: 0px solid #ccc !important; }
.dashboard-charts .canvas-container {margin-bottom: 20px; border-radius: 0 0 5px 5px; }
.chart-nav-bar { padding: 8px 20px; border-bottom: 1px solid #ccc; float: left; width: 100%; }
.kpi-mod-div { margin: -14px 0 23px; font-size: 14px; font-weight: 700; background: #f3f3f3; padding: 15px 15px; float: left; width: 100%; text-align: left; color: #8c8c8c; }
.chart-nav-bar label { font-size: 15px; font-weight: 700; margin: 0; }
.chart-controll-btn-area { float: right; }
.chart-controll-btn-area a { font-size: 140%;color: rgba(116, 116, 116, 0.61); padding: 0 5px; }
.chart-controll-btn-area a:hover { color: #111; }
.chart-controll-btn-area { float: right; margin-right: -15px; }
:-webkit-full-screen { position: fixed; width: 100%; top: 0; background: none; height: 100%; }
:-moz-full-screen { position: fixed; width: 100%; top: 0; background: none; height: 100%; }
:-ms-fullscreen { position: fixed; width: 100%; top: 0; background: none; height: 100%; }
:fullscreen { position: fixed; width: 100%; top: 0; background: none; height: 100%; }
:-ms-fullscreen { width: auto; height: auto; margin: auto; }
.tbl-notification-div { padding: 10px; }
.group-box-left { border-right: 1px solid rgb(204, 204, 204); width: 280px; float: left; background: #fff; }
.mbBtn { border: 1px solid #ccc; margin: 5px; padding: 3px 5px; border-radius: 90px; position: relative; top: -1px; }
.grid-container .gridarea table .mbBtn { display:none;}
.indicator-wrapper {float: left;width: 100%;background: #f8c538;margin-bottom: 10px;}
.indicator-wrapper > div {padding: 10px 20px;width: 100%;}
.ind-label {background: rgba(51, 51, 51, 0.45);}
.indicator-wrapper label {color: #fff;font-size: 15px;text-transform: uppercase;font-weight: 600;}
.ind-value label {font-size: 30px;font-weight: 300;}
@media (max-width:768px) {
    .group-box-left { width: 280px; position: fixed; z-index: 1; top: 169px; left: -280px; }
    .group-box-left-in { left: 0 !important; }
    .tblgridbase td > div {    height: 30px; }
    .tblgridbase .tb { height: 74px !important; }
}
@media (max-width:768px) and (min-width: 481px){
    .group-box-left { top: 186px; }
}
@media (max-width: 481px) {
    .group-box-left { top: 126px; }
}
@media (min-width: 1025px) {
    .mbBtn { display: none; }
}
/*cost astimation list*/
.costcontent { list-style: none; padding: 0; }
.costcontent li { display: inline-block; margin-right: 10px; position: relative; float: left; margin-bottom: 21px; }
.costcontent li:before { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f00c"; font-size: 120%; position: absolute; color: #fff; z-index: 1; top: 0px; left: 5px; }
.costcontent li a { color: #fff; background: #5c97a9; padding: 5px 10px 5px 25px; border-radius: 3px; text-decoration: none; font-weight: 700; }
div#divCostOb #SearchCost { border: 1px solid #ccc; border-radius: 90px; width: 200px; position: relative; padding-right: 30px; }
div#divCostOb i { position: absolute; top: 5px; left: 195px; font-size: 123%; color: #908f8f; }
div#CostContent { position: relative; top: 12px; }
#myDiagramDiv {border:0 !important;background:#fff !important; }
/*heirarchi grid*/
div.orgChart div.node { width: 150px !important; box-shadow: none !important; border: 0 !important; background: #2083ca !important; border-radius: 2px !important; }
.node lable { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 150px; margin-left: -5px; font-weight: 700; color: #fff; border-bottom: 1px solid rgba(51, 51, 51, 0.26); float: left; min-height: 32px; padding: 10px 5px; margin-top: -5px; background: rgba(0, 0, 0, 0.29); border-radius: 2px 2px 0 0; }
.org-add-button { padding-left: 19px!important; padding-top: 2px !important; border: 0 !important; padding: 5px 5px 2px 20px; background: none !important; color: #fff; font-weight: 700; }
.org-add-button:before { font-family: FontAwesome; font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f055"; font-size: 120%; position: absolute; color: #fff; z-index: 1; top: -13px; left: 3px; }
div.orgChart tr.lines td.left { border-right: solid 2px #d0d0d0 !important; }
div.orgChart tr.lines td.top {border-top: solid 2px #d0d0d0 !important;}
.org-del-button { background: none !important; }
.org-del-button:before { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f056"; font-size: 120%; position: absolute; color: #fff; z-index: 1; top: -1px; left: -4px; }
div#directions-panel { background: #2b92ce; padding: 15px; color: #fff; font-size: 14px; line-height: 23px;    overflow: auto; }
.prod-batch-list input[type=checkbox] {width: 14px; }
.prod-batch-list { list-style: none; padding: 0; margin: 10px 0; }
.prod-batch-list li { margin: 5px 10px 5px 0; float: left; background: #6db4ff; padding: 5px; border-radius: 4px; }
.prod-batch-list li a {color: #fff;font-weight: 700; }
.prod-batch-list li a input[type=checkbox] { width: 15px; }
#divRightPanelContent table > tbody > tr > td:last-child { max-width:300px;word-wrap: break-word;}
#divRightPanelContent table > tbody > tr > td {vertical-align: top; }
.pp-history {width: 97.5%;left: 10px;padding: 0;top: 43px;}
.sc-ftbanners {width:auto !important; }
.sc-ftbanners > div {float:left;position: relative;bottom: -3px; }
.tile-mark label { width: 100%; margin-bottom: 10px; color: #70bd4a; font-weight: 700; font-size: 25px; }
.custom-tooltip { position: absolute; display: none; background-color: white; width: 400px; z-index: 5000; -webkit-box-shadow: 0px 0px 5px 1px rgba(156,156,156,1); -moz-box-shadow: 0px 0px 5px 1px rgba(156,156,156,1); box-shadow: 0px 0px 5px 1px rgba(156,156,156,1); border-radius: 3px; min-height: 113px !important; height: auto !important; }
.custom-tooltip h3 { word-break: break-all; max-height: 68px; overflow: hidden; }
.custom-tooltip div { word-break: break-all; max-height: 100px; overflow: hidden; max-height:100%;}
#tblAttribute thead, #tblAttributeQcParamer thead { display:none;}
#tblProfile thead {display:none; }
.modal-backdrop {z-index:5000;}
.payble-txt span:last-child {position: absolute;right: 10px;top: 4px;}
#tdDesc { width: 100%; }
#lblluDescription { width: 100% !important; word-break: break-all; }
.cost-estim-td .pic16-file{position: absolute;top: 7px;right: -11px;}

.setting-intro { padding: 10px 0 20px 0; font-size: 13px; font-style: italic; font-weight: 400; line-height: 20px; max-height: 60px;min-height:60px; color: #868686; border-bottom: 1px solid #ccc; }
.setting-switch .setting-intro { max-height: 85px; min-height: 85px; }

label.bc-appruwal-lbl { font-size: 20px; font-weight: 700;    line-height: 30px; float: left;}
.bc-vals { padding-top: 10%; }
.bc-vals a {font-weight: 700;font-size: 20px;width: 35%;float: left;line-height: 31px;margin-left: 10px;}
.val-display td, .val-display th{ font-size:15px;line-height:27px !important}
.sp-processdesc > span {padding: 0 5px 0px 45px !important;word-break:break-all;overflow:hidden;}
.sp-processitem { overflow: hidden; }
.timepickerfix { position:relative;}
#tblGridTimeRecord tbody tr td:last-child .timercfix { right:20px;}
#tblGridviewKBS tr .tlcon-tran div, #tblProductionOverview tr td{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.view-intenal-pic-align { margin-top: 8px; }
textarea#txtStatReason { text-overflow: ellipsis; max-width:250px; line-height:20px; }
label#txtStatReason { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;max-width:250px;line-height:20px; }
#tabDSPPreventive {width:auto; }
/*cash flow styles*/
.cf-maincontainer { border: 1px solid #eee; border-bottom: 0;}
.cf-content { padding: 10px 30px; }
.cf-heading {background: #fff;padding: 8px 30px; border-bottom: 1px solid #eee; }
.cf-heading h2 { margin: 0; font-size: 20px; font-weight: 400;}
.cf-content { padding: 10px 30px; border-bottom: 1px solid #eee; }
.cf-content .form-group { margin-bottom: 15px; }
.editer-other-btn { height: 18px; width: 18px; margin-bottom: 0px; }
.template-content { word-break: break-all; }
#treeGrid tbody td, #wbsSModel tr td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 20px; }
.rotate-90 {-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg); }
#divProcessTabtwo {float: left;width: 1052px;overflow: auto;}
.recCount { padding: 5px 10px; position: absolute; right: 1px; background: #009fff; top: 1px; color: #fff; font-weight: 700; font-size: 14px; }
#txtAdvExDesc {resize:none; }
.stock-map-div { height: 400px; float: left; width: 100%; }
.ftbase > div {padding-bottom: 30px; }
.width-fix select{width:95% !important; }
.width-fix .pic16-plus {float: none !important; vertical-align: middle !important;margin-left: 1px !important;}
.margin-fix .pic16-plus { margin-left: 4px !important; }
.cal-fix .divlookuptext input[type=text] { width: 92% !important; }
.cal-fix .pic16 {margin-left: -1px !important; }
.divlookuptext #txtProductionOrder { min-width: 90% !important; }
.empAdvanceHieght .divlookuptext { width: 97% !important; }
/*responsive inputs*/
.one-btn-input select {width: 95% !important;}
.two-btn-input input[type=text]{width: 90% !important;  }
.three-btn-input input[type=text]{width: 86% !important; }
a.fixed-dash-menu {float: right;font-size: 150%;color: rgba(51, 51, 51, 0.61);position: relative;top: 7px;padding: 5px 0px;}
.canvas-container .table tbody tr td {
    text-align:left;
}
@media (max-width:1255px) and (min-width: 900px) {
    .three-btn-input input[type=text] { width: 75% !important; }
    .one-btn-input select {width: 90% !important;}
    .two-btn-input input[type=text]{width: 80% !important;  }
}

.popover {
    z-index:3002;
}


.secondlogo {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
margin:0px;
padding: 0 10px;
}

.versionText {
position: absolute;/**fixed*/
bottom: 0;
right : 0;
width: 30%;
padding: 0 10px;
margin:0;
float:right;
}

.bi-sect {float:left;padding:0 10px;}.message-task-item-div{float:left;border-bottom:1px solid #eee;padding: 20px 0 5px 0;width:100%}.message-template-name{color:#676a6c;font-size:13px;font-weight:500;line-height:0;word-break:break-all}.message-template-body{font-size:13px;margin-top:5px;width:100%}.message-date-wrapper div{float:left;padding:1px 0 0;font-size:10px;color:#919090;font-weight:400}.mst-actions{font-size:150%;margin:5px;color:#cfcfcf;top:-2px;position:relative}.mst-actions:first-child{color:#93c818}.mst-actions:last-child{color:#e90000}.mst-actions:hover{opacity:.6}.message-date-wrapper .mst-actions{top:8px}

.disabledbutton {
    pointer-events: none;
    /*opacity: 0.4;*/
}

@media only screen and (max-width : 767px) {
    .loginImage {
        display:none;
    }
}

 /*------------- Start admin special messages box---------- */
.admin-message-info {
position:absolute;
left:15%;
right:20%;
margin:auto;
z-index:150;
width:70%;
margin-top:-15px;
background:#040404ba;
border-radius:15px;
padding:4px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}
.admin-message-info-body {
border:dashed white 2px;
padding:20px;
padding-bottom:15px;
border-radius:15px;
}
.admin-message-info p {
    padding-top:5px;
color:white;
font-size:15px;
text-align:center;
opacity:1!important;
line-height:18px;
}
    .admin-message-info p a {
    color: yellow
    }

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.7;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
 /*------------- End admin special messages box---------- */

 /*--------------Start Cropit js.------------------------*/
 #divDetailsCont{
    padding: 50px 0px 150px 0px;
}
#divSecProduct{
    margin-top:20px;
}
#divGen {
padding-top:10px;
}
.cropit-preview-image-load{
  width: 100%;
 height: 100%;
   cursor:zoom-in;
}
 
#divImageSlideHolder{
  display: flex;
  flex-wrap: wrap;
  
}

.ui-draggable.first{
 position:fixed!important;
 top: 70px!important;
 }
 /*--------------End Cropit js.------------------------*/


 .pull-right-text{
     text-align:right;
     vertical-align:middle!important;
 }
.table-text-width-150 {
width:80px;
}


/*--------------------- Lite Sales INvoice ----------------------------*/
.header-invoice {
border-bottom:solid #e0e0e0 2px;
padding-bottom:8px;
}
#divSimpleSIBase {
margin-top:10px;
}
.invoice-name-label{   
    font-size:24px;
    font-family:unset;
    font-weight:700;
    color:#616161;
    padding:0px;
    margin:0px;
}
.simple-invoice-no-label{
    font-size:13px;
     font-family:unset;
    font-weight:700;
    line-height:25px;
    letter-spacing:-0.3px;
    color:#717171
}
#simple-invoice-id {
        font-size:13px;
     font-family:unset;
    font-weight:700;
    line-height:20px;
    letter-spacing:-0.3px;
}

.total-label{
    padding:0px;
    margin:0px;
     font-size:22px;
     font-family:unset;
    font-weight:700;
    padding-top:30px;
    margin-bottom:10px;
    text-align:right;
}
#invoice-total-id{
    font-size:40px;
    font-family:unset;
    font-weight:700;
    color:#616161;
    padding:0px;
    margin:0px;
    line-height:30px;
    text-align:left;
    
  transform: scale(1, 1.3);
}
.default-html-style-input {
border:solid #616161 1px!important;
border-radius:0px!important;
font-weight:400;
padding-left:5px;

}
.invoice-date-icon {
    position:relative;
    float:right;
height:25px;
width:25px;
border:solid #616161 1px!important;
border-radius:0px!important;
}

.invoice-date-icon {
    position: relative;
    float: right;
    height: 25px;
    width: 30px;
    border: solid #616161 1px !important;
    border-radius: 0px !important;
    margin-top: -25px;
    margin-left: 25px;
    background-color: white;
    background-image: url('images/simpleInvoice/icon-calendar.png');
    background-size:cover;
    right:-6px;
    cursor:pointer;
       border-bottom: 1px solid #ccc !important;
}
.invoice-date-label, .invoice-select-customer-label {
color: #424242;
font-weight:600;
padding:0px!important;
margin:0px!important;
padding-top:5px;
padding-bottom:5px!important;
font-size:13px;
}   

.invoice-add-customer-icon {
   position: relative;
    float: right;
    height: 28px;
    width: 28px;
    border-radius: 0px !important;
    margin-top: -25px;
    margin-left: 25px;
    background-color: white;
    background-image: url('images/simpleInvoice/search-customer.png');
    background-size:cover;
    right:10px;
}
.invoice-search-customer-icon {
      position: relative;
    float: right;
    height: 28px;
    width:28px;
    border-radius: 0px !important;
    margin-top: -25px;
    margin-left: 25px;
    background-color: white;
    background-image: url('images/simpleInvoice/add-customer.png');
    background-size:cover;
    right:30px;
}
.customer-details-table{
    margin-top:10px;
}
.invoice-details-section{
 margin-right:30px!important;
                        }
.invoice-details-section td, tr {
padding:0px!important;
margin:0px!important;
font-size:13px;
font-weight:500
}
.invoice-details-section td p {
padding:0px;
margin:0px!important;
padding-left:5px;
font-size:16px; 
font-weight:400;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    line-height: 24px;
}
    .invoice-details-section td span {
    padding:0px;
margin:0px!important;
padding-left:5px;
font-size:12px; 
font-weight:500; 
    }
.invoice-icon-viewCustomer-details{
height:15px;
width:15px;
background-image: url('images/simpleInvoice/icon-view-cus-details.png');
background-size:cover;
}
.currency-label {
font-size:20px!important;
font-weight:600!important;
}


.invoice-details-section label {
padding:0px!important;
margin:0px!important;
}

.invoice-detail-icon {
height:45px;
width:45px;

}
.invoice-details-section {
float:left;
margin-right:20px;
}
.detail-icon-main-section {
float:left;
}

#tabletabCreditCard tr:first-child td{
padding-top:20px;
}

#tblChque tr:first-child td{
padding-top:20px;
}
#tabletabCreditCard td {
padding-top:8px;
}

#tblChque td {
padding-top:8px;
}

.invoice-Product-label, .invoice-qty-label{
    font-weight:600;
    font-size:13px;
    color:#424242;
}

.button-invoice-table-print{
    position:absolute;
    top:-20px;
    right:10px;
    padding:05px 20px 5px 20px!important;
    
}

.customer-icon {
 background-image: url('images/simpleInvoice/customer-icon.png');
 background-size:cover;
}
.currency-icon{
     background-image: url('images/simpleInvoice/currency-icon.png');
 background-size:cover;
}
.units-icon{
  background-image: url('images/simpleInvoice/units-icon.png');
 background-size:cover;
}
.discount-icon{
  background-image: url('images/simpleInvoice/discount-icon.png');
 background-size:cover;
}
.taxes-icon{
  background-image: url('images/simpleInvoice/taxes-icon.png');
 background-size:cover;
}
.button-invoice {
padding:12px;
margin-top:20px;
margin-right:15px;
background:#bdbdbd;
display: inline;
float:left;
text-align:center;
width:45%!important;
color:#424242;
font-size:16px;
font-weight:700;
text-decoration:none;
}
    .button-invoice:hover {
  background:#a5a1a1;  
  color:#424242;
  text-decoration:none;
    }
#invoice-product-Name {
 width: 225px;
}
.button-invoice-table {
padding: 8px 18px 8px 18px;
margin-top:20px;
margin-right:8px;
background:#e0e0e0!important;
display: inline;
float:right;
text-align:center;
color:#000000;
font-size:14px;
text-decoration:none;
}

.button-invoice-print{
    position:absolute;
    top:-20px;
    right:8px;
    padding:5px 20px 5px 20px!important;
}

.button-invoice-table:hover {
    color:#424242;
    text-decoration:none;
    background:#bdbdbd!important;
    cursor:pointer;
}


.btn-del {position:absolute;
margin-top:-200px;
margin-left:150px;
z-index:15000000;
height:30px;
width:30px;
text-align:center;
border-radius:100%;
font-weight:00;
background:white;;
cursor:pointer;
padding:3px;
border:solid #b7b7b7b8 1px;
box-shadow: 5px;
font-size:20px;
cursor:pointer;
color:#7d7d7d !important
}

.btn-del:hover{
   background:#d1d1d1;
   cursor:pointer; 
}
.view-zoom-img {
height:50px;
width:50px;
background:red;
position:relative;
z-index:9999;
}


    
/* The Modal (background) */
.viewpreviewimage-class {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* The Close Button */
.closepreviewimage {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closepreviewimage:hover,
.closepreviewimage:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.modal-content-img{
  margin: auto;
  position:relative;
  display: block;
  width: 80%;
  max-width: 600px;
  z-index:100000;
}
 
/* Add Animation */
.modal-content-img {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/*.cropit-container:nth-child(6){
    margin-left:95px;
}*/
.cropit-container{
    margin-top:2px;;
}
     
.cropit-preview-image-container{
 border:solid #aba6a6 1px;
    border-radius:5%;
}
.cropit-image-input{
    margin-top:5px;
}

.printout-icon-section-yellow{
    background-color: #ecd110f2!important;
    float: left;
    margin: -14px;
    width: 60px;
    height: 93px;
    display: block;
    padding: 20px;
    border-right: 13px rgba(255, 255, 255, 0.35) solid;
}

.emailaddress-popup-close-btn{
    margin-top:-25px!important;
}

.pop-up-payment-header{
    background:#eae3e3;
    padding:10px;
    padding-top:20px;
    border-radius:0px 35px 0px 0px;
    padding-bottom:50px;
        border-bottom:solid #bdbdbd 2px;
}
/*#txtTotAmt,#txtBalance {
    -webkit-appearance: none;
    border:none;
    box-shadow:none;
    outline:none;
    background:none;
    font-size:30px;
    font-weight:700;
    height:29px;
    max-width:350px;
    text-align: left!important;
    padding: 0px;
    margin: 0px;
}*/

.tab-content-popup{
    display:none;
}


.Total-Amount-td label{
    padding:0px!important;
    margin:0px!important;
    font-size:18px;
    font-weight:700;
}

.Balance-td label {
       padding:0px!important;
    margin:0px!important;
    font-size:18px;
    font-weight:700;
}


.Cash-Payment-popup{
    padding-top:15px;
     padding-right:20px;
}
.Cash-Payment-popup span{
    font-size:14px;
    font-weight:600;
    padding-bottom:10px;
}
#txtCash{
    height:25px;
    padding:2px;
    margin:0px;
    margin-top:6px;
}

.Balance-td{
border-left:solid 1px;
padding-left:20px;  
}
/*#txtBalance{
    font-size:45px!important;
    height:40px;
}*/

.payment-popup-payment-method-section{
    margin-top:-28px;
   position:relative;
}


.payment-methods-tab:nth-child(1){
    font-size:13px!important;
    font-weight:600!important;
    font-style:italic!important;
    padding-left:20px!important;
    background:none;
    border:none!important;
}
.payment-methods-tab{
  border:solid 1px!important;
  margin:0px!important;
  padding:2px 20px 2px 20px!important;
    border-left:none!important;
    border-bottom:none!important;
     border:solid 1px!important;
    border-bottom:none!important;
    background:white;
}
.payment-methods-tab:nth-child(1){
   
}
.payment-methods-tab P{
    padding:0px;
    margin:0px;
    border:none!important;
    border: none;
}
.total-display{
    padding-right:15px;
}
/*-------------------------Power Bi New Template---------------------------------*/

.bi-dashboard-main-div{
    background: white;
}

.bi-board-image-1 {
 background: url('images/bi-dashboard-1.png') no-repeat;
 height:100vh;
}
.bi-dashboard-dashboard-templates {
padding:50px;
}
.bi-dashboard-dashboard-templates p {
    font-size:22px;
    font-weight:700;
}
.BI-dashboard-template {

}
.BI-dashboard-icon {
 background:#fbda1a;
height:120px;
border-radius:20px;
width:140px;
margin:20px;
cursor:pointer;

}
.dashboard-icon-0 {
    height:80px;
    width:80px;
    margin-left:15px;
    background: url('images/powerbi/dashboard-icon-0.png') no-repeat;
    background-size:cover;
    padding:0px;
    margin-top:10px;
    margin-bottom:0px;
}
.dash-board-name{
font-size: 13px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    text-align: center;
    color: #223c4e;
    line-height: 25px;
    cursor:pointer;
}
.BI-dashboard-icon-empty{
background:#fbda1a52;
height:120px;
border-radius:20px;
width:140px;
margin:20px;
cursor:not-allowed!important;

}
.BI-dashboard-template{
    height:400px;
    max-height:350px;
    overflow-y:auto;
    overflow-x:none;
}

#full-screen-dashboard {
    display: none;
    position: fixed;  
    padding-top: 100px; 
    overflow:hidden;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
    z-index:155555555;
}
.BI-dashboard-header {
position:fixed;
height:50px;
 background:#fbda1a;
 width:100%;
 top:0px;
}
.BI-dashboard-body {
position:fixed;
height:92vh;
 width:100%;
 top:50px;
 padding:0px;
    margin:0px;
}

#entition-bi-dashboard{
    height:100vh;
    width:100vw;
    padding:0px;
    margin:0px;
}
.dashboard-header-icon {
height:35px;
width:35px;
background: url('images/powerbi/dashboard-header-icon.png') no-repeat;
background-size:cover;
margin: 8px;
text-align:right;
position:absolute;

}
#dashboardName{
color:black;
font-size:20px;
font-weight:700;
margin-top:15px;
margin-left:40px;
}
#BI-dashboard-close{
color:black;
font-size:30px;
font-weight:700;
margin-top:15px;
margin-left:40px;
right:-80px;
position:absolute;
cursor:pointer;
}


#isfilterPaneEnabled{
    position:absolute;
    left:18px;
    top:10px;
}
#isnavContentPaneEnabled{
    left:18px;
    top:3px;
    position:relative;
    left:5px;
}
.isfilterPaneEnabled-label{
    margin-left:18px;
    cursor:pointer;
    padding-right:50px;
}

.isnavContentPaneEnabled-label{
    margin-left:28px;
    cursor:pointer;
}



.BI-dashboard-icon div {
	position: relative;
}
.BI-dashboard-icon div::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.BI-dashboard-icon div:hover::before {
	-webkit-animation: circle .50s;
	animation: circle .50s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0.5;
    }
}

        #divAttachments #ctrlAttachments {
 position:absolute;
 width:96%;   
}

#divAttachments  #ctrlImageAttachments{
 position:absolute;
 width:96%;   
}

.image-list-loaded{
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-gap: 10px;
  padding: 20px;
  border:solid #d4d2d2 1px;
  border-top:none;
  text-align:center;
  max-height:280px;
  overflow:scroll;
  overflow-x:hidden;
  padding-left:40px;
  grid-template-columns: repeat(8, 1fr);
}
.attachedImage-main-div{
   
}
.Loaded-image-fileAttached{
    border:solid 1px;
    max-width:150px;
    max-height:150px;
    height:125px;
    width:125px;
    border-radius:8px;
    padding:3px;
    cursor:zoom-in;
}
.attachedImage span{
    border-radius: 100%;
    background: white;
    cursor: pointer;
    border: solid #b7b7b7b8 1px;
    box-shadow: 5px;
    font-size: 18px;
    cursor: pointer;
    color: #7d7d7d !important;
    position:relative;
    font-size:22px!important;
    margin-right:-50px;
    height:35px;
    width:35px;
    top:-44px!important;
    border-radius: 100px;
    right:-85px!important;
 padding:5px;
}
.attachedImage span:hover{
    background: #d4d0d0;
    color:black!important;
}

.attachedImage-name label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    line-height: 30px;
    position:relative;
    left:-7px;
    text-align:center;
    margin-top:-5px;
}

.vehicle-image{
max-width:200px;
}

.vehicle-image{
       
max-width:200px;
 border: solid 1px;
        max-width: 200px;
        max-height: 200px;
        height: 150px;
        width: 150px;
        border-radius: 8px;
        padding: 3px;
        margin-top:20px;
}

.vehicle-image-delete{
    position: absolute;
        margin-top: -160px;
        margin-left: 130px;
        z-index: 15000000;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 100%;
        font-weight: 00;
        background: white;
        cursor: pointer;
        padding: 3px;
        border: solid #b7b7b7b8 1px;
        box-shadow: 5px;
        font-size: 20px;
        color: #7d7d7d !important;
}

.vehicele-Fule-Level {
margin-top:10px;
-webkit-appearance: none;
width: 100%;
height: 25px;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
padding:0px;
max-width: 489px;
}

.vehicele-Fule-Level{
opacity: 0.5;
}

.vehicele-Fule-Level::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: #000000;
cursor: pointer;
opacity:0.8
}

.vehicele-Fule-Level::-moz-range-thumb {

}
#rangevalue1,#rangevalue2,#rangevalue3,#rangevalue4{
position:absolute;
top:8px;
left:50%;
float:right
}

#rangevalue1 {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#rangevalue1::after {
content: "%";
}
#rangevalue2::after {
content: "%";
}
#rangevalue3::after {
content: "%";
}
#rangevalue4::after {
content: "%";
}

.tbl tbody td {
  padding-left:7px;
}

.tbl tbody td:nth-child(1) {
  padding-left:0px;
}
.tbl tbody td:nth-child(3) {
  padding-left:0px;
}
.tbl tbody td:nth-child(9) {
  padding-left:10px;
}



.damage-mark-scroll-div{
       width:100%;
       height:300px;
       overflow:scroll;
       max-width:600px;
       max-height:300px;
      overflow: scroll;
          border-top:dashed  1px;
      border-left:dashed  1px;
}

.lockd-dialogbox-draggable-damageimage{
   
}

.selected-image-rentagr {
        border: solid 1px;
        max-width: 180px;
        max-height: 180px;
        max-height: 150px;
        height: auto!important;
        width: 185px!important;
        border-radius: 8px;
        padding: 3px;
        border:dashed 1px!important;
}

.btn-DeleteAttachmentImage-rentAgr{
    font-size:25px;  
    background:white;
      border-radius: 100px;      
        padding: 6px;
        border-radius: 100%;
        background: white;
        cursor: pointer;
        border: solid #b7b7b7b8 1px;
        box-shadow: 5px;
        font-size: 20px;
        cursor: pointer;
        color: #7d7d7d !important;
       margin-left:-15px;
       margin-top:-10px;
         position:absolute;
         height:30px;
         width:30px;
 }
.ïd-image-select{
    padding-top:10px;
}
.damage-mark-action-btnSet td{
    width:auto!important;
    padding-left:30px;
    padding-top:5px;
   padding-right:40px
}
.damage-mark-radio{
    height:18px;
    width:18px;
    background:red!important;
    cursor:pointer;
}
.damage-mark-action-btnSet td label{
height:20px;
margin-bottom:-20px;
 cursor:pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}
.dent-span, .Scratch-span{
    margin-bottom:10px!important;
    padding:3px;
   padding-left:0px;
   font-size:14px;
    position:absolute;
}
.Damage-mark-resetBtn{
    margin-left:20px;
}
.damage-mark-action-btnSet{
    vertical-align:middle;
    margin-left:20%
}
.fuel-level-bar{
position:absolute;
top:8px;
left:50%;
float:right;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.fuel-level-bar::after {
content: "%";
}
.checkin-damage-text{
    width:100%;
    padding-left:5px;
    padding-right:10px;
}
#txtChekinFuelPro,#txtChekinDamPro{
    min-width:93%!important
}
#tabResidence,#tabWork {height: auto !important;}
.selected-image-rentagr {border: none !important;}
.selected-image-rentagr-border {border: dashed 1px !important;}
#lblAgreementRate, 
#lblExtraMileageRate, 
#lblExtraMileageRate, #lblAllotedMileageRate, #lblAllotedHours, #lblExtraHourRate {
   text-align: right;}
  
   #lblAccount2, #lblVehicleNo,
    #lblAgreementPackage,#lblResponsibleUser, 
   #lblScheduleCode, #lblInvoicProduct {
       width: 90% !important;

   }
  
.ftbanners:last-of-type{width:auto!important;min-width:150px!important;}
  

.ftbanners:last-of-type #lnkTeplateStatus{width:100%!important;font-size:13px!important;padding-right:12px;}

#txtSchlCode, #txtResponsibleUser, #txtPackge {
            min-width: auto !important;
            width:85%!important;
}
#cmbAccountGrp, #txtAccount, #cmbContact{
             min-width: auto !important;
            width:90%!important;
}

.file-chooser-retnta{
    width:180px;
}
.checkin-details-section {
overflow-y:auto;
max-height:360px;
}
#txtReplaceVehicle,#txtCurrentVehicle, 
#txtCurrentVehicleDriver,#lblCurrentVehicle, #lblCurrentDriver {
width: 90% !important;
}
#divAccessories{
 /*padding-top:80px;*/  
}
#tblChargersServices, #tblAccessories{
       width:99%!important
}
.check-out-details-section{
    overflow-y:auto;
    overflow-x:auto;
    max-height:390px;
}
#divRecordAddition {
overflow-y:scroll!important;
overflow-x:hidden!important;
max-height:450px!important;
}


.damage-mark-scroll-div-common{
     width:550px!important;
    overflow:hidden!important;
    height:310px!important;
    max-height: 350px!important;
    border:dashed 1px!important;
}
.cavas-common{
     width:550px!important;
    height:310px!important

}

.damage-mark-scroll-div-VR{
    width:550px!important;
    overflow:hidden!important;
    height:250px!important;
    border:dashed 1px!important;
}

.cavas-vehicle-replacement{
     width:550px!important;
    height:250px!important
}

.Damage-mark-resetBtn{
    margin-left:20px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#txtDriverReplaceVehicle,#txtDriverReplaceDriver, #txtDriverReplace{
    width:90%;
    min-width:90%!important
}
.hourpickertxtDriverReplacecheckoutDatetime, .hourpickertxtDriverReplaceDatetime{
   margin-left:-200px
} 

#divPolList #NaviContainer #nvigation{ 
max-height:80vh!important;
height:80vh!important;
overflow-y:auto!important;
overflow-x:hidden!important;
}

#divPolList #NaviContainer #nvigation::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.09);
	border-radius: 0px;
	background-color: #d8cfcf;
}

#divPolList #NaviContainer #nvigation::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

#divPolList #NaviContainer #nvigation::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
	background-color: #55555561;
}

.colmn-Assigned {

background:#fdff8e;
position:absolute;
height:25px;
margin-top:-4px;
line-height:25px;
padding-left:10px;
padding-right:10px;
margin-left:0px;
width:100%;
}

.alert-info-assign-user{
    /*adding:10px;
    background:#1c89f933;
    margin-top:50px;
    margin:0px!important;
    position:absolute;
    bottom:0px!important;
    width:95%!important;
    border-radius:8px*/
}
#my-dashboard-widget-detailed > #divtblWidget .tblgridbase div:nth-child(3) {
      height:420px!important;
   overflow:auto!important 
}

.error-pop {
    padding: 5px !important;
    border-radius: 2px;
    display: block;
    border: 1px solid #ccc;
    position: absolute;
    background: #fff;
    margin-top: 23px;
    max-width: 200px;
}

    .error-pop:before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        top: -5px;
        left: 3px;
        z-index: 1;
    }

    .error-pop::after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        top: -7px;
        left: 2px;
    }

.error-pop-body, .error-pop-head {
    padding: 5px !important;
    width: 100%;
    float: left;
}

.error-pop-head {
    font-weight: 400;
}

.error-pop-body {
    text-overflow: initial;
    white-space: normal;
    color: #ff0000;
    font-weight: 500;
    border: 1.5px solid #ff0000;
    border-radius: 4px;
}

.error-pop-body br:not(:last-child) {
    display: block;
    content: "" !important;
    margin: 4px 0;
}

.error-pop-body br:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
}

.payment-methods-tab.selected{
    background:white!important;
    border-bottom:none!important;
    margin-top:1px!important;
    padding-top:3px!important
}
.payment-methods-tab{
  background: #e0e0e0!important
}
.payment-methods-tabs li:first-child{
    background:none!important;
    color:black!important;
     margin-top:1px!important;
    padding-top:3px!important
}

.rent-greement-movement-tab .tblcontent{
    height: auto!important;
    min-height: 50px!important;
    max-height: 200px!important;
}
.rent-greement-estimation-main-tab #divChargesService{
    height:auto!important;
    min-height: 50px!important;
}
.rent-greement-estimation-main-tab #divChargesService .tblcontent{
    height:auto!important;
    min-height:5    0px!important;
    max-height:200px!important
}
.rent-greement-estimation-main-tab .sectionbreak:nth-child(3){
    background:red!important;
    height:0px!important;
}
.rent-greement-estimation-main-tab #divChgServGridCont{
    height: auto!important;
    min-height: 50px!important
}

#divSimpleSIBase .button-invoice[onclick="openPaymenModLookup()"]{
    float:right!important
}


.document-list-select-all label{
    line-height:20px;
  
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
     user-select: none;
       cursor:pointer!important;
}

.document-list-select-all label #chkAll {
        margin-top: -20px;
    
}
.alert-info-assign-user{
    background:red;
    position:absolute!important;
     background:#1c89f933;
     margin-top:-27px;
     padding:5px;
     width:95%;
     border-radius:5px!important;
     z-index:1500;
}
.rent-greement-summary-main-tab table td{
    font-weight:450
}
.rent-greement-summary-main-tab #divCusdriver{
    margin-top:25px!important
}
.hourpickertxtDriverReplacecheckoutDatetime{
    left:auto!important;
     left:auto!important;
    background:green!important;
    top:150px!important
}
.colmn-Assigned {

background:#5fcf40;
position:absolute;
height:25px;
margin-top:-4px;
line-height:25px;
padding-left:10px;
padding-right:10px;
margin-left:0px;
width:100%;
}
.colmn-Assigned a{
color:black;
font-weight:600;
}
.colmn-Assigned a:hover{
color:black;
font-weight:600;
}
.colmn-Assigned:hover{
opacity:0.8
}


.colmn-Assigned-gp{
   
background:#4b9bff;
position:absolute;
height:25px;
margin-top:-4px;
line-height:25px;
padding-left:10px;
padding-right:10px;
margin-left:0px;
width:100%;
}

.colmn-Assigned-gp a{
color:black;
font-weight:600;
}
.colmn-Assigned-gp a:hover{
color:black;
font-weight:600;
}
.colmn-Assigned-gp:hover{
opacity:0.8
}
#my-dashboard-widget-detailed  div:nth-child(3){
    max-height:68vh;
    height:68vh!important;
    overflow:auto!important
}
#my-dashboard-widget-detailed > #divtblWidget .tblgridbase div:nth-child(3) {
     height:68vh!important;
    overflow: auto!important;
}



.print-div-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


[class*="print-div-content"] {
  margin: 0 auto 4vh auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  animation-duration: 3s;
  animation-name: fontwsizes;
  animation-iteration-count: infinite;
}

.print-div-content{
      line-height: 1em;
    white-space: nowrap;
    height: 2.2em;     
    overflow: hidden;  
   text-overflow: ellipsis;
    white-space:pre-wrap;
    content:"\02026";
    box-sizing: content-box;
    padding-right: 5px;
}
.print-div-content-long::after{
    content:"..."
}

#unplannedftbanners{
    position:absolute;
    right:20px;
    width: 655px!important;
    background: #d2d2d2;
    border:solid 1px;
    border-top:none;
    -webkit-box-shadow: rgba(214, 214, 214, 0.862745) 1px 1px 2px;
}
.ftbanners-sub{
        float:left;
        max-width:120px!important;
        width:120px!important;
        min-width:120px!important;
        width: 120px!important;
        background:#d2d2d2!important;
       
}
.ftbanners-sub:first-child{
      margin-left: 23px!important;
      border-left:none!important
}
.ftbanners-sub:last-of-type{
      max-width:100px!important;
      width: 100px!important;
      min-width:120px!important
}
.ftbanners-sub{
    height:42px!important;
    border-bottom:none!important
}
.incon-unplanned-icon:before{
     content:"";
}
.incon-unplanned-icon{
   padding:10px;
   /* height:10px!important; */
   width:10px!important;
   margin:5px!important;
   background-image: url('images/unplanned-icon.png');
   background-size:contain;
   background-position:center;
   background-repeat: repeat-x;
}
#tblCompanyAssignment #lblDORes, #lblVendor{
    font-weight:600!important
}

.pricing-profile-td .divlookuptext .pic16-close{
    margin-left:-15px!important;
    
}

.pricing-profile-td #btnPCPopup{
    margin-top:2px!important;  
}
.report-item-action .action-item .active .fa-print{
    left: 6px!important;
    top: 6px!important;
}
.report-item-action .action-item .active .fa-file-o{
    left: 6px!important;
    top: 6px!important;
}
 .print-div-description h3 {
        line-height:20px;
    }
 .printout-description-section label{
     line-height:20px;
 }

 .rentagreementlbl{
    color: #AEE600;
    font-weight: 700;
    background: #FFFFFF;
    font-size: 14px;
    padding: 19px 10px 12px 10px;
    margin: 0px 10px;
    border: 1px solid #E2E8F5;
    position: absolute;
    top: -10px;
    border-top: 0;
    border-bottom: 0;
}


  .otherdocumentslbl{
    color: #AEE600;
    font-weight: 700;
    background: #FFFFFF;
    font-size: 14px;
    padding: 19px 10px 12px 10px;
    margin: 0px 10px;
    border: 1px solid #E2E8F5;
    position: absolute;
    top: -10px;
    border-top: 0;
    border-bottom: 0;
}

    .vehiclelbl{
    color: #AEE600;
    font-weight: 700;
    background: #FFFFFF;
    font-size: 14px;
    padding: 19px 10px 12px 10px;
    margin: 0px 10px;
    border: 1px solid #E2E8F5;
    position: absolute;
    top: -10px;
    border-top: 0;
    border-bottom: 0;
}
.Currency-Revaluation-content table tr td:first-child, .Currency-Revaluation-content table tr th:first-child {
    width:5px!important;
}
.Currency-Revaluation-content table tr td:first-child, .Currency-Revaluation-content table tr th:first-child {
    width:7px!important;
}

.Currency-Revaluation-content #lblAccount, .Currency-Revaluation-content #lblVender,.Currency-Revaluation-content #lblBank,.Currency-Revaluation-content #lblBankFacility{
   font-size:16px;
   font-weight:600;
   margin-top:15px;
}
.dialogbox #divGenCont #hypInqNo{
    max-width:100%!important;
    width:100%!mportant;
    height:25px;
    padding-top:8px!important
}

.settings-product-dialog{
    position:absolute;
    right:35px;
    font-size:14px;
    top:13px
}


#divBaseVendor .jqx-fill-state-focus{
	border:none!important;
	border-bottom: 1px solid #ccc !important;
}
#divBaseVendor .jqx-widget-content{
    border:none!important;
	border-bottom: 1px solid #ccc !important;
}
#divBaseVendor .jqx-fill-state-pressed{
	    background: none!important;
}
#divBaseVendor .jqx-fill-state-normal{
	 background: none!important;
}
#divBaseVendor .jqx-widget-content{
	font-family:sans-serif!important;
	font-size: 12px!important;
	font-weight:600!important;
	padding-left:2px!important;

}

#divBaseVendor #txt3rdPartyInvoiceAccount{
   min-width: 90%!important 
}
/*-------------------Sub-Contract order Management-----------------------*/
.Sub-Contract-Management-tab {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .Sub-Contract-Management-tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 10px 5px 10px;
        transition: 0.3s;
        min-width: 100px;
    }

    .Sub-Contract-Management-tab button:first-child {
        margin-left: 10px;
    }

    .Sub-Contract-Management-tab button:hover {
        background-color: #ddd;
    }

    .Sub-Contract-Management-tab button.active {
        background-color: #ccc;
    }

    .Sub-Contract-Management-tabcontent {
        display: none;
        padding: 6px 0px;

        border-top: none;
    }

    .Sub-Contract-Management-header {
        height: 60px
    }

    .Sub-Contract-Management-header .pageheader a {
        font-weight: 500;
        text-decoration: blink;
    }

    .Sub-Contract-Management-groupbox .groupbox-first-div-content {
        display: flex !important;
    }

    .Sub-Contract-Management-groupbox {
        padding: 10px;
    }

    .Sub-Contract-Management-groupbox label {
        padding: 5px;
        font-size: 14px
    }

    #divBaseVendor #txt3rdPartyInvoiceAccount {
        min-width: 90% !important
    }

    .groupbox-first-div-content .right-content {
        right: 5px;
        position: absolute;
    }

    .groupbox.Sub-Contract-Management-groupbox {
        padding-bottom: 5px !important
    }

    .Sub-Contract-Management-groupbox {
        border: none;
        margin-top: -5px;
        border-bottom: solid #c1c1c1 1px;
        border-radius: 0px;
    }

    .groupbox-first-div-content label {
        margin-left: 15px
    }

  #divBaseHistory .Sub-Contract-Management-groupbox div:first-child
 {
     display:flex;
 }

  #divBaseHistory .Sub-Contract-Management-groupbox div label{
     margin-left:20px;
     margin-right:5px
 }
  .report-pool-slider{
     height:25px;
     width:30px;
     background:white;
     position:absolute;
     left:-30px;
     border:solid 1px #cccccc;
     border-right:0px;
     top:-1px;
     border-radius:15px 0px 0px 15px;
     cursor:pointer;
  }
 .report-pool-slider i{
    font-size:18px;
    padding:4px;
    padding-left:10px;
 }

 #tblctrlImageAttachments .attachedImage-date{
 margin-top:-20px!important;
 }
 
 #dlgChkIn .errormessage {
     max-width:235px!important;
 }
 #my-dashboard-reports .col-sm-3 .dashboard-tiles-container:hover{
    cursor:pointer!important;
    opacity:0.7!important;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    font-size:12px!important;
     transform: scale(1.04);
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
 
#tabletreeGridSO tr td{
    padding:2px!important;
    min-height:10px!important;
    height:20px!important;
    max-height:20px!important;
    font-size: 12px!important;
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    border-lwhite
    padding-left:5px!important;
    padding-right:8px!important
}

#tabletreeGridSO  td div{
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    margin:0px!important;
    padding:0px!important;
    
}


#tabletreeGridSO .jqx-grid-cell{
   border-color: #c9c9c97d!important ;
    border-left:none;
}

#tabletreeGridSO  td div{
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    margin:0px!important;
    padding:0px!important;
    
}


#contenttreeGridSO .jqx-widget-header {
    background:none!important;
}
#contenttreeGridSO .jqx-widget-header {
    border:none!important;
    border-bottom:solid 2px #c9c9c97d!important ;
}

#contenttreeGridSO .jqx-tree-grid-checkbox-tick{
    transform:scale(1);
}

#contenttreeGridSO .jqx-tree-grid-checkbox{
     transform:scale(0.8);  
}



#dlgpaths tr td{
    padding:2px!important;
    min-height:10px!important;
    height:20px!important;
    max-height:20px!important;
    font-size: 12px!important;
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    border-lwhite
    padding-left:5px!important;
    padding-right:8px!important
}

#dlgpaths  td div{
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    margin:0px!important;
    padding:0px!important;
    
}

/* .jqx-widget .jqx-grid-cell, 
.jqx-widget .jqx-grid-column-header, 
.jqx-widget .jqx-grid-group-cell {
    border-color: #c9c9c97d!important
} */

#dlgpaths .jqx-grid-cell{
   border-color: #c9c9c97d!important ;
    border-left:none;
}

#dlgpaths  td div{
    font-family: 'Segoe UI',Tahoma,'Lucida Grande';
    margin:0px!important;
    padding:0px!important;
    
}

#dlgpaths .jqx-widget-header {
    background:none!important;
}
#dlgpaths .jqx-widget-header {
    border:none!important;
    border-bottom:solid 2px #c9c9c97d!important ;
}
.dash-head-report-template .report-item-action #lblSetAsDefault{
    width:auto!important;
    font-size:16px;
}
.dialogbox #divFinishGoods{
    padding-right:0px!important;
    margin:0px!important;
}
#dlgpaths #contenttabletreeGrid tr td .jqx-cell-editor {
    font-size:12px!important;
    font-weight:600;
    width:100%!important;
    padding:0px!important;
     padding-right:0px!important;
}

 #divPara{
     height:auto!important
 }
 .divlookuptext #cboxContactName{
    border-bottom: 1px solid #ccc!important; width:95%!important
 }
.divlookuptext #cboxOrderCatagory{
    border-bottom: 1px solid #ccc!important; width:93%!important
 }
.divlookuptext select{
     border-bottom: 1px solid #ccc!important; width:93%!important
 }
}
.divlookuptext  #txtInvAcc{
     border-bottom: 1px solid #ccc!important;width:90%!important
}
.divlookuptext  #txtPayCollectionUnit{
     border-bottom: 1px solid #ccc!important;width:90%!important
}
.divlookuptext #txtInvAcc{
     border-bottom: 1px solid #ccc!important;width:90%!important
}
#divXOrdBase .divlookuptext  #txtPayCollectionUnit{
    width:85%!important
}
.pic12-AddDetails{
    background-position: -49px -127px;
}
.pic16-filter-icon{
    background-position: -115px -18px;
}

  .deliveryplan-new #header1{
    background:red!important;
    margin:0px!important;
    padding:0px!important;
    height:0px!important;
    margin-top:-15px!important
}

 .deliveryplan-new  #header1{
    background:red!important;
    margin:0px!important;
    padding:0px!important;
    height:0px!important;
    margin-top:-15px!important
}

.deliveryplan-new .jqx-widget-header{
    height:20px!important;
}
.deliveryplan-new #header1 h3{
  margin:15px;
    margin-left:5px;
        font-weight: 400;
}

.deliveryplan-new .jqx-expander-arrow-expanded-metro{
    margin-top:0px!important
}

.deliveryplan-new #jqxExpander3 h4{
    margin:1px;
    margin-left:5px;
        font-weight: 400!important;
}
.deliveryplan-new #jqxExpander3 h4 b{
    
        font-weight: 400!important;
}


.deliveryplan-new #jqxExpander1 h4{
    margin:1px;
    margin-left:5px;
        font-weight: 400!important;
}

.deliveryplan-new #jqxExpander1 h4 b{
    
        font-weight: 400!important;
}


.deliveryplan-new #jqxExpander h4{
    margin:14px;
    margin-left:5px;
        font-weight: 400!important;
}

.deliveryplan-new #jqxExpander h4 b{
    
        font-weight: 400!important;
}
.dialogbox #dlgMIWidget #tblProductAvailability th:nth-child(2){
    width:150px!important;
    min-width:130px!important;
}
#divLOrgUnit #tabUnitList2 #cboxMaxDigits{
    text-align:left!important;
}

.flex-toggle {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  background-color: #E0DBDB;
  padding: 0px;
  border-radius: 8px;
  width:200px;
}

.flex-toggle a{
  cursor: pointer;
  padding-bottom: 4px;
  flex-grow: 1;
  text-align: center;
  border-radius: 7px;
  font-size:16px;
  padding:7px;
  color:#8B8C94;
  margin:5px!important
}

.flex-toggle .selected {

background-color:white;
  color: white;

}
.flex-toggle .selected.color-default{
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
}
.Farming-tile .first-row span {
    padding: 7px;
    font-size: 14px;
    font-weight: 500;
}



#tile-view{
       display: grid;
    width: 100%;
     grid-template-columns: 33% 33% 33%; 
    flex-direction: row;
    flex-wrap: wrap;
}
#tile-view .Farming-tile{
  margin: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
  padding: 0px;
}
.Farming-tile p{
    margin:0px;
    padding:0px;
}
.Farmer-section p{
    font-size: 16px;
    font-weight: 500;
    width: 100%
}
.production-section{
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding-left: 5px;
}
.production-section span{
    float: right;
     font-weight: 700;
    font-size: 22px;
}
.Farmer-section{
    padding:5px;
    padding-left: 0px;
}
.Farmer-section img{
    float:left;
    margin-top:-5px;
}
.start-date-section{
    right:0px!important;
    position:static;
    text-align:right;
    padding-top:5px;
    line-height:5px;
}
.start-date-section span{
    text-align: left;
    float: left;
    padding:5px 0px 0px 5px;
    font-size:14px;
}
.start-date-section i{
    font-size:12px;;
    padding-right:5px;
    padding-left:5px;
}
.end-date-section{
    float:left;
    padding-right:5px;
    padding-left:5px;
    padding:5px 0px 5px 5px;
    font-size:12px; 
}

.FieldOfficer-section{
    font-size:16px;;
    padding:5px 5px 0px 5px;
    font-weight:500;
}

.buttonGroup{
    position: absolute;
    max-width: 15%;
    background: white;
    margin: 5px;
    padding: 15px;
    margin-left: 14.4%!important;
    -webkit-box-shadow: -9px 9px 31px -15px rgb(153 153 153);
    -moz-box-shadow: -9px 9px 31px -15px rgba(153,153,153,1);
    box-shadow: -9px 9px 31px -15px rgb(153 153 153);
    width: 100%;
    padding: 0px!important;
    border: solid 1px #00000026;
    margin-top: -10%;
    border-top: none;;
    border: 1px solid rgb(204, 204, 204);
    z-index:12;
}

.buttonGroupFarmingCycle{
    width:180px!important;
    background: white;
    position:absolute;
    right:0px;
    z-index: 15;
    -webkit-box-shadow: -9px 9px 31px -15px rgb(153 153 153);
    -moz-box-shadow: -9px 9px 31px -15px rgba(153,153,153,1);
    box-shadow: -9px 9px 31px -15px rgb(153 153 153);
     border: solid 1px #00000026;
     border: 1px solid rgb(204, 204, 204);
}

.buttonGroupFarmingCycle ul{
    padding:0px;
    list-style:none;
    margin:0px;
}
.buttonGroupFarmingCycle ul li{
    padding:5px;
    border-bottom:solid 1px #00000026;
    font-size:16px;
    text-align:left
}
.buttonGroupFarmingCycle ul li:hover{
   background:#a0a0a03b
}
.buttonGroupFarmingCycle li a{
    cursor:pointer;
    text-decoration:none;
    color:#4c4949;
    font-size:14px;
}

.buttonGroup ul{
    padding:0px;
    list-style:none;
    margin:0px;
}
.buttonGroup ul li{
    padding:5px;
    border-bottom:solid 1px #00000026;
    font-size:16px;
    text-align:left
}
.buttonGroup ul li:hover{
   background:#a0a0a03b
}
.buttonGroup li a{
    cursor:pointer;
    text-decoration:none;
    color:#4c4949;
    font-size:14px;
}

.Farming-tile:hover{
    background: #d8d8d8;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    transition: all 0.30s 0.1s ease-in;
    animation: textanimation reverse infinite 2s;
    transition: 2s cubic-bezier(0, 0.21, 0.18, 0.9);
}
.Farming-tile.orange-color{
    border-left: solid 20px #FFA011;
}
.orange-color .production-section{
 background: #FFA011;
}

.Farming-tile.green-color{
    border-left: solid 20px #4CAF50;
}
.green-color .production-section{
 background: #4CAF50;
}

.Farming-tile.green-color{
    border-left: solid 20px #4CAF50;
}
.green-color .production-section{
 background: #4CAF50;
}

.Farming-tile.yellow-color{
    border-left: solid 20px #F5D359;
}
.yellow-color .production-section{
 background: #F5D359;
}

.Farming-tile.red-color{
    border-left: solid 20px #BB2525;
}
.red-color .production-section{
 background: #BB2525;
}
.Farming-tile .progress {
    position: absolute!important;
    margin-top: -11px!important;
    z-index: 1!important;
    margin-left: -5px!important;
    height: 38px!important;
    opacity: 0.3!important;
    width: 29.38%!important;
    background: white;
}



.FieldOfficer-section-1, .FieldOfficer-section-2, .FieldOfficer-section-3,.FieldOfficer-section-4,.FieldOfficer-section-5, .FieldOfficer-section{
    padding-left:5px;
    font-size:14px;
    padding-top:5px;
    font-weight:400;
    width:100%;
}
/*-----*/
 .Farming-Cycle-Overview{
        height: 100%;
        width: 100%;
        background: white;
        position: fixed;
        z-index: 150;
        padding:0px!important;
        margin:0px;
    }

 .Farming-Cycle-Overview #tileViewBackBtn {
    height: 37px;
    width: 37px;
    background: url(images/Back-Arrow.png);
     background-size:cover;
   float: left;
   
 }
 .Farming-Cycle-Overview #tileViewBackBtn:hover{
    
      animation: textanimation reverse infinite 2s;
    transition: 2s cubic-bezier(0, 0.21, 0.18, 0.9);
      opacity:0.6;
     cursor:pointer;
 }


.Farming-Cycle-Overview .pageheader a{
   line-height:34px;
    color:#737373;
    padding-left:5px;
    font-weight:600
}

.Farming-Cycle-Overview  .Sub-Contract-Management-header{
    border-bottom:solid 1px #D6D4D4;
    padding:0px;
    margin:0px;
    height:45px;
    width:100%;
    margin-top: 65px;   
}
.Farming-Cycle-Overview .pageheader{
    padding-left:35px
}

.Overview-section{
    width:100%;
}
.Overview-summary-section{
    width:23%;
    float:left;
    height: 100vh;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
}
.Overview-details-section{
        width:77%;
    float:left;  
}


.Overview-summary-section p{
    font-weight: 700;
    font-size: 22px;
    padding: 16px;
    margin: 0px;
    padding-left: 20px;
    color: #737373;
}


.Overview-summary-section .circle {
  width: 60px;
  display: inline-block;
  position: relative;
  float: left;
  
}
.Overview-summary-section .circle strong {
   position: absolute;
    top: 13px;
    left: 18px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: green;
}   
.Overview-summary-section .progress-circle{
    padding:15px;
    padding-left:20px;
    padding-top: 0px;
    height: 85px;
}
.summary-table{
    float: right;
    padding-top: 10px;
}
.summary-table table{
    width: 100%
} 
.summary-table table td{
    font-size: 14px;
    font-weight: 600;
    color: #737373
}

.summary-sub p{
    font-size:16px;
    font-weight:600;
    padding-top:0px;
   margin-left:0px;
    padding-bottom:0px;
}

.summary-sub-table td{
    font-size:14px;
    font-weight:400
}
.summary-sub-table{
    margin:10px;
    margin-top:0px;
    margin-left:15px;
}
.summary-sub{
    border-bottom: solid 1px #E8E6E6
}

.summary-sub-table td{
    font-size:14px;
    font-weight:400
}
.summary-sub-table{
    margin:10px;
    margin-top:0px;
    margin-left:15px;
}
.summary-sub:first-child{
    border-top: solid 1px #E8E6E6;
    padding-top:10px
}
.summary-sub{
    border-bottom: solid 1px #E8E6E6;
    padding-top:10px
}
.summary-sub img{
    padding-bottom:4px;
    padding-right:5px
}
.Overview-Actual-Update-section p,.Overview-Collection-Advice-section p, .Overview-Onsite-Sale-section p, .Overview-Finished-Good-Receve-section p{
    font-weight: 700;
    font-size: 18px;
    padding: 16px;
    margin: 0px;
    padding-left: 00px;
    color: #737373;
    padding-bottom:10px;
}
.Output-Products P{
    font-size:16px;
    font-weight:500;
    color:#737373;
    padding:0px;
}
.input-Products P{
    font-size:16px;
    font-weight:500;
    color:#737373;
    padding:0px;
}
.sub-tile-overview img{
   padding:0px;
    margin:0px; 
}
.sub-tile-overview table{
    width:100%;
}
.sub-tile-overview table tr{
     border-bottom: solid 1px #d7d7d7;
}
.sub-tile-overview table tr td{
    font-size:12px;
    font-weight:400;
    padding: 0px;
}
.sub-tile-overview table tr:last-child{
    border-bottom:none; 
}
.sub-tile-overview table tr:first-child{
    border-bottom:none;
}

.sub-tile-overview{
    background:#EBEBEB;
    border-radius: 8px;
    padding:5px;
    margin-bottom: 10px;: 
}


.Farming-tile .select-tile{
    float:right;
    margin-top:-15px;
    margin-right:10px;
   
    
}
.Farming-tile .select-tile .checkbox input{
    height:25px;
    width:25px;
    opacity:0.8;
    transition: height 1.5s ease-in;
    accent-color: #f5ffea;
border: none !important;
}
.Farming-tile .select-tile .checkbox input:hover{
    opacity:1
     transition: height 0.5s ease-in;
    accent-color: #f5ffea;
}

.filterPropagation {
     display: block;
}

/*----*/
.Farming-tile{
    border:solid 1px #cecece;
}

.tile-view-content-table{
    width: 100%;
}
.tile-view-content-table td{
    padding: 0px;
}
.tile-view-content-table .vender-name{
    font-size: 12px;
}
.tile-view-content-table .action-menu{
    font-size:18px;;
    text-align:right;
}
.tile-view-content-table .action-menu .fa-ellipsis-v{
    position: absolute;
   margin-top: -15px;
    height:15px;
    width:15px;
    margin-left:-15px;
    cursor:pointer;
}
 
.tile-view-content-table  .production-no{
    font-size:17px;
    padding:5px 5px 5px 10px;
}

.tile-view-content-table .production-percentage{
    font-size:20px;;
    font-weight:700;
    text-align:right;
    float: right;
}

.farming-tile{
    -webkit-box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.75);
    border:solid 1px #dfdfdf
}
#tile-view{
    margin:10px 0px 10px 0px;
    overflow:auto!important;
    overflow-x:hidden!important;
}
.tile-view-content-table{
    margin: 10px 0px 10px 0px;
}
.tile-view-content-table td:first-child{
    padding-left: 10px;
}
.tile-view-content-table td:last-child{
    padding-right: 10px;
}
/*--------------- status color---------------*/
.green-color .production-status-row{
    background: #4CAF50;
    color: white;
}

.red-color .production-status-row{
    background: #b72c2c;
    color: white;
}

.orange-color .production-status-row{
    background: #FFA011;
    color: white;
}
.yellow-color .production-status-row{
    background: #F5D359;
    color: white;
}


.tile-view-content-table .date-section td{
    padding-top:10px;
}
.tile-view-content-table .date-section span{
    background:#c7c7c7;
    padding:3px 10px 3px 10px;
    border-radius:15px;
    color:black;
}

.checkbox-select-tile input{
    height: 10px;
    width: 10px;
    transform: scale(2);
    float: right;
    border: none;
      cursor: pointer;
      opacity:1
     transition: height 0.5s ease-in;
    accent-color: #f5ffea;
}

.other-details-row :first-child{
    margin-top:5px!important;
}
.other-details-row td{
    font-size:12px!important;
    padding:0px;
    line-height:14px!important;
}
.other-details-row table td:first-child{
    color:black;
    font-weight:400;
}
.other-details-row table td:last-child{
    
    font-weight:400;
}
.other-details-row table td:last-child::before{
    content:": ";
    padding-right:3px
}

.progress-level{
     height:27px;
    background:#010101;
    margin-left:-10px;
    position:absolute;
    margin-top:-23px;
    opacity:0.3;
}

.progress-circle{
    margin-top:-10px;
}

.progress-circle .circle{
    transform:scale(0.7);
    width:20%!important;
    float:left!important;
    left:-10px!important
}
.summary-table{
    width:80%!important;
    font-size:12px!important;
}
.summary-table table td{
     font-size:12px!important;
}
.farmer-details.summary-sub .summary-sub-table td{
    font-size:12px!important;
}
.Overview-summary-section{

    overflow:scroll!important;
    
    max-height:85vh!important;
    padding-bottom:100px
}

.Overview-summary-section::-webkit-scrollbar {
  width: 10px;
}


.Overview-summary-section::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.Overview-summary-section::-webkit-scrollbar-thumb {
  background: #c8c8c8; 
}


.Overview-summary-section::-webkit-scrollbar-thumb:hover {
  background: #999; 
}

.Overview-details-section{
     overflow:scroll!important;
    max-height:85vh!important;
    padding-bottom:100px
}

.registration-verification-pending{
     background-position: 0px -207px; 
}

.location-verification-pending{
    background-position: -28px -208px;
}

.disposal-verification-pending{
   background-position: -14px -207px; 
}
.change-password-form input{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0.25rem;
    height:38px!important
}


.change-password-form #btnPwdPolicies{
    border-radius: 0px 5px 5px 0px;
}

.change-password-form .btn-primary{
        background-color: #8BC34A;
}

.change-password-form .btn-primary:active:hover{
       color: #ff!importantf;
    background-color: #527925!important;
    border-color: #4CAF50!important; 
}



.change-password-form .form-group label{
     margin-top: 20px !important;
    font-size: 14px !important;
    font-weight: 500; 
}


.change-password-form .errormessage label {
    padding: 2px!important;
    margin: 0px!important;
    font-size: 12px!important;
    padding-top: 5px!important;
    font-weight: 400;
}

 #dlgChangePassword::-webkit-scrollbar  {
  width: 10px;
}

 #dlgChangePassword::-webkit-scrollbar-track  {
  background: #d3d3d3; 
      border-radius:50px;
     margin:10px;  
}
 
#dlgChangePassword ::-webkit-scrollbar-thumb {
  background: #888;    
}

  #dlgChangePassword::-webkit-scrollbar-thumb:hover{
  background: #555; 
}
#dlgChangePassword .required {
  color:red;
padding-left:3px;
}
/*#jqxExpander3 .jqx-grid-content {
        max-height: 350px!important; 
    overflow-y:auto!important;
    overflow-x:auto!important;
    }
#jqxExpander3 #divTreegridSO{
     max-height: 400px!important;
    overflow:hidden!important
}*/
.serial-batch-qty {
    text-align:right;
    width:80%;
    padding: 5px;
    padding-right: 10px;

}
#divWFContext .dropmenu a{
    padding: 5px!important
}
#divWFContext .dropmenu {
    padding-bottom: 15px!important
}

.Purchase-Desk-groupBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-content: center;
}

.stickyTable .table-container {
  overflow-x: auto;
  white-space: nowrap;
}

.stickyTable {
  border-collapse: collapse;
  width: 100%;
}

.stickyTable th, .stickyTable td {
  padding: 8px;
  text-align: left;
 
}

.stickyTable .fixed-column {
  position: sticky;
  left: 0;
  background-color: #f9f9f9; 
    border-bottom:#e3e0e0 solid 1px!important;
  z-index: 1;
}

.stickyTable .fixed-column th {
  background-color: #f1f1f1;
}

.color-selected .fixed-column {
    background:inherit!important;
    border-bottom: inherit!important
}

/*Tax group check formula text area */
p#msginfo {
    margin-top: 1rem;

    p.state-info {
        padding: 0.5rem;
    }
    
    .state-align-right {
      display: inline-flex;
      justify-content: space-between;
      width: 100%;
    }

    p.state-info:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        content: "\f0eb";
        margin-right: 10px;
        text-align: left !important;
    }
}

/*====== Report Schedule =======*/

#EmbeddedReportScheduledLog .modal-fullscreen{
    width: 95vw!important;
    z-index: 5555515000000009!important;
    height: 80vh!important;
}
.modal-backdrop.fade.in{
    z-index: 2050 !important;
}
#EmbeddedReportScheduledLogURL{
    width: 100%!important;
    height: 80vh!important;
    border: none;
}
#EmbeddedReportScheduledLog .modal-body{
    height: 80vh!important;
    background: #f8fafd!important;
    padding: 0px!important
}
.slide-modal .flex-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* two buttons per row */
  gap: 10px;
  max-width: 100%;
  justify-items: start;
    margin-top:10px
}
.slide-modal  .flex-grid .flex-item {
  width: 100%; 
  background-color: #dddddd87 !important;
   cursor:pointer;
}

.slide-modal  .flex-grid .flex-item:last-child{
  width: 100%; 
}
.slide-modal .flex-grid .flex-item:last-child {
  grid-column: span 2;
}

.reportpool-slider-action-button .button:hover{
   background:#cfcfcfbd!important;
   
}

#tblAdviceDetail thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;  
}