@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Titillium+Web:wght@300;400;600&display=swap');

/*******Custom padding Css***********/
.padding-left {
  padding-left: 0px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-22 {
  padding-left: 22px;
}
.padding-left-26 {
  padding-left: 26px;
}
.padding-right {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-10 {
  padding-right: 10px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-8 {
  padding-bottom: 8px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-top-4 {
  padding-top: 4px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-top-42 {
  padding-top: 42px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-30 {
  padding-top: 30px;
}

/****Custom border Css***********/
.border-0 {
  border: none;
}
.border-left-0 {
  border-left: 0px;
}
.border-right-0 {
  border-right: 0px;
}
.border-top-0 {
  border-top: 0px;
}
.border-bottom-0 {
  border-bottom: 0px;
}

/*******Custom padding Css***********/
.padding-left {
  padding-left: 0px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-16 {
  padding-left: 16px;
}
.padding-left-22 {
  padding-left: 22px;
}
.padding-left-26 {
  padding-left: 26px;
}
.padding-right {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}

.padding-top-0 {
  padding-top: 0px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-top-42 {
  padding-top: 42px;
}
.padding-top-15 {
  padding-top: 15px;
}

/*******Custom margin Css***********/
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-22 {
  margin-top: 22px;
}
.margin-top-25 {
  margin-top: 25px;
}

.margin-left {
  margin-left: 0px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right {
  margin-right: 0px;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* customize scrollbar css */
::-webkit-scrollbar {
  width: 5px;
  background: #eee;
  width: 5px;
}
::-webkit-scrollbar:horizontal {
  height: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb {
  background: #2578a2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #2578a2;
}
::-webkit-scrollbar-thumb:active {
  background-color: #2578a2;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background: #2578a2;
  outline: 1px solid rgba(239, 246, 253, 0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #2578a2;
}

/* Hide the browser's default checkbox */
.form-group-checkbox {
  position: relative;
  /* margin-bottom: 10px; */
  margin-top: 18px;
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
/* .form-group-checkbox::after {
  width: 1px;
  height: 4px;
  content: ' ';
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #ddd;
}
.form-group-checkbox::before {
  width: 1px;
  height: 4px;
  content: ' ';
  position: absolute;
  bottom: -4px;
  right: 0px;
  background: #ddd;
} */
.form-group-checkbox span {
  font-size: 13px;
  font-weight: 600;
}

.checkmark-container {
  position: relative;
  padding-left: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 22px;
}

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #999;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  background-color: #2578a2;
  border: 1px solid #2578a2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label {
  margin-bottom: 1px;
}

hr {
  margin-top: 0;
  margin-bottom: 5px;
}
table.table td.ng-binding,
table.table tbody tr td {
  padding-right: 5px;
}
.table th.sorting,
.table th.sorting_asc,
.table th.sorting_desc {
  padding-left: 7px;
  padding-right: 7px;
}
.dropDownClear {
  background: #fbfbfb none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 0 10px;
  position: absolute;
  right: 4px;
  top: 3px;
  z-index: 99;
}

.fixdroparrow .btn-default.active,
.fixdroparrow .btn-default.focus,
.fixdroparrow .btn-default:active,
.fixdroparrow .btn-default:focus,
.open > .dropdown-toggle.btn-default {
  background: #f5f5f5;
}
.fixdroparrow .btn-default:hover {
  background: #f5f5f5;
}
.fixdroparrow .btn-default:hover button.dropDownClear {
  background: #f5f5f5;
}

.fixdroparrow i.glyphicon {
  background: url(../images/saveandcancel-icon.svg) no-repeat -33px 6px;
  float: right;
  width: 12px;
  height: 18px;
  font-family: none;
  font-size: 0px;
}
.fix-wid.fixdroparrow {
  width: 134px;
}
.fix-wid.fixdroparrow span.ui-select-toggle {
  width: 134px;
  float: left;
  clear: both;
  padding-left: 5px;
}
.fix-wid.fixdroparrow input.form-control {
  width: 134px;
  float: left;
  clear: both;
}

.weather-box {
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  width: 151px;
}
.weather-box-lg {
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  width: 250px;
}
.temperature_range {
  top: 20px;
  height: 20px;
}
.temperature_range .ranger {
  background-color: graytext;
  border-radius: 10px;
  height: 15px;
  margin: auto;
  position: relative;
  width: 40px;
}
.temperature_range .ranger .temperature_min {
  left: -40px;
  text-align: right;
  font-family: 'AvenirNextCondensed-Medium', 'AvenirNextLTW01-MediumC 721311',
    'Arial Narrow', Verdana, sans-serif;
}
.temperature_range .ranger .temperature_max {
  right: -45px;
  text-align: left;
  font-family: 'AvenirNextCondensed-Bold', 'AvenirNextLTW01-BoldCn',
    'Arial Narrow', Verdana, sans-serif;
}
.temperature_range .ranger span {
  display: inline-block;
  position: absolute;
  top: -3px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666;
}

.text-day {
  padding-left: 5px;
}

.panel .details .text {
  color: #222;
  font-size: 13.5pt;
  margin: 20px auto;
  text-align: center;
}
.panel .details .text .title {
  color: #aaa;
  display: inline-block;
  font-family: 'AvenirNextCondensed-Medium', 'AvenirNextLTW01-MediumC 721311',
    'Arial Narrow', Verdana, sans-serif;
  font-size: 14px;
  margin: 0 4px;
  text-transform: uppercase;
}
.panel .details .text .val {
  display: inline-block;
  font-family: 'AvenirNextCondensed-Medium', 'AvenirNextLTW01-MediumC 721311',
    'Arial Narrow', Verdana, sans-serif;
  font-size: 20px;
  margin: 0 30px 0 0;
}
.panel .details .hour_ticks {
  height: 10px;
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  top: 125px;
}
.panel .details .hour_ticks div {
  border-left: 1px solid #999;
  display: inline-block;
  height: 8px;
}
.panel .details .hour_ticks div.even {
  height: 5px;
}
.form-inline .form-group {
  padding-right: 20px;
}

th.text-right {
  text-align: right;
  padding-right: 15px !important;
}
.animate-enter.animate-enter-active {
  top: 0;
}
.animate-leave {
  top: 0;
}
.animate-leave.animate-leave-active {
  top: -100%;
}

.slideup.ng-enter,
.slideup.ng-leave,
.slideup.ng-move {
  -webkit-transition: 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.slideup.ng-leave {
  -webkit-transition: 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
.slideup.ng-enter {
  top: 100%;
  opacity: 0; /*-webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);*/
}
.slideup.ng-enter.ng-enter-active {
  top: 0;
  opacity: 1; /*-webkit-transform: none;  transform: none;*/
}
.slideup.ng-leave {
  top: 0;
  opacity: 1; /*-webkit-transform: none; transform: none;*/
}
.slideup.ng-leave.ng-leave-active {
  opacity: 0; /*-webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);*/
}
.slideup.ng-move {
  opacity: 0.5; /*-webkit-transform: none; transform: none;*/
}
.slideup.ng-move.ng-move-active {
  opacity: 1;
  top: -100%; /*-webkit-transform: none; transform: none;*/
}
.headline-bg {
  background: #253340 no-repeat scroll 50% top / cover;
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.highlight {
  color: #28a5a8;
}
.pricing .intro {
  color: #fff;
  margin-bottom: 80px;
}
.pricing .intro {
  opacity: 0.8;
}
.section .intro {
  color: #999999;
  font-size: 13.5pt;
  margin: 0 auto 60px;
  max-width: 700px;
  text-align: center;
}
.pricing .item {
  background-clip: padding-box;
  border-radius: 4px;
  margin-bottom: 60px;
}
.pricing .item .item-inner {
  background: #fff none repeat scroll 0 0 padding-box;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  transition: 0.4s all;
  position: relative;
  min-height: 500px;
  border-radius: 3px;
}
.pricing .item .heading {
  background-clip: padding-box;
  min-height: 130px;
  border-radius: 4px 4px 0 0;
  margin-top: 0;
  padding: 30px 15px;
}
.pricing .item .heading .title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 26px 10px 0px;
  font-family: sans-serif;
  min-height: 130px;
  float: left;
  width: 100%;
}
span.text_packge {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}
.pricing .title {
  margin-top: 0;
}
.pricing .item .price-figure {
  background-clip: padding-box;
  margin: 10px auto;
  border-radius: 50px;
  position: absolute;
  color: #000;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  top: 90px;
  background: #fff;
  left: calc(50% - 105px);
  width: 210px;
  height: 55px;
}
p.price-figure {
  line-height: 1.5;
  margin-bottom: 15px;
}
.pricing .item .content {
  font-size: 14px;
  padding: 50px 15px 15px;
}
.pricing .item .feature-list {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  text-align: left;
}
.pricing .item .feature-list li {
  display: inline;
  font-size: 13px;
  text-align: left;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li .fa {
  color: #373737;
  margin-right: 5px;
  font-size: 10px;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}

a.btn-cta-primary,
.btn-cta-primary {
  background: #28a5a8 none repeat scroll 0 0;
  border: 2px solid #28a5a8;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  padding: 8px 30px;
}
.btn,
a.btn {
  transition: all 0.4s ease-in-out 0s;
}
.pricing .item.best-buy {
  position: relative;
  top: -15px;
  z-index: 11;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.pricing .item .ribbon {
  height: 110px;
  overflow: hidden;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 110px;
}
.pricing .item .ribbon .text::before,
.pricing .item .ribbon .text::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e4050;
  bottom: -5px;
  content: '';
  position: absolute;
}
.pricing .item .ribbon .text::before {
  left: 0;
}
.pricing .item .ribbon .text::after {
  right: 0;
}
.pricing .item .ribbon .text::before,
.pricing .item .ribbon .text::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2e4050;
  bottom: -5px;
  content: '';
  position: absolute;
}
.pricing .item .ribbon .text {
  background-color: #5d80a1;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  left: -8px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 18px;
  transform: rotate(45deg) translate3d(0px, 0px, 0px);
  width: 158px;
}

.purechat.purechat-bottom-left {
  left: 0px !important;
}
.purechat-widget .purechat-widget-header,
.purechat-window .purechat-widget-header,
.purechat-hosted-widget .purechat-widget-header {
  background-color: #64a8df;
}
.has-error .form-control-feedback {
  display: block !important;
}
.has-feedback .form-control-feedback {
  display: none;
}
.form-group .fa {
  right: 10px;
  top: 0;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-feedback {
  display: block;
  height: 34px;
  line-height: 34px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 2;
}
.h2 small a {
  color: #fff;
}
.has-feedback .form-control {
  padding-right: 11px;
}
.has-feedback .form-control.input-lg {
  padding: 10px 11px;
}

.demof {
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 5px;
}
.demof ul {
  padding: 0;
  list-style: none;
}
.demof li {
  padding: 11px;
  border-bottom: 1px dashed #ccc;
}
.demof li.odd {
  background: #fafafa;
}
.demof li:after {
  content: '';
  display: block;
  clear: both;
}
.demof a {
  color: #06f;
}
.demof a.worker {
  font-weight: normal;
}
.demof p {
  margin: 15px 0 0;
  font-size: 14px;
}

.tasks-scroll {
  padding: 0px;
}
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  width: 100%;
}
table.equipment-edit td.ng-binding,
table.equipment-edit tbody tr td {
  padding: 1px 2px;
}
.h3 a {
  color: #fff;
}
.stripe-card {
  margin: auto;
  max-width: 600px;
}
.wtask div.card-row {
  margin-left: 5px;
}
.name-link {
  width: 260px;
}
.editable-wrap {
  width: 85%;
}

.zero-m-p {
  padding: 0px;
  margin: 0px;
}
.fuelux .wizard > ul.steps li,
.fuelux .wizard > .steps-container > ul.steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #eee;
  color: #999;
  font-size: 13px;
  cursor: not-allowed;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}
.btn-quick-task {
  padding: 4px 15px;
  margin-left: 10px;
}
.app-modal-window .modal-dialog {
  width: 90%;
}
.app-modal-window-800 .modal-dialog {
  width: 800px;
}
.app-modal-window-900 .modal-dialog {
  width: 900px;
}
.bg-blue {
  background-color: blue !important;
}
.list-view-header {
  margin: 10px 0px;
}
.nav.nav-pills .inactive > a {
  background-color: #ffffff;
}

.fuelux .small-wizard {
  min-height: 30px;
}
.fuelux .small-wizard > ul.steps li,
.fuelux .small-wizard {
  font-size: 11px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.setup-card {
  float: left;
  margin: 5px;
  width: 250px;
}
.thumbnail .caption-setup {
  max-height: 200px;
  min-height: 200px;
}
.thumbnail {
  position: relative;
}
.thumbnail .caption-setup a.btn {
  bottom: 15px;
  position: absolute;
  width: 225px;
}

.sidebar > .nav > li > a > span > b,
.sidebar > .nav > li > .nav-item {
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
}
.action > button {
  margin-bottom: 1px;
}
.list-header {
  padding: 0px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.52857143px;
  margin: 0px 0px 5px 0px;
}
.list-header > h3 {
  margin-top: 8px;
  margin-bottom: 11px;
}
.generic-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.52857143px;
  margin: 0px 0px 5px 0px;
}
.generic-header > h3 {
  margin-top: 8px;
  margin-bottom: 11px;
}
.auth-code {
  font-size: 80px;
  height: 100px;
  text-align: center;
  line-height: 90px;
}
.btn-gray {
  background: lightgrey;
}
.status-box {
  height: 15px;
  width: 15px;
}
body.invoice-notification-adjust .aside-inner {
  margin-top: 42px;
}
body.invoice-notification-adjust .main-content-section {
  padding-top: 42px;
}
.pending-invoice-alert {
  position: relative;
  z-index: 99999999;
  text-align: center;
  color: #fff;
  background: #a00;
  padding: 10px;
}
.pending-invoice-alert .cross-btn {
  float: right;
  color: #fff;
  font-size: 20px;
  margin-top: -6px;
  margin-right: 5px;
}
.searchInput {
  width: 200px;
}
.stripe-row {
  background-color: #e0e0e0 !important;
}
.has-error .form-control,
.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #e0e0e0 !important;
}
table.fixed-header {
  height: auto;
}
.item-wrapper form .form-group span.editable-buttons button {
  padding: 5px 10px;
}
.item-wrapper form:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #aaa;
  position: absolute;
  bottom: 48px;
  left: 138px;
}
.item-wrapper form:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  bottom: 47px;
  left: 139px;
}
table.fixed-header {
  height: 500px;
}
.db-task {
  font-size: 11px;
  padding-left: 5px;
}
.db-task-right {
  font-size: 11px;
  float: right;
  padding: 0px;
  top: -17px;
}
.modal-plan-area-window {
  width: 450px;
  margin: auto;
  padding-top: 10%;
}
.modal-plan-area-window .modal-dialog {
  width: 400px;
}
.modal-plan-area-window .modal-body {
  min-height: 60px;
}
.has-error .form-control {
  border-color: #f05050 !important;
}
.tw-hours {
  width: 80px;
}
.remove-header {
  display: none;
}
section.full-width {
  margin: 0 !important;
}
.modal .ui-select-multiple input.ui-select-search,
.ui-select-multiple span.ui-select-match {
  position: relative;
  z-index: 9999;
}
.modal .ui-select-multiple input.ui-select-search,
.ui-select-multiple input.ui-select-search {
  position: absolute;
  left: 0px;
  z-index: 9;
}
.ui-select-multiple.ui-select-bootstrap {
  min-height: 38px !important;
  padding: 0px 10px 0 10px;
  position: relative;
}
.plan-desc {
  vertical-align: middle;
  max-width: 100px;
  word-wrap: break-word;
}
.gray {
  color: grey;
}
.full-width .full-width-top {
  font-family: inherit;
  line-height: 1.1;
  font-size: 24px;
  color: #929292;
  margin: -20px;
  margin-bottom: 20px;
  font-weight: normal;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}
div.owl-item .item {
  padding: 15px;
  font-size: 16px;
}
div.owl-dots {
  display: none;
}
.grid-item {
  width: 80px;
  height: 60px;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
}
.task-board {
  max-height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px -40px 30px -1px rgba(255, 255, 255, 0.88);
}
.btn-plan-area {
  margin: 10px 0px 0px 0px;
}
.group-select-box .ui-select-choices-row-inner {
  padding-left: 25px !important;
}
.btn-equipment-assistant {
  min-width: 90px;
  padding: 1px 5px;
}
.lbl-equipment-assistant {
  min-width: 80px;
  padding: 1px 5px;
  cursor: default;
}
.whiteboard {
  font-family: inherit;
  line-height: 1.1;
  font-size: 24px;
  color: #929292;
  margin-top: -20px;
  font-weight: normal;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}
.fa-green {
  color: #5d9cec;
}
.whiteboard-txt-center a {
  position: relative;
  top: 5px;
  padding-left: 5px;
}
.whiteboard-table tr td:nth-child(3) {
  line-height: 0px !important;
}
.whiteboard-title {
  font-size: 20px;
  font-weight: bold;
}
.margin-left-12 {
  margin-left: -12px;
}
.last-ppc span {
  padding-left: 6px;
  font-weight: 600;
}
/*******New Css Start 4/09/2017********/

/*******USER CSS***********/
.userbg {
  height: 375px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 0px 2px #adadad;
  margin-top: 13.5%;
}
.usercolbg1 {
  background: url('../../images/old-img/login_bg.png') -250px -90px;
  background-color: #2578a2;
  height: 375px;
  border-radius: 3px 0px 0px 3px;
}
.usercolbg1 img.logo_img {
  padding: 22% 0% 0% 0%;
}
.Editusercolbg {
  background: url('../../images/old-img/login_bg.png') -250px -90px;
  background-color: #dd4b39;
  height: 375px;
  border-radius: 3px 0px 0px 3px;
}
.Editusercolbg img.logo_img {
  padding: 22% 0% 0% 0%;
}
.welcome {
  color: #ffffff;
  font-size: 22px;
  padding: 10% 16% 0 0px;
  text-align: center;
}
.welcome_2 {
  color: #ffffff;
  font-size: 14px;
  padding: 0% 15% 0% 0%;
  text-align: center;
}
.usercolbg2 {
  background: #ffffff;
  height: 375px;
  border-radius: 0px 3px 3px 0px;
}
.usercolbg2::before {
  content: '';
  width: 80px;
  left: -60px;
  height: 375px;
  position: absolute;
  border-bottom: 375px solid #fff;
  border-left: 50px solid transparent;
}
.form_alignment {
  padding-top: 17%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 10px;
}
.signinbtn {
  background: #222222;
  color: white;
  height: 39px;
  padding: 5px 15px;
  font-size: 15px;
}
.signoutbtn {
  background: #2578a2;
  color: white;
  height: 39px;
  padding: 8px 15px;
  font-size: 15px;
}
.signoutbtn:hover {
  background: #166186;
  color: white;
  font-size: 15px;
}
.lets {
  font-size: 22px;
  padding-bottom: 26px;
  color: #2e2f2f;
}
.letschen {
  font-size: 13.5pt;
  padding-bottom: 16px;
  color: #2e2f2f;
  font-weight: 600;
}
.margin_15 {
  margin-bottom: 15px;
}
.txt_fyp {
  color: #5d9cec;
  margin-bottom: 15px;
  margin-top: 6px;
}
.txt_fyp a {
  color: #5d9cec;
  margin-bottom: 15px;
  text-decoration: none;
}
.txt_fyp a:hover {
  color: #1b72e2;
}
.outerhint {
  display: table;
  height: 100%;
  width: 100%;
}
.middlehint {
  display: table-cell;
  vertical-align: middle;
}
.innerhint {
  margin-left: auto;
  margin-right: auto;
}
.Absolute-HiCenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 54px;
}
.circle {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  background: #d93d3e;
  z-index: 100;
  border: 3px white solid;
  position: absolute;
  box-shadow: 3px 3px 1px rgba(119, 125, 116, 0.61);
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
  padding: 13px;
}
.circleEditprofile {
  background: #1f65a9;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  z-index: 100;
  border: 3px white solid;
  position: absolute;
  box-shadow: 3px 3px 1px rgba(119, 125, 116, 0.61);
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
  padding: 13px;
}
.circleEditprofile {
  background: #1f65a9;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  z-index: 100;
  border: 3px white solid;
  position: absolute;
  box-shadow: 3px 3px 1px rgba(119, 125, 116, 0.61);
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
  padding: 13px;
}

/****EDIT PROFILE CSS******/
.circleUserprofile {
  background: #1f65a9;
  height: 159px;
  width: 159px;
  border-radius: 50%;
  z-index: 100;
  border: 5px white solid;
  margin: 10% 0% 0% 15%;
  position: relative;
}
.circleUserprofile img {
  border-radius: 50%;
}
.circleUserprofile .textuser {
  background: #efefec;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  overflow: inherit;
  z-index: 100;
  position: absolute;
  bottom: 0%;
  right: 20px;
  font-size: 14px;
  padding: 4px 0px;
  color: #222222;
}
.circleUserprofile .textuser a {
  text-decoration: none;
  color: #222222;
}
.circleUserprofile span.username {
  text-align: center;
  font-size: 14px;
  padding: 4px 13px;
  color: #222222;
}
.userEditbg {
  margin-top: 5%;
}
.sa_checkbox {
  background: #fcfcfc;
  padding: 8px 5px 8px 5px;
  border: 1px solid #e6e6e6;
  margin: 0px 0px 5px 0px;
  border-radius: 5px;
  box-sizing: border-box;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 1px;
  text-align: center;
}
.sa_checkbox .c-checkbox label {
  margin-bottom: 0px;
}
.btn-black,
.btn-black:hover {
  height: 37px;
  padding: 8px 10px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 35px;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 8px;
}
a.text-primary:hover {
  color: #fff;
}
.i-checkbox span {
  margin-right: 5px;
  right: 0px !important;
}
/****TOP HEADER CUSTOM CSS******/

/*******input fild Css***********/
.input_fildcell {
  height: 40px;
  background: #fbfbfb;
  border: 1px solid #dddddd;
  box-shadow: 0px;
  color: #8a8b8c;
  font-size: 14px;
}
form.padding-top-8 {
  padding-top: 8%;
}
input.checkbox_col {
  padding: 4px 10px 0px 0px;
}
.Inactivebtn {
  background: #20688d url(../../images/old-img/Inactive_btnIcon.png) no-repeat
    11px center;
  padding-left: 35px;
  height: 39px;
}
.Inactivebtn:hover {
  background: url(../../images/old-img/Inactive_hoverbtnIcon.png) no-repeat 11px
    center;
  padding-left: 35px;
}
.btn_primary {
  background: #20688d;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px;
  height: 38px;
}
.btn_de1 {
  background: #dd4b39;
  font-weight: normal;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #dd4b39;
  height: 38px;
}
.btn_de1:hover {
  background: #e33019 !important;
  font-weight: normal;
  color: #fff;
  border: 1px solid #e33019;
  height: 38px;
  padding: 8px 10px;
}
.btn_primary:hover {
  background: #125272;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px;
  height: 38px;
}

.fieldset {
  margin-bottom: 10px;
}

/*******Reprot tab Css***********/
.report-bg-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
  border-radius: 50%;
  max-width: 185px;
  height: 185px;
}
.celbox_info {
  background: #00c0ef;
}
.celbox_danger {
  background: #cb3421;
}
.celbox_primary {
  background: #3c8dbc;
}
.celbox_warning {
  background: #ec971f;
}
.celbox_success {
  background: #449d44;
}
.ch-info .ch-info-back.ch-danger-back {
  background: #cb3421;
}
.ch-info .ch-info-back.ch_celbox_primary {
  background: #0b6092;
}
.ch-info .ch-info-back.ch_celbox_warning {
  background: #985f0d;
}
.ch-info .ch-info-back.ch_celbox_success {
  background: #008d4c;
}
.ch-info .ch-info-back.ch-danger-back h3 {
  padding: 50px 0 0 0;
}
.ch-info .ch-info-back.ch-danger-back.ch_celbox_primary h3 {
  padding: 33px 0 0 0;
}
.ch-info .ch-info-back.ch-danger-back p {
  margin: 5px 30px;
}
.ch-info .ch-info-back.ch-danger-back.budgetsummary p {
  margin: 22px 30px;
}
.celbox_success .ch-info .ch-info-back {
  background: #008d4c;
}

.pv-lg em {
  color: #000;
  font-size: 45px;
}
.mt0 {
  margin-top: 0 !important;
  font-size: 24px !important;
}
.mt0 small {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.ch-grid {
  margin: 0px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
}
.ch-grid:after,
.ch-item:before {
  content: '';
  display: table;
}
.ch-grid:after {
  clear: both;
}
.ch-grid li {
  width: 190px;
  height: 190px;
  display: inline-block;
  margin: 0px 15px 15px;
  text-align: center;
}
.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
  max-width: 100%;
}
.ch-grid::after,
.ch-item::before {
  content: '';
  display: table;
}
.ch-info-wrap {
  top: 12px;
  left: 13px;
  background: #f5f7fa;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
    inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.ch-info-wrap,
.ch-info {
  position: absolute;
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
}
.ch-info .ch-info-back {
  opacity: 0;
  background: #019ec4;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  cursor: pointer;
}
.ch-info h3 {
  color: #b8bfc8;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13.5pt;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 80px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
  color: #fff;
}
.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.ch-item:hover .ch-info-back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 15px 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info h3.padding-top-6 {
  padding-top: 60px;
}
.ch-info p.margin-top-5 {
  padding-top: 5px;
}
.btn-default {
  padding: 8px 10px;
}
.btn-default,
.btn_de1,
.btn_de1:hover,
.btn_primary {
  padding: 8px 10px;
}
.wrapper > footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e4eaec;
  z-index: 99;
}
.btn-black,
.btn-black:hover {
  height: 37px;
  padding: 8px 10px;
}
.btn-success {
  background-color: #00a65a !important;
  border-color: #008d4c !important;
}
.ch-info .ch-info-back {
  background: #2fa94e;
}
.celbox_warning .ch-info .ch-info-back {
  background: #985f0d;
}
/*******Reprot tab END Css***********/

.blue_btn {
  background-color: #2678a2 !important;
}
.blue_btn,
.blue_btn:hover {
  font-size: 14px;
  padding: 8px 10px;
  height: 38px;
  color: #fff !important;
}
.btn-black {
  height: 38px !important;
  font-size: 13px;
  padding: 8px 10px !important;
}
.btn-black:hover {
  font-size: 14px;
  background: #111010 !important;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover {
  height: 38px;
  background: #111010;
  color: #fff !important;
}
.btn_de1:active,
.btn_de1:focus,
.btn_de1:hover {
  height: 38px;
  background: #ac2925 !important;
  color: #fff !important;
}
.button-typecell {
  background: none;
  border: none;
}
h3.time_tr span {
  font-size: 15px;
}
h3.time_tr .month_t1 {
  font-size: 15px;
  font-weight: normal;
}
h3.time_tr .date_t1 {
  font-size: 15px;
}
h3.time_tr .years_t1 {
  font-size: 15px;
}
h3.time_tr .date_t1,
h3.time_tr .years_t1,
h3.time_tr span {
  font-size: 14px;
  font-weight: normal;
}
.collapsed_headerlogo {
  padding: 10px 15px !important;
}
.btn-green {
  padding: 8px 12px;
}

/********FOOTER CSS*******/
.triangle_bottomright {
  width: 0;
  height: 0;
  border-bottom: 100px solid blue;
  border-left: 100px solid transparent;
}
.footer_color {
  background-color: #2578a2;
  color: #ffffff;
}
.terms {
  color: #656565;
  font-size: 10px;
}
.wrapper > footer {
  background: #2578a2;
  height: 42px;
  padding: 13px;
}
.wrapper > footer span.footer_lefttext {
  color: #fff;
}
.wrapper > footer ul.footer_r_nav {
  list-style: none;
  float: right;
  margin: 0px;
}
.wrapper > footer ul.footer_r_nav li {
  float: left;
  margin: 0px;
}
.wrapper > footer ul.footer_r_nav li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}
pper > footer ul.footer_r_nav li a:hover {
  color: #e4e4e4;
}
.wrapper > footer ul.footer_r_nav li:last-child a {
  border-right: 0px;
}

/*****Plan Epuipments css**********/
table.table td.ng-binding,
table.table tbody tr td {
  border-bottom: 1px solid #d5d5d5;
}
.budget_label {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
  padding-bottom: 2px;
  padding-left: 4px;
}
.budget_label span.bor_t1 {
  position: absolute;
  left: 4px;
  bottom: -3px;
  background: #ccc;
  width: 68px;
  height: 6px;
}

/****Execute Scheduling Assistant CSS STARS*******/
.weather_box {
  margin-bottom: 1%;
}
.weather_box .weather-box {
  margin-left: 4px;
  margin-right: 4px;
  width: 218px;
  margin-bottom: 10px;
}
.weather_box .weather-box .widget {
  margin: 0px;
}
.weather_box .weather-box .panel {
  border: 1px solid #0d6957;
  height: 100px;
  box-sizing: border-box;
}
.weather_box .weather-box .panel > .bg-green {
  height: 100px;
  background-color: #12738e;
}
.weather_box .weather-box .panel > .bg-green > .weather_celbox {
  padding: 15px 0px 0px 3px;
  width: 100%;
  border-bottom: 1px solid #0e8a7e;
  float: left;
  margin-bottom: 3px;
}
.weather_box .weather-box .panel > .bg_danger > .weather_celbox {
  padding: 15px 0px 0px 3px;
  width: 100%;
  border-bottom: 1px solid #0e8a7e;
  float: left;
  margin-bottom: 3px;
}
.weather_box .weather-box .panel > .bg_danger {
  height: 100px;
}
.weather_box .weather-box .panel > .bg_danger > .weather_celbox {
  background: none;
}
.bg_danger {
  background: #dd4b39;
}
.weather_box .weather-box .panel > .bg-green,
.weather_box .weather-box .panel > .bg_danger {
  height: 100px;
}
.weather_cel_right {
  padding-left: 30px;
  padding-top: 22px;
  background: #1f88a9;
  height: 100px;
}
.weather_celbox {
  background: #1eb5a1;
  height: 75px;
  padding: 15px 0px 0px 10px;
}
.bg-green .day {
  font-size: 18px;
}
.info-box {
  display: block;
  min-height: 125px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.fa-ticket::before {
  content: '\f145';
}
.info-box-content {
  padding: 8px 10px 0px;
  margin-left: 90px;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-number {
  display: block;
  font-weight: normal;
  font-size: 16px;
  padding-top: 22px;
  float: right;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 125px;
  width: 120px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon.Ex_info {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 45px;
  background: rgba(0, 0, 0, 0.2);
  height: 100px;
  line-height: 70px;
}
.info-box.Ex_box {
  display: block;
  min-height: 212px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box.Ex_box .info-box-content {
  padding: 8px 10px 0;
  float: left;
  width: 100%;
  margin-left: 0px;
}
.info-box.Ex_box .info-box-content .info-box-number {
  display: block;
  font-weight: 400;
  font-size: 16px;
  padding-top: 22px;
  float: left;
}
.task-section {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 10px;
  float: left;
  width: 100%;
  border-radius: 3px;
}

.text_wr1 {
  width: 200px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.text_wr2 {
  width: 121px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.text_wr3 {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 45px;
  padding-top: 5px;
  max-width: calc(100vh - 550px);
}
.list-inline,
ul.list-unstyled li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.delete_redbtn {
  color: #fff;
  background-color: #ac2925 !important;
  border-color: #761c19;
}
.delete_redbtn:hover,
.delete_redbtn:focus {
  color: #cfcfcf !important;
}

.nav-wrapper.impersonate .nav > li.menu_cri a {
  border: 1px solid #ad1616;
}
.topnavbar .nav-wrapper.impersonate .navbar-nav > li.nav_L1 > a {
  line-height: 25px;
}
.topnavbar .nav-wrapper.impersonate .navbar-nav > li > a:hover {
  color: #fff !important;
  background: #ac2925;
}
.topnavbar .nav-wrapper.impersonate .navbar-nav > li > a:focus {
  color: #fff !important;
  background: #ac2925;
}
.topnavbar .nav-wrapper.impersonate .navbar-nav > li.nav_L1 > a:hover {
  color: #fff !important;
  background: #ac2925;
}
.topnavbar .nav-wrapper.impersonate .navbar-nav > li.nav_L1 > a:focus {
  color: #fff !important;
  background: #ac2925;
}
.upload-image {
  border: 1px dashed #ccc;
  height: 283px;
  background: #fff;
  width: 100%;
  padding: 25% 1% 25%;
  position: relative;
  overflow: hidden;
}
.upload-image img {
  margin: 0 auto;
  height: 140px;
}
.upload-image span {
  position: absolute;
  width: 100%;
  left: 0;
}
.upload-image i {
  font-size: 24px;
}
.ui-select-multiple.ui-select-bootstrap {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
button.button_L_A {
  margin-top: 25px;
  margin-left: -2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 9px 10px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  padding: 7px 10px;
}
.ui-select-multiple.ui-select-bootstrap .divleanth-row .ui-select-match-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 345px;
}

.select_cel .dataTables_wrapper .dataTables_length label select {
  float: none;
  box-shadow: 0 0 0 #000 !important;
  width: 50%;
  height: 38px;
  padding: 8px 10px;
  font-size: 13px;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  margin: 0px 10px;
}
.select_cel .dataTables_wrapper .dataTables_filter {
  margin-top: 10px;
}
.select_cel .dataTables_wrapper .dataTables_filter label input {
  box-shadow: 0 0 0 #000 !important;
  width: 70%;
  height: 38px;
  padding: 8px 10px;
  font-size: 13px;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  margin: 0 0px 0px 10px;
}
.select_cel .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.select_cel .dataTables_wrapper .dataTables_length label select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.select_cel table.dataTable.no-footer {
  border-bottom: none;
}
.myTableBody table th + th {
  text-align: center;
}
.myTableBody table td + td {
  text-align: center;
}
.table-bordered thead tr th {
  font-size: 12px;
}

/****Package CSS STARTS*****/
.text_package_h h2 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
}
.text_package_h p {
  font-size: 13.5pt;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.text_package_h p a {
  color: #0b6092;
}
.plan_box {
  position: relative !important;
}
span.plan_icon_pack {
  position: absolute;
  left: 40%;
  top: -8%;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 9990;
  width: 72px;
  height: 60px;
  padding: 12px;
  background: #1cb0b3;
  text-align: center;
}
span.plan_icon_pack i {
  color: #fff;
  font-size: 42px;
}
.price-cols {
  margin-top: 4%;
  float: left;
}
.row_pricing .heading {
  padding: 0px 0px 0px !important;
}
.row_pricing .heading h3.title {
  font-size: 13.5pt;
  border: none;
  color: #373737;
  padding: 2px 0px;
  font-family: roboto;
  font-weight: 700;
}
.row_pricing .price-figure {
  color: #fff;
}
.ul_cell_box {
  padding: 0px 0px 0px 0px;
  height: 260px;
}
h4.h4_text {
  margin: 0 1px;
  background: #c1c1c1;
  font-size: 16px;
  padding: 8px 0px;
  font-weight: 400;
  color: #000;
  font-style: italic;
}
button.btn-cta {
  bottom: 20px;
  position: absolute;
  left: 33%;
  padding: 10px 20px;
  border: 1px solid #1e7d86;
}
.pricing .item .item-inner:hover,
.pricing .item.best-buy .item-inner {
  -webkit-box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 96px 0px rgba(0, 0, 0, 0.19);
  transform: scale(1.05);
}
.plan_box img.most_img {
  position: absolute;
  left: -4px;
  top: 13px;
}

/****Select_Package CSS STARTS*****/
.select_Package span.plan_icon_pack {
  background: #6d6d6d;
}
.select_Package .item-inner {
  border-bottom: 4px solid #6d6d6d !important;
}
.select_Package .title {
  background: #6d6d6d;
}
.select_Package button.btn-cta {
  border: 1px solid #414141;
}
.select_Package .btn-cta-primary,
a.btn-cta-primary {
  background: #6d6d6d;
}
/****Select_Package CSS End*****/

/****Warning_Package CSS End*****/
.package3 span.plan_icon_pack {
  background: #dd4b39;
}
.package3 .item-inner {
  border-bottom: 4px solid #dd4b39 !important;
}
.package3 .title {
  background: #dd4b39;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.package3 button.btn-cta {
  border: 1px solid #d73925;
}
.package3 .btn-cta-primary,
a.btn-cta-primary {
  background: #dd4b39;
}
/****Danger_Package CSS End*****/

.package0 span.plan_icon_pack {
  background: #00c0ef;
}
.package0 .title {
  background: #00c0ef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.package0 button.btn-cta {
  border: 1px solid #00acd6;
  -webkit-box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.09);
}
.package0 .btn-cta-primary,
a.btn-cta-primary {
  background: #00c0ef;
}
.package0 .currency {
  font-size: 34px;
  font-weight: bold;
  color: #00c0ef;
  position: relative;
  top: -3px;
}
.package0 .unit {
  color: #00c0ef;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.package0 .number {
  color: #00c0ef !important;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  top: -3px;
}

/****Info_Package CSS End*****/
.package1 span.plan_icon_pack {
  background: #0bd8c9;
}
.package1 .title {
  background: #0bd8c9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.package1 button.btn-cta {
  border: 1px solid #0bd8c9;
}
.package1 .btn-cta-primary,
a.btn-cta-primary {
  background: #0bd8c9;
}
.package1 .currency {
  font-size: 34px;
  font-weight: bold;
  color: #0bd8c9;
  position: relative;
  top: -3px;
}
.package1 .unit {
  color: #0bd8c9;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.package1 .number {
  color: #0bd8c9 !important;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  top: -3px;
}

.package2 span.plan_icon_pack {
  background: #f39c12;
}
.package2 .item-inner {
  border-bottom: 4px solid #f39c12 !important;
}
.package2 .title {
  background: #f39c12;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.package2 button.btn-cta {
  border: 1px solid #e08e0b;
}
.package2 .btn-cta-primary,
a.btn-cta-primary {
  background: #f39c12;
}
.package2 .currency {
  font-size: 34px;
  font-weight: bold;
  color: #f39c12;
  position: relative;
  top: -3px;
}
.package2 .unit {
  color: #f39c12;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.package2 .number {
  color: #f39c12 !important;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  top: -3px;
}

/****Success_Package CSS End*****/
.add_Package span.plan_icon_pack {
  background: #1cb0b3;
}
.add_Package .item-inner {
  border-bottom: 4px solid #1cb0b3 !important;
}
.add_Package .title {
  background: #1cb0b3;
}
.add_Package button.btn-cta {
  border: 1px solid #1e7d86;
}
.add_Package .btn-cta-primary,
a.btn-cta-primary {
  background: #1cb0b3;
}
.col-centered {
  float: none !important;
}
/****Add_Package CSS End*****/

/********FOOTER CSS END*******/
.nav-wrapper .navbar-nav .open .dropdown-menu.user_drop {
  right: 45px;
  width: 316px;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li.user-footer {
  margin: 8% 0 4%;
  float: left;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li.user-footer a {
  padding: 6px 7px;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li.header {
  background-color: #ffffff;
  padding: 7px 7px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu {
  max-height: 200px;
  max-width: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu li a {
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px;
  border-radius: 0%;
  border-bottom: 1px solid #f4f4f4;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  float: left;
  font-size: 14px;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu li a div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu li a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 13px;
  position: relative;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu li a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu li a p {
  font-size: 12px;
}
.nav-wrapper .navbar-nav .open .dropdown-menu li ul.menu li a:hover {
  color: #ababab;
  text-decoration: none;
}
.nav-wrapper
  .navbar-nav
  .open
  .dropdown-menu.notification_cel
  li
  ul.menu
  li
  a
  i {
  width: 20px;
}
.ch-info-wrap {
  top: 12px;
  left: 13px;
  background: #f5f7fa !important;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
    inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.ch-info-wrap,
.ch-info {
  position: absolute;
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
}
.ch-info .ch-info-back {
  opacity: 0;
  background: #019ec4;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  cursor: pointer;
}
.ch-info .ch-info-back {
  opacity: 0;
  background: #019ec4;
  pointer-events: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  cursor: pointer;
}
.ch-info h3 {
  color: #b8bfc8;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13.5pt;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 80px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
  color: #fff;
}
.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.ch-item:hover .ch-info-back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 80px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 26px;
}
.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 15px 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info h3.padding-top-6 {
  padding-top: 60px;
}
.ch-info p.margin-top-5 {
  padding-top: 5px;
}
.progress {
  border-radius: 32px;
  height: 11px;
  border: 1px solid #a8a8a8;
  background-color: #cbcbcb;
  color: black;
}
.btn-black {
  height: 36px;
  font-size: 13px;
  padding: 7px 10px;
}
.comment__header {
  width: 100%;
  float: left;
}
.comment__header span.publisher {
  float: left;
  padding: 8px 22px 8px 0px;
}
.text-1 {
  font-size: 13px;
}
h2.no-data {
  font-size: 13.5pt;
  text-align: center;
  font-weight: normal;
}
.table-condensed a.profile_row {
  padding-top: 0px;
  padding-bottom: 0px;
}
span.profile_holder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: inherit;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  box-shadow: 0px 0px 6px #d4d4d4;
}
span.profile_holder img {
  width: 100%;
  height: 100%;
}
span.profile_link {
  padding-top: 12px;
  float: left;
  color: #000;
  cursor: hand;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #b1b1b1 !important;
}
.timeclock_cel {
  background: #ffffff;
  box-shadow: 0 0 2px 1px #c9c9c9;
  padding: 0px 15px 15px;
  border-top: 5px solid #373737;
  border-radius: 3px;
}
.timeclock_cel h2 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  margin: 0px 0px 22px;
}
.upload_label span.img_uplode {
  position: relative;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  background: #eaeaea;
  box-shadow: 0 0 6px #eaeaea;
  border: 3px solid #b3b3b3;
}
.upload_label span.img_uplode span.pic_img {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -11px;
  right: 8px;
}
.upload_label span.img_uplode span.pic_img i {
  font-size: 30px;
  cursor: pointer;
  color: #20688d;
}
.upload_label span.img_uplode span.pic_img.uplode {
  bottom: -5px;
  right: 7%;
}
.collapsed_headerlogo {
  padding: 10px 15px !important;
}
.upload_label {
  width: 128px;
  text-align: center;
  margin: 0px auto;
  display: block;
}
a {
}
a.rotate {
  color: #20688d;
  display: flex;
  font-size: 12px;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

/**** New Css Add 11/12/2017 *******/
/* .table-scroll {height: 300px; overflow: auto;} */
table.fixed-header {
  height: auto !important;
}
.btn-black,
.text-1 {
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 12px;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 12px;
}
i.icon_close {
  margin-left: -4px;
  padding: 12px;
}
.whether-box {
  background: #f39c12;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* .modal-dialog{width:600px !important;} */
  .custom_tabs .tab-content {
    overflow: auto;
  }
  .app-modal-window .modal-dialog {
    width: 740px !important;
    left: 0%;
  }
  .whether-box {
    background: #f39c12;
    float: left;
    width: 100%;
    height: 280px;
  }
  button.color_btn {
    float: left;
  }
  .left_paddingCel {
    padding-left: 10px;
  }
  .app-modal-window-1200 {
    width: 740px !important;
    left: 0%;
  }
  .task_scroll {
    overflow: auto;
  }
  .payment_box {
    margin-left: 0%;
  }
}
@media (max-width: 480px) {
  .cel_bottom {
    margin-top: 10px;
  }
  .left_paddingCel {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .custom_tabs .tab-content {
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .payment_box {
    margin-left: 28%;
  }
}
.ui-select-bootstrap > .ui-select-match > .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-subnav-header {
  background: #182227;
  font-size: 14px;
}
.arrow_colbtn {
  background: #373737;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.arrow_colbtn:hover {
  background: #1f1f1f;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.cancel_colbtn {
  background: #f39c12;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.cancel_colbtn:hover {
  background: #e08e0b;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.save_colbtn {
  background: #f39c12 !important;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.save_colbtn:hover {
  background: #e08e0b !important;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.deactivate_btn {
  background-color: #dd4b39;
  border-color: #d73925;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
}
.deactivate_btn:hover {
  background-color: #ac2925;
  border-color: #761c19;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.activate_btn {
  background: #1dbe5b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.activate_btn:focus {
  color: #fff;
}
.activate_btn:hover {
  background: #0f863d;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
}
.arrow_setupbtn {
  background: #1580bf;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.arrow_setupbtn:hover {
  background: #09538b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
}
a.add_btn,
a.add_btn:focus,
a.add_btn:hover {
  color: #fff;
}
a.btn_primary,
a.btn_primary:focus,
a.btn_primary:hover {
  color: #fff;
}
button.btn_primary.focus,
button.btn_primary:focus,
button.btn_primary:hover {
  color: #fff;
}
.panel_arrow a.collapsed i.down_ico {
  display: none;
}
.panel_arrow a i.down_ico {
  display: block;
  color: #373737;
  padding-top: 5px;
}
.panel_arrow a.collapsed i.up_ico {
  display: block;
  color: #373737;
  padding-top: 5px;
}
.panel_arrow a i.up_ico {
  display: none;
}
.managed_input .managedtext {
  border-radius: 3px;
}
.managed_input > .ui-select-bootstrap.dropdown {
  border-radius: 3px;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  padding: 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 200px;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  font-size: 9pt;
  border-bottom: 1px solid #f5f7fa;
}
ul.UI_select li.ui-select-choices-group .ui-select-choices-row:nth-child(odd) {
  background: #fff;
}
ul.UI_select li.ui-select-choices-group .ui-select-choices-row:nth-child(even) {
  background: #f1f7f7;
}
.dropdown-menu .divider {
  height: auto;
}
.dropdown-header {
  color: #505c67;
  background: #dfe4e6;
}
.ui-select-bootstrap .ui-select-choices-row:nth-child(odd) {
  background: #fff;
}
.ui-select-bootstrap .ui-select-choices-row:nth-child(even) {
  background: #fff;
}

.duplicat_btn {
  background-color: #55ba35;
  border-color: #55ba35;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
}
.duplicat_btn:hover {
  background-color: rgb(63, 168, 31);
  border-color: rgb(63, 168, 31);
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}

@import url('https://fonts.googleapis.com/css?family=Abel|Montserrat+Alternates:400,500,500i,600,700|Open+Sans+Condensed:300,700|Titillium+Web:400,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

.showcaser-text {
  color: #fff;
}
.showcaser-text span.text_welcome h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 46px;
  font-weight: 500;
}
.showcaser-text span.text_welcome h3.text_h3 {
  font-family: 'Abel', sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin: 5% 0px;
}
.showcaser-button-container button.showcaser-button {
  font-family: 'Abel', sans-serif;
  font-size: 13.5pt;
  font-weight: 400;
  border-radius: 4px;
  background: #ee6f25;
  color: #fff;
}
.showcaser-skip {
  background: #ebf4f8;
  color: #000 !important;
  font-family: 'Abel', sans-serif;
  font-size: 13.5pt !important;
  font-weight: 400 !important;
  border-radius: 4px;
  padding: 8px 15px;
}
.showcaser-text-container.left ul {
  list-style: none;
  float: left;
  text-align: left;
  width: 100%;
}
.showcaser-text-container.left ul li {
  background: url(../../images/old-img/arrow_textcell.png) left 8px no-repeat;
  float: left;
  font-family: Quicksand, sans-serif;
  text-align: left;
  line-height: 25px;
  width: 100%;
  padding: 0 10% 3% 38px;
  font-size: 16px;
}
.showcaser-text ul {
  list-style: none;
  float: left;
  text-align: left;
  width: 100%;
}
.showcaser-text ul li {
  background: url(../../images/old-img/arrow_textcell.png) left 8px no-repeat;
  float: left;
  font-family: Quicksand, sans-serif;
  text-align: left;
  line-height: 25px;
  width: 100%;
  padding: 0 10% 3% 38px;
  font-size: 16px;
}
.showcaser-text-container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) !important;
  text-align: center;
}
.showcaser-text-container.top.right {
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translate(28%, 0%);
}
.showcaser-button-container {
  position: relative;
  text-align: center;
  margin-top: 8% !important;
  float: left;
  width: 100%;
}
.showcaser-text-container {
  max-width: 892px !important;
  width: 892px !important;
}
.showcaser-button:hover {
  background-color: hsla(0, 0%, 100%, 0.43) !important;
  color: #fff !important;
  font-family: 'Montserrat Alternates', sans-serif;
}
.showcaser.arrow2 {
  width: 230px !important;
  top: 58px !important;
}
.showcaser.arrow1 {
  width: 230px !important;
}
.showcaser.arrow0 {
  height: 69px !important;
}
.showcaser.arrow2:after {
  position: absolute;
  content: '';
  height: 210px;
  width: 100%;
  background: url(../../images/old-img/arrow3.png);
  background-position: 0px;
  background-repeat: no-repeat;
  right: -230px;
  top: 19%;
}
.showcaser.arrow1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 75px;
  background: url(../../images/old-img/arrow2.png);
  background-position: 0px;
  background-repeat: no-repeat;
  left: 227px;
  top: -50px;
  width: 264px;
}
.showcaser.arrow0:before {
  position: absolute;
  content: '';
  background: url(../../images/old-img/arrow0.png);
  background-position: 0px;
  background-repeat: no-repeat;
  height: 115px;
  left: -244px;
  top: 50px;
  width: 270px;
}
@media (min-width: 992px) {
  .showcaser-text-container.top.left {
    transform: translate(-50%, -50%) !important;
  }
  .showcaser-text-container {
    transform: translate(-25%, -50%) !important;
    max-width: 650px !important;
    width: 650px !important;
  }
}
@media (min-width: 768px) {
  .showcaser-text-container.top.left {
    transform: translate(-50%, -50%) !important;
  }
  .showcaser-text-container {
    transform: translate(-40%, -50%) !important;
    max-width: 650px !important;
    width: 650px !important;
  }
}
.showcaser {
  border: 1px solid #142735 !important;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 0px 99999px,
    rgba(0, 0, 0, 0) 0px 2px 2px inset !important;
  border-radius: 0px !important;
}
.showcaser-button-container {
  position: relative;
  text-align: center;
  margin-top: 8% !important;
  float: left;
  width: 100%;
}
.showcaser-button:hover {
  background-color: hsla(0, 0%, 100%, 0.43) !important;
  color: #fff !important;
  font-family: 'Montserrat Alternates', sans-serif;
}
.tu i {
  margin-top: 3px;
  float: left;
  margin-right: 5px;
}
.table-bordered tbody tr td ul.table_acticon li a {
  color: #fff;
}
.input_colorcell {
  background: none;
  background-color: none;
  background: transparent;
  opacity: 0;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  float: left;
  position: relative;
}
.input_colorcell.edit_input_cell {
  float: none;
  position: absolute;
  opacity: 0;
  background: transparent;
  visibility: hidden;
  left: 0px;
  width: 0px;
  height: 0px;
}
.arrow_colbtn {
  background: #373737 !important;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.arrow_colbtn:hover {
  background: #1f1f1f !important;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.arrow_task_colbtn {
  background: #373737 !important;
  padding: 5px 12px;
  border-radius: 3px;
  color: #fff !important;
}
.arrow_task_colbtn:hover {
  background: #1f1f1f !important;
  padding: 5px 12px;
  border-radius: 3px;
  color: #fff !important;
}
.cancel_colbtn {
  background: #f39c12 !important;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.cancel_colbtn:hover {
  background: #e08e0b !important;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.save_colbtn {
  background: #f39c12 !important;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.save_colbtn:hover {
  background: #e08e0b !important;
  border-color: 1px #e08e0b;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.deactivate_btn {
  background-color: #dd4b39 !important;
  border-color: #d73925;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
}
.deactivate_btn:hover {
  background-color: #ac2925 !important;
  border-color: #761c19;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff !important;
}
.activate_btn {
  background: #1dbe5b !important;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.activate_btn:hover {
  background: #0f863d !important;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
}
.activate_btn_product {
  background: #1dbe5b !important;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.activate_btn_product:hover {
  background: #0f863d !important;
  border-radius: 3px;
  color: #fff;
}
.activate_btn_task {
  background: #20688d !important;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.activate_btn_task:hover {
  background: #125272 !important;
  border-radius: 3px;
  color: #fff;
}
.arrow_setupbtn {
  background: #1580bf !important;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.arrow_setupbtn:hover {
  background: #09538b !important;
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
}

/* time clock page css starts 6-01-18*/
.btn.default_btn {
  background: #676767 !important;
  border: 1px solid #4e4e4e !important;
  padding: 6px 16px;
  color: #fff;
}
.btn.default_btn:hover {
  background: #4e4e4e !important;
  border: 1px solid #4e4e4e !important;
  padding: 6px 16px;
}
.btn.default_btncell {
  background: #d8d8d8 !important;
  border: 1px solid #bbbaba !important;
  padding: 6px 10px;
}
.btn.default_btncell:hover {
  background: #e6e6e6 !important;
  border: 1px solid #bbbaba !important;
  padding: 6px 10px;
}
h2.hedding_authtime {
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.box .box-primary .panel-heading span.clocktime {
  color: #da2f2f;
  font-size: 14px;
  padding-left: 1%;
  font-weight: bold;
}
.row_graph .row_cell span.graph_img {
  display: inline-flex;
  padding: 20px 1.5% 20px 1.5%;
  background: #2578a2;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  border-radius: 100%;
  border: 6px solid #0b5e88;
  width: 170px;
  height: 170px;
  align-items: center;
  justify-content: center;
}
.row_graph .row_cell {
  text-align: center;
  margin: 0px auto;
  display: block;
  vertical-align: middle;
}
.row_graph .row_cell span.graph_img em {
  color: #fff;
  font-size: 22px;
  padding-top: 0px;
  font-family: Quicksand, sans-serif;
}
.row_graph .row_cell strong {
  width: 100%;
  float: left;
  margin: 0px 0px 10%;
  font-family: Quicksand, sans-serif;
  color: #4b4a4a;
  font-size: 13.5pt;
  font-weight: 600;
}
.row_graph h2.h2_timeclock {
  color: #4b4a4a;
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  padding: 1% 0 3%;
  margin: 0px auto;
  text-align: center;
}
.bottom_listtask {
  margin: 10px auto;
  text-align: center;
}

.bottom_listtask button {
  font-size: 14px;
  min-width: 100px;
  padding: 5px 8px !important;
  font-size: 13px;
  margin-right: 0px;
}
.bottom_listtask span {
  font-size: 13px;
  padding-left: 1.2%;
  float: left;
  padding-top: 10px;
}
.h1_timeconfirm {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
}
.h1_timeconfirm {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 46px;
}
.achor_button,
.achor_button:hover {
  display: inline-block;
  width: 118px;
  background: #a2a0a0 !important;
  border: 1px solid #7b7b7b !important;
  padding: 4px 27px;
  border-radius: 3px;
  height: 29px;
  color: #fff;
}

.red_btn,
.red_btn:hover {
  background: #c9302d !important;
  color: #fff;
}
.green_btn,
.green_btn:hover {
  background-color: #00a65b !important;
  color: #fff;
}
.start_job,
.start_job:hover {
  background-color: #afafaf;
  color: #fff;
}
.grey_btn,
.grey_btn:hover {
  background-color: #e6e6e6 !important;
  border: 1px solid #bbbaba;
  color: #333;
}
.orange_btn,
.orange_btn:hover {
  background-color: #ff8517 !important;
  border-color: #fc7800;
  color: #fff;
}
.dark_grey,
.dark_grey:hover {
  background: #585858 !important;
  color: #fff;
}
.yellow_btn,
.yellow_btn:hover {
  background-color: #e6de0d !important;
  border-color: #c1bb09;
  color: #403f3f;
}

.red_btn:focus,
.red_btn:hover:focus,
.green_btn:focus,
.green_btn:hover:focus,
.start_job:focus,
.start_job:hover:focus,
.grey_btn:focus,
.grey_btn:hover:focus,
.orange_btn:focus,
.orange_btn:hover:focus,
.dark_grey:focus,
.dark_grey:hover:focus,
.yellow_btn:focus,
.yellow_btn:hover:focus {
  color: #fff;
}

.button_width {
  width: 160px;
  padding: 7px 6px !important;
}
.modal_pad {
  padding: 66px 0px 0px 0px !important;
}
.modal_pad .h1_timeconfirm {
  font-family: sans-serif;
  font-size: 23px;
  text-align: center;
  line-height: 31px;
  font-weight: bold;
  padding: 28px 40px;
}
.close_btn.custom_btn,
.close_btn.custom_btn {
  color: #292828;
  background: none;
}
.uib-day button.btn-info span.text-info {
  color: #fff;
}
.custom_name {
  font-weight: 200;
  margin-bottom: 42px;
}

/*----- button 6 -----*/
label.Prod_btn {
  position: relative;
  background: #eaeaea;
  border: 1px solid #bebebe;
  padding: 4px 7px 4px 7px;
  margin: 0px;
  text-align: center;
  width: 130px;
}
label.Prod_btn:after,
label.Prod_btn:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.Prod_btn:after {
  border-color: rgba(154, 158, 160, 0);
  border-left-color: #cecdcd;
  border-width: 10px;
  margin-top: -10px;
}
label.Prod_btn:before {
  border-color: rgba(154, 158, 160, 0);
  border-left-color: #cecdcd;
  border-width: 10px;
  margin-top: -10px;
}
.btn_pro_task button.Prod_btn {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin: 0px;
  background: rgb(252, 126, 22);
  padding: 1px;
  border-radius: 2px;
}
.btn_pro_task button.Prod_btn:hover {
  background: rgb(238, 108, 1);
}
.btn_pro_task button.Prod_btn span {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.btn_pro_task button.Prod_btn::before,
.btn_pro_task button.Prod_btn::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: rgb(255, 255, 255);
}
span.t-cle::before,
span.t-cle::after {
  content: '';
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: rgb(255, 255, 255);
}
.btn_pro_task button.Prod_btn:hover::before,
.btn_pro_task button.Prod_btn:hover::after {
  width: 100%;
}
.btn_pro_task button.Prod_btn:hover span.t-cle::before,
.btn_pro_task button.Prod_btn:hover span.t-cle::after {
  height: 100%;
}

/*----- button 5 -----*/
.btn_pro_task button.Prod_btn::after {
  left: 2px;
  bottom: 2px;
  transition-duration: 0.4s;
}
.btn_pro_task button.Prod_btn span::after {
  right: 2px;
  top: 2px;
  transition-duration: 0.4s;
}
.btn_pro_task button.Prod_btn::before {
  right: 2px;
  top: 2px;
  transition-duration: 0.4s;
}
.btn_pro_task button.Prod_btn span::before {
  left: 2px;
  bottom: 2px;
  transition-duration: 0.4s;
}
.btn_pro_task {
  margin-left: 8px;
  padding: 5px 0 0px 20px;
}
.has-error.ierror,
.has-error.ierror .form-control {
  background-color: #fff !important;
}
.ui-select-bootstrap .ui-select-match-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1em;
}
span.time_false b i {
  top: -2px;
  position: relative;
  color: #068a0b;
  font-size: 13px;
  align-items: center;
}
span.time_false b {
  top: 0px;
  position: relative;
}
span.time_true b i {
  top: -2px;
  position: relative;
  color: #068a0b;
  font-size: 13px;
  align-items: center;
}
span.time_true b {
  top: 0px;
  position: relative;
}
/* task toggle css add */
.well_cell {
  padding: 4px 0px 0px;
  border: none;
  margin-left: 3%;
  margin-bottom: 0px;
}
.well_cell .active,
.well_cell .inactive {
  font-size: 34px;
  cursor: pointer;
}
.well_cell .active,
.well_cell .inactive {
  font-size: 34px;
  cursor: pointer;
}
.well_cell i.active {
  color: #5cb85c;
  font-size: 34px;
}
.well_cell i.inactive {
  color: #d9534f;
  font-size: 34px;
}
span.productiveTask i {
  color: #5cb85c;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.prod_task {
  color: #5cb85c;
}
.unprod_task {
  color: #d9534f;
}
.mac-os.safari .auth-code {
  font-size: 80px;
  line-height: 95px;
}
@media (max-width: 768px) {
  .userbg {
    margin-top: 25%;
  }
}
.table_padd .lbl-equipment-assistant.editable-empty {
  background: none !important;
}
span.EQ_deleted {
  background: #f05050;
  font-size: 9pt;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}
td.taskcost_pri b.totalR1 {
  position: relative;
  cursor: pointer;
}
td.taskcost_pri b.totalR1 span {
  cursor: pointer;
}
td.taskcost_pri b.totalR1 span.costRi {
  padding: 0;
  color: #171717;
  display: none;
  border: 1px solid #dedbdb;
  box-shadow: 0px 0px 10px #cccccc;
  text-align: left;
}
b.totalR1:hover span.costRi:after,
b.totalR1:hover span.costRi:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
b.totalR1:hover span.costRi:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 11px;
  margin-top: -11px;
}
b.totalR1:hover span.costRi:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #757777;
  border-width: 11px;
  margin-top: -11px;
}
td.taskcost_pri .totalR1:hover span.costRi {
  padding: 10px 10px;
  color: #171717;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -21px;
  left: -230px;
  border: 1px solid #dedbdb;
  box-shadow: 0px 0px 10px #cccccc;
  text-align: left;
  border-radius: 5px;
  min-width: 200px;
  background: #fff;
}
td.taskcost_pri.newtaskcost .totalR1:hover span.costRi {
  padding: 10px 10px;
  color: #171717;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -21px;
  left: -250px;
  border: 1px solid #dedbdb;
  box-shadow: 0px 0px 10px #cccccc;
  text-align: left;
  border-radius: 5px;
  min-width: 200px;
  background: #fff;
}
.modal-open .modal {
  overflow-y: auto !important;
}
.textarea_ignore {
  height: 70px;
  width: 100%;
  border: 1px solid #d8dde0;
  border-radius: 4px;
  padding: 5px 8px;
}
.nav-wrapper .navbar-nav.navbar-right .open .dropdown-menu.user_drop {
  right: 0px;
}
.dndDraggingSource {
  display: none;
}
.dndPlaceholder {
  min-height: 60px;
  list-style: none;
}
ul.onboding_nav {
  height: 38px;
  font-size: 13px;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.onboding_nav li {
  margin: 0px;
  padding: 0px;
}
ul.onboding_nav li a {
  padding: 7px 12px;
}
.onboding_nav span.ui-select-toggle {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0px;
}
.profile_onnav {
  width: 30%;
}
.inputcontre {
  width: 70%;
}
input.input_fildcell {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}
.profile_onnav span.form-control {
  height: 40px;
}
.profile_onnav span.form-control img {
  width: 25px;
}
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  z-index: 9999;
}
.addclass section.main-content-section {
  margin-left: 0px;
}
.text_package_h {
  padding-top: 6%;
}
.addclass section.main-content-section .content-wrapper .breadcrumb_row {
  display: none;
}
.addclass .aside,
.addclass footer,
.addclass .remove-header {
  display: none;
}
.ui-select-choices-group-label.tpc-new {
  font-weight: bold;
  padding-left: 17px;
}
.popover-content {
  padding: 0px 8px;
  float: left;
  width: 218px;
}
.box .box-primary .modal-header h3.addArea i.fa-plus {
  font-size: 16px !important;
  vertical-align: middle !important;
}
.ColorPs {
  height: 36px;
  width: 47px;
}
.box .box-primary .modal-header h3.modal-title i.fa-plus {
  font-size: 13.5pt;
  vertical-align: middle;
}
.task_panel {
  position: relative;
}
button.tan_buttontask {
  border-radius: 40px;
  box-shadow: -8px 0px 12px #d8d8d8;
  right: -28px;
  top: 35%;
  position: absolute;
  z-index: 9999999;
  width: 44px;
  height: 44px;
  border: none;
}
.big-fat-border {
  position: relative;
  top: 0px;
  right: 16px;
  background: #fff;
  box-shadow: #8c8b8b 0 0 10px;
  max-height: 100%;
  width: 176px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 4px solid #3c8dbc;
  z-index: 99;
  padding-left: 5%;
  padding-right: 10px;
  text-align: center;
  min-height: 245px;
}
.slid_text {
  width: 100%;
  float: left;
  font-size: 9pt;
  text-align: center;
  line-height: 15px;
  padding: 2px 0 8px;
  margin-top: 5px;
}

.modal-task-area-window {
  width: 680px;
  margin: 0px auto;
  padding-top: 10%;
}
.modal-task-area-window .modal-dialog {
  width: 680px;
}
.modal-task-area-window .modal-body {
  min-height: 120px;
}

/* .Mt-Btn.active, .Mt-Btn:hover{background:#fff; color:#fff;}*/
.month-calender p {
  width: 100%;
  margin-bottom: 6px;
}
a.Mt-Btn {
  background: #fff;
  margin-right: 6px;
  box-shadow: 0 0 6px #ccc;
  border-radius: 3px;
  color: #0b6092;
  font-size: 9pt;
  border: none;
  outline: none;
  height: 24px;
  width: 48px;
  padding: 4px 8px;
}
a.Mt-Btn1 {
  background: #0b6092;
  margin-right: 6px;
  box-shadow: 0 0 6px #ccc;
  border-radius: 3px;
  color: #fff;
  font-size: 9pt;
  border: none;
  outline: none;
  height: 24px;
  width: 48px;
  padding: 3px 8px;
}
a.Mt-Btn1:hover {
  background: #0b6092;
  color: #fff;
}
.withoutAnim {
  transition: none !important;
}
.equipment_T {
  box-shadow: 0 4px 6px #dce2e6;
}
span.tex_equi {
  width: 100%;
  float: left;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 11px;
  opacity: 0.6;
}
span.equ_model_T1 {
  width: 100%;
  text-align: left;
  font-size: 12px;
}
button.past_dueBtn {
  background: #f06261;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.unfinished_Btn {
  background: #ff902c;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.duetoday_Btn {
  background: #4fdd9d;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.asneeded_Btn {
  background: #5a5a5a;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.upcoming_Btn {
  background: #3ab4ff;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.totalfriendlyid_Btn {
  background: #2578a2;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
  text-align: left;
}
button.past_dueBtn:hover,
button.past_dueBtn:focus {
  background: #f06261;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.upcoming_Btn:hover,
button.upcoming_Btn:focus {
  background: #3ab4ff;
  color: #fff;
  width: 74px;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
button.totalfriendlyid_Btn:hover,
button.totalfriendlyid_Btn:focus {
  background: #2578a2;
  width: 74px;
  text-align: left;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  border: none;
}
table.table tbody tr td.table_padd table.table-bordered {
  margin-bottom: 8px;
}
table.table tbody tr td.table_padd {
  border-bottom: 0px;
}
.arrow_col i {
  font-size: 16px;
}
.editrow span.editable-wrap {
  width: 41%;
}
button.save_equi {
  background: 0;
  border: none;
}
button.cancel_equi {
  background: 0;
  border: none;
  padding-right: 0px;
  color: #000;
}
button.save_equi i.fa-floppy-o {
  font-size: 14px;
  color: #757c80;
}
button.cancel_equi i.fa-times {
  font-size: 14px;
  color: #757c80;
}

.equi_typerow {
  background: #f5f5f5;
  border-radius: 4px;
  margin: 10px 0px 5px;
  border: 1px solid #d8d8d8;
  padding: 3px 10px 5px;
}
a.pastdue_text {
  color: #f06261;
}
a.pastdue_text:hover {
  color: #da4c4c;
}
label.equ_che {
  margin-bottom: 0px;
}
.table_padd .editrow_input {
  text-align: left;
  padding-left: 0px;
}
.equi_th {
  font-weight: bold;
}
.equipment_Th {
  border: 1px solid #d5d5d5;
}
.equipment_Th {
  border: 1px solid #d5d5d5;
}
.equipment_Th {
  border-top: 1px solid #d5d5d5;
}
.equipment_Th:last-child {
  border-right: 1px solid #d5d5d5;
}
.equipment_Th .sa_checkbox:first-child {
  border-left: 1px solid #d5d5d5;
}
.equipmentrow {
  background-color: #eef2f5;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  margin-top: 5px;
  border: 1px solid #d5d5d5;
}
.equipmentrow .equi_cell {
  padding: 8px 10px;
  width: 40%;
  float: left;
}
.equipmentrow .equi_cell:last-child {
  padding: 8px 10px;
  width: 60%;
  float: left;
  text-align: left;
}
.mac-os.safari table tr.tabel_p1 td span.plantask {
  width: 210px;
}
.Sched_check {
  width: 22px;
}
.Sched_check input {
  width: 16px;
  height: 16px;
}
.tasktamplete {
  border: 1px solid #ccc;
  background-color: #eef2f5;
  padding: 5px 12px;
  color: #000;
  border-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  float: left;
  width: 100%;
}
input.checkbox_temp {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 11px;
}
span.textTask_areatemp {
  float: left;
  color: #000;
  padding: 12px 0px 0px 10px;
  font-size: 13px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: auto;
}
.switch span {
  width: 33px;
  height: 17px;
}
label.switch {
  margin-bottom: 0px;
}
.switch input {
  display: none;
}
.sliderswitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sliderswitch:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .sliderswitch {
  background-color: #125272;
}
input:focus + .sliderswitch {
  box-shadow: 0 0 1px #125272;
}
input:checked + .sliderswitch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch span:after {
  height: 15px;
  width: 15px;
}
.sliderswitch.round {
  border-radius: 34px;
}
.sliderswitch.round:before {
  border-radius: 50%;
}
.tasktamplete_body {
  border: 1px solid #ccc;
  border-top: transparent;
  padding: 10px 0px;
  float: left;
  width: 100%;
}
.quickTaskFormError {
  color: red;
  position: absolute;
  font-size: 13px;
  margin-top: 0px;
}
.checkbox_bgrow {
  float: left;
  width: 100%;
}
.checkbox_bgrow .equi_th,
span.tex_equi {
  font-size: 11.5px;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 10px;
}
.c-checkbox span:before,
.c-radio span:before {
  font-size: 10px;
  line-height: 15px;
}
.equi_th,
span.tex_equi {
  font-size: 11.5px;
  color: #0c181d;
  padding-top: 3px;
}
button.arrowcollepse {
  background: #20688d;
  border: none;
  border-radius: 15px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 11px;
}
.tabscroll .tab-content {
  overflow: inherit;
}
.bc-keypad__key-button {
  font-size: 13.5pt !important;
  font-weight: 600 !important;
}
.bc-keypad__key-button::after {
  background-color: #ccc;
  height: 1px;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  box-shadow: 0px 1px 19px #545353;
  border-radius: 3px;
}
.whiteboard_btn {
  padding: 6px 12px;
  width: 100%;
  float: left;
  border-radius: 4px;
}
label.labelplanareaT::after {
  content: ':';
  color: #222;
  position: absolute;
  right: 16px;
}
.progressbar-test {
  font-size: 9pt;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: normal;
}
.progress {
  border: 0px solid rgba(168, 168, 168, 0) !important;
  margin-bottom: 0px;
  height: 9px;
  float: left;
  width: 100%;
  margin-top: 4px;
}
.progress .progress-bar {
  background-color: #2578a2;
}
.leftbudget span.form-control {
  height: 28px;
  padding: 5px 5px;
}
.leftbudget input.ui-select-search {
  height: 28px !important;
  padding: 5px 5px;
}
.leftbudget ul.dropdown-menu {
  min-width: 124px;
}
.newtabtow {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 0px;
  float: left;
  width: 100%;
}
.newtabtow span.tewr {
  background: #eef2f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 10px 8px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newtabtow span.tewr:first-child {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.newtabtow span.tewr:last-child {
  border-top: none;
  border-bottom: 5px;
  margin-bottom: 0px;
}
.newtabtow span.tewr:nth-child(even) {
  background: #fff;
}
.newtabtow span.tewr:nth-child(odd) {
  background: #eef2f5;
}
.newtabtow table {
  margin: 8px 8px 8px;
  width: 98%;
}
label.cor_piclevel {
  position: relative;
}
label.cor_piclevel span.color_bg {
  top: -1px;
}
label.cor_piclevel span.clr_text {
  padding-left: 55px;
}
.colorrow-pic input.input_colorcell {
  width: 30%;
  height: 37px;
  position: absolute;
  top: 24px;
  left: 16px;
}
.searchenable input {
  height: 0px !important;
}
.fixed-dropdown .ui-select-container {
  width: 196px;
}
.select-button button.dropdown-toggle {
  width: 110px;
  margin-right: 0px;
  box-shadow: none;
  text-align: left;
}
.select-dropdown-menu button {
  margin-right: 0px;
  text-align: left;
}
.select-dropdown-menu button span.caret {
  position: absolute;
  top: 50%;
  right: 10px;
}
.invalid {
  border: 1px solid rgb(255, 0, 21);
  border-radius: 3px;
}

a.Equip-fleeticon i.server {
  background: url(../../../assets/images/equipmentfleet-icon.svg);
  background-repeat: no-repeat;
  background-position: -20px 6px;
  width: 37px;
  height: 40px;
  padding: 3px;
}
a.Equip-fleeticon i.files {
  background: url(../../../assets/images/equipmentfleet-icon.svg);
  background-repeat: no-repeat;
  background-position: -60px 6px;
  width: 38px;
  height: 40px;
  padding: 3px;
}
a.Equip-fleeticon i.cogs {
  background: url(../../../assets/images/equipmentfleet-icon.svg) 0px 0px;
  background-repeat: no-repeat;
  width: 22px;
  height: 24px;
  padding: 0px;
}
.editrow span.editable-text {
  float: left;
}
.editrow span.editable-text .editable-controls input.editable-input {
  height: 27px !important;
}
.editrow span.editable-number .editable-controls input.editable-input {
  height: 27px !important;
}
.fix-wid {
  width: 156px;
  float: left;
  clear: both;
}
.fix-wid span.ui-select-toggle {
  width: 156px;
  float: left;
  clear: both;
  padding-left: 5px;
}
.fix-wid input.form-control {
  width: 156px;
  float: left;
  clear: both;
}

.disableMonth {
  border: 1px solid #ddd;
  padding: 10px 7px;
  border-radius: 4px;
  margin: 0px 0 0px 0px;
}
.disableMonth:hover {
  cursor: not-allowed;
}
.text-yellow {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous.disabled,
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous.disabled:active,
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous.disabled:hover {
  background: url(../modules/core/img/Perivous-disable-arrow.png) !important;
  background-position: 3px 8px !important;
  padding: 3px 14px;
  background-repeat: no-repeat !important;
}
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next.disabled,
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next.disabled:active,
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next.disabled:hover {
  background: url(../modules/core/img/next-disable-arrow.png) !important;
  background-position: 52px 9px !important;
  padding: 3px 14px !important;
  background-repeat: no-repeat !important;
}
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate.paging_simple_numbers
  a.paginate_button.previous {
  background: #575757 url(../modules/core/img/Perivous-active-arrow.png);
  background-position: 3px 8px !important;
  padding: 3px 14px;
  background-repeat: no-repeat !important;
}
.table-nxtprv
  .dataTables_wrapper
  .dataTables_paginate.paging_simple_numbers
  a.paginate_button.next {
  background: #575757 url(../modules/core/img/next-active-arrow.png);
  background-position: 52px 9px !important;
  padding: 3px 14px;
  background-repeat: no-repeat !important;
}
a.prowebinformtion {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: flex;
}
.borderRediaus span {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

a.billingarrow {
  cursor: pointer;
  padding: 0 10px;
}
a.billingarrow img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.billingh4 {
  font-size: 9pt;
  color: #4a4e50;
  margin-top: 0px;
}
.PaymentMethods {
  width: 100%;
  float: left;
}
.payment-details {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 1%;
}
h3.payment-hedding {
  font-size: 13.5pt;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 6px;
  letter-spacing: 1px;
}
.card-details {
  width: 100%;
  float: left;
  padding: 4px 0px;
  border-right: 1px solid #eaeaea;
  margin-top: 8px;
}
.card-details span {
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: 0.5px;
  float: left;
  width: 100%;
  color: #333;
}
.card-img {
  float: left;
  margin-right: 0px;
  width: 35px;
  margin-top: 20px;
}
.card-img img {
  max-width: 100%;
  height: auto;
}
.card-fildcel {
  float: left;
  margin-top: 22px;
}
.card-fildcel span.card-text {
  color: #333;
  font-weight: normal;
  font-size: 11px;
}
.card-addre {
  float: left;
  width: 100%;
}
.card-addre h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 22px;
}
.card-addre address {
  margin-bottom: 0px;
  line-height: 20px;
}
.card-addre span {
  font-weight: 500;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  color: #adadad;
}
.mob-number {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.mob-number h4 {
  width: 100%;
  float: left;
  margin: 0px 0px 5px;
  font-size: 9pt;
}
.mob-number input.card-input {
  border: 1px solid #eaeaea;
  width: 150px;
  line-height: 24px;
  padding: 0px 6px;
}
.paybox {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 33px #f1f1f1;
  min-height: 155px;
  border-top: 4px solid #2578a2;
}
.paybox label {
  float: left;
  width: 100%;
  font-size: 14px;
}
.paybox .label-input {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.butbilling {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.butbilling .btn_primary {
  height: 34px;
  line-height: 24px;
  padding: 5px 10px;
}
.butbilling .btn-black {
  height: 34px !important;
  line-height: 24px !important;
  padding: 5px 10px !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: pointer;
}
.aside-collapsed .sidebar > .nav .nav,
.aside-collapsed .sidebar > .nav > .nav-heading,
.aside-collapsed .sidebar > .nav > li > a em[uib-tooltip] {
  pointer-events: inherit !important;
}
.nav.leftsidebar_nav.bottomLinks li a em[uib-tooltip] {
  pointer-events: none;
}
.nav.leftsidebar_nav.bottomLinks {
  z-index: 99999999;
}
.home_icn select.special {
  width: 65% !important;
  position: absolute;
  left: 18px;
  top: 10px;
  opacity: 0;
  cursor: pointer;
}
a.add-imgtext {
  font-weight: 500;
  text-decoration: underline;
  color: #06a348;
  float: left;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  cursor: pointer;
  font-size: 0.74rem;
}
a.add-imgtext.rotatetext {
  text-decoration: none;
  color: #334251;
  padding-left: 3%;
  margin-top: 1px;
}
a i.fa-rotate-right,
a i.fa-rotate-right:hover {
  color: #334251;
  text-decoration: none;
}

/* Assignments plan Area Note Details style*/

.worker-left-section{
  display: flex;
  align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
     max-width:calc(100vw - 470px); 
}
.worker-button-section{
  flex: 0 1 auto;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  max-width:calc(100vh - 226px);
}
.task-display-name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.task-display-name-text {
 /* min-width: 75px;
 max-width:calc(100vh - 490px); */
}
.assignment-worker-name {
  /* min-width:42px;
  max-width: calc(100vh - 590px); */
}
.assignment-worker-name
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 5vw;
}
button.workerbutton-assign {
  padding: 4px 5px;
  line-height: 18px;
  min-width: 69px;
}
.display-dropdown-text {
  font-size: 12px;
  color: #737373;
  font-weight: normal;
  padding: 4px 5px 0px !important ;
}

/*=== Starts Show entries Css code === */
.show-entries-row {
  /* border-bottom: 1px solid #d5d5d5; */
  width: 100%;
}

.span-area-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.control-mainrow {
  border-top-left-radius: 3px !important;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}

.control-mainrow .cb {
  padding: 11px 20px 11px 20px;
  float: left;
  border-right: 1px solid #ccc;
  color: #656565;
  font-weight: 700;
  border-top: 1px solid #ccc;
  font-size: 13px;
  cursor: pointer;
}

.control-mainrow .cb:first-child {
  border-left: 1px solid #ccc;
}

.control-mainrow .cb:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.activeTab {
  background-color: #125272;
  padding: 11px 20px 11px 20px;
  float: left;
  border-top: 1px solid #ccc;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

table.customTable {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 1px 1px 1px 2px #d5d5d5a6;
}

table.customTable tbody {
  max-height: 163px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

table.customTable tbody tr {
  display: block;
  border-top: 1px solid #d5d5d5;
}

table.customTable thead tr {
  border-top: 1px solid #d5d5d5;
}

table.customTable td {
  padding: 6px;
  color: #000;
}
table.customTable thead th {
  padding: 10px;
  font-weight: 700;
  color: #000;
}
table.table tbody tr td,
table.table td {
  /* border-bottom: 0px solid #d5d5d5; */
}

.tab {
  float: left;
  width: 100%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div#one ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#one li {
  float: left;
}
div#one li span {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.detail {
  padding: 7px 20px 7px 20px;
  font-weight: 700;
  text-align: center;
}
#rotate {
  margin-left: -32px;
  vertical-align: top;
  margin-top: 23px;
  width: 60px;
  height: 25px;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.vertical-box {
  background: #20688d;
  color: #fff;
  font-weight: 400;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: #20688d;
}
.noteDiv {
  overflow-wrap: break-word;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.graph-col {
  background: #f5f5f7;
  padding: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.graph-col span {
  width: 100%;
  float: left;
  color: #334251;
  font-weight: 700;
  padding-bottom: 4px;
  padding-top: 0px;
}
.graph-col h3 {
  color: #334251;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
}
.graph-col a.update-graph {
  background: #20688e;
  padding: 5px;
  position: absolute;
  right: 16px;
  min-height: 58px;
  top: 0px;
  width: 25px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.graph-col a.update-graph span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 26px;
  left: 1px;
  font-weight: 700;
}
.sch-datetext-bg {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.sch-datetext-bg h4.textgr-sche {
  color: #334251;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px 10px;
  line-height: 19px;
}
.sch-datetext-bg span.text-schassign {
  background: #eff3f6;
  font-weight: 600;
  color: #334251;
  border-radius: 40px;
  float: left;
  padding: 5px 18px;
  font-size: 12px;
}
.sch-datetext-bg span.date-sche {
  color: rgba(51, 66, 81, 0.65);
  float: left;
  margin-bottom: 4px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
}
.sch-datetext-bg p {
  color: #334251;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  float: left;
  margin: 0px;
}
.notescell {
  border-bottom: 1px solid #d4d9e2;
  margin: 0px;
}
.notescell:first-child {
  border-bottom: none;
  margin-top: 10px;
  border-top: 1px solid #d4d9e2;
}
.modal .location-cell .ui-select-multiple input.ui-select-search,
.location-cell .ui-select-multiple input.ui-select-search {
  width: 734px !important;
}
.graph-col {
  background: #f5f5f7;
  padding: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.graph-col span {
  width: 100%;
  float: left;
  color: #334251;
  font-weight: 700;
  padding-bottom: 4px;
  padding-top: 0px;
}
.graph-col h3 {
  color: #334251;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
}
.graph-col a.update-graph {
  background: #20688e;
  padding: 5px;
  position: absolute;
  right: 16px;
  min-height: 58px;
  top: 0px;
  width: 25px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.graph-col a.update-graph span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 26px;
  left: 1px;
  font-weight: 700;
}

.iconarrow-uiselect {
  position: absolute;
  top: 10px;
  right: 10px;
}
.iconarrow-uiselect i.fa-angle-down {
  font-size: 16px;
  color: #334251;
}
/* -- Start block to show previous parts accordion collapse Css  -- */
h2.worker-total-part-text {
  padding-top: 12px;
  color: #4b4a4a;
  font-size: 16px;
  margin: 0px;
  text-align: left;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}
.accordion-collapse {
  width: 100%;
  margin: 3px 0px;
  float: left;
}
.accordion-collapse .card-header {
  background: #f2f1f6;
  width: 100%;
  border-top: 1px solid #ddd;
}
.collapse-hedding-box {
  margin: 0px;
  width: 100%;
}
a.accordion-bg-box {
  box-shadow: none;
  border: 0;
  width: 100%;
  cursor: default;
  margin: 0px;
  padding-left: 0px;
}
a.accordion-bg-box i.fa {
  cursor: pointer;
  color: #111719;
  font-size: 25px;
  width: 40px;
}
a.accordion-bg-box h3.part-section-box {
  margin: 0px;
  font-size: 13px;
  color: #111719;
  padding-top: 8px;
  font-weight: 500;
}
a.accordion-bg-box h3.part-section-box span.part-number {
  color: #20688d;
  font-weight: 700;
}
a.accordion-bg-box .accordion-arrow {
  border-right: 1px solid #92929e;
  width: 42px;
  height: 30px;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 5px;
}
a.accordion-bg-box .accordion-arrow i.fa-angle-down {
  display: block;
}
a.accordion-bg-box .accordion-arrow i.fa-angle-right {
  display: none;
}
a.accordion-bg-box .accordion-arrow.collapsed i.fa-angle-down {
  display: none;
}
a.accordion-bg-box .accordion-arrow.collapsed i.fa-angle-right {
  display: block;
}

span.profile_holder.parts-profile-pic {
  width: 25px;
  height: 25px;
  border: none;
  box-shadow: none;
}
span.part-profile-name {
  font-size: 13px;
  color: #111719;
  padding-top: 6px;
  font-weight: 500;
  float: left;
}
/* -- Start equipment assistant tast name Css  -- */
/* Assignments plan Area Note Details style*/
/* .assistant-tast-name{
      float: left;
    width: 121px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
    } */

/*  Task Type Filter Section CSS */
.task-type-filter-content-box {
  /* border-bottom: 1px solid #d4d9e2; */
  width: 100%;
  /* margin-bottom: 10px;
  padding-bottom: 10px; */
}
.task-type-filter-content-box .task-type-filter-content {
  clear: both;
  padding: 0px;
  display: block;
  justify-content:flex-start;
  align-items: center;
}
.task-type-filter-content-box .task-type-filter-content .task-type-filter-row {
  float: left;
  word-wrap: break-word;
  margin-top: 5px;
  /* width: 100%;
  display: flex;
  flex-direction: row; */
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-type-bg {
    border-radius: 3px;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    background-color: #b5b5b5;
    color: #fff;
    height: 36px;
    font-size: 12px;
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 87.66px;
    padding: 0px 12px;
    text-align: center;
    position: relative;
    min-width: 84px;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-type-bg.due-today {
  background-color: #4fdd9d;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-type-bg.past-due {
  background: #f06261;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-type-bg.unfinished {
  background-color: #ff902c;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-type-bg.upcoming {
  background-color: #3ab4ff;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-type-bg.as-needed {
  background-color: #5a5a5a;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-filter-button-col {
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 96.66px;
    text-align: center;
    width: 96.66px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    padding: 0rem 0.1rem;
}
.task-type-filter-content-box
  .task-type-filter-content
  .task-type-filter-row
  .task-filter-button-col:last-of-type {
  padding-right:0px;
}
.task-type-filter-content-box .task-type-filter-content .fliter-task-text-box {
    padding-right:5px;
    /*display: flex;
    align-items: center;
    align-content: center; */
    margin-top: 1.2em;
    float:left;
}
.task-type-filter-content-box
  .task-type-filter-content
  .fliter-task-text-box
  span.task-filter-text {
  font-size: 13px;
  color: #92929d;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 22px;
  background: url(../../images/old-img/task-filter-icon.svg) no-repeat 0px 0px;
  min-height: 17px;
  display: flex;
  align-items: center;
}
.task-type-filter-content-box
  .task-type-filter-content
  .fliter-task-text-box
  a.task-clear-btn {
  color: #f44234;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-right: 10px;
}

/* starts shared resources code */
.select-worker-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0;
  width: 70% !important;
}

.share-resource-icon {
  background: url(../../images/old-img/share-resource-icon.svg) no-repeat 0px
    5px;
  width: 20px !important;
  height: 24px;
  margin-right: 2px;
}
.share-resource-icon.share-position {
  background-position: 0px 0px;
}
table tbody tr td.select-shared-worker-td {
  background: #e3ecf6;
}
ul.select-share-resource-worker
  li.ui-select-choices-group
  .ui-select-choices-group-label {
  background: rgba(18, 82, 114, 0.15);
  color: #656565;
  font-weight: bold;
  padding: 8px 0px 8px 8px;
  text-transform: uppercase;
}

.panel-body.panel-body-scroll,
.modal-body.modal-body-scroll {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

/* Application Planner CSS */
.add-application-btn {
  border-radius: 4px;
}
.add-application {
  background: url(../../images/old-img/add-plus.svg) no-repeat 0px -2px;
  padding-left: 24px;
  font-size: 13px;
  font-style: normal;
}
.btn-application-planner {
  border-radius: 3px;
  background-color: #2578a2;
  font-size: 13px;
  font-style: normal;
  min-width: 60px;
}
.select-dropdown {
  width: 91px;
}
/* Application planner tab view css */
.nav-tabs.nav-tab-content {
  border: none;
  margin: 0px 15px 0px 0px;
}
.nav-tabs.nav-tab-content > li > a {
  background-color: #f5f7fa;
  border: 1px solid #92929d;
  min-width: 83px;
  padding: 10px 20px;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  font-weight: 600;
}
.nav-tabs.nav-tab-content > li > a:hover {
  padding: 10px 20px;
  min-width: 83px;
  font-weight: 600;
  color: #515253;
}
.nav-tabs.nav-tab-content > li.list-view a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs.nav-tab-content > li.calendar-view a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs.nav-tab-content > li.active > a,
.nav-tabs.nav-tab-content > li.active > a:focus,
.nav-tabs.nav-tab-content > li.active > a:hover {
  border: 1px solid #2578a2;
  background-color: #2578a2;
  color: #fff;
  padding: 10px 20px;
}
.tab-content.tab-content-box {
  padding: 0;
  border: none;
}
.btn-group.open .dropdown-toggle,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  box-shadow: none;
  background-color: #f5f5f5;
}
/* Application Planner list View Table collapse css */
.panel-collapse-section {
  padding: 0px;
  border-radius: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #d5d5d5;
}


.panel-heading-planner {
  background-color: #eef2f5;
  padding: 1px 10px;
  min-height: 38px;
  border: 1px solid #d5d5d5;
  border-bottom: 0px;
  display: flex;
  align-items: center;
}
.application-planner-title {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* list view collapse Icon Down css */
.application-planner-title a {
  color: #696974;
  font-style: normal;
  font-weight: bold;
  font-size: 1.03em;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.application-planner-title a i.hvr-icon {
  background-image: url(../../images/old-img/arrow-collapse-down.svg);
  background-position: -3px -3px;
  background-repeat: no-repeat;
  position: absolute;
  content: ' ';
  left: 0px;
  top: 0px;
  width: 18px;
  height: 14px;
}
.application-planner-title a.collapsed i.hvr-icon {
  background-image: url(../../images/old-img/arrow-collapse-up.svg);
  background-position: -3px -3px;
  background-repeat: no-repeat;
  position: absolute;
  content: ' ';
  left: 0px;
  top: 0px;
  width: 18px;
  height: 14px;
}
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.application-planner-title a.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.application-planner-title a.hvr-icon-down:hover .hvr-icon,
.application-planner-title a.hvr-icon-down:focus .hvr-icon,
.application-planner-title a.hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* End list view collapse Icon Down css */
span.title-weeks {
  color: #696974;
  font-weight: normal;
  font-size: 12px;
}
span.title-weeks strong {
  color: #696974;
  font-style: normal;
  font-weight: bold;
  margin-right: 3px;
}
span.total-tasks,
button.add-tasks-btn {
  color: #2578a2;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
}
button.add-tasks-btn {
  margin-left: 18px;
  position: relative;
  border: none;
  background: #fff;
  padding: 6px 10px 7px 32px;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  font-size: 12px;
  min-height: 28px;
}
.add-tasks-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eef2f5;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.add-tasks-btn:hover,
.add-tasks-btn:focus,
.add-tasks-btn:active {
  color: #2578a2;
}
.add-tasks-btn:hover::before,
.add-tasks-btn:focus::before,
.add-tasks-btn:active::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
button.add-tasks-btn:hover,
button.add-tasks-btn:focus {
  background: #fff;
  color: #2578a2;
}
button.add-tasks-btn::after {
  background-image: url(../../images/old-img/add-task-circle.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  content: ' ';
  left: 5px;
  top: 2px;
  width: 24px;
  height: 23px;
}
span.profile_holder.planarea-color {
  box-shadow: none;
  background: #698bcc;
  margin-left: 0px;
  border: none;
  width: 24px;
  height: 24px;
}
.table-filter-icon {
  /* background: url(../../images/old-img/table-filter-icon.svg) no-repeat 8px 3px;
  width:20px;
  height:20px; */
  display: inline-flex;
  padding-left: 5px;
}
.Application-planner-wrapper .table-bordered thead tr th {
  padding: 8px 6px 8px 11px;
}
.select-button.selected-taskname .btn-group {
  width: 100%;
}
.select-button.selected-taskname button.dropdown-toggle {
  width: 100%;
}
.select-button.selected-taskname .dropdown-menu {
  width: 100%;
}
.select-button.selected-taskname .dropdown-menu li .dropdown-header {
  padding: 6px;
}
/* .text_wr3.application-product-name{
  max-width: calc(100vh - 753px);
} */
table tbody tr td.application-product-box {
  position: relative;
  cursor: pointer;
}
table tbody tr td.application-product-box button.add-application-product {
  display: none;
}
table tbody tr td.application-product-box:hover button.add-application-product {
  background: url(../../images/old-img/add-taskname-icon.svg) no-repeat 0px 1px;
  width: 20px;
  height: 20px;
  /* position: absolute;
  content: ' ';
  right:5px;
  top:13px; */
  width: 22px;
  height: 24px;
  display: block;
  border: none;
}
.task-content.product-name-section {
  max-width: 13vh;
  min-width: 12vh;
  background: transparent;
  border: none;
  margin: 0px 5px 0px 0px;
  padding: 2px 0px 0px 0px;
}
.task-content.product-name-section:hover {
  box-shadow: none;
  transform: none;
}
.auto-count-content-box {
  min-width: 2.2em;
  height: 22px;
  border: 1px dotted #ccc;
  border-radius: 3px;
  align-items: center;
  text-align: center;
  margin: 0px auto 0px;
  padding: 2px;
  font-weight: bold;
  margin-right: 3px;
}




.add-icon,
.fa-modal-close,
.copy-planner-icon {
  background: url(../../images/old-img/add-plus-icon.svg) no-repeat 0px -1px;
  width: 22px;
  height: 20px;
}
.fa-modal-close {
  background: url(../../images/old-img/close-icon.svg) no-repeat 0px -1px;
}
.copy-planner-icon {
  background: url(../../images/old-img/copy-planner-icon.svg) no-repeat 0px -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 9999;
}
span.total-sqft {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #4680c4;
  position: absolute;
  right: 5px;
  top: 6px;
}
.modal-window-580 .modal-dialog {
  max-width: 582px;
}
.select-scroll.select-dropdown-view
  .dropdown-multiselect.open
  ul.dropdown-menu
  li
  a {
  position: relative;
}
.select-scroll.select-dropdown-view
  .dropdown-multiselect.open
  ul.dropdown-menu
  li
  a
  span:nth-child(1) {
  border: 1px solid #d1dbe0;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  float: left;
  margin: 2px 5px 0px 0px;
}
.select-scroll.select-dropdown-view
  .dropdown-multiselect.open
  ul.dropdown-menu
  li
  a
  span.fa.fa-check:nth-child(1)::before {
  color: #2578a2;
}

/* EOP Style CSS */
.download-dropdown-select ul.dropdown-menu {
  min-width: 130px;
  max-width: 130px;
}
h2.eop-of-year-text {
  font-style: normal;
  font-weight: bold;
  font-size: 13.5pt;
  line-height: 26px;
  color: #171725;
  font-family: 'Roboto', sans-serif;
  margin-top: 8px;
}
h2.eop-of-year-text span {
  background: url(../../images/old-img/EOP-icon.svg) no-repeat 0px -1px;
  width: 22px;
  height: 22px;
}
h5.tex-rate,
input.tex-rate-inputfild,
input.inventor-inputfild,
.calendar-filter-text {
  font-style: normal;
  font-weight: bold;
  font-size: 9pt;
  line-height: 16px;
  text-align: center;
  color: #44444f;
  border-radius: 2px;
}
input.tex-rate-inputfild {
  width: 62px;
}
input.inventor-inputfild {
  padding: 3px;
  width: 62px;
  height: 27px;
  border: 0.5px solid #dddddd;
  box-sizing: border-box;
  background: #f3f3f3;
  display: inline-flex;
}
input.tex-rate-inputfild::placeholder,
input.inventor-inputfild::placeholder {
  font-weight: normal;
}

/* Table freeze css */
tr.caption-section {
  background: #eef2f5;
}
.table-caption-section,
.total-spend-text {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #44444f;
}
.total-spend-text {
  font-size: 14px;
  color: #2578a2;
}
table.table-freeze {
  display: block;
  overflow-y: hidden;
  box-sizing: border-box;
  float: left;
  height: 100%;
  width: 100%;
}
.table-freeze tbody,
.table-freeze thead {
  flex-direction: column;
  display: 1 1 auto;
}
.table-freeze tbody {
  height: 100%;
  max-height: calc(100vh - 24.5vmax);
  overflow: auto;
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
/*.table-freeze thead {
 border-bottom: 1px solid #eee;
}*/
.table-freeze tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}
/* .table-freeze tbody tr:nth-child(2n+1) {
  background: #fff;
  } */
.table-freeze td,
.table-freeze th {
  text-align: center;
  flex: 1;
  border: 0px;
}
.table-freeze td:first-child,
.table-freeze th:first-child {
  text-align: left;
}
.table-freeze thead tr th,
.table-freeze tbody tr td {
  border-bottom-width: inherit;
  border-bottom: 0px;
  border-right: none;
}
.table-freeze thead tr th:first-child,
.table-freeze tbody tr td:first-child {
  border-left: 0px;
}
.total-eop-value-text {
  text-align: right;
  font-weight: bold;
  color: #000000;
}
.value-cont-box {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 6px 8px;
  background: #eef2f5;
  border-top: 1px solid #ccc;
}
.value-cont-box:last-child {
  border-bottom: 0px;
  border-top: 0px;
}

/*Start Calendar Filter Tabs used css*/
.filter-content-box {
  border-bottom: 1px solid #d5d5d5;
  padding: 4px 0px;
  width: 100%;
}
.btn-today {
  background: transparent;
  color: #44444f;
  /* font-weight: 600; */
  /* font-size: 9pt; */
  height: 37px;
  width: 82px;
  transition: all 0.4s ease-in-out 0s;
}
.btn-today:hover,
.btn-today:focus {
  background: #f5f5f5;
}
.filter-info {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.filter-divider {
  width: 1px;
  height: 21px;
  background: #e6e6e6;
  margin-right: 0px;
  margin-left: 15px;
  margin-top: 8px;
}
.nav-tabs.nav-tab-content.calendar-filter-tabs {
  margin: 0px 15px 0px 0px;
}
.nav-tabs.nav-tab-content.calendar-filter-tabs > li > a,
.nav-tabs.nav-tab-content.calendar-filter-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  font-size: 9pt;
  padding: 10px 10px;
  text-align: center;
  min-width: 60px;
  margin: 0px 1.4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-tabs.nav-tab-content.calendar-filter-tabs > li > a:hover {
  color: #fff;
  background-color: #2578a2;
}
.nav-tabs.nav-tab-content.calendar-filter-tabs > li > a.active,
.nav-tabs.nav-tab-content.calendar-filter-tabs > li > a.active:focus,
.nav-tabs.nav-tab-content.calendar-filter-tabs > li > a.active:hover {
  border: 1px solid #2578a2;
  background-color: #2578a2;
  min-width: 60px;
  padding: 9px 10px;
  color: #fff;
}
.calendar-filter-text {
  background: url(../../images/old-img/filter-icon.svg) no-repeat 0px 8px;
  width: 77px;
  height: 36px;
  line-height: 38px;
  text-align: right;
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 4px;
  background: #2578a2;
}
.hvr-rectangle-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2578a2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
  background: #2578a2;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #2578a2;
}
.square-calendar-view {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.calendar-view-content {
  border-right: 1px solid #d5d5d5;
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px;
  height: 180px;
  padding: 0.55%;
  text-align: center;
  width: 192.66px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.calendar-view-content button.add-task-icon {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease 0.2s;
  border: none;
  right: 0px;
  background: transparent;
  position: absolute;
}
.calendar-view-content:hover button.add-task-icon {
  border: none;
  background: transparent;
  right: 0px;
  opacity: 1;
  transform: translateY(0);
}
.square-calendar-view:nth-last-of-type(1) {
  border-bottom: 1px solid #d5d5d5;
}
.square-calendar-view.filter-wrapper {
  border-top: 0px;
}
.square-calendar-view.filter-wrapper:nth-child(1) {
  border-top: 1px solid #d5d5d5;
}
.square-calendar-view.filter-wrapper:nth-last-of-type(1) {
  border-bottom: 0px;
  border-radius: 4px;
}

.calendar-view-content.disabled-calendar-cell .day-name,
.calendar-view-content.disabled-calendar-cell .day-number {
  color: #d5d5dc;
}
.day-name,
.day-number {
  font-style: normal;
  font-weight: 500;
  font-size: 9pt;
  line-height: 14px;
  text-align: center;
  color: #696974;
  margin-bottom: 2px;
}

.day-number.current-date {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  background: #2578a2;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.calendar-arrow-content {
  display: flex;
  align-items: center;
  padding: 6px 7px;
}
.calendar-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  transition: fill 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  width: 24px;
  height: 24px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  fill: #7c828d;
}
.calendar-arrows:hover {
  background: #f2f2f2;
}
.arrow-left {
  transform: rotate(180deg);
}

.calendar-view-content:nth-last-of-type(1) {
  border-right: 1px solid #d5d5d5;
}

.task-content-section {
  display: block;
  vertical-align: middle;
}
.task-content {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #f1f1f5;
  border: 1px solid #e2e2ea;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px 4px;
  text-align: left;
  margin: 2px 0px;
  transition: box-shadow 0.3s;
}
.task-content:hover {
  box-shadow: 0 0 6px rgb(33 33 33 / 8%);
  transform: translateX(5px);
}
a.task-name {
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0px;
  width: 100%;
  font-weight: normal;
  color: #696974;
  font-size: 12px;
}
.task-content,
a.task-name,
.product-name-section {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 500ms;
  will-change: transform;
}
span.task-status-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.calendar-view-content.filter-content-box.disabled-calendar-cell,
.calendar-view-content.filter-content-box {
  text-align: left;
  height: auto;
}

.calendar-week-section,
.calendar-week-section .day-name,
.calendar-week-section .day-number {
  text-align: left;
}
.calendar-view-content .calendar-week-section button.add-task-icon {
  right: 0px;
  opacity: 0;
  transform: translateY(-100%);
  top: 0;
}
.calendar-view-content:hover .calendar-week-section button.add-task-icon {
  right: 0px;
  opacity: 1;
  transform: translateY(0);
  padding-right: 6px;
}

.ui-select-dropdown {
  padding: 0px;
}
.currentWeekDates:first-child {
  margin-top: 15px;
}
.currentWeekDates {
  margin: 3px 0 0px;
}

@media (min-width: 1200px) {
  .col-lg-2.calendar-week-section {
    width: 12.66666667%;
  }
  .col-lg-10.task-content-section {
    width: 87.33333333%;
  }
}

.day-number.day-number-lg {
  font-size: 20px;
  padding-right: 8px;
  font-weight: 500;
  font-style: normal;
}
.day-number.day-number-lg.current-week-date {
  color: #2578a2;
  background: transparent;
}
.day-name.day-month-name {
  margin-top: 3px;
  font-size: 9pt;
}
.select-location-area span.ui-select-toggle {
  width: 100%;
  padding: 6px 10px;
}
.custom-dropdown-menu {
  box-shadow: 0 0 12px rgb(0 0 0 / 32%);
}
.custom-dropdown-menu a {
  width: 100%;
  padding: 4px 9px;
  display: flex;
  position: relative;
  color: #44444f;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  align-items: center;
}
.custom-dropdown-menu a:hover,
.custom-dropdown-menu a:focus {
  background-color: #f4f4f4;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #f4f4f4;
  color: #44444f;
}
.custom-dropdown-menu .custom-location-div-popup {
  padding: 0px;
}
.add-location-text {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px 0px 10px;
}
.add-location-text,
.added-location-text {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #44444f;
  width: 100%;
  margin-bottom: 8px;
}
.added-location-text {
  color: #2578a2;
  padding-top: 6px;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
.custom-location-div-popup a.dropdown-item span.cross-icon {
  position: absolute;
  right: 10px;
}

@media only screen and (max-width: 480px) {
  .calendar-view-content {
    width: 100%;
    height: 100%;
  }
}
/*End Calendar Filter Tabs used css*/

@media only screen and (max-width: 871px) {
  .application-planner-search {
    margin-bottom: 3px;
  }
}

.application-planner-search {
  position: relative;
}
.application-planner-search .ag-planner-input-search {
  position: relative;
  padding-left: 31px;
}
.application-planner-search .search-icon {
  position: absolute;
  top: 7px;
  left: 16px;
}

.custom-dropdown-menu {
  max-height: 300px;
  height: auto !important;
  min-height: 190px;
  min-width: 278px;
}
.Application-planner-wrapper
  table.table
  tbody
  tr.tr-repet-row:nth-last-of-type(2)
  .open
  > .custom-dropdown-menu {
  top: auto;
  bottom: 100%;
}
.Application-planner-wrapper
  table.table
  tbody
  tr.tr-repet-row:nth-last-of-type(1)
  .open
  > .custom-dropdown-menu {
  top: auto;
  bottom: 100%;
}
.Application-planner-wrapper
  table.table
  tbody
  tr.tr-repet-row:nth-last-of-type(0)
  .open
  > .custom-dropdown-menu {
  top: auto;
  bottom: 100%;
}
.ui-select-bootstrap > .ui-select-choices.select-location-dropdown {
  margin-left: 10px;
  width: 93%;
}
.dropdown-menu > li > a .checkbox {
  margin: 0px !important;
  line-height: 21px;
}
.dropdown-menu > li > a {
  border-bottom: none;
  padding: 6px 10px 0px 10px;
}
.dropdown-menu > li > a:last-child {
  padding-bottom: 6px;
}
.dropdown-menu > li > a .checkbox label {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
}

/* .dropdown-menu>li>a .checkbox label input.checkboxInput {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.dropdown-menu>li>a .checkbox label span{
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding-left:6px;
}
.dropdown-menu>li>a .checkbox label span::before {
  position: absolute;
  top: 0rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background: #2578A2;
  border-radius: 3px;
  border: #2578A2 solid 1px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-menu>li>a .checkbox label input.checkboxInput:checked{
color: #fff;
border-color: #007bff;
background-color: #007bff;
} */

/* .dropdown-menu>li>a .checkbox label input.checkboxInput:checked ~ .dropdown-menu>li>a .checkbox label span::after {
  background: 50%/50% 50% no-repeat;
  left: -10px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
/* .dropdown-menu>li>a .checkbox label span::after {
  position: absolute;
  display: block;
  content: " ";
  background: 50%/50% 50% no-repeat;
  left: -10px;
  top:2px;
  width: 6px;
  height:9px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* background: url();
} */
.select-scroll.dropdown-multiselect.multi-planarea
  .multiselect-dropdown
  .dropdown-list {
  max-height: 200px !important;
  min-height: 110px;
  height: auto !important;
  overflow-y: auto !important;
}
.select-scroll .dropdown-multiselect.open ul.dropdown-menu {
  max-height: 200px !important;
  min-height: 110px;
  height: auto !important;
  overflow-y: auto !important;
}
.select-scroll.multi-select-dropdown
  .dropdown-multiselect.open
  ul.dropdown-menu {
  min-width: 111px;
}

.dropdown-overflow {
  max-height: 186px;
  overflow-x: auto;
  width: 100%;
}
.btn-group.open .dropdown-toggle {
  border-color: #2578a2 !important;
}

.input-group.calendar-date-view thead tr th {
  padding: 1px;
}
.input-group.calendar-date-view tbody tr td {
  border-bottom: 0px;
  padding: 2px 2px;
}
.input-group.calendar-date-view tbody tr td button.btn.btn-info {
  background-color: #2578a2;
  border-color: #2578a2;
}
.input-group.calendar-date-view .btn.btn-info {
  background-color: #2578a2;
  border-color: #2578a2;
}
.input-group.calendar-date-view .ng-pristine {
  position: relative;
}
.input-group.calendar-date-view .ng-pristine .uib-datepicker-popup {
  top: 0px !important;
}
.app-modal-window-450 .modal-dialog {
  max-width: 450px;
}
span.profile_link.planarea-list-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 0.5s;
  will-change: transform;
  min-width: 17vh;
  max-width: 17vh;
}
.alert-exclamation-triangle-section {
  text-align: center;
}
.alert-exclamation-triangle-section h3 span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #d83c3c;
}
.content-body-section,
.content-body-section span {
  width: 100%;
}
.secondary-btn {
  background: #92929d;
}
.secondary-btn:hover {
  background: #7f7f88;
}
.content-body-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #171725;
}
.select-button.multi-select-dropdown button.dropdown-toggle {
  width: 135px;
}
.select-button.multi-select-dropdown .multiselect-dropdown {
  width: 125px;
  margin-right: 0px;
  box-shadow: none;
  text-align: left;
  font-size: 12px;
}
.select-button.multi-select-dropdown.week-select .multiselect-dropdown {
  padding: auto;
}
.select-button.multi-select-dropdown.week-select
  .multiselect-dropdown
  .selected-item {
  border: none !important;
  margin-right: 4px !important;
  background: none !important;
  padding: 0 5px !important;
  color: #353434 !important;
  box-shadow: none !important;
  white-space: nowrap;
  overflow: hidden;
}
.select-button.multi-select-dropdown.week-select
  .multiselect-dropdown
  .selected-item
  span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 53px;
  white-space: nowrap;
}
.select-button.multi-select-dropdown.week-select
  .multiselect-dropdown
  .selected-item
  a {
  padding-left: 0px !important;
  color: #353434 !important;
}

.select-button.multi-select-dropdown.multi-planarea
  .multiselect-dropdown
  .dropdown-list {
/* width not required for the dropdown */
  /* width: 210px !important; */
  max-height: 350px;
  overflow: hidden;
}
.multiselect-dropdown .dropdown-btn {
  height: 38px;
  padding: 10px 5px !important;
  border: 1px solid #ddd !important;
  display: flex;
  justify-content: space-between;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  width: 25px !important;
  height: 38px !important;
  line-height: 11px !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before {
  color: #333 !important;
  margin-top: 4px;
  border-width: 5px 4px 0 !important;
  border-color: #333 transparent !important;
}

.multiselect-item-checkbox input[type='checkbox'] + div:before {
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
}

.multiselect-item-checkbox input[type='checkbox']:checked + div:before {
  animation: none !important;
}
.multiselect-item-checkbox input[type='checkbox'] + div:after {
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
  border-width: 0 0 2px 2px !important;
  height: 4px !important;
  margin-top: -5px !important;
}
.dropdown-list li.multiselect-item-checkbox {
  border-bottom: 0px !important;
  padding: 10px 10px 12px !important;
}

.radio-content-section .text-strong {
  font-weight: 600;
  font-size: 13px;
}

.dropdown-menu > li > a .checkbox label input.checkboxInput[type='checkbox'],
input.radio-input-field[type='radio'] {
  --active: #fff;
  --active-inner: #4680c4;
  --focus: 1px #4680c4;
  --border: #ccc;
  --border-hover: #fff;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 17px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 1px 0px 0px 0px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:after,
input.radio-input-field[type='radio']:after {
  content: '';
  display: block;
  /* left:-5px;
  top:-5px; */
  left: -5px;
  top: calc(50% - 13px);
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
    opacity var(--d-o, 0.2s);
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:checked,
input.radio-input-field[type='radio']:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:disabled,
input.radio-input-field[type='radio']:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:disabled:checked,
input.radio-input-field[type='radio']:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:disabled
  + label,
input.radio-input-field[type='radio']:disabled + label {
  cursor: not-allowed;
}
input[type='checkbox']:hover:not(:checked):not(:disabled),
input.radio-input-field[type='radio']:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:focus,
input.radio-input-field[type='radio']:focus {
  box-shadow: 0 0 0 var(--focus);
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:not(.switch),
input.radio-input-field[type='radio']:not(.switch) {
  width: 17px;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:not(.switch):after,
input.radio-input-field[type='radio']:not(.switch):after {
  opacity: var(--o, 0);
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:not(.switch):checked,
input.radio-input-field[type='radio']:not(.switch):checked {
  --o: 1;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']
  + label,
input.radio-input-field[type='radio'] + label {
  display: inline-block;
  cursor: pointer;
  margin-left: 2px;
  font-weight: normal;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:not(.switch) {
  border-radius: 2px;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  left: 6px;
  top: 3px;
  transform: rotate(var(--r, 20deg));
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox']:not(.switch):checked {
  --r: 43deg;
  background-color: var(--active-inner);
  border: none;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox'].switch {
  width: 38px;
  border-radius: 11px;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox'].switch:after {
  left: 2px;
  top: 2px;
  border-radius: 2%;
  width: 15px;
  height: 15px;
  background: var(--ab, var(--border));
  transform: translateX(var(--x, 0));
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox'].switch:checked {
  --ab: var(--active-inner);
  background-color: var(--active-inner);
  --x: 17px;
}
.dropdown-menu
  > li
  > a
  .checkbox
  label
  input.checkboxInput[type='checkbox'].switch:disabled:not(:checked):after {
  opacity: 0.6;
}
input.radio-input-field[type='radio'] {
  border-radius: 50%;
}
input.radio-input-field[type='radio']:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--active-inner);
  opacity: 0;
  transform: scale(var(--s, 0.7));
}
input.radio-input-field[type='radio']:checked {
  --s: 0.5;
}

.successful-copy-text {
  width: 100%;
  float: left;
  margin: 3px 0 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #171725;
}
.successful-copy-sub-text {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #171725;
}

/*
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;} */

/* .dropdown {
  position: relative;
  display: inline-block;
} */

/* .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
} */

/* .dropdown a:hover {background-color: #ddd;}

.show {display: block;}*/

.table-manufacturer-total-size-section,
.total-spend-text {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #44444f;
}

tr.manufacturer-total-size-section {
  background: #eef2f5;
}

table.table.eop-table {
  position: relative;
  width: 100%;
  table-layout: auto;
  background-color: #fff;
  border-collapse: separate;
  min-width: 100%;
  margin: auto;
  border-spacing: 0;
}
.eop-table-thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 5;
  width: 100%;
  overflow: visible;
}
.eop-table-thead tr.eop-table-fixed th:first-of-type {
  border-top: 1px solid #d5d5d5 !important;
}
.eop-table-thead tr.eop-table-fixed th:first-of-type,
tr.product-name th:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  width: 25%;
  background-color: #fff;
  display: flex;
  min-height: 54px;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5 !important;
  align-items: center;
}
tr.product-name.manufacturer-name th:first-of-type {
  background-color: #eef2f5;
}
tr.product-name.manufacturer-name th:hover:first-of-type {
  background-color: #fafbfc;
}
.table-scroll-turf th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  padding: 0;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5 !important;
  display: flex;
  min-height: 54px;
}
tr.product-name td {
  border-right: 1px solid #d5d5d596;
  border-bottom: 0px !important;
  border-top: 0px;
  border-left: 0px;
}
.table > thead.eop-table-thead > tr > th {
  color: #171725;
  font-weight: 700;
  border-right: 1px solid #d5d5d596;
  border-top: 1px solid #d5d5d596 !important;
}

.uib-datepicker-popup.dropdown-menu {
  z-index: 999999;
}

button.dp-current-month[disabled],
html input[disabled] {
  opacity: 0.5;
}
.value-count-box {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 6px 8px;
  background: #eef2f5;
  border-top: 1px solid #ccc;
}
.value-count-box:last-child {
  border-bottom: 0px;
  border-top: 0px;
}
input.tax-rate-input::placeholder,
input.inventor-input::placeholder {
  font-weight: normal;
}
h5.tex-rate,
input.tax-rate-input,
input.inventor-input,
.calendar-filter-text {
  font-style: normal;
  font-weight: bold;
  font-size: 9pt;
  line-height: 16px;
  text-align: center;
  color: #44444f;
  border-radius: 2px;
}
input.tex-rate-input {
  width: 62px;
}
input.inventor-input {
  padding: 3px;
  width: 62px;
  height: 27px;
  border: 0.5px solid #dddddd;
  box-sizing: border-box;
  background: #f3f3f3;
  display: inline-flex;
}


.btn-primary {
  background: #20688d;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px;
  height: 38px;
}
.btn-primary:hover {
  background: #125272;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px;
  height: 38px;
}
.btn-primary {
  padding: 8px 10px;
}

.butbilling .btn-primary {
  height: 34px;
  line-height: 24px;
  padding: 5px 10px;
}

a.btn-primary,
a.btn-primary:focus,
a.btn-primary:hover {
  color: #fff;
}
button.btn-primary.focus,
button.btn-primary:focus,
button.btn-primary:hover {
  color: #fff;
}