@import url(../assets/additionalplugins/fontawesome-5.10.1/css/all.min.css);
/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap'); */

/* Custom Colours

$Primary Blue: #2a4978;
$Primary Red: #e3170a;
$Primary Beige: #dbd5b2;
$Primary Paper: #f2efea;
$Primary Orange: #fc7753;
$Secondary Dark Red: #c44536;
$Secondary Purple: #643a71;
$Secondary Green: #4daa57;
$Secondary Cyan: #59c3c3;
$Secondary Soft Green: #7daf9c;
$Additional Paper: #f8f7f4;
$Additional Dark Blue Alt: #143866;
$Additional Black: #242a33;
$Additional Dark Beige: #bfba9c;
$Additional Brown: #6e6841;
$Additional Light Brown: #b9b287;
$Additional Dark Brown: #474328;

*/
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  display:flex;
  justify-content: center;
  align-items: center;
}


@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

.color-primary-blue { color: #2a4978 !important; }
.color-primary-red { color: #e3170a !important; }
.color-beige { color: #dbd5b2 !important; }
.color-primary-paper { color: #f2efea !important; }
.color-orange { color: #fc7753 !important; }
.color-darkred { color: #c44536 !important; }
.color-purple { color: #643a71 !important; }
.color-green { color: #4daa57 !important; }
.color-cyan { color: #59c3c3 !important; }
.color-softgreen { color: #7daf9c !important; }
.color-paper { color: #f8f7f4 !important; }
.color-darkblue { color: #143866 !important; }
.color-black { color: #242a33 !important; }
.color-darkbeige { color: #000 !important; }
.color-brown { color: #6e6841 !important; }
.color-lightbrown { color: #b9b287 !important; }
.color-darkbrown { color: #474328 !important; }
.color-darkgrey { color: #656970 !important; }
.color-medgrey { color: #919499 !important; }
.color-grey { color: #BDBFC1 !important; }
.color-lightgrey { color: #fafafa !important; }
.color-white { color: #ffffff !important; }

.bgcolor-primary-blue { background-color: #2a4978 !important; }
.bgcolor-primary-red { background-color: #e3170a !important; }
.bgcolor-beige { background-color: #dbd5b2 !important; }
.bgcolor-primary-paper { background-color: #f2efea !important; }
.bgcolor-orange { background-color: #fc7753 !important; }
.bgcolor-darkred { background-color: #c44536 !important; }
.bgcolor-purple { background-color: #643a71 !important; }
.bgcolor-green { background-color: #4daa57 !important; }
.bgcolor-cyan { background-color: #59c3c3 !important; }
.bgcolor-softgreen { background-color: #7daf9c !important; }
.bgcolor-paper { background-color: #f8f7f4 !important; }
.bgcolor-darkblue { background-color: #143866 !important; }
.bgcolor-black { background-color: #242a33 !important; }
.bgcolor-darkbeige { background-color: #bfba9c !important; }
.bgcolor-brown { background-color: #6e6841 !important; }
.bgcolor-lightbrown { background-color: #b9b287 !important; }
.bgcolor-darkbrown { background-color: #474328 !important; }
.bgcolor-darkgrey { background-color: #656970 !important; }
.bgcolor-medgrey { background-color: #919499 !important; }
.bgcolor-grey { background-color: #BDBFC1 !important; }
.bgcolor-lightgrey { background-color: #fafafa !important; }
.bgcolor-white { background-color: #ffffff !important; }

.bordercolor-primary-blue { border-color: #2a4978 !important; }
.bordercolor-primary-red { border-color: #e3170a !important; }
.bordercolor-beige { border-color: #dbd5b2 !important; }
.bordercolor-primary-paper { border-color: #f2efea !important; }
.bordercolor-orange { border-color: #fc7753 !important; }
.bordercolor-darkred { border-color: #c44536 !important; }
.bordercolor-purple { border-color: #643a71 !important; }
.bordercolor-green { border-color: #4daa57 !important; }
.bordercolor-cyan { border-color: #59c3c3 !important; }
.bordercolor-softgreen { border-color: #7daf9c !important; }
.bordercolor-paper { border-color: #f8f7f4 !important; }
.bordercolor-darkblue { border-color: #143866 !important; }
.bordercolor-black { border-color: #242a33 !important; }
.bordercolor-darkbeige { border-color: #bfba9c !important; }
.bordercolor-brown { border-color: #6e6841 !important; }
.bordercolor-lightbrown { border-color: #b9b287 !important; }
.bordercolor-darkbrown { border-color: #474328 !important; }

.bg-gradient-paper {
  background-image: -webkit-linear-gradient(#fbfaf7, #fffdfa);
}

.bg-shadowed-paper {
  -webkit-box-shadow: inset 0px 12px 10px 3px rgba(219, 213, 178, 0.1);
  box-shadow: inset 0px 12px 10px 3px rgba(219, 213, 178, 0.1);
}

.btn-primary-blue {
  background-color: #2a4978;
  border-color: #2a4978;
  color: #fff !important;
}
.btn-primary-blue:hover {
  background-color: #4A6998;
  border-color: #4A6998;
  color: #fff !important;
}
.btn-primary-blue:focus, .btn-primary-blue.focus {
  color: #fff !important;
}
.btn-primary-blue.disabled, .btn-primary-blue:disabled {
  background-color: #2a4978;
  border-color: #2a4978;
  opacity: 0.5;
}
.btn-primary-blue:active, .btn-primary-blue.active,
.show > .btn-primary-blue.dropdown-toggle {
  background-color: #3A5988;
  border-color: #3A5988;
  color: #fff !important;
}

.btn-primary-red {
  background-color: #e3170a;
  border-color: #e3170a;
  color: #fff !important;
}
.btn-primary-red:hover {
  background-color: #FF372A;
  border-color: #FF372A;
  color: #fff !important;
}
.btn-primary-red:focus, .btn-primary-red.focus {
  color: #fff !important;
}
.btn-primary-red.disabled, .btn-primary-red:disabled {
  background-color: #e3170a;
  border-color: #e3170a;
  opacity: 0.5;
}
.btn-primary-red:active, .btn-primary-red.active,
.show > .btn-primary-red.dropdown-toggle {
  background-color: #F3271A;
  border-color: #F3271A;
  color: #fff !important;
}

.btn-primary-orange {
  background-color: #fc7753;
  border-color: #fc7753;
  color: #fff !important;
}
.btn-primary-orange:hover {
  background-color: #ff8763;
  border-color: #ff8763;
  color: #fff !important;
}
.btn-primary-orange:focus, .btn-primary-orange.focus {
  color: #fff !important;
}
.btn-primary-orange.disabled, .btn-primary-orange:disabled {
  background-color: #fc7753;
  border-color: #fc7753;
  opacity: 0.5;
}
.btn-primary-orange:active, .btn-primary-orange.active,
.show > .btn-primary-orange.dropdown-toggle {
  background-color: #ff8763;
  border-color: #ff8763;
  color: #fff !important;
}

.btn-softgreen {
  background-color: #7daf9c;
  border-color: #7daf9c;
  color: #fff !important;
}
.btn-softgreen:hover {
  background-color: #8dbfac;
  border-color: #8dbfac;
  color: #fff !important;
}
.btn-softgreen:focus, .btn-softgreen.focus {
  color: #fff !important;
}
.btn-softgreen.disabled, .btn-softgreen:disabled {
  background-color: #8dbfac;
  border-color: #8dbfac;
  opacity: 0.5;
}
.btn-softgreen:active, .btn-softgreen.active,
.show > .btn-softgreen.dropdown-toggle {
  background-color: #8dbfac;
  border-color: #8dbfac;
  color: #fff !important;
}

.btn-cyan {
  background-color: #59c3c3;
  border-color: #59c3c3;
  color: #fff !important;
}
.btn-cyan:hover {
  background-color: #69d3d3;
  border-color: #69d3d3;
  color: #fff !important;
}
.btn-cyan:focus, .btn-cyan.focus {
  color: #fff !important;
}
.btn-cyan.disabled, .btn-cyan:disabled {
  background-color: #69d3d3;
  border-color: #69d3d3;
  opacity: 0.5;
}
.btn-cyan:active, .btn-cyan.active,
.show > .btn-cyan.dropdown-toggle {
  background-color: #69d3d3;
  border-color: #69d3d3;
  color: #fff !important;
}

.btn-green {
  background-color: #4daa57;
  border-color: #4daa57;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #5dba67;
  border-color: #5dba67;
  color: #fff !important;
}
.btn-green:focus, .btn-green.focus {
  color: #fff !important;
}
.btn-green.disabled, .btn-green:disabled {
  background-color: #5dba67;
  border-color: #5dba67;
  opacity: 0.5;
}
.btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
  background-color: #5dba67;
  border-color: #5dba67;
  color: #fff !important;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #8dbfac;
}
.btn-transparent:hover {
  background-color: transparent;
  border-color: transparent;
  color: #69d3d3;
}
.btn-transparent:focus, .btn-transparent.focus {
  color: #69d3d3;
}
.btn-transparent.disabled, .btn-transparent:disabled {
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
}
.btn-transparent:active, .btn-transparent.active,
.show > .btn-transparent.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #69d3d3;
}

.btn-softgreen-outline {
  background-color: transparent;
  border-color: #7daf9c33;
  color: #7daf9c;
}
.btn-softgreen-outline:hover {
  background-color: #7daf9c11;
  border-color: #7daf9c;
  color: #7daf9c;
}
.btn-softgreen-outline:focus, .btn-softgreen-outline.focus {
  color: #7daf9c;
}
.btn-softgreen-outline.disabled, .btn-softgreen-outline:disabled {
  background-color: transparent;
  border-color: #7daf9c;
  opacity: 0.5;
}
.btn-softgreen-outline:active, .btn-softgreen-outline.active,
.show > .btn-softgreen-outline.dropdown-toggle {
  background-color: #7daf9c11;
  border-color: #7daf9c;
  color: #7daf9c;
}

.input-paper {
  border-color: #dbd5b2;
  background-color: #f8f7f4;
  border-radius: 2px;
}
.input-paper:focus,
.input-paper.active {
  border-color: #bfba9c;
  background-color: #f2efea;
}



/* ADDITIONAL CSS */

/* ALL PAGES */
body, html {
  font-size: 14px;
}

@media (max-width: 767px) {
  body, html {
      font-size: 14px !important;
  }
}

body,
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4, h5, h6, .h4, .h5, .h6 {

    margin-bottom: 11px;
}

a {
  color: #6e6841;
}

a:active, a:focus, a:hover {
  color: #4daa57;
}

.text-link:hover {
  opacity: .7;
  transition: all .3s;
}

.content-header>.breadcrumb>li .fa,
.content-header>.breadcrumb>li .glyphicon,
.content-header>.breadcrumb>li .ion,
.content-header>.container>.breadcrumb>li .fa,
.content-header>.container>.breadcrumb>li .glyphicon,
.content-header>.container>.breadcrumb>li .ion {
  margin-right: 5px;
}

[type=checkbox]+label:hover:before,
[type=checkbox]:not(.filled-in)+label:hover:after {
  border-color: #59c3c3;
}

[type=checkbox]:checked+label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #e3170a;
  border-bottom: 2px solid #e3170a;
}

.divider {
  flex: 1 1 100%;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #252932;
}
.separator-x {
  width: 2px;
  height: 100%;
  background-color: #252932;
}

.bootstrap-timepicker-widget table td.separator {
  background-color: transparent;
}

.colorpicker {
  z-index: 100000;
}

.nobreak {
  display: inline-block;
}

body,
.main-footer {
  background-color: #f2efea;
  color: #242A33;
}
.main-footer {
  border-top: solid 1px #f4ffec;
  color: #474328;
}
.nav-dot-separated .nav-item .nav-link {
  color: #474328;
}

.table {
  color: #757575;
}

.table th {
  font-weight: 400;
}

.table thead th,
.table tfoot th {
  font-weight: 400;

  color: #616161;
  border-bottom-width: 1px;
}

.table tbody+tbody {
  border-top-width: 1px;
}

.table a {
  text-decoration: none;
}

table col[class*='col-'] {
  position: static;

  display: table-column;
  float: none;
}

.skin-black .content-header {
}

.content-wrapper,
.skin-black .content {
  background-color: #f8f7f4;
  min-height: 820px !important;
}

.grid-stack-item-content {
  font-family: 'Roboto', sans-serif;
  background: transparent !important;
  border: none !important;
}

.custom-form .form-control-feedback {
  color: #67757c;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  pointer-events: none;
}

.hide-ellipsis,
.form-group label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.line-height-1 {
  line-height: 1rem !important;
}
.line-height-1-3 {
  line-height: 1.3rem !important;
}
.line-height-1-5 {
  line-height: 1.5rem !important;
}
.line-height-1-8 {
  line-height: 1.8rem !important;
}
.line-height-2 {
  line-height: 2rem !important;
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.round-image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.image-placeholder {
  background-color: #f2efea;
  color: #BDBFC1;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.image-placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 2rem;
  text-align: center;
}

.cursor-default {
  cursor: default;
}

[data-tooltip-content] {
  color: #6e6841 !important;
}
[data-tooltip-content]:hover {
  color: #4daa57 !important;
  cursor: default !important;
}

.tooltip,
.ui-tooltip {
  z-index: 20000;
  display: block;
  opacity: 1;
  width: 420px;
  background-color: #FFFFFF;
  border: 1px solid #f8f7f4;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  color: #919499;
}

.tooltip .tooltiplist,
.ui-tooltip .tooltiplist {
  border-bottom: 1px solid #C3C3C3;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tooltip .tooltiplist:first-of-type,
.ui-tooltip .tooltiplist:first-of-type {
  padding-top: 0;
}
.tooltip .tooltiplist:last-of-type,
.ui-tooltip .tooltiplist:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.tooltip:before,
.ui-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 0;
  width: 0;
  height: 0;
  border: 12px solid #FFFFFF;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

.ui-widget-shadow {
  -webkit-box-shadow: 1px 1px 4px rgba(219, 213, 178, .4);
  box-shadow: 1px 1px 4px rgba(219, 213, 178, .4);
}

/* Select2 workaround for page scroll to top on click bug */
.select2-container, .select2-dropdown, .select2-search, .select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* DateRange Picker */
.ranges li:hover {
  background-color: #59c3c3;
  border: 1px solid #59c3c3;
}
.ranges li.active {
  background-color: #59c3c3;
  border: 1px solid #59c3c3;
}
.ranges li {
  color: #59c3c3;
}

/* Select2 */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: none;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  min-height: 42px;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border: none;
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #59c3c3;
  border-color: #7daf9c;
  padding: 1px 10px 1px 5px;
  color: #fff;
}

.select2-with-btn {
  display: flex;
}

.select2-with-btn .select2 {
  flex-grow: 1;
  flex-shrink: 1;
}

.select2-with-btn .btn {
  flex-shrink: 0;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.notfoundaddnew {
  color: #7daf9c !important;
  cursor: pointer;
}

.notfoundaddnew:hover {
  color: #59c3c3 !important;
}

/* Form Control Feedback */
.has-feedback input.form-control,
.has-feedback select.form-control {
  padding-right: 40px !important;
}

.has-feedback .form-control-feedback {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #5e5e5e;
}
.has-feedback input:hover + .form-control-feedback,
.has-feedback select:hover + .form-control-feedback {
  color: #59c3c3;
}

/* Custom Collapsible */
.collapsible .collapsible-heading .collapsible-title .collapsible-name {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.collapsible .collapsible-heading .collapsible-title .collapsible-name span {
  flex-shrink: 0;
  display: block;
  padding-right: 10px;
  font-size: .8rem;
  font-weight: 400;
  color: #6e6841;
}
.collapsible .collapsible-heading.collapsible-heading-big .collapsible-title .collapsible-name span {
  font-size: 1.4rem;
}
.collapsible .collapsible-heading .collapsible-title .collapsible-name span i {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  line-height: 18px;
  padding-top: 1px;
  margin-left: 2px;
  text-align: center;
  background-color: #7DAF9C;
  color: #FFFFFF;
  transition: all .3s;
}
.collapsible .collapsible-heading.collapsible-heading-big .collapsible-title .collapsible-name span i {
  font-size: .9rem;
  top: -1px;
}
.collapsible .collapsible-heading .collapsible-title .collapsible-name:hover span {
  color: #59c3c3;
}
.collapsible .collapsible-heading .collapsible-title .collapsible-name:hover span i {
  background-color: #59c3c3;
}
.collapsible .collapsible-heading .collapsible-title hr {
  display: block;
  height: 2px;
  background-color: #C3C3C3;
  flex-grow: 1;
  border: none;
  margin: 9px 0 0 auto;
  width: 100%;
  transition: all .3s;
  right: 0;
}
.collapsible .collapsible-heading .collapsible-title .collapsible-name hr {
  margin: 9px auto 0 0;
  right: auto;
  left: 0;
}
.collapsible .collapsible-heading.collapsible-heading-big .collapsible-title .collapsible-name hr {
  margin: 13px 0 0 auto;
}

.collapsible .collapsible-heading .collapsible-title.collapsed .collapsible-name span i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapsible .collapsible-heading.collapsible-heading-small .collapsible-title.collapsed .collapsible-name span i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.collapsible .collapsible-heading.collapsible-heading-small .collapsible-title.collapsed hr {
  width: 0%;
  flex-grow: 0;
}

/* Form Element / Control Overrides */
.form-element .form-control {
  min-height: 42px;
}

.form-element label + input::placeholder,
.form-element label + textarea::placeholder,
input.no-label::placeholder,
textarea.no-label::placeholder,
.color-placeholder {
  color: #DADADA;
}

.form-element .form-control, .form-element .form-control:focus,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#59c3c3), to(#59c3c3)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: -webkit-linear-gradient(#59c3c3 , #59c3c3), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(#59c3c3 , #59c3c3), -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#59c3c3 , #59c3c3), linear-gradient(#d9d9d9, #d9d9d9);
}

.form-element .form-control:disabled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: -webkit-linear-gradient(#d9d9d9 , #d9d9d9), -webkit-linear-gradient(#efefef, #efefef);
  background-image: -o-linear-gradient(#d9d9d9 , #d9d9d9), -o-linear-gradient(#efefef, #efefef);
  background-image: linear-gradient(#d9d9d9 , #d9d9d9), linear-gradient(#efefef, #efefef);
}

.form-element .form-control.viewonly {
  color: #000000;
  height: auto;
  line-height: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe)), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe));
  background-image: -webkit-linear-gradient(#fefefe , #fefefe), -webkit-linear-gradient(#fefefe, #fefefe);
  background-image: -o-linear-gradient(#fefefe , #fefefe), -o-linear-gradient(#fefefe, #fefefe);
  background-image: linear-gradient(#fefefe , #fefefe), linear-gradient(#fefefe, #fefefe);
}

.form-viewonly {
  margin-bottom: 2.4rem;
  margin-top: -.7rem;
}

.myadmin-dd-empty .dd-list button {
  width: auto;
  height: auto;
  font-weight: inherit;
}

/* Modals */
.btn-close,
.btn-close:focus {
  outline: none;
  border: none;
  color: #BDBFC1;
}

.btn-close:hover {
  color: #e3170a;
}

.modal-header {
  padding-top: 1.4rem;
}

.modal-header .modal-title {
  font-size: 1.4rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-footer {
  padding: 1rem 1rem 0 1rem;
}
.modal-footer > * {
  margin-bottom: 1rem;
}

/* Login Page Stuff */

.login-page {
  background: url(images/backgrounds/1.jpg) center center no-repeat #d2d6de;
}

.register-page {
  background: url(images/backgrounds/6.jpg) center center no-repeat #d2d6de;
  /* min-width:960px; */
}

.login-box-header {
  border-radius: 4px 4px 0 0;
  background: rgba(255, 255, 255, 1);
  border-bottom: solid 1px #DADADA;
  color: #333333;
  position: relative;
}

.register-box-header {
  border-radius: 4px 4px 0 0;
  background: rgba(255, 255, 255, 1);
  border-bottom: solid 1px #DADADA;
  color: #333333;
  height:10%;
  position: relative;
}

.login-box-body{
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.95);
  color: #333333;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;

}

.register-box-body {
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.95);
  color: #333333;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: inline-block;
}

.login-box .fog-pwd {
  padding-top: 2px;
}

/* Login Page Message */
.loginannounce {
  position: relative;
  background-color: #00000099;
  width: 80%;
  min-height: 57%;
  min-width: 400px;
  /* margin-top: 15%; */
}
.regisannounce {
  position: relative;
  background-color: #00000099;
  width: 80%;
  height: 68.5%;
  min-width: 400px;
}
.loginannounce .loginannounce-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  z-index: 1;
  opacity: .4;
}
.loginannounce .loginannounce-content {
  position: relative;
  z-index: 2;
}

/* Google's Sign In Button */
.abcRioButton {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.abcRioButton:hover,
.abcRioButton:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.abcRioButtonBlue:hover,
.abcRioButtonBlue:focus {
  background-color: #5295FF !important;
}

/* Header */
.main-header {
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}
.skin-black .main-header .logo:hover {
  background-color: #ffffff;
  opacity: .95;
}
.main-header .navbar,
.main-header .sidebar-toggle {
  height: 60px;
}
.main-header .sidebar-toggle {
  padding: 0 20px;
  line-height: 60px;
}
.main-header .sidebar-toggle:hover,
.skin-black .main-header .navbar .sidebar-toggle:hover {
  color: #2a4978;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
  border-bottom: none;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
  color: #2a4978;
  font-size: .8rem;
  line-height: 1.4rem;
  vertical-align: middle;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-body a i {
  color: #2a4978;
  font-size: 1.5rem;
  line-height: 1.4rem;
  vertical-align: middle;
  width: 26px;
  text-align: center;
  display: inline-block;
}

.content-header {
  display: flex;
}
.content-header h1 {
  padding-right: 15px;
  flex-shrink: 0;
}
.backbtn {
  vertical-align: middle;
  padding-right: 5px;
  color: #2a4978;
}
.backbtn:hover {
  color: #59c3c3;
}
.content-header .content-header-buttons {
  padding-top: 5px;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}
.content-header>.breadcrumb,
.content-header>.container>.breadcrumb {
  float: none;
  position: relative;
  top: auto;
  right: auto;
  background-color: #f8f8f8;
  flex-shrink: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .content-header {
    flex-direction: column;
  }
  .content-header>.breadcrumb,
  .content-header>.container>.breadcrumb {
    background-color: #f8f8f8;
    padding: 0 12px;
  }
}
.content-header>.breadcrumb .breadcrumb-item,
.content-header>.container>.breadcrumb .breadcrumb-item {
}

/* Nav Sidebar */
.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
  background-color: #252932;
}
.skin-black .sidebar a {
  color: #DADADA;
}
.skin-black .sidebar-menu>li.active>a,
.skin-black .sidebar-menu>li.menu-open>a,
.skin-black.sidebar-collapse .sidebar-menu>li:hover>a {
  background-color: #181B20;
}
.skin-black .sidebar-menu > li > .treeview-menu {
  background-color: #101013;
  padding-bottom: 10px;
}
.skin-black .sidebar-menu .treeview-menu > li > a {
  padding: 8px 34px;
  color: #DADADA;
}
.skin-black .sidebar-menu .treeview-menu > li > a.treeview-lg {
  padding: 10px 34px;
}
.main-sidebar {
  z-index: 1011;
}
.sidebar-collapse.skin-black .sidebar-menu .treeview-menu > li > a {
  padding: 8px 20px;
}
.sidebar-collapse.skin-black .sidebar-menu .treeview-menu > li > a.treeview-lg {
  padding: 10px 20px;
}
.skin-black .sidebar-menu .treeview-menu > li > a.active,
.skin-black .sidebar-menu .treeview-menu > li > a:hover {
  background-color: #2A4978;
  color: #FFFFFF;
}
.skin-black .sidebar-menu .treeview-menu > li > a > i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.sidebar-collapse.skin-black .sidebar-menu .treeview-menu > li > a > i {
  margin-right: 25px;
}
.sidebar-menu > li {
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 18px 23px;
  line-height: 18px;
  height: 54px;
  vertical-align: middle;
}
.sidebar-collapse .sidebar-menu > li > a {
  padding: 13px;
}
.sidebar-menu > li > a > i,
.sidebar-menu > li > a > span {
  line-height: 18px;
  vertical-align: middle;
}
.sidebar-menu > li > a > i {
  margin-right: 5px !important;
}
.sidebar-menu > li > a > span {
  font-size: 12px;
}
.sidebar-menu li>a>.pull-right-container {
  right: 13px;
  margin-top: -6px;
}
.sidebar-collapse .sidebar-menu li>a>.pull-right-container {
  margin-top: 0;
}
.sidebar-collapse .sidebar-menu li>a>.pull-right-container>.fa-angle-right {
  -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
  top: 48px;
}
.navbar-footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 230px;
}
.sidebar-collapse .navbar-footer {
  width: 60px;
}
.navbar-footer .navbar-footer-logo {
  width: 100%;
  display: block;
  padding: 1rem;
}
.navbar-footer .navbar-footer-logo:hover {
  background-color: #1e2129;
}
.navbar-footer .navbar-footer-logo .img-logogram {
  width: 20px;
}
.navbar-footer .navbar-footer-logo .img-logotext {
  width: 100px;
  margin-left: 5px;
}
.sidebar-collapse .navbar-footer .navbar-footer-logo .img-logotext {
  display: none;
}

/* Dashboard */
.grid-stack-nomargin {
  margin: 0 -10px;
}

.statwidget {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1.8rem;
  -webkit-transition: .5s;
  transition: .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dce3e6;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.statwidget:hover {
  opacity: .8;
}
.statwidget > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: .5rem;
}
.statwidget > div > span {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 200;
  flex-grow: 1;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.statwidget > div > i {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 900;
}
.statwidget > p {
  font-size: .9rem;
  text-align: right;
  margin: 0;
}
.statwidget > p > i {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  left: 0;
}
.statwidget:hover > p > i {
  left: 10px;
}

.statwidget-sm {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dce3e6;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.statwidget-sm > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: start;
  text-align: left;
  height: 100%;
}
.statwidget-sm > div > span,
.statwidget-sm > div > b,
.statwidget-sm > div > i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  padding: .8rem 0;
  margin-right: .8rem;
}
.statwidget-sm > div > i {
  height: 100%;
  padding: .8rem;
  border-right: solid 1px #f2efea;
}
.statwidget-sm:hover {
  opacity: .8;
}

.statwidget-xs {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.statwidget-xs > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: start;
  text-align: left;
  height: 100%;
}
.statwidget-xs > div > span,
.statwidget-xs > div > b,
.statwidget-xs > div > i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  padding: 0;
  margin-right: .8rem;
}
.statwidget-xs > div > i {
  height: 100%;
  padding: 0 .8rem;
  border-right: solid 1px #dbd5b2;
}
.statwidget-xs:hover {
  opacity: .8;
}

.grid-stack-item .list-inline {
  margin-bottom: 0;
}
.grid-stack-item .list-inline .fa {
  font-size: 13px;
  display: inline-block;
  margin: auto;
}

.crmitem {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #dce3e6;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 4px rgba(219, 213, 178, .4);
  box-shadow: 1px 1px 4px rgba(219, 213, 178, .4);
}
.crmitem:hover {
  -webkit-box-shadow: 4px 4px 8px rgba(219, 213, 178, .4);
  box-shadow: 4px 4px 8px rgba(219, 213, 178, .4);
}

.crmitem.dd-handle {
  height: auto;
  margin: 0;
  padding: 1rem;
  color: inherit !important;
  background: #fff;
  border: 1px solid #dce3e6;
}

.crmitem.crmitem-nobox {
  background-color: #f8f7f4;
  border: solid 1px #f2efea;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.crmitem .crmitem-left {
  flex-shrink: 0;
  width: 4rem;
  border-right: solid 1px rgba(110, 104, 65, .2);
  padding-right: 1rem;
  margin-right: 1rem;
}
.crmitem .crmitem-left.dd-handle {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 1rem 0 0;
  padding: 0 1rem 0 0;
  color: #979898;
  background: transparent;
  border: 0;
  border-right: solid 1px rgba(110, 104, 65, .2);
}
.dd-handle {
  -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.crmitem-handle {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.crmitem .crmitem-left.dd-handle:hover .crmitem-handle {
  color: #59c3c3;
}
.crmitem .crmitem-left .crmitem-image {
  width: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.crmitem .crmitem-left.dd-handle .crmitem-image {
  flex-shrink: 0;
}
.crmitem .crmitem-left .crmitem-icon {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 2rem;
}
.crmitem .crmitem-right {
  flex-grow: 1;
  text-align: left;
  overflow: hidden;
}
.crmitem .crmitem-right > h4 {
  display: block;
  max-width: 100%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.crmitem .crmitem-right > p {
  display: block;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crmitem .crmitem-right > span {
  display: block;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crmitem .crmitem-right span i {
}
.crmitem .crmitem-label {
  font-size: 1rem;
  padding-left: 1rem;
  white-space: nowrap;
}

.crmitemform {
  position: relative;
  padding: 1rem;
  border-radius: 4px;
  background-color: #f8f7f4;
  border: solid 1px #f2efea;
  margin-bottom: 1rem;
}

.crmitemform-add {
  display: block;
  width: 100%;
  padding: 0 1rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.2rem;
  border: dashed 1px #7daf9caa;
  color: #7daf9c !important;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
}
.crmitemform-add:hover {
  background-color: #7daf9c11;
  border: dashed 1px #59c3c3aa;
  color: #59c3c3 !important;
}
.crmlist-add {
  display: inline-block;
  padding: 0 1rem;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  border: none;
  color: #7daf9c;
  background-color: #7daf9c11;
  border-radius: 4px;
}
.crmlist-add.crmlist-add-warned {
  color: #FFFFFF;
  background-color: #e3170a;
  border-radius: 4px;
}
.crmlist-add:hover,
.crmlist-add.crmlist-add-warned:hover {
  color: #FFFFFF;
  background-color: #7daf9c;
}
.crmlist-add-warning {
  line-height: 40px;
}
.crmitemformdelete {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  color: #dbd5b2 !important;
  z-index: 2;
}
.crmitemformdelete:hover {
  color: #c44536 !important;
}
.crmitemform-header + .crmitemform-content {
  padding-right: 2rem;
}

.crmitemdelete {
  font-size: 1.2rem !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  color: #f2efea !important;
  z-index: 2;
}
.crmitemdelete:hover {
  color: #c44536 !important;
}

.crmitem-checkbox [type=checkbox]+label:before,
.crmitem-checkbox [type=checkbox]:not(.filled-in)+label:after {
  width: 24px;
  height: 24px;
}

.crmitem-checkbox [type=checkbox]:checked+label:before {
  top: -6px;
  left: -8px;
  width: 20px;
  height: 30px;
}

.grid-stack-item-content .fa {
  font-size: 1rem;
  display: inline-block;
  margin: 0;
}

.grid-stack-item-content > .fa {
  font-size: 64px;
  display: block;
  margin: 20px 0 10px;
}

/* DataTable */
.table-responsive {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table.dataTable thead th {
  vertical-align: top;
  background-color: #f2efea;
  border: solid 1px #e2dfda;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(242, 239, 234, .3);
}
.dataTables_filter input,
.dataTables_length select {
  padding: 4px;
  border-radius:4px;
  border: solid 1px #EAEAEA;
}
.dataTables_filter input {
  margin-left: 5px;
}
.dataTables_length select {
  margin-left: 5px;
  margin-right: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 36px;
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff;
  border: 1px solid #59c3c3;
  background-color: #59c3c3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  border: 1px solid #7daf9c;
  background-color: #7daf9c;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #DADADA;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  position: relative;
  padding-right: 1.8rem;
}
table.dataTable thead th {
  border-bottom: 0 !important;
  padding-bottom: 3px;
}
table.dataTable thead .dt-filters th {
  border-top: 0 !important;
  border-bottom: solid 1px #e2dfda !important;
  padding-top: 3px;
  padding-bottom: 1rem;
}
table.dataTable thead .dt-filters select,
table.dataTable thead .dt-filters input {
  width: 100%;
  padding: 2px 4px;
  border-radius:4px;
  border: solid 1px #EAEAEA;
  display: block;
  margin-top: .5rem;
  line-height: 22px;
  height: 26px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  color: #59c3c3;
}
table.dataTable tbody tr.selected {
  background-color: #bed7cd;
  color: #FFFFFF;
}
table.dataTable.table-bordered>tbody>tr.selected>td {
  border: solid 1px #bbd4ca;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  margin-top: 0px;
  margin-left: -9px;
  border: solid 1px #DADADA;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
table.dataTable tbody td.select-checkbox:hover:before,
table.dataTable tbody th.select-checkbox:hover:before {
  border: solid 1px #7daf9c;
}
table.dataTable tr.selected td.select-checkbox:before,
table.dataTable tr.selected th.select-checkbox:before {
  border: solid 1px #FFFFFF;
  background: #FFFFFF;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  font-size: 1.1rem;
  margin-top: -5px;
  margin-left: -6px;
  text-shadow: none;
  font-weight: 900;
  color: #59c3c3;
}
.table-checkbox {
  text-align: center;
}
.table-checkbox label {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
}
.table-checkbox [type=checkbox]+label:before,
.table-checkbox [type=checkbox]:not(.filled-in)+label:after {
  background-color: #ffffff;
  border: 2px solid #DADADA;
  border-radius: 4px;
}
.table-checkbox [type=checkbox]:checked+label:before {
  background-color: transparent;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #59c3c3;
  border-bottom: 2px solid #59c3c3;
  border-radius: 1px;
}
.table-pinned-header,
.table-pinned {
  font-size: 0;
  color: #ffffff00;
  padding-right: 5px;
}
.table-pinned-header:before,
.table-pinned:before {
  font-size: 1.2rem;
  color: #e3170a;
}
.table-pinned,
.table-pinned:focus {
  border: none;
  background: none;
  outline: none;
  padding: 0;
}
.table-pinned:before {
  color: #eaeaea;
}
.table-pinned:hover:before,
.table-pinned.active:before {
  color: #e3170a;
}
.selected .table-pinned:before {
  color: #abc4ba;
}
.selected .table-pinned.active:before {
  color: #e3170a;
}

.datatable-multibuttons {
  padding: 0;
  max-height: 0px;
  transition: all .3s;
  overflow: hidden;
}

.datatable-multibuttons.active {
  max-height: 100px;
}

.datatable-col-actions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

.datatable-col-actions > * {
  margin-right: 5px;
  margin-bottom: 5px;
}


/* Quickview Sidebar */
.quickview-sidebar {
  width: 460px;
  right: -460px;
  min-height: 100%;
  background-color: #FFFFFF;
  border: none;
  border-left: solid 1px #e2dfda;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
  .quickview-sidebar {
    background-color: #00000066;
  }
  .control-sidebar>.tab-content {
    background-color: #FFFFFF;
  }
}
@media (max-width: 460px) {
  .quickview-sidebar {
    width: 100%;
    right: -100%;
  }
}

.quickview-header {
  background-color: #f8f7f4;
}

.quickview-header .quickview-sidebar-close,
.quickview-header .quickview-sidebar-save,
.quickview-header .quickview-sidebar-viewfull,
.quickview-header .quickview-sidebar-edit,
.quickview-header .quickview-sidebar-favorite {
  display: inline-block;
  border: none;
  background: none;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  line-height: 4rem;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
}
.quickview-header .quickview-sidebar-close:hover,
.quickview-header .quickview-sidebar-save:hover,
.quickview-header .quickview-sidebar-viewfull:hover,
.quickview-header .quickview-sidebar-edit:hover,
.quickview-header .quickview-sidebar-favorite:hover {
  opacity: .8;
}
.quickview-header .quickview-sidebar-close:focus,
.quickview-header .quickview-sidebar-save:focus,
.quickview-header .quickview-sidebar-viewfull:focus,
.quickview-header .quickview-sidebar-edit:focus,
.quickview-header .quickview-sidebar-favorite:focus {
  border: none;
}

.quickview-header .quickview-sidebar-close {
  font-size: 2rem;
  font-weight: 200;
  color: #59c3c3;
}
.quickview-header .quickview-sidebar-save {
  font-size: 2rem;
  font-weight: 200;
  color: #e3170a;
  width: auto;
  padding-right: .8rem;
  padding-left: .8rem;
}
.quickview-header .quickview-sidebar-save > span {
  padding: 0 .6rem 0 0;
  display: inline-block;
  vertical-align: top;
}
.quickview-header .quickview-sidebar-viewfull {
  font-size: 2rem;
  font-weight: 200;
  color: #59c3c3;
}
.quickview-header .quickview-sidebar-edit {
  font-size: 1.6rem;
  font-weight: 200;
  color: #59c3c3;
}
.quickview-header .quickview-sidebar-favorite {
  font-size: 2rem;
  font-weight: 200;
  color: #F2EFEA;
}
.quickview-header .quickview-sidebar-favorite:hover,
.quickview-header .quickview-sidebar-favorite.active {
  font-size: 1.6rem;
  font-weight: 200;
  color: #e3170a;
}

.quickview-maininfo-contain .quickview-thumbpic {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex-shrink: 0;
}
.quickview-maininfo-contain .quickview-maininfo {
  line-height: 1.1em;
}

.quickview-sidebar > .tab-content {
  padding: 20px 15px 15px 15px;
}
.quickview-sidebar-tabs {
  background-color: #f8f7f4;
}
.quickview-sidebar-tabs .nav-item {
  border: none;
  background: none;
  margin: 0;
}
.quickview-sidebar-tabs .nav-item a {
  border: none !important;
  border-top: solid 2px #FAFAF8 !important;
  background: #FAFAF8 !important;
  padding: 1.2rem 1rem !important;
}
.quickview-sidebar-tabs .nav-item a:hover {
  color: #59c3c3 !important;
}
.quickview-sidebar-tabs .nav-item a.active,
.quickview-sidebar-tabs .nav-item a.active:hover {
  border-top: solid 2px #C44536 !important;
  background: #FFFFFF !important;
  color: #455a64 !important;
}

/* Detail View */
.detailview-header {
  background-color: #f8f7f4;
}

.detailview-header .detailview-sidebar-close,
.detailview-header .detailview-sidebar-favorite {
  border: none;
  background: none;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  line-height: 4rem;
  outline: none;
  vertical-align: middle;
}
.detailview-header .detailview-sidebar-close:hover,
.detailview-header .detailview-sidebar-favorite:hover {
  opacity: .8;
}
.detailview-header .detailview-sidebar-close:focus,
.detailview-header .detailview-sidebar-favorite:focus {
  border: none;
}

.detailview-header .detailview-sidebar-close {
  font-size: 2rem;
  font-weight: 200;
  color: #59c3c3;
}
.detailview-header .detailview-sidebar-favorite {
  font-size: 2rem;
  font-weight: 200;
  color: #F2EFEA;
}
.detailview-header .detailview-sidebar-favorite:hover,
.detailview-header .detailview-sidebar-favorite.active {
  font-size: 1.6rem;
  font-weight: 200;
  color: #e3170a;
}

.detailview-maininfo-contain .detailview-thumbpic {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.detailview-maininfo-contain .detailview-maininfo {
  flex-grow: 1;
  line-height: 1.1em;
}
.detailview-maininfo-contain .detailview-right {
  text-align: right;
  flex-shrink: 0;
}

.detailview-tabs {
  background-color: #f8f7f4;
  border-bottom: none;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.detailview-tabs .nav-item {
  border: none;
  background: none;
  margin: 0;
}
.detailview-tabs .nav-item a {
  display: block;
  border: none !important;
  border-top: solid 2px #FAFAF8 !important;
  border-bottom: solid 2px #FAFAF8 !important;
  background: #FAFAF8 !important;
  padding: 1.2rem 1.4rem !important;
  min-width:125px !important;
  text-align: center !important;
}
.detailview-tabs .nav-item a:hover {
  color: #59c3c3 !important;
}
.detailview-tabs .nav-item a.active,
.detailview-tabs .nav-item a.active:hover {
  border-top: solid 2px #C44536 !important;
  border-bottom: solid 2px #FFFFFF !important;
  background: #FFFFFF !important;
  color: #455a64 !important;
}
.detailview-tabs .nav-item a.active:hover {
  border-top: solid 2px #C44536 !important;
  background: #FFFFFF !important;
  color: #455a64 !important;
}
.detailview-tabs-content {
  background: #FFFFFF;
  padding: 20px 15px 15px 15px;
}

.detailview-tabs-content .dd {
  max-width: none;
}

.pill-tabs {
  border: solid 1px #59C3C3;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
}

.pill-tabs .nav-item {
  margin: 0 !important;
}

.pill-tabs .nav-item a {
  display: block;
  border-right: solid 1px #59C3C3;
  color: #59C3C3;
  background-color: transparent;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.pill-tabs .nav-item:last-of-type a {
  border-right: none;
}

.pill-tabs .nav-item a:hover {
  color: #59C3C3;
  background-color: #59C3C311;
}

.pill-tabs .nav-item a.active {
  color: #FFFFFF;
  background-color: #59C3C3;
}

.date-paging-tabs {
  display: flex;
}

.date-paging-tabs .nav-item {
  display: flex;
  flex-direction: column;
  border: none !important;
  border-top: solid 2px #f8f7f400 !important;
  padding: .8rem .4rem 1rem .4rem !important;
  flex-grow: 1;
}

.date-paging-tabs .nav-item:hover {
  border-top: solid 2px #f2efea !important;
  background-color: #f2efea !important;
}

.date-paging-tabs .nav-item:hover b,
.date-paging-tabs .nav-item:hover div {
  color: #59c3c3 !important;
}

.date-paging-tabs .nav-item.active {
  border-top: solid 2px #C44536 !important;
  border-bottom: solid 2px #FFFFFF !important;
  background: #FFFFFF !important;
  color: #455a64 !important;
}

.date-paging-tabs .nav-item.active b,
.date-paging-tabs .nav-item.active div,
.date-paging-tabs .nav-item.active:hover b,
.date-paging-tabs .nav-item.active:hover div {
  color: #455a64 !important;
}

/* Custom Form Inputs */
.roundy-image-uploader {
  position: relative;
  width: 100%;
  max-width: 160px;
  margin: 0 auto 3rem auto;
  border-radius: 50%;
  overflow: hidden;
}
.roundy-image-uploader .roundy-image-prev {
  width: 100%;
}
.roundy-image-uploader .roundy-image-prev img {
  width: 100%;
}
.roundy-image-uploader .roundy-image-label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.roundy-image-uploader .roundy-image-label label {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #00000088;
  color: #FFFFFF;
  opacity: 0;
}
.roundy-image-uploader .roundy-image-label label:hover {
  opacity: 1;
}
.roundy-image-uploader .roundy-image-label label i {
  position: relative;
  top: -2px;
}
.roundy-image-uploader .roundy-image-label input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* ETC */
.navbaritemfirst{
	right:20px;
	margin-left:20px;
	color:white;
}

.navbaritem{
	top:15px;
	right:20px;
	margin-left:20px;
	color:white;
}

#anavbar{
	font-size:20px;
}

.crmbar{
	background-color:#2a4978 !important;
}

.plusicon{
    width:40px;
    height:40px;
    background-color:#3b9ff3;
    border:none;
    border-radius:10%;
    color:white;
    cursor:pointer
}

.delicon{
    width:30px;
    height:30px;
    background-color:#fc4b6c;
    border:none;
    border-radius: 10%;
    color:white;
    cursor:pointer
}

.editicon{
    width:30px;
    height:30px;
    background-color:#e2b14a;
    border:none;
    border-radius: 10%;
    color:white;
    cursor:pointer;
}

.plusaction{
    width:30px;
    height:30px;
	margin-top:3px;
	margin-bottom:10px;
    background-color:#3b9ff3;
    border:none;
    border-radius:10%;
    color:white;
    cursor:pointer
}

.disicon{
  width:30px;
  height:30px;
  margin-top:3px;
  background-color: #c50025;
  border:none;
  border-radius:10%;
  color:white;
  cursor:pointer;
}

.checkicon{
  width:30px;
  height:30px;
  margin-top:3px;
  background-color: #58f33a;
  border:none;
  border-radius:10%;
  color:white;
  cursor:pointer;
}

.viewicon{
  width:30px;
  height:30px;
  margin-top:3px;
  background-color: #4559ef;
  border:none;
  border-radius:10%;
  color:white;
  cursor:pointer;
}

.backicon{
  width:40px;
  height:40px;
  margin-top:3px;
  background-color: #f2c33c;
  border:none;
  border-radius:10%;
  color:white;
  cursor:pointer;
}

.reseticon{
  width:30px;
  height:30px;
  margin-top:3px;
  background-color: #06b301;
  border:none;
  border-radius:10%;
  color:white;
  cursor:pointer;
}

.centered{
  margin-left:8px;
  margin-top:7px
}

.emptylist{
  margin-left:15px;
  text-align: center;
}

div.form-group strong, h6{
  color:red;
}

.form-list-inputs {
  margin-bottom: 1.429rem;
}


/* Calendar */
.tagbullets {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 4px;
  width: 100%;
  max-width: 56px;
  box-sizing: border-box;
  margin: 0 auto;
}
.tagbullet {
  display: block;
  flex-grow: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 2px;
  background-color: #DBD5B2;
}
.tags .tag {
  display: inline-block;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  background-color: #DBD5B2;
}
.tags .tag:hover {
  opacity: .8;
  cursor: pointer;
}
.tags .tag.tag-add {
  color: #6e6841 !important;
}

.tags.tags-with-btns .tag {
  padding: 0 16px 0 16px;
  background-color: #b9b287;
  margin-right: 3px;
  margin-bottom: 6px;
}

.tags.tags-with-btns .tag .tagbtns {
  background-color: #DBD5B2;
  display: inline-block;
  margin-left: 12px;
  margin-right: -16px;
  border-radius: 0 15px 15px 0;
}

.tags.tags-with-btns .tag .tagbtns a {
  color: #FFFFFF !important;
  background-color: #DBD5B2;
  border-left: solid 1px #b9b287;
  display: inline-block;
  padding: 0 8px;
  line-height: 30px;
}

.tags.tags-with-btns .tag .tagbtns a:last-of-type {
  padding-right: 12px;
  border-radius: 0 15px 15px 0;
}

.tags.tags-with-btns .tag .tagbtns a.tagbtn-edit:hover {
  color: #FFFFFF !important;
  background-color: #643a71;
}

.tags.tags-with-btns .tag .tagbtns a.tagbtn-delete:hover {
  color: #FFFFFF !important;
  background-color: #c44536;
}

.tags.tags-with-btns .tag input {
  line-height: 20px;
  padding: 0 4px;
  border: solid 1px #c9c297;
  background-color: #f2efea;
  width: 110px;
  margin-right: 4px;
  border-radius: 4px;
}

.tags.tags-with-btns .tag input:last-of-type {
  margin-right: 0;
}

.tags.tags-with-btns-coloured .tag {
  padding: 0 16px 0 16px;
  margin-right: 3px;
  margin-bottom: 6px;
}

.tags.tags-with-btns-coloured .tag .tagbtns {
  display: inline-block;
  margin-left: 12px;
  margin-right: -16px;
  border-radius: 0 15px 15px 0;
}

.tags.tags-with-btns-coloured .tag .tagbtns a {
  color: #FFFFFF !important;
  background-color: #00000022;
  display: inline-block;
  padding: 0 8px;
  line-height: 30px;
  opacity: .5;
}

.tags.tags-with-btns-coloured .tag .tagbtns a:last-of-type {
  padding-right: 12px;
  border-radius: 0 15px 15px 0;
}

.tags.tags-with-btns-coloured .tag .tagbtns a:hover {
  opacity: 1;
}

/* Date Paginator */
.paginator-contain {
}
.pagination {
  justify-content: center;
}
.pagination li {
  flex-grow: 1;
}
.pagination li a {
  min-width: 100%;
  border-radius: 0;
  color: #455a64 !important;
  background-color: #FAFAF8 !important;
  border-top: 1px solid #FAFAF8;
  border-bottom: 1px solid #FAFAF8;
  border-left: none !important;
  border-right: none !important;
}
.pagination li a.dp-off {
  background-color: #F0F0F0 !important;
  border-top: 1px solid #F0F0F0 !important;
  border-bottom: 1px solid #F0F0F0 !important;
}
.pagination li a.dp-today {
  color: #fff !important;
  background-color: #7daf9c !important;
  border-top: 1px solid #7daf9c !important;
  border-bottom: 1px solid #7daf9c !important;
}
.pagination li a:hover {
  color: #fff !important;
  background-color: #59c3c3 !important;
  border-top: 1px solid #59c3c3 !important;
  border-bottom: 1px solid #59c3c3 !important;
}
.pagination li a.dp-selected,
.pagination li a.dp-selected[style] {
  color: #455a64 !important;
  background-color: #FFFFFF !important;
  border-top: solid 2px #C44536 !important;
  border-bottom: 1px solid #FFFFFF !important;
}

/* Perfect Scroll */
.perfectscroll {
  position: relative;
  width: 100%;
}
.perfectscroll-y {
}
.perfectscroll-x {
  padding-top: 25px;
}
.perfectscroll .ps__rail-y {
  width: 10px;
  background: #f2efea !important;
  opacity: .8 !important;
  border-radius: 6px;
}
.perfectscroll .ps__rail-x {
  top: 0;
  bottom: auto !important;
  height: 20px;
  background: #f2efea !important;
  opacity: .8 !important;
  border-radius: 6px;
}
.perfectscroll .ps__rail-y .ps__thumb-y {
  width: 10px;
  background: #bfba9c !important;
  opacity: .15 !important;
}
.perfectscroll .ps__rail-x .ps__thumb-x {
  bottom: 0 !important;
  height: 20px;
  background: #bfba9c !important;
  opacity: .15 !important;
}
.perfectscroll .ps__rail-y:hover,
.perfectscroll .ps__rail-x:hover {
  background: #f2efea !important;
  opacity: 1 !important;
}
.perfectscroll .ps__rail-y:hover .ps__thumb-y,
.perfectscroll .ps__rail-x:hover .ps__thumb-x {
  background: #bfba9c !important;
  opacity: .3 !important;
}

/* Opportunity Kanban List */
.kanban-list {
  display: flex;
  height: auto;
  margin: 0 -5px;
}

.kanban-list .kanban-column {
  width: 400px;
  margin: 0 5px;
  flex-shrink: 0;
}

.kanban-list .kanban-column.kanban-column-wide {
  min-width: 320px;
  width: 100%;
  max-width: 600px;
}

/* Discussions */
.searchform {
  display: flex;
}
.searchform input {
  padding: 4px;
  border-radius: 4px 0 0 4px;
  border: solid 1px #EAEAEA;
}

.messages-contain {
  padding: 0 15px 0 15px;
  background-color: #ffffff;
}
.messages {
  min-height: 100px;
  padding: 15px;
  background-color: #f2efea;
  -webkit-box-shadow: inset 0px 7px 4px 3px rgba(219, 213, 178, 0.2);
  box-shadow: inset 0px 7px 4px 3px rgba(219, 213, 178, 0.2);
}
.messages .message {
  background-color: #ffffff;
  border: solid 1px #dad7c9;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 4px rgba(219, 213, 178, .4);
  box-shadow: 1px 1px 4px rgba(219, 213, 178, .4);
}
.messages .message.message-own {
  border: solid 1px #7daf9c;
}
.messages .message .message-head {
  border-bottom: solid 1px #bfba9c;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.messages .message.message-own .message-head {
  border-bottom: solid 1px #c5d6d0;
}
.messages .message .message-head .message-pic {
  width: 60px;
  flex-grow: 0;
  flex-shrink: 0;
}
.messages .message .message-head .message-info {
  flex-grow: 1;
  padding: 8px;
}
.messages .message .message-head .message-info .message-name {
  color: #242A33;
  display: block;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.messages .message .message-head .message-info .message-timestamp {
  color: #383c42;
  display: block;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messages .message .message-head .message-pic img {
  width: 100%;
}
.messages .message .message-body {
  border-bottom: solid 1px #f2efea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.messages .message .message-body p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.messages .message .message-body:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.messages .message .message-body p:last-of-type {
  margin-bottom: 0;
}
.message-file {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  background-color: #928e71;
  color: #ffffff;
  border-radius: 4px;
}
.message-file .filetype {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
}
.message-file span {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  vertical-align: middle;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-file .downloadico {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  border: none;
  border-left: solid 1px #ffffff;
  background-color: transparent;
  padding-left: 15px;
  margin-left: 15px;
  vertical-align: middle;
}
.message-file .downloadico:before {
  position: relative;
  top: -1px;
  transition: all .3s;
}
.message-file:hover {
  cursor: pointer;
  background-color: #9e9a85;
}
.message-file:hover .downloadico:before {
  top: 2px;
}

.sendmessage {
  border-top: solid 1px #f2efea;
}
.sendmessage .sendmessageform {
  padding: 15px;
}
.sendmessage .sendmessageform textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px 0 0 4px;
  border: solid 1px #EAEAEA;
}
.sendmessage .sendmessageform .sendmessage-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.messages .message-notification {
  background-color: #f7f5f1;
  border: solid 1px #fcfaf6;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 8px;
}
.messages .message-notification .message-notif-pic {
  width: 70px;
  margin: 0 auto 15px auto;
}
.messages .message-notification .message-notif-pic img {
  width: 100%;
}
.messages .message-notification .message-notif-info {
  padding: 8px;
}
.messages .message-notification .message-notif-info .message-notif-name {
  display: block;
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messages .message-notification .message-notif-info .message-notif-timestamp {
  color: #383c42;
  display: block;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* checkbox-accordion */

.checkbox-accordion {
  position: relative;
}

.checkbox-accordion .collapsible-heading {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 0 0 1rem;
  border-radius: 4px;
  background-color: #f8f7f4;
  border: solid 1px #f2efea;
  z-index: 10;
}

.checkbox-accordion .collapsible-heading .collapsible-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5rem 1rem;
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  border-left: solid 1px #f2efea;
}
.checkbox-accordion .collapsible-heading .collapsible-title.collapsed {
  background-color: #f8f7f4;
}
.checkbox-accordion .collapsible-heading .collapsible-title.collapsed:hover {
  background-color: #ffffff;
}
.checkbox-accordion .collapsible-heading .collapsible-title > i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .3s;
}
.checkbox-accordion .collapsible-heading .collapsible-title.collapsed > i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.checkbox-accordion .collapsible-collapse {
  position: relative;
  z-index: 9;
  padding: 1rem;
  margin-top: -5px;
  padding-top: 10px;
  padding-left: 30px;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  border: solid 1px #f2efea;
}

/* Hierarchy */

.hierarchy-container {

}

.orgchart .delete-menu-icon {
  transition: opacity .5s;
  opacity: 0;
  right: -1px;
  top: -1px;
  width: 30px;
  height: 70px;
  text-align: center;
  line-height: 66px;
  z-index: 2;
  color: #ffffff;
  background-color: #DBD5B2AA;
  font-size: 14px;
  position: absolute;
  border-radius: 0 4px 4px 0;
}

.orgchart .delete-menu-icon:hover {
  color: #ffffff;
  background-color: #c44536;
}

.orgchart .node:hover .delete-menu-icon {
  opacity: 1;
}

.orgchart .edit-menu-icon {
  transition: opacity .5s;
  opacity: 0;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 70px;
  text-align: center;
  line-height: 66px;
  z-index: 2;
  color: #ffffff;
  background-color: #DBD5B2AA;
  font-size: 14px;
  position: absolute;
  border-radius: 4px 0 0 4px;
}

.orgchart .edit-menu-icon:hover {
  color: #ffffff;
  background-color: #59c3c3;
}

.orgchart .node:hover .edit-menu-icon {
  opacity: 1;
}

#chart-container {
  position: relative;
  display: inline-block;
  top: 10px;
  left: 10px;
  height: 420px;
  /*width: calc(100% - 24px);*/
  width: calc(100% - 5px);
  /*border: 2px dashed #aaa;*/
  border-radius: 5px;
  overflow: auto;
  text-align: center;
}

#chart-container-empty {
  position: relative;
  display: inline-block;
  top: 10px;
  left: 10px;
  height: 420px;
  /*width: calc(100% - 24px);*/
  width: calc(100% - 5px);
  /*border: 2px dashed #aaa;*/
  border-radius: 5px;
  overflow: auto;
  text-align: center;
}

#chart-container {
  height: auto;
  max-height: 500px;
}

.orgchart {
  background: transparent;
}

.orgchart.edit-state .edge {
  display: none;
}

.orgchart .node .title {
  height: 60px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.orgchart .node .title:hover {
  cursor: pointer;
}

.orgchart .node .title .symbol {
  margin-top: 1px;
}

#edit-panel {
}

#edit-panel .btn-inputs {
  font-size: 24px;
}

#edit-panel.edit-state>:not(#chart-state-panel) {
  display: none;
}

/*#edit-panel label { font-weight: bold; }*/
#edit-panel.edit-parent-node .selected-node-group {
  display: none;
}

#chart-state-panel,
#selected-node,
#btn-remove-input {
  margin-right: 20px;
}

/*#edit-panel button {
      color: #333;
      background-color: #fff;
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
    }*/
#edit-panel.edit-parent-node button:not(#btn-add-nodes) {
  display: none;
}

#new-nodelist {
  list-style: none;
  margin-top: -2px;
  padding: 0;
  vertical-align: text-top;
}

#new-nodelist>* {
  padding-bottom: 4px;
}

.btn-inputs {
  vertical-align: sub;
}

#edit-panel.edit-parent-node .btn-inputs {
  display: none;
}

.btn-inputs:hover {
  text-shadow: 0 0 4px #fff;
}

.radio-panel input[type='radio'] {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: top;
}

#edit-panel.view-state .radio-panel input[type='radio']+label {
  vertical-align: -webkit-baseline-middle;
}

#btn-add-nodes {
}


.orgchart {
  box-sizing: border-box;
  display: inline-block;
  min-height: 202px;
  min-width: 202px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*background-image: linear-gradient(90deg, rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%), linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);*/
  background-size: 10px 10px;
  border: 1px dashed rgba(0, 0, 0, 0);
  padding: 20px;
}

.orgchart .hidden,
.orgchart~.hidden {
  display: none;
}

.orgchart.b2t {
  transform: rotate(180deg);
}

.orgchart.l2r {
  position: absolute;
  transform: rotate(-90deg) rotateY(180deg);
  transform-origin: left top;
}

.orgchart .verticalNodes ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  text-align: left;
}

.orgchart .verticalNodes ul:first-child {
  margin-top: 2px;
}

.orgchart .verticalNodes>td::before {
  content: '';
  border: 1px solid rgba(217, 83, 79, 0.8);
}

.orgchart .verticalNodes>td>ul>li:first-child::before {
  box-sizing: border-box;
  top: -4px;
  height: 30px;
  width: calc(50% - 2px);
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li {
  position: relative;
}

.orgchart .verticalNodes ul>li::before,
.orgchart .verticalNodes ul>li::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: -6px;
  border-color: rgba(217, 83, 79, 0.8);
  border-style: solid;
  border-width: 0 0 2px 2px;
}

.orgchart .verticalNodes ul>li::before {
  top: -4px;
  height: 30px;
  width: 11px;
}

.orgchart .verticalNodes ul>li::after {
  top: 1px;
  height: 100%;
}

.orgchart .verticalNodes ul>li:first-child::after {
  box-sizing: border-box;
  top: 24px;
  width: 11px;
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li:last-child::after {
  box-sizing: border-box;
  border-width: 2px 0 0;
}

.orgchart.r2l {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
}

.orgchart>.spinner {
  font-size: 100px;
  margin-top: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
  border-spacing: 0;
  border-collapse: separate;
}

.orgchart>table:first-child {
  margin: 20px auto;
}

.orgchart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

.orgchart .lines:nth-child(3) td {
  box-sizing: border-box;
  height: 20px;
}

.orgchart .lines .topLine {
  /*border-top: 2px solid rgba(217, 83, 79, 0.8);*/
  border-top: 2px solid #bfba9c;
}

.orgchart .lines .rightLine {
  /*border-right: 1px solid rgba(217, 83, 79, 0.8);*/
  border-right: 1px solid #bfba9c;
  float: none;
  border-radius: 0;
}

.orgchart .lines .leftLine {
  /*border-left: 1px solid rgba(217, 83, 79, 0.8);*/
  border-left: 1px solid #bfba9c;
  float: none;
  border-radius: 0;
}

.orgchart .lines .downLine {
  /*background-color: rgba(217, 83, 79, 0.8);*/
  background-color: #bfba9c;
  margin: 0 auto;
  height: 20px;
  width: 2px;
  float: none;
}

/* node styling */
.orgchart .node {
  transition: .5s !important;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  width: 120px;
  border-radius: 4px;
}

.orgchart.l2r .node,
.orgchart.r2l .node {
  width: 50px;
  height: 200px;
}

.orgchart .node>.spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  vertical-align: middle;
  font-size: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart .node:hover {
  background-color: #DBD5B2;
  transition: .5s;
  cursor: default;
  z-index: 20;
}

.orgchart .node.focused {
  background-color: #DBD5B2;
}

.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}

.orgchart .ghost-node rect {
  fill: #ffffff;
  stroke: #bf0000;
}

.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  background-color: #7daf9c;
  color: #fff;
  border-radius: 4px;
  padding: 6px;
  white-space: normal;
  overflow: hidden;
}

.orgchart.b2t .node .title {
  transform: rotate(-180deg);
  transform-origin: center bottom;
}

.orgchart.l2r .node .title {
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform-origin: bottom center;
  width: 120px;
}

.orgchart.r2l .node .title {
  transform: rotate(-90deg) translate(-40px, -40px);
  transform-origin: bottom center;
  width: 120px;
}

.orgchart .node .title .symbol {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}

.orgchart .node .content {
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid rgba(217, 83, 79, 0.8);
  border-radius: 0 0 4px 4px;
  text-align: center;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart.b2t .node .content {
  transform: rotate(180deg);
  transform-origin: center top;
}

.orgchart.l2r .node .content {
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform-origin: top center;
  width: 120px;
}

.orgchart.r2l .node .content {
  transform: rotate(-90deg) translate(-40px, -40px);
  transform-origin: top center;
  width: 120px;
}

.orgchart .node .edge {
  font-size: 15px;
  position: absolute;
  color: rgba(68, 157, 68, 0.5);
  cursor: default;
  transition: .2s;
}

.orgchart.noncollapsable .node .edge {
  display: none;
}

.orgchart .edge:hover {
  color: #449d44;
  cursor: pointer;
}

.orgchart .node .verticalEdge {
  width: calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  left: 5px;
}

.orgchart .node .topEdge {
  top: -4px;
}

.orgchart .node .bottomEdge {
  bottom: -4px;
}

.orgchart .node .horizontalEdge {
  width: 15px;
  height: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  top: 5px;
}

.orgchart .node .rightEdge {
  right: -4px;
}

.orgchart .node .leftEdge {
  left: -4px;
}

.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
  right: 3px;
}

.orgchart .node .leftEdge::before {
  left: 3px;
}

.orgchart .node .toggleBtn {
  position: absolute;
  left: 5px;
  bottom: -2px;
  color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
  color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid transparent;
  border-color: #4cae4c;
  border-radius: 4px;
}

.oc-export-btn[disabled] {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.3;
}

.oc-export-btn:hover,
.oc-export-btn:focus,
.oc-export-btn:active {
  background-color: #449d44;
  border-color: #347a34;
}

.orgchart~.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.orgchart~.mask .spinner {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 108px;
}

.orgchart .node {
  transition: transform 0.3s, opacity 0.3s;
}

.orgchart .slide-down {
  opacity: 0;
  transform: translateY(40px);
}

.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
  transform: translateY(200px);
}

.orgchart .slide-up {
  opacity: 0;
  transform: translateY(-40px);
}

.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
  transform: translateY(-200px);
}

.orgchart .slide-right {
  opacity: 0;
  transform: translateX(200px);
}

.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
  transform: translateX(40px);
}

.orgchart .slide-left {
  opacity: 0;
  transform: translateX(-200px);
}

.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
  transform: translateX(-40px);
}

.edge {
  display: none;
}

.hierarchy-select-panel,
.hierarchy-edit-panel {
  display: none;
  position: absolute;
  top: 50px;
  right: 15px;
  background-color: #f8f7f4;
  border: solid 1px #e0ded0;
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  padding: 20px;
  z-index: 999999999999999;
}

.hierarchy-select-panel.active,
.hierarchy-edit-panel.active {
  display: block;
}

.btn-blue-setting {
 background-color: #398bf7;
  border-color: #398bf7;
  color: #fff;
}
.btn-blue-setting:hover {
  background-color: #5097f5;
  border-color: #5097f5;
  color: #fff;
}
.btn-blue-setting:focus, .btn-blue-setting.focus {
  color: #fff;
}
.btn-blue-setting.disabled, .btn-blue-setting:disabled {
  background-color: #5097f5;
  border-color: #5097f5;
  opacity: 0.5;
}
.btn-blue-setting:active, .btn-blue-setting.active,
.show > .btn-blue-setting.dropdown-toggle {
 background-color: #5097f5;
 border-color: #5097f5;
  color: #fff;
}
/* additional for convert quickview project button */
.btn.convert-project{
height: 100%;
width: 110%;
border-radius: 12px;
}

/* for i button in hierarchy */
.iposition{
  padding-left: 1%;
  padding-top: 0.7%;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.ui-tooltip {
    /* tooltip container box */
    white-space: pre-line;
}

.ui-tooltip-content {
    /* tooltip content */
    white-space: pre-line;
}

.node.focused:hover{
  cursor: pointer;
}

.node:hover{
  cursor: pointer;
}

.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.center{
  left: 20%;
  top: 10.5%;
}

.scaled-logo{
  transform: scale(0.6,0.6); /* Equal to scaleX(0.7) scaleY(0.7) */
  transform-origin: left top;
}

.boxpromo{
  width: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.promoimg{
  width: 100%;
  max-width: 200%;
  margin-right: auto;
  margin-top: -5%;
  align-items: center;
  justify-content: center;
}

.scaled {
  transform: scale(0.8 ,0.76); /* Equal to scaleX(0.7) scaleY(0.7) */
  transform-origin: center top;
  padding-left: 5%;

}

.scaled-captcha{
  transform: scale(1,1); /* Equal to scaleX(0.7) scaleY(0.7) */
  transform-origin: left top;
  padding-right: 5%;
}

.padding{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  transform-origin: left top;
  margin:0; padding:0;
}

.logoposition{
  margin-right: 22%;
}

a.loginlink {
  color: white;
  font-weight: bold;
}
/*
.registerpadding{
  margin-top: 25px;
} */
.circular {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.circular img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle-green-button{
  border-radius: 50%;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #4daa57;
}

.circle-yellow-button{
  border-radius: 50%;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 2px;
  cursor: pointer;
  background-color: #ecff4f;
  
}
.custom-table-attendance.dataTable thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #f2efea;
  border: solid 1px #e2dfda;
  min-width: 50px;
}

.activities_text{
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}

.quo-type-1{
  margin-bottom: 60px;padding-left: 50px;
}

.quo-type-2{
  margin-bottom: 60px;padding-left:33px;padding-right:32px;
}

.quo-type-3{
  margin-bottom: 60px;padding-right: 50px;
}

.style-logo{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-span-custom{
  color:#FF0000;
}

.t-r{
  text-align:right;
}

.highlight-row{
  background: gold;
}
