/***** Variables *****/
/*********************/
html,
body {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
body {
    min-width: 1000px;
    background-color: #f5f5f5;
    overflow: hidden;
}
/***** Helper classes *****/
/**************************/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.raised {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
/***** Sidebar *****/
/*******************/
.sidebar {
    position: relative;
    float: left;
    width: 185px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.logo {
    display: block;
    /*width: 205px;*/
    height: 70px;
    padding: 1px 20px 0;
    line-height: 70px;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.logo img {
    width: 100%;
    height: auto;
}
.nav-sidebar {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 14px;
    overflow-y: auto;
}
.nav-sidebar > li a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 32px;
    padding: 9px 20px;
}
.nav-sidebar > li > a:hover {
    color: rgba(0, 0, 0, 0.85);
    background: rgba(54, 71, 79, 0.05);
}
.nav-sidebar > li > a:focus {
    /*color: rgba(255, 255, 255, 0.7);*/
    /*background: transparent;*/
}
.nav-sidebar .active {
    /*background-color: rgba(0, 0, 0, 0.1);*/
}
.nav-sidebar .active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 4px;
    background-color: #e21836;
}
.nav-sidebar .active > a,
.nav-sidebar .active a:hover,
.nav-sidebar > li.active > a:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(54, 71, 79, 0.15);
}
.nav-sidebar [class^="mdi-"],
.nav-sidebar [class*=" mdi-"] {
    margin-right: 10px;
    font-size: 32px;
    vertical-align: top;
}
/***** Main *****/
/****************/
.main {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.content-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 15px;
    overflow-y: auto;
}
/* Top bar */
.top-bar {
    position: relative;
    height: 70px;
    padding: 0 15px;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.top-bar .company {
    width: 400px;
    padding: 15px 15px 0 0;
}
.top-bar .btn {
    margin-top: 15px;
}
.top-bar .btn-link {
    padding-left: 0;
    text-decoration: none;
}
.top-bar .btn-link:hover {
    color: #03a9f4;
}
.top-bar .btn + .btn-link {
    padding-left: 30px;
}
.top-bar .divider {
    margin-left: 10px;
    padding-left: 10px;
}
.top-bar .dropdown .dropdown-menu {
    margin-top: 0;
}
.top-bar .counts {
    position: absolute;
    color: #fff;
    font-style: normal;
    background: #e21836;
    padding: 1px 5px;
    border-radius: 2px;
    right: 7px;
    top: 8px;
    font-size: 10px;
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.top-bar + .content-wrap .content {
    bottom: 70px;
}
.company .company-img {
    float: left;
    height: 42px;
    margin-right: 10px;
    text-align: center;
}
.company .company-img i {
    font-size: 38px;
}
.company .company-img img {
    width: auto;
    height: 100%;
}
.company .company-name {
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}
.content-wrap .company .company-name {
    line-height: 42px;
}
.company .company-date {
    margin-bottom: 0;
    line-height: 1.3;
}
.divider {
    border-left: 1px solid #d2d2d2;
}
.user-info {
    max-width: 200px;
    margin: 5px 0 0 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    color: initial;
    display: inline-block;
}
.settings,
.feedbacks,
.notifications,
.more-actions {
    display: block;
    padding: 9px 10px 9px;
    margin: 10px 0 9px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.settings [class^="mdi-"],
.feedbacks [class^="mdi-"],
.notifications [class^="mdi-"],
.more-actions [class^="mdi-"],
.settings [class*=" mdi-"],
.feedbacks [class*=" mdi-"],
.notifications [class*=" mdi-"],
.more-actions [class*=" mdi-"] {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.6);
}
.settings [class^="mdi-"]:hover,
.feedbacks [class^="mdi-"]:hover,
.notifications [class^="mdi-"]:hover,
.more-actions [class^="mdi-"]:hover,
.settings [class*=" mdi-"]:hover,
.feedbacks [class*=" mdi-"]:hover,
.notifications [class*=" mdi-"]:hover,
.more-actions [class*=" mdi-"]:hover {
    color: rgba(0, 0, 0, 0.85);
}
.settings:focus,
.feedbacks:focus,
.notifications:focus {
    outline: none;
}
/***** Dropdown *****/
/********************/
.dropdown .dropdown-menu {
    max-width: 400px;
    margin-top: 8px;
}
.dropdown .dropdown-menu [class^="mdi-"],
.dropdown .dropdown-menu [class*=" mdi-"] {
    font-size: 16px;
    vertical-align: text-top;
    color: inherit;
}
.dropdown .dropdown-menu.with-arrow:before,
.dropdown .dropdown-menu.with-arrow:after {
    content: " ";
    position: absolute;
    left: 17px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
}
.dropdown .dropdown-menu.with-arrow:after {
    top: -15px;
    border-bottom: 8px solid #fff;
}
.dropdown .dropdown-menu.with-arrow.pull-right:before,
.dropdown .dropdown-menu.with-arrow.pull-right:after {
    left: auto;
    right: 17px;
}
.dropdown .dropdown-menu .divider {
    margin: 5px 0;
    background-color: #e5e5e5;
}
.dropdown .panel {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.dropdown .panel-heading,
.dropdown .panel-footer {
    background-color: #fff;
    text-align: center;
    font-size: 12px;
}
.dropdown .panel-heading {
    padding: 3px 15px 7px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    white-space: nowrap;
}
.dropdown .panel-footer {
    padding: 7px 15px 3px;
    border-top: 1px solid #eee;
    white-space: nowrap;
}
.dropdown .panel-footer a {
    color: #333333;
}
.dropdown .panel-footer a:hover,
.dropdown .panel-footer a:focus {
    text-decoration: none;
}
.dropdown .list-group .list-group-item {
    padding: 5px 15px;
    white-space: nowrap;
}
.dropdown .list-group .list-group-item .list-group-item-heading {
    font-size: 13px;
    font-weight: bold;
}
.dropdown .list-group .list-group-item .list-group-item-text {
    font-size: 11px;
}
.dropdown .input-group-addon [class^="mdi-"],
.dropdown .input-group-addon [class*=" mdi-"] {
    font-size: 24px;
}
.dropdown textarea {
    width: 220px;
    height: 90px;
}

.contact-search .dropdown-menu{
    margin: 34px 107px;
    padding: 0;
    min-width: 300px;
}

.list-group-item-bottom .dropdown-menu{
    min-height: 195px;
}

.list-group-item-bottom .dropdown-menu .input-group.col-xs-7{
    padding-top: 7px;
    padding-right: 8px;
}

.list-group-item-bottom .input-group.col-xs-7 .input-group-addon{
    padding-left: 0;
}

.list-group-item-bottom textarea.form-control{
    margin-top: 25px;
}

.list-group-item-bottom .panel-footer{
    margin-top: 15px;
}

.list-group-item-bottom .input-group[class*="col-"]{
    float: left;
}

.dropdown-datepicker{
    position: absolute;
    /*top: 5px!important;*/
    bottom: 0;
    /*left: 250px;*/
    right: 0;
    padding: 0 27px;
    background-color: #fff;
    z-index: 3;
    transition: all ease 0.5s;
}

.dropdown-datepicker li{
    display: block;
}

.dropdown-datepicker .btn.btn-sm{
    padding: 3px 7px;
}
.dropdown-datepicker .btn-info:not(.btn-link):not(.btn-flat),
.dropdown-datepicker .btn-info.active:not(.btn-link):not(.btn-flat) {
    background-color: #03a9f4;
}

.dropdown-datepicker .text-info{
    color: #03a9f4;
}

.dropdown-datepicker .btn-info.active:not(.btn-link):not(.btn-flat) .text-info,
.dropdown-datepicker .btn-info .text-muted,
.dropdown-datepicker .btn-info .text-info{
    color: white;
}

.expires .dropdown-datepicker{
    left: auto!important;
    right: 15px;
    bottom: auto;
    padding: 0 15px;
}

.timepicker .btn{
    padding: 0px 7px;
    font-size: 8px;
}

.timepicker .form-control{
    width: 30px!important;
    height: 18px;
    background-image: none;
}

/* dropdown-menu animation */
.dropdown-menu {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dropdown .dropdown-menu,
.btn-group .dropdown-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.dropdown .dropdown-menu.pull-right,
.btn-group .dropdown-menu.pull-right {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.dropdown .dropdown-menu.pull-left,
.btn-group .dropdown-menu.pull-left {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.dropdown.open .dropdown-menu,
.btn-group.open .dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
/***** Content *****/
/*******************/
.panel-top .form-group {
    margin-bottom: 0;
}
.panel-top .form-inline {
    margin-top: 10px;
}
.panel-top .form-inline .form-control {
    margin: 0 10px;
}
/* Button */
.btn {
    margin: 0;
}
.btn [class^="mdi-"],
.btn [class*=" mdi-"] {
    position: relative;
    top: 2px;
}
.btn.btn-sm [class^="mdi-"],
.btn.btn-sm [class*=" mdi-"] {
    font-size: 14px;
    vertical-align: baseline;
}
.btn-block {
    padding-left: 0;
    padding-right: 0;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #bfbfbf;
}
[class^="mdi-"],
[class*=" mdi-"] {
    font-size: 18px;
}
.panel {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
/* List Group Items */
.list-group {
    margin-bottom: 0;
    list-style-type: none;
}
.list-group .list-group-item {
    padding: 10px 15px;
    overflow: inherit;
    cursor: pointer;
}
.list-group .list-group-item:first-child {
    border: 0;
}
.list-group .list-group-item .list-group-item-heading {
    margin-bottom: 0;
    color: inherit;
    font-size: 18px;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-group .list-group-item .list-group-item-text {
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-group .list-group-item .list-group-item-bottom {
    display: block;
    margin: 0;
    line-height: 1;
    color: #4caf50;
}
.list-group .list-group-item .sub {
    max-width: 37%;
    margin-left: 3%;
}
.list-group .list-group-item .sub .list-group-item-heading,
.list-group .list-group-item .sub .list-group-item-text,
.list-group .list-group-item .sub .list-group-item-bottom {
    text-align: right;
}
.list-group .list-group-item .sub .list-group-item-heading {
    text-transform: uppercase;
    font-weight: bold;
}
.list-group .list-group-item .sub .list-group-item-heading span {
    font-weight: normal;
}
.list-group .list-group-item .sub .list-group-item-bottom {
    color: inherit;
}
.list-group .list-group-item .sub .list-group-item-bottom:first-child {
    line-height: 46px;
}
.list-group .list-group-item .sub .list-group-item-bottom > a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
.list-group .list-group-item .list-group-item-img {
    margin-right: 10px;
}
.list-group .list-group-item .list-group-item-img [class^="mdi-"],
.list-group .list-group-item .list-group-item-img [class*=" mdi-"] {
    font-size: 46px;
}
.list-group .list-group-item.list-total {
    padding-bottom: 0;
    cursor: default;
}
/* list-group-wrap */
.list-group-wrap {
    /* search-item-wrap */
}
.list-group-wrap .list-group-item {
    border-top: 1px solid #d2d2d2;
}
.list-group-wrap.awaiting .list-group-item,
.list-group-wrap.draft .list-group-item,
.list-group-wrap.accepted .list-group-item,
.list-group-wrap.rejected .list-group-item,
.list-group-wrap.top-report .list-group-item{
    border: 0;
    margin-bottom: 10px;
}
.list-group-wrap.awaiting .list-group-heading {
    color: #64b5f6;
}
.list-group-wrap.awaiting > .list-group > .list-group-item {
    background-color: #e3f2fd;
}
.list-group-wrap.draft .list-group-heading {
    color: #777777;
}
.list-group-wrap.draft > .list-group > .list-group-item {
    background-color: #e4e4e4;
}
.list-group-wrap.accepted .list-group-heading {
    color: #81c784;
}
.list-group-wrap.accepted > .list-group > .list-group-item {
    background-color: #e0fae1;
}
.list-group-wrap.rejected .list-group-heading {
    color: #e57373;
}
.list-group-wrap.rejected > .list-group > .list-group-item {
    background-color: #ffebee;
}
.list-group-wrap.total {
    text-align: right;
}
.list-group-wrap.total .list-group-heading:first-child {
    margin-top: 15px;
    text-transform: uppercase;
}
.list-group-wrap.etilize .list-group-item-img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e0e0e0;
    text-align: center;
}
.list-group-wrap.etilize .list-group-item-img img {
    width: 100%;
    height: auto;
}
.list-group-wrap.etilize .list-group-item-img [class^="mdi-"],
.list-group-wrap.etilize .list-group-item-img [class*=" mdi-"] {
    line-height: inherit;
}
.list-group-wrap.search-item-wrap {
    position: absolute;
    left: 15px;
    right: 15px;
    display: none;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
    z-index: 1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.search-unit-of-measurement-wrap{
    position: relative;
}

.search-unit-of-measurement-wrap .list-group-wrap.search-item-wrap {
    position: absolute;
    left: 0;
    right: inherit;
    min-width: 100%;
}

.contact-search .list-group-wrap.search-item-wrap{
    left:62px !important;
}
.list-group-wrap.search-item-wrap .list-group-item {
    padding: 5px;
    font-size: 12px;
}
.list-group-wrap.search-item-wrap .list-group-item .list-group-item-heading {
    font-size: 14px;
}
.list-group-wrap.search-item-wrap .list-group-item-img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    /*line-height: 34px;*/
    background-color: #e0e0e0;
    text-align: center;
}
.list-group-wrap.search-item-wrap .list-group-item-img [class^="mdi-"],
.list-group-wrap.search-item-wrap .list-group-item-img [class*=" mdi-"] {
    font-size: 34px;
}
.list-group-wrap.search-item-wrap .list-group-item-img img {
    width: 100%;
    height: 100%;
}
.search-clear{
    position: absolute;
    right: 115px;
    top: 7px;
    cursor: pointer;
    z-index: 100
}
/*.list-group-wrap.top-report .list-group-heading {
  color: #64b5f6;
}*/
.list-group-wrap.top-report > .list-group > .list-group-item {
    background-color: #e0fae1;
}

.label-accepted {
    background-color: #e0fae1;
    color: #333333;
}
.label-rejected {
    background-color: #ffebee;
    color: #333333;
}
.label-published {
    background-color: #e3f2fd;
    color: #333333;
}
.label-withdrawn {
    background-color: #e6e6e6;
    color: #333333;
}
.label-draft {
    background-color: #e6e6e6;
    color: #333333;
}
.sub .list-group-item-bottom > a [class^="mdi-"],
.sub .list-group-item-bottom > a [class*=" mdi-"] {
    vertical-align: middle;
}
.typing .search-item-wrap {
    display: block;
}
.charts img {
    width: 100%;
}
.quote-item-wrap {
    margin-top: 25px;
}
.quote-item-wrap .btn-xs {
    padding: 4px 6px;
}
.quote-item-wrap .btn-xs [class^="mdi-"],
.quote-item-wrap .btn-xs [class*=" mdi-"] {
    font-size: 18px;
}
.quote-item-controller-wrap{
    margin-top: 15px;
}

.quote-item-wrap .form-group .control-label{
    color: #333333;
    font-weight: 400;
}

.total-price {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3px;
    background-color: #fafafa;
}
.total-price > p {
    margin-bottom: 0;
}
.quote-info {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2;
}
.quote-info .form-group {
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.quote-info .form-group:last-child {
    border-bottom: 0;
}
/* forms */
textarea.settings.form-control {
    height: 122px;
    resize: none;
}
textarea.form-control {
    height: 60px;
    resize: none;
}
textarea.header {
    height: 110px;
    width: 615px;
    max-height: 110px;
    max-width: 615px;
    margin: 0px;
    margin-top: 5px;
}
textarea.footer {
    height: 110px;
    width: 615px;
    max-height: 110px;
    max-width: 615px;
    margin: 0px;
    margin-top: 22px;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-group .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-group .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox {
    padding-top: 0;
}
.input-group .form-control-wrapper {
    margin: 0;
}
.form-control-wrapper .floating-label {
    top: 9px;
    font-size: 13px;
    color: #999;
}
.form-control::-moz-placeholder {
    font-size: 13px;
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #999999;
}
.form-group .close {
    padding-top: 6px;
}
.review-header {
    margin: 15px 0;
}
.review-note {
    margin-top: 30px;
}
/* activity comments section */
.activity-wrap {
    padding: 15px 0;
    border-top: 1px solid #bfbfbf;
    text-align: center;
    margin-top: 15px;
}
.activity-wrap .activity-section {
    margin: 15px 0;
    border-top: 1px solid #bfbfbf;
    text-align: left;
}
.activity-wrap .activity-section .list-group-item {
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity-wrap .activity-section .list-group-item:first-child {
    border-top: 0;
}
.activity-wrap .activity-section .list-group-item .comment-date {
    float: left;
    margin-right: 30px;
}
.section {
    padding: 15px;
    margin: 15px 0;
}
.section legend {
    margin-bottom: 10px;
    font-size: 18px;
}
.section .checkbox {
    margin-top: 0;
}
.section textarea {
    height: 70px;
    padding: 5px;
    background-color: #fff;
}
.section textarea:focus {
    padding: 5px;
}
.feedback-section {
    margin-top: 20px;
    background-color: #e0e0e0;
}
.feedback-section .feedback-item {
    padding: 5px;
    background-color: #ededed;
}
.feedback-section .feedback-item-response {
    padding: 5px;
    background-color: #ededed;
    padding-left: 25px;
}
.feedback-section .feedback-item strong {
    margin-right: 5px;
}
.feedback-section .feedback-item p {
    margin-bottom: 0;
    word-break: break-all;
}
.feedback-section .feedback-item-response p {
    margin-bottom: 0;
    word-break: break-all;
}
.accept-section,
.bg-blue {
    background-color: #e3f2fd;
}
.category-section {
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 7px;
    margin-bottom: 0;
}
.total-section {
    margin-top: 7px;
}
.category-section-first {
    margin-top: 0;
}
.category-name {
    margin-top: 18px;
    margin-bottom: 0px;
}

.category-header{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
/* backdrop */
.backdrop {
    position: fixed;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1040;
    background-color: rgba(255, 255, 255, 0.8);
}
.backdrop .center-block-wrap {
    display: table-cell;
    vertical-align: middle;
}
.backdrop .center-block-wrap .center-block {
    display: inline-block;
    text-align: left;
}
.backdrop .center-block-wrap .center-block h1,
.backdrop .center-block-wrap .center-block h2,
.backdrop .center-block-wrap .center-block h3 {
    margin-top: 0;
}
.email-item {
    margin-bottom: 10px;
}
.email-item p {
    margin-bottom: 15px;
}
.email-item .btn-sm {
    margin-top: 7px;
}
/*Colorpicker*/
.sp-replacer {
    border: none;
    background: rgba(255, 255, 255, 0);
}
.sp-container {
    border: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}
.sp-palette {
    max-width: 350px;
}
.sp-palette .sp-thumb-el {
    width: 24px;
    height: 24px;
    margin: 2px 1px;
    border: solid 1px #9e9e9e;
    border-radius: 2px;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: #8bc34a;
}
.sp-preview {
    border: solid 1px #9e9e9e;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}
.no-margin-bottom {
    margin-bottom: 0;
}

/* CodeMirror */
.CodeMirror {
    height: 30px;
    font-family: inherit;
    border: 0;
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(99%);
    background-color: transparent;
    transition: background 0s ease-out;
}
.CodeMirror:focus,
.CodeMirror.CodeMirror-focused {
    outline: none;
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}
.cm-s-default .cm-header {
    font-weight: normal;
    color: #03a9f4;
    /*&:hover{
          text-decoration: underline;
      }*/
}
.section .CodeMirror {
    height: 70px;
    background-color: #fff;
}
/***** Login style *****/
/***********************/
.login-form {
    position: relative;
    top: 120px;
    max-width: 400px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}
.login-form .login-logo {
    width: 180px;
    margin-bottom: 25px;
}
.login-form .form-signin-heading {
    margin: 25px 0;
    font-size: 18px;
    color: #000;
}
.login-form .alert {
    position: relative;
    padding-left: 55px;
    border: 1px solid #f44336;
    text-align: left;
    color: #a94442;
    color: #f44336;
}
a.login-form .alert:hover {
    color: #843534;
}
.login-form .alert [class^="mdi-"],
.login-form .alert [class*=" mdi-"] {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -18px;
    font-size: 36px;
}
.login-form .btn-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.c3-chart-arcs-title {
    font-size: 30px !important;
    font-weight: 300;
    fill: #81c784;

}
.content-archived {
    color: #777777;
}
/*toaster */
.toast-success {
    color: #ffffff;
    background-color: #4caf50;
}
.toast-message {
    /*word-break: break-all;*/
}
.toast-success:focus,
.toast-success:active,
.toast-success:hover {
    background-color: #59b75c;
}

.toast-error {
    color: #ffffff;
    background-color: #f44336;
}

.toast-error:focus,
.toast-error:active,
.toast-error:hover {
    background-color: #f55549;
}

.toast-warning {
    color: #ffffff;
    background-color: #ff5722;
}

.toast-warning:focus,
.toast-warning:active,
.toast-warning:hover {
    background-color: #ff6736;
}

.toast-success, .toast-warning, .toast-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#toast-container {
    width: 200px;
    right: 162px
}

.jqplot-target .jqplot-table-legend {
    border: 0 solid #CCCCCC;
    background-color: transparent;
}

.jqplot-table-legend:last-child {
    padding-left: 5px;
}

.jqplot-funnel-series.jqplot-data-label{
    color: white;
}

.c3-chart-bar-custom text{
    fill: #777777 !important;
}

.c3-chart-bar-custom line, .c3-chart-bar-custom path {
    stroke: #777777;
}

.reports-head {
    padding-top: 15px;
}

.report-tabs .nav-tabs {
    background: transparent;
    border-bottom: 0px;
}

.report-tabs .nav-tabs > li.btn-primary.btn-flat:hover:not(.btn-ink) {
    background-color: transparent;
}

.report-tabs .nav-tabs > li.btn-primary.btn-flat > a:hover:not(.btn-ink) {
    background-color: rgba(3, 169, 244, 0.2) !important;
}

.report-tabs .nav-tabs > li {
    padding-left: 0;
}

.report-tabs .nav-tabs > li > a {
    color: #03a9f4 !important;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

.report-tabs .nav-tabs > li.active {
    background-color: transparent !important;
}

.report-tabs .nav-tabs > li.active > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.report-head-black {
    color: #777777;
}

.patch-for-funnel {
    padding-bottom: 20px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.version {
    width: 100%;
    text-align: right;
    color: rgba(0,0,0,.6);
    padding-right: 20px;
    margin-top: -20px;
    font-size: 10px;
    font-weight: bold;
}

.termsConditions{
    color: #808080;
}

.export-padding-bottom {
    padding-bottom: 9px;
}

form:not(.unclicked) .form-group .form-control.ng-invalid:focus,
form:not(.unclicked) .form-group .form-control.ng-invalid,
div.reminder:not(.unclicked) .form-control.ng-invalid:focus,
div.reminder:not(.unclicked) .form-control.ng-invalid {
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#f44336, #f44336);
    box-shadow: none;
}

.warning-text {
    color: #e57373;
}

.toast-top-right {
    top: 12px;
    right: 115px;
}

#chartProcessedDynamic .c3-tooltip th {
    background-color: rgb(227, 242, 253);
    padding: 2px 5px;
    text-align: left;
    /*color: #FFF; */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #777777;
}

label.integr {
    width: 250px;
    font-weight: bold;
}

label.integr span.toggle {
    float: right;
    margin-top: 3px;
}

.syncbutton {
    height: 40px;
}

.syncbutton button {
    top: 7px;
}

#toast-container > div {
    padding-top: 7px;
    width: 350px;
}

.pseudo-form-control {
    -webkit-appearance: none;
    -webkit-background-size: 0px 2px, 100% 1px;
    -webkit-box-shadow: none;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease-out;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(3, 169, 244), rgb(3, 169, 244)), linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210));
    background-position: 50% 100%, 50% calc(-1px + 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 0px 2px, 100% 1px;
    border-bottom-color: rgb(85, 85, 85);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 85, 85);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 85, 85);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 85, 85);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    cursor: auto;
    display: block;
    float: left;
    font-family: RobotoDraft, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    height: 34px;
    letter-spacing: normal;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: background;
    transition-timing-function: ease-out;
    white-space: nowrap;
    width: 84px;
    word-spacing: 0px;
    writing-mode: lr-tb;
    z-index: 2;
}

.input-group-padding {
    padding: 6px 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.input-group-padding .form-group {
    width: 350px;
    margin-top: 10px;
}

.reminder .form-group {
    margin-bottom: 0px;
}

.integration-info {
    margin-left: 15px;
    margin-top: 8px;
    width: 460px;
    font-size: 95%;
}

.notes-section {
    padding-left: 0px;
}

.notes-section h3 {
    font-size: 22px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.notes-section div {
    padding-left: 5px;
}

.list-group-item-currency{
    border:1px black solid;
    border-bottom:0;
    padding: 5px 5px 5px 10px;
}

.list-group-item-currency:hover{
    cursor: pointer;
}

.list-group-item-currency:last-child{
    border-bottom:1px black solid;
}

.selectedCurrency{
    background-color: darkgray;
}

.btn-currencies-manage {
    width: 120px;
    margin-bottom:15px;
}

.quote-container-wrapper{
    background-color: white;
}





.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto 35px;
    padding: 0;
    list-style: none;
    max-width: 900px;
}

.progress-step {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 40px;
}

.progress-step:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.progress-step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    bottom: 12px;
    right: -14px;
    width: 100%;
    height: 2px;
}


.progress-step > a {
    display: block;
}

.progress-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 46px;
    height: 46px;
    padding-bottom: 2px;
    color: #9f9f9f;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 50%;
    font-size:18px;
}

.progress-text {
    display: block;
    padding: 14px 9.3333333333px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-title {
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
}

.progress-step .progress-marker {
    color: #9f9f9f;
    background-color: #f5f5f5;
}

.progress-step::after {
    background-color: #f5f5f5;
}

.progress-step .progress-text, .progress-step .progress-step > a .progress-text {
    color: #9f9f9f;
}

.progress-step.is-active .progress-marker {
    background-color: #46aae6;
    color: #fff;
}

.progress-step.is-complete .progress-marker {
    border: 2px #46aae6 solid;
    background-color: #fff;
    color:#46aae6
}

.progress-step.is-complete::after {
    background-color: #46aae6;
}

.progress-tracker--center .progress-step {
    text-align: center;
}

.progress-tracker--center .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-tracker--center .progress-step::after {
    right: -50%;
}

.progress-tracker--center .progress-marker {
    margin-left: auto;
    margin-right: auto;
}

.btn-quote-group{
    margin-top: 30px;
    text-align: center;
}

.btn-quote{
    text-transform: inherit;
    min-width:150px;
}

.btn-quote:not(:first-child){
    margin-left: 40px;
}

.btn-previous-step{
    border: 1px solid #46aae6;
    color: #46aae6 !important;
}

.btn-next-step, .btn-previous-step{
    font-weight: 500;
}

.btn-add-note{
    font-weight: 400 !important;
}

.btn-next-step[disabled], .btn-previous-step[disabled]{
    background-color: #e6e6e6 !important;
    color: white !important;
    border: none !important;
}

.btn-quote-draft-save{
    text-decoration: underline;
    padding-left: 5px;
    padding-right: 5px;
}

.quote-item-wrap .control-label,.quote-item-wrap_label{
    font-weight: 400;
    font-size: 12px;
}


.btn-note-delete{
    position: absolute;
    top: 4px;
    right: -15px;
    padding: 10px 10px;
    font-size: 13px;
    background: url('../../images/delete.png') no-repeat center !important;
}

.delete-button{
    display: block;
    background: url('../../images/delete.png') no-repeat center !important;
    width: 14px;
    height: 14px;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 60px;
}

.delete-icon{
    display: block;
    background: url(../../images/delete.png) no-repeat center !important;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}


.quote-items-table-wrap{
    background: #fafafa;
    border-radius: 5px;
    border: 1px #c8c8c8 solid;
    padding: 12px 25px;
}

.wizard-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.quote-items-table {
    margin-top: 50px;
    table-layout: fixed;
}

.quote-items-table .quote-items-table-row{
    border-top: 1px solid #e8e8e8;
    margin-top: 15px;
    margin-bottom: 15px;
}

.quote-items-table .quote-items-table-row-first{
    border-top: none;
}

.quote-items-table .quote-items-table-headers-row{
    border-bottom: 1px solid #c8c8c8;
}

.quote-items-table .quote-items-table-headers-row th{
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 5px;
}

.quote-items-table .quote-items-table-row td{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

.quote-items-table .quote-items-table-row .item-total-wrapper{
    font-size: 16px;
    font-weight: bold;
}

.btn-item-delete {
    padding: 10px 10px;
    background: url('../../images/delete.png') no-repeat center !important;
}

.btn-item-up {
    padding: 10px 10px;
    background: url('../../images/menu-up.png') no-repeat center !important;
}

.btn-item-down {
    padding: 10px 10px;
    background: url('../../images/menu-down.png') no-repeat center !important;
}

.item-search-form-group{
    margin-left: 0;
    margin-right: 0;
}

.drop-padding{
    padding-left: 0;
    padding-right: 0;
}

.quote-item-discount-wrapper{
    margin-top: 10px;
}

.quote-total-price-wrapper{
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}

.quote-total-price-wrapper .total-price-label{
    font-size: 16px;
    font-weight: bold;
}

.quote-item-discount-wrapper,.quote-total-price-wrapper{
    font-size: 12px;
}

.quote-item-discount-wrapper .headers,.quote-total-price-wrapper .headers{
    font-weight: 500;
}

.quote-items-table th{
    vertical-align: top;
}

.quote-items-table th,.quote-items-table .quote-items-table-row td{
    padding-right: 20px;
}

.quote-table-hint {
    margin-top: 60px;
    margin-bottom: 60px;
}

.quote-table-hint span{
    font-size: 16px;
    font-weight: 300;
    color: #999999
}

.quote-add-items-margin-left{
    margin-left: 30px;
}

.quote-category-btn-group{
    margin-top: 25px;
    margin-bottom: 25px;
}

.quote-category-btn-group button{
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
}

.quote-category-btn-group .btn-default{
    color: #999999 !important;
}

.item-search-label{
    margin-top: 9px;
    margin-right: 10px;
    float: left;
}

.quote-signature-image {
    border: 1px solid #d1eaf9;
    border-radius: 3px;
    max-height: 150px;
    max-width:100%;
}

.quote-signature-name {
    border: 1px solid #ececec;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    color: #b3b3b3;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.quote-contact-details-checkbox{

}

.quote-contact-details-checkbox label,.quote-headers-label{
    color: #333333;
    font-size: 12px;
}

.quote-contact-details-checkbox label .check {
    border: 1px solid #cccccc !important;
}

.quote-contact-details-checkbox .details-label-text {
    vertical-align: text-bottom;
    margin-left: 8px;
}

.quote-headers-label{
    margin-left: 30px;
}

.details-select-all-link{
    cursor: pointer;
    padding-left: 4px;
}

.quote-item-wrap .form-control{
    font-size: 12px;
}

.quote-item-wrap .form-group textarea{
    width: 100% ;
    height: 50px;
}

.quote-step-header{
    font-size: 16px;
    font-weight: 400;
}

.summary-category-item-wrapper{
    background: #fafafa;
    border-radius: 2px;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
    padding: 25px 30px 15px 30px;
}

.summary-category-item{
    border-top: 1px solid #c8c8c8;
    margin-left: 0;
    margin-right: 0;
}

.summary-category-item-wrapper p, .summary-category-item-wrapper h6{
    font-size: 12px;
}

.summary-category-item-wrapper .total-price-text{
    font-size: 16px;
    font-weight: 500;
}

.summary-details {
    margin-top: 20px;
    padding-left: 70px;
}

.btn-pdf-group{
    padding-left: 60px;
    margin-bottom: 15px;
}

.summary-details .form-control-static, .summary-details label,.summary-details .company-name {
    padding-top: 0;
    font-size: 12px;
    margin-bottom: 2px;
}

.summary-details .company-name{
    font-weight: bold;
}

.summary-details .form-group{
    margin-bottom: 20px;
}

.summary-details .form-group label{
    font-weight: 500;
}

.summary-details .form-control-static{
    min-height: 16px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
}

.summary-notes .notes-head{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.summary-notes .note-item{
    margin-bottom: 30px;
}

.summary-notes .note-item p, .summary-notes .note-item h4{
    font-size: 12px;
}

.summary-notes .note-item h4{
    font-weight: 400;
}

.summary-text-item{
    font-size: 12px;
    font-weight: 400;
}

.btn-pdf-download{
    border: 1px solid #43b051;
    color: #43b051 !important;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
}

.btn-pdf-download img{
    padding-right: 10px;
}

.btn-delete{
    border: 1px solid red;
    color: red !important;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    margin-left: 10px;
    padding: 9px 15px;
}

.btn-delete img{
    padding-right: 10px;
}

h6.quote-setup-header{
    font-weight: 300;
    color: #b3b3b3;
}

.quote-setup-header{
    padding-left: 40px;
}

.quote-wizard-divider{
    margin-left: 25px;
    margin-right: 25px;
    border-top:1px solid #ececec;
}

.quote-add-items-block-margin{
    padding-left:20px;
    padding-right:20px;
}

.quote-add-items-total-price-values {
    float: right;
    min-width: 150px;
    margin-left: 30px
}

.quote-add-items-total-price-values .total-price p{
    font-weight: 400;
}

.quote-add-items-total-price-labels{
    float: right;
}

.currency-parity-input{
    font-size: 12px;
    font-weight: 500;
}

.category-search-input{
    font-size: 12px;
    font-weight: 400;
}

.item-header{
    font-weight: 500;
}

.item-value{
    font-weight: 400;
}

.summary-quote-footer{
    clear: both;
    white-space: pre-line;
}