@import url('crop.css');
@import url('fullcalendar.css');
@import url('fullcalendar.print.css') print;
@import url('jquery-ui.css');
body {
    color: #455a64;
    font-weight: 400;
    overflow-y: scroll;
    padding-top: 60px;
}

.page-overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12000;
}

@keyframes changeOpacity {
    from {
        opacity: 1;
    }
    30% {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

.page-overlay:before {
    background: url(../images/small-logo.png) center center no-repeat;
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    z-index: 12001;
    width: 100%;
    animation-duration: 1s;
    animation-name: changeOpacity;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: background-color .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: background-color .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: background-color .28s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .28s cubic-bezier(.4, 0, .2, 1);
}

a:focus {
    outline: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.navbar.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar.introjs-fixParent{
   	z-index: 9999999 !important;
}
.hamburger-cross:hover img {
  display: inline-block;
  height: 23px;
  width: 23px;
  outline: none;
  border:2px solid #009587;
  border-radius:100%;
}
.hamburger-cross .icon-hamburger-cross img {
    display: inline-block;
    height: 23px;
  	width: 23px;
  	outline: none;
}

.page-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index:-1;
}

.profile-photo {
    border: 5px solid rgba(236, 239, 241, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    max-width: 50px !important;
}

.dropdown-profile {
    margin-right: 0;
}

.dropdown-profile-links {
    padding: 5px 15px !important;
}

.dropdown-profile-links .caret {
    margin-left: 8px;
}

.navbar-nav .rounded-icon-button {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.rounded-icon-button > a {
    background-color: rgba(236, 239, 241, 0.1);
    border-radius: 50%;
    line-height: 30px !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 30px;
}
.navbar-nav .tutorial-icon-button {
    margin-top: 13px;
}

.tutorial-icon-button > a {
    border-radius: 50%;
    line-height: 30px !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 30px;
}
.navbar .navbar-nav > li.rounded-icon-button > a:hover,
.navbar .navbar-nav > li.rounded-icon-button > a:focus {
    background-color: rgba(236, 239, 241, 0.1);
}

.navbar-nav > li > .dropdown-menu:before {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 100%;
}

.badge {
    background-color: rgba(236, 239, 241, 0.1);
    font-size: 14px;
    font-weight: 400;
    padding: 4px 7px;
    position: absolute;
    right: 19px;
    top: -11px;
}

.badge.red {
    background-color: #ff9800;
}

.main-container {
    padding-left: 0;
}

.main-container.sidebar-open {
    padding-left: 242px;
}

.content-wrapper {
    padding: 23px 0;
}

.nav::-webkit-scrollbar {
  width: 0;
}

.thin_scroll{
  scrollbar-width: none;
}

.sidebar {
    background-color: #fff;
    height: calc(100% - 45px); 
    left: -240px;
    padding-top: 15px;
    position: fixed;
    width: 240px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar.open {
    left: 0;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-pills > li > a {
    border-bottom: 1px solid transparent;
    color: rgba(69, 90, 100, 0.8);
    padding: 10px 20px 9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav > li > a:focus {
    background-color: transparent;
}

.nav > li > a:hover,
.nav > li > a:active {
    background-color: rgba(236, 239, 241, 0.5);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: rgba(236, 239, 241, 0.5);
    border-color: #e5e5e5;
    color: rgba(69, 90, 100, 0.8);
}

.nav-pills > li.active > a.dashboard {
    color: #1d252c;
}

.nav-pills > li.active > a.clients {
    color: #ff9800;
}

.nav-pills > li.active > a.visits {
    color: #009587;
}

.nav-pills > li.active > a.targets {
    color: #009587;
}

.nav-pills > li.active > a.field-force {
    color: #03a9f4;
}

.nav-pills > li.active > a.agenda {
    color: #ba68c8;
}

.nav-pills > li.active > a.products {
    color: #ff5722;
}

.nav-pills > li.active > a.custom-activities {
    color: #4fc3f7;
}

.nav-pills > li.active > a.social {
    color: #f06292;
}

.nav-pills > li.active > a.kpi {
    color: #607d8b;
}

.nav-pills > li.active > a.tasks {
    color: #455a64;
}

.nav-pills > li.active > a.invoices {
    color: #179617;
}

.nav-pills > li.active > a.documents {
    color: #b84343;
}

.nav-pills > li.active > a.warehouse-transfers {
    color: #4fc3f7;
}

.nav-pills > li.active > a.stock-movements {
    color: #009587;
}

.nav-pills > li.active > a.queue {
    color: #4fc3f7;
}

.nav-pills > li.active > a.distributor {
    color: #a52a2a;
}

.nav-pills > li.active > a.warehouse {
    color: #ff9800;
}


.stack-icon {
    background-color: rgba(158, 158, 158, 0.7);
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    width: 40px;
}

.dashboard .stack-icon {
    background-color: #1d252c;
}

.clients .stack-icon,
.stack-icon.orange {
    background-color: #ff9800;
}

.leaderboard .stack-icon {
    background-color: #ffd700;
}

.visits .stack-icon,
.stack-icon.green {
    background-color: #009587;
}

.targets .stack-icon,
.stack-icon.green {
    background-color: #009587;
}

.field-force .stack-icon,
.stack-icon.blue {
    background-color: #03a9f4;
}

.agenda .stack-icon {
    background-color: #ba68c8;
}

.products .stack-icon,
.stack-icon.red {
    background-color: #ff5722;
}

.custom-activities .stack-icon {
    background-color: #4fc3f7;
}

.distributor .stack-icon {
    background-color: #a52a2a;
}

.warehouse .stack-icon {
    background-color: #ff9800;
}

.warehouse-transfers .stack-icon {
    background-color: #4fc3f7;
}

.stock-movements .stack-icon {
    background-color: #009587;
}

.queue .stack-icon {
    background-color: #4fc3f7;
}

.social .stack-icon {
    background-color: #f06292;
}

.kpi .stack-icon {
    background-color: #455a64;
}

.tasks .stack-icon {
    background-color: #607d8b;
}

.invoices .stack-icon {
    background-color: #079607;
}

.documents .stack-icon {
    background-color: #b84343;
}

.warranty .stack-icon {
  background-color: #BF4E1D
}

.documentmanagement .stack-icon {
    background-color: #b84343;
}

.promotion .stack-icon {
   background-color: #ed1c24;
}

.popup .stack-icon {
   background-color: #ff5722 ;
}

.biplivestream .stack-icon {
    background-color: #A52A2A;
}

.internalmessage .stack-icon {
    background-color: #03a9f4;
}

.more-button > a > .stack-icon {
    background-color: transparent;
}

.nav-pills > .more-button > a {
    border-bottom: medium none;
}

.nav > .more-button.active {
    background-color: rgba(236, 239, 241, 0.5);
}

.nav > .more-button.active > a,
.nav > .more-button > a:focus {
    background-color: transparent !important;
}

.nav > .more-button > a:hover,
.nav > .more-button > a:active {
    background-color: rgba(236, 239, 241, 0.5) !important;
}

.more-button .nav {
    display: none;
}

.more-button.active .nav {
    display: block;
}

.more-button .nav .stack-icon,
.stack-icon.small {
    height: 25px;
    line-height: 25px;
    margin-right: 50px;
    opacity: 0;
    width: 25px;
    -moz-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    transition: all .28s cubic-bezier(.4, 0, .2, 1);
}

.stack-icon.small {
    margin-right: auto;
    opacity: 1;
}

.more-button .nav .stack-icon img,
.stack-icon.small img {
    max-width: 15px;
}

.more-button .nav a {
    color: rgba(69, 90, 100, 0);
    padding-bottom: 7px;
    padding-left: 15px;
    padding-top: 7px;
    -moz-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    transition: all .28s cubic-bezier(.4, 0, .2, 1);
}

.more-button.active .nav a.animation .stack-icon {
    margin-right: 27px;
}

.more-button.active .nav a.animation {
    color: rgba(69, 90, 100, 0.8);
    padding-left: 27px;
    -moz-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    transition: all .28s cubic-bezier(.4, 0, .2, 1);
}

.more-button.active .nav a.animation .stack-icon {
    opacity: 1;
    -moz-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .28s cubic-bezier(.4, 0, .2, 1);
    transition: all .28s cubic-bezier(.4, 0, .2, 1);
}

.btn-icon {
    line-height: 1;
}

.filter-bar {
    background-color: #455a64;
    color: #eceff1;
    padding: 10px 15px;
    position: relative;
    z-index: 3;
}

.filter-bar .icon-filter {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-top: -2px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
}

.filter-bar .icon-filter svg {
    margin-top: 10px;
}

.filter-bar .btn.btn-default.btn-fab {
    box-shadow: none;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
}

.filter-bar .btn.btn-default.btn-fab:hover,
.filter-bar .btn.btn-default.btn-fab.active,
.filter-bar .button-bar li.open .btn.btn-default.btn-fab {
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
}

.button-bar > li {
    float: left;
    position: relative;
}

.filter-bar .button-bar {
    float: right;
    margin: -10px 0;
    position: relative;
    z-index: 1;
}

.filter-bar .filter {
    display: block;
    float: left;
    font-weight: 500;
    line-height: 25px;
    margin-right: 5px;
}

.filterbar-controller {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.filterbar-controller .swiper-container {
    margin-left: 15px;
}

.no-search-criteria {
    font-size: 12px;
    line-height: 25px;
}

.date-filter > img {
    margin-right: 5px;
    margin-top: -2px;
}

.filter-bar .date-filter {
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.filter.label-filter > span,
.filter.label-filter > a {
    display: block;
    float: left;
    line-height: 25px;
    padding: 0 5px;
}

.filter > a.close-button {
    background: url("../images/small-close-icon.png") no-repeat scroll center center #546e7a;
    display: inline-block;
    line-height: 25px;
    min-height: 25px;
    width: 26px;
}

.filter > a.close-button:hover {
    background-color: #4c6470;
}

.filter.label-filter > span:first-child {
    background-color: #009587;
}

.filter.label-filter > span {
    background-color: #546e7a;
    font-size: 12px;
}

.content-block {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    margin-top: 23px;
}
.content-block2 {
    
    
}

.chart-footer {
    margin: 0 -15px -15px;
}

.chart-filter {
    display: none;
    margin-top: 35px;
    text-align: left;
    max-height: 250px;
    overflow-y: auto;
}

.chart-filter > h5 {
    margin-top: 0;
}

.see-more {
    background: url(../images/more-sidebar-icon.png) center center no-repeat;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 100%;
}

.chart-footer .see-more {
    background: url(../images/chart-footer-open-close-icon.png) center top no-repeat;
}

.see-more:hover {
    background-color: #eee;
}

.chart-footer .see-more.active {
    background-position: center bottom;
}

.panel {
    box-shadow: none;
}

.filter-bar-container {
    position: relative;
    z-index: 15;
}

.filter-bar-detail {
    background-color: #fff;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 2;
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
}


.content-inner.filter-bar-open {
    margin-top: -37px;
    -ms-transform: scaleX(0.95);
    -webkit-transform: scaleX(0.95);
    transform: scaleX(0.95);
}

.btn {
    font-weight: 500;
    margin: 0;
    padding: 7px 20px;
}
.btn-read {
    font-weight: 500;
    margin: 0;
}

.btn i {
    display: inline-block;
    font-size: 110%;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.btn-default {
    color: #455a64 !important;
}

.btn-warning:not(.btn-link):not(.btn-flat) {
    background-color: #ff9800;
}

.panel-body {
    padding: 30px 15px 24px;
}

.panel-footer {
    background-color: #fff;
    border-top: medium none;
    padding: 0 14px 24px;
    text-align: right;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.panel-footer .open {
    position: relative;
}

.panel-footer .open .dropdown-menu .btn.text-left {
    text-align: left;
}
.message-checkbox	{
	display: flex;
    flex-direction: row !important;
    top:15px !important;
}
.feed-checkbox	{
	display: flex;
    flex-direction: row !important; 
    top:15px !important;
 }

.checkbox,
.radio {
    height: 28px;
    margin-bottom: 0;
    margin-top: 0;
}

.checkbox label,
.radio label {
    font-weight: 500;
    padding-left: 2px;
}

.checkbox label .ripple {
    margin-left: -8px;
}

.form-group {
    margin-bottom: 20px;
}
.form-group .col-xs-2 {
	width:200px;
}


.form-control {
    border: 0;
    background-image: linear-gradient(#009587, #009587), linear-gradient(#757575, #757575);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    color: #455a64;
}

.form-control[disabled] {
    background-image: linear-gradient(#009587, #009587), linear-gradient(#ddd, #ddd);
    color: #949494;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}

fieldset[disabled] .form-control:disabled,
.form-control-wrapper .form-control:disabled,
.form-control:disabled,
fieldset[disabled] .form-control:focus:disabled,
.form-control-wrapper .form-control:focus:disabled,
.form-control:focus:disabled,
fieldset[disabled] .form-control.focus:disabled,
.form-control-wrapper .form-control.focus:disabled,
.form-control.focus:disabled {
    border: 0;
}

.form-control:focus,
.form-control.focus {
    outline: none;
    background-image: linear-gradient(#009587, #009587), linear-gradient(#757575, #757575);
    -webkit-animation: input-highlight .5s forwards;
    animation: input-highlight .5s forwards;
    box-shadow: none;
    background-size: 0 2px, 100% 1px;
}

.form-control-wrapper {
    position: relative;
}

.horizontal-scrollable .form-control-wrapper {
	position: relative;
	width:150px;
	height: 28px;
}

.floating-label-explicit {
	opacity: 1;
    margin-top: -11px;
    color: #0f9d58;
    font-weight: 500;
    font-size: 10px;
}
.form-control .rf-au-inp { 
    border: 0;
    background-image: linear-gradient(#009587, #009587), linear-gradient(#757575, #757575);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    color: #455a64;
    width: 100%;
}

.rf-au-lst-dcrtn .rf-au-lst-scrl {
	 width: 100%;
	 background-color: white;
}

.rf-au.form-control {
	border-style: hidden;
}

.floating-label-explicit .rf-fu-btns-lft {
	width: 100%;
}

.form-control-wrapper .floating-label {
    color: #b1b8bb;
    font-size: 13px;
    font-weight: 500;
}

.form-control-wrapper .form-control:not(.empty) ~ .floating-label {
    font-size: 10px;
    opacity: 1;
    top: -11px;
    color: #0f9d58;
}

.form-group input.form-control:not(.empty) ~ .floating-label,
.form-group-default input.form-control:not(.empty) ~ .floating-label {
    color: #0f9d58;
}
@media screen and (min-width: 990px) {
    .equal-height-container {
        display: flex;
        align-items: stretch;
    }
}


.kpi-blocks .block {
	border-right: 1px solid #eee;
    color: #455a64;
    margin-top: 16px;
    text-align: center;
    padding: 20px;
    background: #fff;
}

.kpi-blocks .block:last-child {
    border-right: none;
}

.kpi-block-header {
    min-height: 155px;
    position: relative;
}

.kpi-blocks .desc a {
    color: #455a64;
}

.kpi-blocks hr {
    margin-top: 10px;
}

.kpi-blocks h5 {
    line-height: 1;
}

.kpi-blocks .desc {
    height: 21px;
    line-height: 1;
}

.kpi-blocks .desc-number {
    font-size: 22px;
    font-weight: bold;
}

.show-block-details {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.kpi-blocks .open-map {
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 20px;
    position: relative;
}

.kpi-blocks .open-map:hover {
    color: #455a64;
}

.kpi-blocks .open-map img {
    margin-right: 5px;
    margin-top: -2px;
}

.kpi-blocks .desc-times {
    font-size: 14px;
    font-weight: 500;
}

.kpi-blocks .desc-times strong {
    font-size: 20px;
    vertical-align: baseline;
}

.kpi-blocks .desc img {
    vertical-align: top;
}

.kpi-blocks .desc-totals,
.kpi-blocks .desc-totals a {
    color: #4caf50;
    font-size: 20px;
    font-weight: bold;
}

.kpi-blocks .list-details {
    text-align: left;
}
.flex-list {
    display: flex;
    justify-content: space-between;
}

.kpi-blocks .list-details.non-padding li {
    padding: 2px 0;
}

.kpi-blocks .list-details li {
    line-height: 22px;
    min-height: 22px;
    padding: 2px 40px 2px 0;
    position: relative;
}

.kpi-blocks .list-details span {
    float: right;
    font-size: 16px;
}

.kpi-blocks .list-details a {
    display: block;
    height: 28px;
    line-height: 1;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

.padding-horizontal-0 {
    padding-left: 0;
    padding-right: 0;
}

.overflow-hidden {
    overflow: hidden;
    padding-right: 17px;
}

.disabled-group {
    opacity: 0.3;
}

.kpi-summary {
    margin-top: 18px;
    /*padding-left: 7.5px;
    padding-right: 7.5px;*/
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.kpi-summary > h4:first-child {
    padding-left: 7.5px;
}

.freemode-swiper .swiper-slide {
    width: auto;
}

.filterbar-controller .swiper-slide {
    padding-bottom: 10px;
    padding-top: 10px;
}

.kpi-summary .swiper-slide {
    padding: 5px 7.5px;
}

.kpi-summary .content-block {
    min-width: 100px;
    line-height: 1;
    padding: 15px;
}

.kpi-summary .content-block span {
    display: block;
    font-weight: bold;
}

.kpi-summary .content-block .summary-header {
    color: #795548;
    font-size: 13px;
}

.kpi-summary .content-block .number {
    font-size: 18px;
    line-height: 22px;
}

.kpi-summary .content-block img {
    float: left;
    height: 25px;
    margin-right: 15px;
    margin-top: 5px;
}

.content-block.chart {
    padding: 15px;
}

.content-block.chart h4 {
    margin-bottom: 15px;
    margin-top: 0;
}

.donut-chart svg text,
.donut-chart svg text tspan {
    fill: #455a64;
    font-family: RobotoDraft, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.donut-chart svg text:last-child,
.donut-chart svg text:last-child tspan {
    font-size: 28px !important;
}

.custom-favorite-dashboard,
.custom-favorite-dashboard tbody,
.custom-favorite-dashboard tr
 {
    color: #455a64;
    display: block;
}

.custom-favorite-dashboard td
{
    display: block;
    padding-left: 2px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.custom-favorite-dashboard label
{
     cursor: pointer;
    display: block;
    font-weight: 400;
    height: 100%;
    line-height: 28px;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 35px;
    text-overflow: ellipsis;
    top: 0;
    z-index: 1;
}

.custom-checkbox,
.custom-checkbox tbody,
.custom-checkbox tr,
.custom-radio,
.custom-radio tbody,
.custom-radio tr {
    color: #455a64;
    display: block;
}

.custom-checkbox td,
.custom-radio td {
    display: block;
    height: 28px;
    padding-left: 2px;
    position: relative;
}


.custom-checkbox label,
.custom-radio label {
    cursor: pointer;
    display: block;
    font-weight: 500;
    height: 100%;
    line-height: 28px;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 35px;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}

.custom-radio label {
    padding-left: 30px;
}

.custom-checkbox .ripple {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(1);
    transform-origin: 50% 50% 0;
    width: 20px;
}

.custom-checkbox span {
    display: block;
    left: 0;
    position: absolute;
    transition-duration: 0.2s;
}

.custom-checkbox .ripple {
    background-color: rgba(0, 0, 0, 0.84);
    border-radius: 100%;
    content: "";
    display: block;
    height: 50px;
    left: -8px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: -11px;
    width: 50px;
    z-index: 1;
}

.custom-checkbox .ripple {
    margin-left: -8px;
}

.custom-checkbox input[type="checkbox"]:not(:checked) ~ .ripple {
    animation: 500ms ease 0s normal none 1 running rippleOff;
}

.custom-checkbox .check {
    border: 2px solid;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    left: -3px;
    margin-right: 11px;
    overflow: hidden;
    position: relative;
    top: 5px;
    width: 20px;
}

.custom-checkbox input[type="checkbox"]:checked ~ .check {
    border-color: #4caf50;
}

.custom-checkbox .check::before {
    animation: 0.3s linear 0s normal forwards 1 running checkbox-off;
    box-shadow: 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0 inset;
    content: "";
    display: block;
    height: 0;
    margin-left: 6px;
    margin-top: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 0;
}

.custom-checkbox input[type="checkbox"]:not(:checked) ~ .check::after {
    animation: 500ms linear 0s normal forwards 1 running rippleOff;
}

.custom-checkbox .check::after {
    background-color: rgba(0, 0, 0, 0.84);
    border-radius: 100%;
    content: "";
    display: block;
    height: 50px;
    left: -5px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: -15px;
    width: 50px;
    z-index: 1;
}

.custom-checkbox input[type="checkbox"]:checked ~ .ripple {
    animation: 500ms ease 0s normal none 1 running rippleOn;
}

.custom-checkbox input[type="checkbox"]:checked ~ .check::after,
.custom-checkbox input[type="checkbox"]:checked ~ .check::after {
    background-color: #4caf50;
}

.custom-checkbox input[type="checkbox"]:checked ~ .check::before,
.checkbox-default input[type="checkbox"]:checked ~ .check::before {
    color: #4caf50;
}

.custom-checkbox input[type="checkbox"]:checked ~ .check::before {
    animation: 0.3s linear 0s normal forwards 1 running checkbox-on;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}

.subscription-link a {
    background-color: #ff9800 !important;
    margin-top: 18px;
    padding: 10px 30px !important;
    margin-right: 10px;
    
}

.subscription-link .hint-text {
    background-color: #f44336;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    margin-top: 18px;
    text-align: center;
    width: 26px;
}

.map-container {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -99999px;
    width: 100%;
    z-index: 9999;
}

.map-open {
    opacity: 1;
    top: 0;
}

.map-container .dashboard-map {
    border: medium none;
    height: 100%;
    width: 100%;
}

.map-set-location {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 15px;
    width: 50px;
    z-index: 10000;
}

.map-set-location i {
    display: block;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 2px;
}

.map-set-location:hover {
    text-decoration: none;
}

.map-closer {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 50px;
    z-index: 10000;
}



.assign-on-map {
    display: block;
    height: 50px;
    position: absolute;
    text-align: center !important;
    top: 15px !important;
    z-index: 10000;
    padding: 0px 7px;
    background-color: #fff;
    border-radius: 19px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 15px;

    z-index: 10000;
}

.map-closer i {
    display: block;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 2px;
}

.map-closer:hover {
    text-decoration: none;
}


/*.map-filters {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    padding: 20px 20px 30px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 260px;
    z-index: 1000;
}*/

.map-filters,
.map-legends {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    padding: 20px 20px 30px;
    position: absolute;
    width: 260px;
    z-index: 1000;
}

.map-filters {
    bottom: 20px;
    left: 20px;
}

.map-legends {
    left: 20px;
    padding: 20px;
    top: 20px;
}

.map-legends li {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
}

.map-legends-content img {
    margin-right: 10px;
    width: 25px;
}

.map-filters-header,
.map-legends-header {
    cursor: pointer;
    line-height: 1;
    margin: -20px -20px 0;
    padding: 20px 30px 14px;
}

.map-legends-header {
    cursor: default;
    padding: 20px;
}

.map-filters-header i {
    font-size: 29px;
    margin-top: -6px;
}

.checkbox-colors td {
    height: 28px;
    width: 28px;
}

.maximized .map-filters-content {
    display: block;
}

.minimized .map-filters-content {
    display: none;
}

.map-filters.minimized {
    padding: 0;
}

.map-filters.minimized .map-filters-header {
    margin: 0;
}

.minimized .mdi-hardware-keyboard-arrow-down {
    display: none;
}

.minimized .mdi-hardware-keyboard-arrow-up {
    display: block;
}

.maximized .mdi-hardware-keyboard-arrow-up {
    display: none;
}

.maximized .mdi-hardware-keyboard-arrow-down {
    display: block;
}

.map-filters-content {
    max-height: 353px;
    overflow: auto;
    padding-bottom: 11px;
}

.checkbox-colors span {
    background-color: #ddd;
    border-radius: 50%;
    display: block;
    height: 20px;
    margin-top: 5px;
    width: 20px;
}

.sidebar-overlay,
.sidebar-overlay-notification,
.welcome-window-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -9999px;
    width: 100%;
    z-index: 1030;
}

.sidebar-overlay.open,
.sidebar-overlay-notification.open,
.welcome-window-overlay.open {
    opacity: 1;
    top: 0;
    -moz-transition: opacity .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: opacity .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: opacity .5s cubic-bezier(.29, .74, .35, .88);
    transition: opacity .5s cubic-bezier(.29, .74, .35, .88);
}

.welcome-window-overlay.open {
    display: none;
    opacity: 0;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.right-sidebar,
.right-sidebar-notification  {
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    padding-top: 15px;
    position: fixed;
    right: -380px;
    top: 0;
    width: 380px;
    z-index: 1031;
    -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0);
    -moz-box-shadow: -5px 0 30px rgba(0, 0, 0, 0);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0);
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.welcome-window {
    background-color: #fff;
    display: none;
    bottom: 2%;
    left: 50%;
    margin-left: -512px;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 57px;
    position: fixed;
    top: 2%;
    width: 1024px;
    z-index: 1032;
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.11), 0 19px 60px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.11), 0 19px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.11), 0 19px 60px rgba(0, 0, 0, 0.2);
}

.welcome-window-image {
    background: url(../images/welcome-window-image-background.jpg) center center no-repeat;
    background-size: cover;
    height: 70%;
    overflow: hidden;
    width: 100%;
}

.welcome-window-content {
    height: 100%;
    overflow: hidden;
}

.welcome-content-text {
    border: 1px solid transparent;
    height: 30%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 25px;
}

.welcome-window-footer {
    padding: 0 14px 25px;
    position: relative;
}

.welcome-window-content .list-unstyled {
    height: 100%;
    margin-bottom: 0;
}

.welcome-window-content > .list-unstyled > li .welcome-content-text{
    line-height: 22px;
}

.welcome-window-content > .list-unstyled > li {
    display: none;
    height: 100%;
    text-align: center;
}

.welcome-window-content .welcome-content-text h4 {
    margin: 20px 0;
}

.welcome-window-pager {
    left: 0;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.welcome-window-pager > span {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 3px;
    padding: 3px;
    width: 12px;
}

.welcome-window-pager > span:before {
    background-color: #a2acb1;
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
}

.welcome-window-pager > span.current {
    padding: 0;
}

.welcome-window-pager > span.current:before {
    background-color: #455a64;
    height: 12px;
    width: 12px;
}
.alert-icon {
    margin-right: 15px;
}
.alert > a {
    font-weight: bold;
    opacity: 0.8;
    padding: 0 7px;
}
.alert a:hover{
    opacity: 1;
}
.full-welcome-settings .tab-content .tab-pane {
    padding: 30px 15px !important;
    text-align: left;
}

.full-welcome-settings {
    height: 100%;
    padding-top: 45px;
    position: relative;
}

.full-welcome-settings > .nav.nav-tabs {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.full-welcome-settings > .tab-content {
    height: 100%;
    overflow: auto;
}

.right-sidebar.open,
.right-sidebar-notification.open {
    right: 0;
    -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.nav-tabs {
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.nav > li > a {
    padding: 12px 15px 11px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover {
    color: rgba(255, 255, 255, 0.4) !important;
}

.nav-tabs.nav-justified > li > a {
    white-space: nowrap;
}

.nav-tabs > li.active a {
    background-color: #19a093 !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}

.tab-content > .tab-pane {
    padding: 23px 0;
}

.tab-content > .tab-pane.feed-panel {
    padding-bottom: 0;
}
.list-group-label  {
	display:flex;
    flex-direction:row !important; 
}

.list-group .list-group-item .list-group-item-heading {
    font-size: 18px;
}

.list-group .list-group-item .row-content {
    min-height: 60px;
    width: calc(100% - 72px);
}

.feed-count {
    background-color: #eee;
    color: #455a64 !important;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 10px
}

.new-feed {
    background-color: #eee;
    color: #455a64 !important;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.right-sidebar .new-feed,
.right-sidebar-notification .new-feed  {
    margin-bottom: 23px;
    margin-top: -23px;
}

.message-send-box {
    background-color: #eee;
    bottom: 0;
    padding: 10px 20px;
    position: fixed;
    right: -380px;
    width: 380px;
    z-index: 2;
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.message-send-box.open {
    right: 0;
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.message-send-box .input-group {
    width: 100%;
}

.message-send-box .btn {
    /*bottom: 11px;
        position: absolute;
        right: 20px;*/
}

.message-send-box .input-group-btn {
    vertical-align: bottom;
}

.message-send-box textarea {
    max-height: 220px;
    /*padding-right: 90px;*/
}

.load-more-feed {
    margin-top: 23px;
}

.load-more-feed img {
    margin-top: -12px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.list-group .list-group-item .list-group-item-heading small {
    float: right;
    font-weight: bold;
    margin-top: 23px;
}

.tooltip-info {
    border-bottom: 1px dashed #9e9e9e;
    color: #9e9e9e;
    cursor: default;
    font-weight: bold;
}

.tooltip {
    font-family: RobotoDraft, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 0 ;
	-moz-transition: 'all 0s ease 0s';
    -webkit-transition: 'all 0s ease 0s';
    -o-transition: 'all 0s ease 0s';
    transition: 'all 0s ease 0s';
}
.tooltip-inner {
    background-color: #009587;
    border-radius: 2px;
    max-width: 530px;
    padding: 6px 15px 7px;
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
}
.subscription-link .tooltip-inner {
    background-color: #ff9800;
}

.tooltip-text-left + .tooltip > .tooltip-inner {
    text-align: left;
}

.tooltip.bottom .arrow::after,
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #009587;
}

.subscription-link .tooltip.bottom .arrow::after,
.subscription-link .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff9800;
}

.tooltip.left .arrow::after,
.tooltip.left .tooltip-arrow {
    border-left-color: #009587;
}

.subscription-link .tooltip.left .arrow::after,
.subscription-link .tooltip.left .tooltip-arrow {
    border-left-color: #009587;
}

.tooltip.top .arrow::after,
.tooltip.top .tooltip-arrow {
    border-top-color: #009587;
}

.subscription-link .tooltip.top .arrow::after,
.subscription-link .tooltip.top .tooltip-arrow {
    border-top-color: #009587;
}

.tooltip.right .arrow::after,
.tooltip.right .tooltip-arrow {
    border-right-color: #009587;
}

.subscription-link .tooltip.right .arrow::after,
.subscription-link .tooltip.right .tooltip-arrow {
    border-right-color: #009587;
}

.detail-tooltip {
    background: url("../images/detail-tooltip-dots.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 11px;
    width: 25px;
}

.tag-list .tag {
    background-color: #546e7a;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 2px;
    max-width: 100%;
    padding: 0 10px 0 5px;
    position: relative;
}

.tag-list .tag:before {
    background: url("../images/tag-before.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 20px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}

.tag-list .detail-tooltip {
    margin-left: 3px;
}

.tag-list.no-ribbon .tag::before {
    display: none;
}

.tag-list.no-ribbon .tag {
    float: left;
    margin-left: 5px;
    padding: 0 6px;
}

.table-scrollbar {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: auto;
	max-height: 58vh;
}

.table-scrollbar-without-pagination {
	border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: auto;
	max-height: 65vh;
}

.table-scrollbar-without-pagination2 {
	border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: auto;
	max-height: 63vh;
}

.table-scrollbar-fixed-max-height {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 460px;
}

@media screen and (min-height: 400px) {
    .table-scrollbar {
	    overflow-y: auto;
	    max-height: 63vh;
	}
	.table-scrollbar-without-pagination {
		overflow-y: auto;
	    max-height: 70vh;
	}
	.table-scrollbar-without-pagination2 {
		overflow-y: auto;
	    max-height: 68vh;
	}
}

@media screen and (min-height: 700px) {
    .table-scrollbar {
	    overflow-y: auto;
	    max-height: 68vh;
	}
	.table-scrollbar-without-pagination {
		overflow-y: auto;
	    max-height: 75vh;
	}
	.table-scrollbar-without-pagination2 {
		overflow-y: auto;
	    max-height: 73vh;
	}
}

@media screen and (min-height: 800px) {
    .table-scrollbar {
	    overflow-y: auto;
	    max-height: 75vh;
	}
	.table-scrollbar-without-pagination {
		overflow-y: auto;
	    max-height: 82vh;
	}
	.table-scrollbar-without-pagination2 {
		overflow-y: auto;
	    max-height: 80vh;
	}
}

.table-scrollbar1 {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: hidden;
}
.table-scrollbar2 {
    border-bottom: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: hidden;
}

.table {
    margin-bottom: 0;
}

.table .img-circle {
    display: block;
    margin: 0 auto;
    max-width: 70px;
}

.table > thead > tr > th {
    background-color: #455a64;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #e2e2e2;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    position: sticky;
	top: 0;
    z-index:9;
}

.table > tbody > tr > td {
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
    height: 21px;
    padding: 5px 10px 6px;
    vertical-align: middle;
    white-space: nowrap;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child {
    border-right: none;
}

.table > thead > tr > th > a {
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 25px;
}

.table > thead > tr > th.sorted-column {
    background-color: #596c75;
}

.table > tbody > tr > td.sorted-column {
    background-color: #fffde7;
}

.selection-column {
    padding: 0 !important;
    width: 50px;
}

.selection-column {
    border-right: medium none !important;
}

.selection-column .checkbox label,
.selection-column .radio label {
    height: 50px;
    padding: 0;
    width: 100%;
}

.selection-column .checkbox label .ripple {
    left: 0;
    margin-left: 0;
    top: 0;
}

.selection-column .checkbox label .check {
    left: 50%;
    margin: -10px 0 0 -10px;
    top: 50%;
    vertical-align: top;
}

.table .button-column {
    border-right: medium none !important;
    padding: 0;
min-width: 20px;
}

.table .selectone-column {
    text-align: center;
    height: 50px
}

.table .button-column .btn {
    padding: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.table .button-column .map-button.btn {
    height: 32px;
    padding: 4px 5px 3px;
    width: 32px;
}

.table .button-column .map-button.btn img {
    height: 22px;
}

.button-column:first-child {
    padding-left: 15px;
}

.column-ordering {
    display: inline-block;
    font-size: 0;
    height: 24px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
    white-space: normal;
    width: 12px;
}

.column-ordering.sorted-ascending a.sort-ascending,
.column-ordering.sorted-descending a.sort-descending {
    background-position: -12px top;
}

.column-ordering a {
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    text-decoration: none;
    width: 12px;
}

.column-ordering a.sort-ascending {
    background-image: url("../images/sort-ascending.png");
}

.column-ordering a.sort-descending {
    background-image: url("../images/sort-descending.png");
}

.table > tbody > tr.selected-row > td {
    background-color: #e0f2f1;
    border-right-color: transparent !important;
    border-top-color: #ffffff !important;
}

.table-footer {
    padding: 15px;
}

.table-footer > .show-count-label {
    font-weight: 400;
    padding-right: 10px;
}

.table-footer > .pagination-summary {
    color: #9e9e9e;
    font-size: 12px;
    padding-left: 10px;
}

.pagination {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    border: medium none;
    color: #455a64;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 2px;
    min-width: 34px;
    padding: 0 10px;
    text-align: center;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #e0f2f1;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e0f2f1;
    border-color: #e0f2f1;
    color: #009587;
    font-weight: 500;
}

.pagination > li.prev-page a,
.pagination > li.prev-page span,
.pagination > li.next-page a,
.pagination > li.next-page span {
    background-color: #009587;
    color: #fff;
    font-size: 24px;
    height: 34px;
    line-height: 30px;
    margin: 0 10px;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pagination > li.first-page > a,
.pagination > li.last-page > a,
.pagination > li.first-page > span,
.pagination > li.last-page > span {
    background-color: transparent;
    color: #009587;
    font-weight: 500;
    padding: 0 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination > li.prev-page span,
.pagination > li.next-page span,
.pagination > li.first-page > span,
.pagination > li.last-page > span {
    cursor: default;
    opacity: 0.3;
}

.table-footer .btn-group {
    margin: 0;
}

.table-footer .dropdown-toggle {
    min-width: 100px;
    padding: 7px 24px 7px 28px;
}

.table-footer .dropdown-toggle .caret {
    margin-left: 4px;
    margin-right: -8px;
}

.table-footer .dropdown-menu {
    bottom: 100%;
    margin-bottom: 22px;
    margin-top: 0;
    min-width: 100%;
    text-align: center;
    top: auto;
}

.table-footer .pagination {
    margin: 0;
}

.dropdown-menu .divider {
    background-color: rgba(229, 229, 229, 0.52);
}

.dropdown-menu::before {
    background: url("../images/dropdown-menu-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 14px;
    top: -13px;
    width: 17px;
}

.table-footer .dropdown-menu::before {
    bottom: -13px;
    top: auto;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-menu {
    float: right;
    left: auto;
    margin-top: 22px;
    min-width: 210px;
    padding: 0;
    right: 0;
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
}

.dropdown-menu > li > a {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 500;
    height: 40px;
    line-height: 25px;
    padding: 7px 20px;
}

.dropdown-menu > li:last-child > a {
    border-bottom: medium none;
}

.dropdown-menu > li > a > .stack-icon {
    margin-right: 15px;
}

.modal-dialog {
    margin: 60px auto;
    width: 650px;
}

.modal-sm {
    width: 450px;
}

.modal-lg {
    width:960px;
}

.modal-full {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.modal-extra-width {
    width: 99%;
    margin-top: 60px;
}

.question-modal .modal-dialog {
    width: 480px;
}

.modal-content .modal-header {
    padding: 24px 20px 0;
}

.modal-content .modal-body {
    padding: 24px 20px;
}

.modal-content .annotate-header {
    padding: 12px 0px 0;
}

.modal-content .annotate-body {
    padding: 0px 0px;
    flex-grow: 1;
}

.annotate-header .button-container {
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.annotate-header .suggestion-container {
	padding: 0 0 0 10px;
}


.fill-out-button {
	display:block;
	text-align: right !important;
	border-top: none;
	padding: 0 20px 0 !important;
}

.modal-content .modal-footer {
    padding: 0 20px 24px !important;
}

.modal-footer .btn-fab.btn-sm {
    margin: 2px 0;
}

.modal-title {
    color: #455a64;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.dropdown-checkbox-list .checkbox-list-scrollbar-wrapper {
    overflow: hidden;
}

.dropdown-checkbox-list .custom-checkbox td {
    border-bottom: 1px solid #e2e2e2;
    height: 40px;
    padding: 5px 0 5px 22px;
}

.dropdown-checkbox-list .custom-checkbox tr:last-child td {
    border-bottom: medium none;
}

.dropdown-checkbox-list .custom-checkbox td label {
    line-height: 40px;
    padding-left: 30px;
}

.checkbox-list-body {
    max-height: 239px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.checkbox-list-footer {
    border-top: 1px solid #e2e2e2;
    padding: 10px;
}

.dropdown-checkbox-list .custom-checkbox .ripple {
    margin-left: 11px;
    margin-top: 6px;
}

.note-list {
    margin-bottom: 0;
    margin-top: 25px;
}

.note-list li {
    color: #a0a8ac;
    font-weight: 400;
    line-height: 17px;
    min-height: 40px;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.note-list li::before {
    background: url("../images/note-timeline.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    bottom: -2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.note-list li:last-child::before {
    background-position: right top;
    bottom: 0;
}

.add-note {
    background: url("../images/green-plus-icon.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: 500;
    padding-left: 30px;
}

.custom-table {
    width: 100%;
}

.custom-table th {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}

.custom-table td {
    padding: 10px;
    /*width: 250px;*/
}

.custom-table .edit-column {
    padding: 10px 25px 10px 0;
    width: 55px;
}

.custom-table .order-column {
    width: 70px;
}

.custom-table th.order-column,
.custom-table .order-column input {
    text-align: center;
}

.order-column {
    display: none;
}

.custom-table tr > td:last-child {
    width: auto;
}

.custom-table .name-column {
    width: 200px;
}

.custom-table .required-column {
    text-align: center;
    width: 90px;
}

.custom-table .type-column {
    padding: 10px;
    width: 250px;
}

.btn-fab.btn-sm {
    font-size: 20px;
    height: 30px;
    padding: 5px;
    width: 30px;
}

.btn-fab.btn-m {
    font-size: 20px;
    height: 40px;
    padding: 10px;
    width: 40px;
}

.togglebutton label input[type="checkbox"]:first-child {
    margin-left: -13px;
}

.input-group-btn {}

.profile-header {
    background: url(../images/profile-cover-bg.png) center center no-repeat;
    background-size: 100% auto;
    height: 206px;
    padding: 23px 15px;
    position: relative;
}

.profile-header:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.profile-cover {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.profile-cover img {
    left: 0;
    position: absolute;
    top: -200%;
    width: 100%;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='20');
    filter: blur(20px);
}

.profile-image {
    height: 160px;
    margin-right: 30px;
    position: relative;
    width: 160px;
    z-index: 3;
}

.profile-info {
    margin-top: 105px;
    min-width: 320px;
    position: relative;
    z-index: 3;
}

.profile-info span,
.profile-info a {
    display: block;
    line-height: 1;
}

.profile-info .name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}

.profile-info .email {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.7;
}

.profile-buttons {
    position: relative;
    z-index: 3;
}

.profile-buttons .btn {
    float: left;
    line-height: 1;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
}

.profile-content {
    margin-top: 0;
}

.profile-info .form-group:last-child {
    margin-bottom: 0;
}

.profile-info.edit-mode {
    margin-top: 74px;
}

.profile-info.edit-mode .form-control {
    background-image: linear-gradient(#009587, #009587), linear-gradient(#adadae, #adadae);
    color: #fff;
}

.profile-info.edit-mode .form-control-wrapper .form-control:not(.empty) ~ .floating-label {
    font-size: 11px;
    top: -11px;
}

.input-group .input-group-btn .btn-fab {
    border-radius: 50% !important;
}

.input-group .input-group-btn .btn {
    margin-left: 10px;
}

.add-avatar, .add-avatar-empty {
    border-radius: 50%;
    color: #000;
    display: block;
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 1;
}

.add-avatar:hover, .add-avatar-empty {
    background-color: rgba(84, 110, 122, 0.80);
}

.add-avatar:hover:before, .add-avatar-empty:before {
    color: #fff;
    content: "";
    display: block;
    font-family: "Material-Design-Icons";
    font-size: 92px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    width: 160px;
}

.add-avatar-without-placeholder {
    color: #000;
    display: block;
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 1;
}

.add-avatar-without-placeholder:before {
    color: #fff;
    display: block;
    height: 160px;
    text-align: center;
    width: 160px;
}

.crop-container {
    background-color: #afdefb;
    display: block;
    height: 420px;
    line-height: 1;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.crop-container .crop-container {
    background: url("../images/no-photo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}

.crop-container > .btn {
    bottom: 49px;
    left: 140px;
    position: absolute;
    z-index: 6001;
}

.crop-container > .avatar-preview {
    display: none;
}

.note-list li strong {
    color: #009587;
    display: inline-block;
    margin-right: 7px;
}

.dashboard-details {
    margin-top: 23px;
}

.activities {
    margin-top: 23px;
}

.move-left {
	padding-right: 15px;
	padding-bottom: 25px;
}

.collapse-item.content-block,
.collapse-inner-item {
    margin-top: 0;
}

.collapse-item,
.collapse-inner-item {
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s cubic-bezier(.29, .74, .35, .88);
    -moz-transition: all .3s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .3s cubic-bezier(.29, .74, .35, .88);
    transition: all .3s cubic-bezier(.29, .74, .35, .88);
}

.collapse-item:last-child,
.collapse-inner-item:last-child {
    border-bottom-color: transparent;
}

.collapse-item.active {
    background-color: #d9e0e2;
    margin: 23px 0;
    z-index: 200;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.collapse-card__heading,
.collapse-inner-heading {
    color: #bbbbbb;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 20px;
    position: relative;
}

.open-item .collapse-card__heading,
.open-item .collapse-inner-heading {
    cursor: default;
}

.collapse-card__heading.today {
    color: #009587;
}

.collapse-card__heading.photos {
    color: #f06292;
}

.collapse-card__heading.notes {
    color: #ffad33;
}

.collapse-card__heading.presentations {
    color: #36bbf7;
}

.collapse-card__heading.purchase-order {
    color: #01579b;
}

.collapse-card__heading.forms {
    color: #ba68c8;
}

.collapse-card__heading.today > .stack-icon {
    background-color: #009587;
}

.collapse-card__heading.photos > .stack-icon {
    background-color: #f06292;
}

.collapse-card__heading.notes > .stack-icon {
    background-color: #ffad33;
}

.collapse-card__heading.presentations > .stack-icon {
    background-color: #36bbf7;
}

.collapse-card__heading.purchase-order > .stack-icon {
    background-color: #01579b;
}

.collapse-card__heading.forms > .stack-icon {
    background-color: #ba68c8;
}

.collapse-card__heading.yesterday {
    color: #ff9800;
}

.collapse-card__heading.yesterday > .stack-icon {
    background-color: #ff9800;
}

.collapse-item.active .collapse-card__heading {
    color: #455a64;
}

.collapse-item.active .collapse-card__heading > .stack-icon {
    background-color: #8f9da3;
}

.collapse-item.active .collapse-card__heading > ul > li > .summary-header {
    color: #455a64;
    opacity: 0.6;
}

.collapse-card__heading > ul > li {
    line-height: 1.3;
    padding: 3px 20px;
    text-align: center;
    vertical-align: middle;
}

.activities .collapse-card__heading > ul > li {
    text-align: right;
}

.activities .collapse-card__heading > ul.with-button > li {
    vertical-align: middle;
}

.activities .collapse-card__heading > ul > li > .btn {
    height: 35px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    width: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.activities .collapse-card__heading > ul > li > .btn.export-button {
    background: url("../images/export.png") center center no-repeat;
}

.activities .collapse-card__heading > ul > li > .btn.photo-export-button {
    background: url("../images/image-filter.png") center center no-repeat;
}

.activities .collapse-card__heading > ul > li > .btn.annotate-button {
    background: url("../images/annotation-icon.png") center center no-repeat;
    background-size: 50% 50% !important;
}

.collapse-card__heading > ul > li > span {
    color: #bbb;
    display: block;
}

.collapse-card__heading > ul > li > .summary-header {
    font-size: 12px;
}

.collapse-card__heading > ul > li > .number {
    color: #455a64;
    font-size: 14px;
}

.collapse-card__body {
    padding: 23px 20px;
    display: none;
}

.collapse-backdrop {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.collapse-inner-item {
    position: relative;
}

.collapse-inner-heading {
    color: #009587;
}

.collapse-inner-item .remove-item,
.note-list .remove-item {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 35%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 35%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 35%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#ffffff', GradientType=1);
    color: #f66156;
    display: none;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.collapse-inner-item:hover .remove-item,
.collapse-inner-item.active .remove-item {
    display: block;
}

.collapse-inner-item .remove-item i {
    display: block;
    line-height: 60px;
}

.collapse-inner-heading > .stack-icon {
    background-color: transparent;
    margin-left: -20px;
    margin-right: 0;
    width: 55px;
}

.collapse-inner-heading .visit-info {
    border-right: 1px dashed #dddddd;
    line-height: 18px;
    padding-right: 10px;
}

.collapse-inner-heading .visit-info .visited-client {
    display: inline-block;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.open-item .collapse-inner-heading .visit-info {
    /*padding-right: 15px;*/
}

.collapse-inner-heading .visit-date {
    color: #455a64;
    font-size: 13px;
    padding-left: 10px;
}

.open-item .collapse-inner-heading .visit-date {
    /*font-size: 15px;
    padding-left: 15px;*/
}

.collapse-inner-heading .visit-by {
    color: #bbbbbb;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    max-width: 115px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.visit-by:hover {
	text-decoration: underline;
}

.visited-client:hover {
	text-decoration: underline;
}

.open-item .collapse-inner-heading .visit-by {
    /*font-size: 15px;
    padding: 0 15px;*/
}

.open-item .activity-cells {
    width: 350px;
}

.collapse-inner-item.complete .collapse-inner-heading:after {
    background: url(../images/double-check.png) center center no-repeat;
    content: "";
    display: block;
    float: right;
    height: 40px;
    width: 26px;
}

.collapse-inner-item .collapse-inner-detail {
    display: none;
    padding: 23px 15px 23px 55px;
}

.collapse-inner-item.open-item .collapse-inner-detail {
    display: block;
}

.collapse-inner-header,
.activity-headers {
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 55px;
    position: relative;
    width: 40%;
}

.activity-headers {
    display: table;
    padding-left: 0;
    padding-right: 60px;
    width: 60%;
}

.collapse-inner-header li {
    opacity: 0;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.activity-headers li,
.activity-cells li {
    display: table-cell;
    font-size: 12px;
    padding: 0;
    text-align: center;
    /*width: 100px;*/
    /*width: 20%;*/
}

.activity-headers li:first-child {
    width: auto;
}

.collapse-inner-header li:nth-child(2) {
    padding-left: 10px;
}

.activity-cells {
    display: table;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 60px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 430px;
    /*width: 60%;*/
}

.activities .activity-cells {
    display: block;
    height: auto;
    line-height: 20px;
    padding-right: 30px;
    width: auto;
}

.activity-cells li {
    color: #455a64;
    font-size: 13px;
}

.activities .activity-cells li {
    display: block;
    float: right;
    white-space: nowrap;
    width: auto;
}

.activity-cells li img {
    margin-right: 5px;
}

.show-visit {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 36px;
    z-index: 1;
}

.activities .list-group.custom-list-group {
    margin-top: 0;
}

.photo-grid {
    margin-bottom: 24px;
}

.photo-grid > ul {
    margin: 0 -3px;
}

.photo-grid > ul > li {
    float: left;
    padding: 3px;
    position: relative;
    width: 16.6667%;
}

.photo-grid > ul > li > a > img {
    width: 100%;
}

.photo-grid > ul > li a.mdi-action-delete {
    bottom: 15px;
    display: none;
    position: absolute;
    right: 15px;
}

.photo-grid > ul > li:hover a.mdi-action-delete {
    display: block;
}

.note-list .remove-item {
    display: none !important;
    height: 100%;
}

.note-list li:hover .remove-item {
    display: block;
}

.note-list .remove-item i,
.note-list .edit-item i {
    display: block;
    height: 100%;
    line-height: 1;
    margin-top: -5px;
    position: relative;
    vertical-align: middle;
}

.list-group.custom-list-group {
    margin-top: 20px;
}

.custom-list-group.list-group .list-group-item {
    cursor: default;
    padding: 0;
}

.custom-list-group.list-group .list-group-item .row-picture,
.custom-list-group.list-group .list-group-item .row-action-primary {
    padding-right: 20px;
}

.custom-list-group.list-group .list-group-item .row-picture img,
.custom-list-group.list-group .list-group-item .row-action-primary img,
.custom-list-group.list-group .list-group-item .row-picture i,
.custom-list-group.list-group .list-group-item .row-action-primary i,
.custom-list-group.list-group .list-group-item .row-picture label,
.custom-list-group.list-group .list-group-item .row-action-primary label {
    height: 40px;
    width: 40px;
}

.custom-list-group.list-group .list-group-item .row-picture i,
.custom-list-group.list-group .list-group-item .row-action-primary i {
    background-color: #bbbbbb;
    font-size: 22px;
    line-height: 40px;
}

.custom-list-group.list-group .list-group-separator:before {
    width: calc(100% - 60px);
}

.custom-list-group.list-group .list-group-item .row-content {
    min-height: 40px;
    width: calc(100% - 60px);
}

.custom-list-group.list-group .list-group-item .list-group-item-heading {
    color: #455a64;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 2px;
}

.custom-list-group.list-group .list-group-item .list-group-item-heading.light-heading {
    color: #a0a8ac;
}

.list-group .list-group-separator {
    margin-bottom: 15px;
    margin-top: 15px;
}

.list-group .list-group-item .row-content .least-content {
    color: #a0a8ac;
    font-size: 16px;
    font-weight: 500;
    right: 671px;
}

.list-group .list-group-item .row-content .least-content.price {
    color: #4caf50;
    font-weight: bold;
    top: -1px;
}

.custom-list-group .remove-item {
    display: none !important;
    height: 40px;
    line-height: 40px;
    /*width: 160px;*/
    z-index: 2;
}

.custom-list-group .remove-item i {
    float: right;
    line-height: 40px;
    width: 30px;
}

.custom-list-group .list-group-item:hover .remove-item {
    display: block !important;
}

.note-list-item:hover .remove-item {
    display: block !important;
}

.light-text {
    color: #455a64;
    opacity: 0.5;
}

.custom-list-group.list-group .list-group-item .list-group-item-heading.single-line {
    line-height: 40px;
    margin: 0;
}

.login,
.login body,
.login form {
    height: 100%;
    padding-top: 0;
}

.login body {
    overflow: auto;
}

.vertical-wrapper {
    display: table;
    height: 100%;
    vertical-align: middle;
   	width: 100%;
}

.vertical-alignment {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.vertical-alignment.bottom {
    vertical-align: bottom;
}

.full-bg {
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
    z-index: 1;
}

.full-bg img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.login-container {
    color: #fff;
    margin: 0 auto;
    position: relative;
    width: 75%;
    z-index: 5;
}

@media screen and (max-width:500px)
{
    .login-container
    {
        width : 90%;
    }
}


.login-logo {
    margin-bottom: 50px;
    max-width: 100%;
}

.app-desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: justify;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.login-tabs {
    background-color: #fff;
    border-radius: 5px;
    float: right;
    padding: 15px 0 30px;
   // width: 350px;
    -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
}

@media screen and (max-width:1000px)
{
    .login-tabs
    {
        margin-bottom : 10px;
       // margin-top:10px;
    }
    
    .main-page-text
    {
        margin-bottom: 100px;
    }
}

.login-tabs .tab-pane {
    color: #455a64;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.login-tabs .custom-checkbox {
    display: inline-table;
    margin-top: -3px;
    white-space: nowrap;
}

.login-disclaimer {
    font-size: 13px;
}

.login-footer {
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    padding: 20px 0;
    position: fixed;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 2;
}

@media screen and (max-width:1000px)
{
    .login-footer
    {
        background-color: black;
    }
}

.list-group .clickable-content {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-list.custom-list-group.list-group .list-group-item .row-picture i,
.product-list.custom-list-group.list-group .list-group-item .row-action-primary i {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.product-list.custom-list-group.list-group .list-group-item .list-group-item-heading.single-line {
    line-height: 30px;
}

.product-list.custom-list-group.list-group .list-group-item .row-content {
    min-height: 30px;
    width: calc(100% - 50px);
}

.product-list.custom-list-group.list-group .list-group-separator::before {
    width: calc(100% - 50px);
}

.product-list.list-group .list-group-item .row-content .least-content {
    font-size: 13px;
    top: 0px;
}

.cell-totals {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.cell-totals.total-footer hr {
    margin: 10px 0;
}

.cell-totals.total-footer .cell-totals {
    padding-left: 0px;


}

.total-footer .total-value {
    font-size: 130%;
}

.total-footer .total-value .red {
    color: #ff5722;
}

.signature,
.not-found {
    border: 2px dashed #e0e0e0;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
}

.not-found {
    color: #e0e0e0;
    font-weight: bold;
    padding: 50px 0;
}

.signature .img-responsive {
    margin: 0 auto;
}

.custom-list-group .list-item-detail {
    position: relative;
    z-index: 2;
}

.custom-list-group.list-group .list-item-detail .row-action-primary i {
    background-color: transparent;
    color: #ff5722;
    font-size: 30px;
}

.list-group.custom-list-group .row-action-primary .single-icon {
    background-color: transparent !important;
    color: #bbb;
}

.list-group.custom-list-group .row-action-primary .single-icon.red {
    color: #ff5722;
}

.selection-column .checkbox,
.selection-column .radio {
    float: left;
    height: 50px;
    width: 55px;
    padding: 0 7px 0 0;
}

.selection-method {
    display: block;
    height: 50px;
    margin-right: -30px;
    position: relative;
    width: 80px;
}

.selection-method.dropdown.open {
    background-color: #596c75;
}

.selection-method > a {
    background: url(../images/table-header-dropdown-trigger.png) left center no-repeat;
    display: block;
    float: left;
    position: absolute;
    height: 50px;
    width: 28px;
    margin: 0 0 0 42px;
}

th.selection-column .checkbox,
th.selection-column .radio {}

.selection-method .dropdown-menu {
    float: left;
    left: 0;
    margin-top: 0;
    right: auto;
}

.selection-method .dropdown-menu:before {
    display: none;
}

.dnd-table tr {
    background-color: #fff;
}

.redips-rowhandler {
    padding: 0 !important;
}

.redips-drag-header,
.redips-rowhandler {
    width: 70px !important;
}

.redips-rowhandler .redips-drag {
    border: medium none !important;
    cursor: move;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.dnd-table .ui-sortable-placeholder {
    background-color: #eeeeee;
}

.dnd-table .ui-sortable-placeholder td {
    border-color: transparent;
}

.dnd-table .ui-sortable-placeholder td {
    height: 50px;
}

.dnd-table .ui-sortable-helper {
    opacity: 0.7;
}

.notifications {
    left: 0;
    padding-left: 310px;
    padding-right: 30px;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 10000;
}

.rf-ntf {
    background-color: #fff;
    bottom: auto !important;
    color: #fff;
    cursor: auto !important;
    left: auto !important;
    margin-bottom: 15px;
    padding: 15px 20px;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.11), 0 19px 60px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.11), 0 19px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.11), 0 19px 60px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rf-ntf:hover {
    opacity: 1;
}

.rf-ntf.rf-ntf-err {
    background-color: #f44336;
}

.rf-ntf.rf-ntf-inf {
    background-color: #0f9d58;
}

.rf-ntf.rf-ntf-wrn {
    background-color: #ff9800;
}

.rf-ntf-cnt {
    border: medium none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.rf-ntf-cls {
    float: none !important;
    height: 10px;
    margin-left: 0 !important;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
}

.rf-ntf-cls-ico {
    background: rgba(0, 0, 0, 0) url("../images/close-notify-icon.png") no-repeat scroll center center !important;
    display: block !important;
    height: 10px !important;
    width: 10px !important;
}

.rf-ntf-ico {
    display: none !important;
}

.toggle-column > span:first-child {
    margin-top: 6px;
    display: inline-block;
}

.subscribe-info .si-column:last-child {
    margin-right: 0;
}

.subscribe-info .si-column {
    float: left;
    margin-right: 50px;
}

.subscribe-info .label-area {
    float: left;
    margin-right: 20px;
}

.subscribe-info .info-area {
    float: left;
}

.subscribe-info .label-area label {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.payment-list-trigger,
.back-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.back-link {
    margin-bottom: 0;
}

.payment-list-trigger:after,
.back-link:before {
    content: "→";
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-left: 10px;
}

.back-link:before {
    content: "←";
    margin-left: -13px;
    margin-right: 10px;
}

.subscribe-info .info-area span {
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
}

.subscribe-info .info-area .field-force-info {
    color: #ff5722;
    display: inline;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}

.green-color {
    color: #009587;
}

.green-bg {
    background-color: #0f9d58 !important;
}

.orange-color {
    color: #ff9800;
}

.orange-bg {
    background-color: #ff9800 !important;
}

.red-color {
    color: #ff9800;
}

.red-bg {
    background-color: #f44336 !important;
}

.panel-body .step-by-step {
    margin: 0 -15px;
}

.nav-tabs.nav-justified.step-by-step-nav > li > a:after {
    background: url(../images/step-arrow.png) center top no-repeat;
    content: "";
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

.nav-tabs.nav-justified.step-by-step-nav > li:last-child > a::after {
    display: none;
}

.nav-tabs.nav-justified.step-by-step-nav > li.active > a:after {
    background: url(../images/step-arrow.png) center bottom no-repeat;
}

.nav-tabs.nav-justified.step-by-step-nav > li:nth-child(even) > a:after {
    background: url(../images/step-arrow.png) center bottom no-repeat;
}

.nav-tabs.nav-justified.step-by-step-nav > li.last-child-selected > a:after {
    background: url(../images/step-arrow.png) center bottom no-repeat;
}

.nav-tabs.nav-justified.step-by-step-nav > li.last-child-selected:nth-child(even) > a:after {
    background: url(../images/step-arrow.png) center top no-repeat;
}

.nav.nav-tabs.step-by-step-nav .active > a {
    border-bottom-color: transparent !important;
}

.price-table-wrapper {
    background-color: #eceff1;
    padding: 30px 45px;
}

.price-table {
    background-color: #fff;
    border: 1px solid transparent;
}

.price-table.best-offer {
    border-color: #ff5722;
}

.price-table-header {
    height: 70px;
    line-height: 70px;
    margin: 0;
    position: relative;
    text-align: center;
}

.price-per-period {
    background-color: #19a093;
    color: #fff;
    height: 120px;
    line-height: 1;
    padding: 33px 0;
    text-align: center;
}

.price-per-period.clearfix {
    padding: 0;
}

.price-per-period.clearfix div {
    float: left;
    height: 100%;
    padding: 33px 0px;
    width: 50%;
}
.price-per-period.list-mode{
    padding: 18px 0 19px;
}
.monthly-period-list-mode {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 75%;
    margin-top: 10px;
    padding-top: 10px;
}
.price-per-period.clearfix .monthly-period {
    background-color: #1d252c;
}

.price-per-period.clearfix .yearly-period {
    background-color: #19a093;
}

.price-per-period span {
    display: block;
}

.price-per-period span:first-child {
    font-size: 32px;
    font-weight: 500;
}

.price-per-period .price-period {
    font-size: 16px;
    margin-top: 5px;
    opacity: 0.7;
}

.package-specs ul {
    margin-bottom: 15px;
    text-align: center;
}

.package-specs ul li {
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
}

.package-specs ul li:nth-child(even) {
    background-color: #f5f7f8;
}

.upgrade-now-button {
    padding: 0 15px 15px;
}

.upgrade-now-button .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    padding: 0;
}

.empty-feature {
    color: #bcc2c5;
}

.information-text{
	font-size: 10px; 
	font-weight: 500; 
	color:#0f9d58;
}

.information-text-img{
	width: 12px; 
	height: 12px;
}

.best-offer-label {
    background-color: #ff5722;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    left: 10px;
    line-height: 1;
    padding: 9px 15px;
    position: absolute;
    text-align: left;
    top: -15px;
}

.payment-history {
    /*border: 1px solid #eceff1;*/
    margin-bottom: 40px;
    margin-top: -30px;
    padding: 0;
}

.payment-history-scroller {
    max-height: 220px;
    overflow: auto;
}

.payment-history ul {
    margin-bottom: 0;
}

.payment-history ul li {
    background-color: #fff;
    line-height: 1;
    margin-bottom: 0;
    min-height: 40px;
    padding: 12px 20px;
}

.payment-history ul li:nth-child(even) {
    background-color: #f5f7f8;
}

.payment-history .payment-date {
    color: #bbbbbb;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 15px;
    width: 180px;
}

.payment-history .payment-amount {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-right: 20px;
    width: 150px;
}

.payment-history .payment-status {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 100px;
}

.payment-history .btn {
    margin-left: 20px;
    padding: 1px 10px;
}

.payment-history-header {
    border-bottom: 1px solid #eee;
    padding: 10px 20px 9px;
}

.payment-history-header span {
    display: block;
    float: left;
    font-weight: 700;
}

.payment-history-header .payment-date-header {
    margin-right: 15px;
    width: 180px;
}

.payment-history-header .payment-amount-header {
    margin-right: 20px;
    width: 150px;
}

.form-control-static {
    margin-top: -10px;
    padding: 0;
}

.subscription-info .total-footer {
    margin-top: 4px;
}

.subscription-info.panel-footer {
    display: none;
}

.expiry-date > .form-group {
    float: left;
    width: 45%;
}

.form-inline.expiry-date .form-control {
    width: 100%;
}

.expiry-date-divider {
    display: inline-block;
    float: left;
    line-height: 28px;
    opacity: 0.5;
    padding: 0 5px;
    text-align: center;
    width: 10%;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    opacity: 0.5;
}

.ui-dialog {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 60px !important;
    width: 480px !important;
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.ui-dialog .ui-dialog-titlebar {
    min-height: 16.43px;
    padding: 24px 20px 0;
}

.ui-dialog .ui-dialog-title {
    color: #455a64;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-right: -7px;
    margin-top: -2px;
    opacity: 0.2;
    padding: 0;
    position: static;
    text-shadow: 0 1px 0 #fff;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon::before {
    content: "×";
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    font-family: RobotoDraft, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 21px;
    left: auto;
    margin: 0;
    position: static;
    text-indent: 0;
    top: auto;
}

.ui-dialog .ui-dialog-titlebar .ui-button-text {
    display: none;
}

.ui-dialog .ui-dialog-content {
    padding: 24px 20px;
}

.ui-dialog .ui-dialog-content p {
    margin-top: 10px;
}

.ui-dialog .ui-dialog-content p:first-child {
    margin-bottom: 0;
    margin-top: 0;
}

.ui-dialog .ui-dialog-buttonpane {
    border: medium none;
    margin: 0;
    padding: 0 20px 24px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 0 0 5px;
}

.ui-dialog .ui-button-text-only .ui-button-text {
    padding: 1px 0;
}

.user-search {
    margin-bottom: 20px;
}

.show-conversation {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.messages-list,
.conversation-detail,
.text-conversation-detail {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}

.conversation-detail,
.text-conversation-detail {
    background-color: #eceff1;
    padding-bottom: 83px;
}

.messages-list .list-group-item {
    padding: 15px 16px;
}

.messages-list .unread-item {
    background-color: #e0f2f1;
}

.messages-list .list-group-separator {
    margin-bottom: 0;
    margin-top: 0;
}

.row-picture.multi-picture {
    background-color: #eee;
    border-radius: 50%;
    height: 56px;
    margin-right: 16px;
    overflow: hidden;
    padding-right: 0 !important;
    width: 65px;
}

.custom-checkbox.v2 label,
.custom-radio.v2 label{
	display: contents ;
	padding-left: 24px;
	
}

.custom-checkbox input,
.custom-radio input {
 opacity: 0;
 position: absolute;
 line-height: normal;
 height: 20px;
 z-index: 2;
}

.custom-checkbox.v2 td,
.custom-radio.v2 td{
	display: inline-block ;
	padding-right: 10px;
	
}

.custom-radio.v2 .circle{
	margin-right: 16px;
	
}

.custom-radio.v2 span{
	margin-bottom: -3px;

}

.custom-checkbox.v2 .check{
	left:-3px;
}

.row-picture.multi-picture img,
.row-picture.multi-picture .circle {
    float: left;
    height: 28px !important;
    width: 28px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.user-list .row-picture img,
.user-list .row-picture .circle {
    height: 42px !important;
    width: 42px !important;
}

.user-list .list-group-item {
    overflow: visible;
    padding: 0 16px 0 50px;
}

.user-list .list-group-item .row-content {
    min-height: 42px;
    width: calc(100% - 58px);
}

.user-list .list-group-separator:before {
    width: calc(100% - 50px);
}

.user-list .list-group-item-heading {
    height: 42px;
    line-height: 42px !important;
    margin-bottom: 0;
}

.user-list .checkbox {
    height: 50px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 50px;
}

.user-list .checkbox label {
    height: 50px;
    padding: 0;
    width: 100%;
}

.user-list .checkbox label .ripple {
    left: 0;
    margin-left: 0;
    top: 0;
}

.user-list .checkbox label .check {
    left: 50%;
    margin: -10px 0 0 -10px;
    top: 50%;
    vertical-align: top;
}

.send-message-button-wrapper {
    background-color: #fff;
    padding-top: 24px;
}

.new-message,
.back-to-conversations,
.back-to-text-conversations,
.back-button {
    color: #455a64 !important;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
}

.back-button {
    margin-left: 0;
}

.modal-header .back-button {
    margin-right: 20px;
}



.new-message i,
.back-to-conversations i,
.back-to-text-conversations i,
.back-button i {
    font-size: 16px;
    margin-right: 10px;
}

.back-to-conversations i,
.back-to-text-conversations i,
.back-button i {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}

.conversation-info, .text-conversation-info {
    display: inline-block;
    line-height: 18px;
    margin-bottom: -3px;
    margin-left: 10px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-user-popup .modal-body {
    max-height: 370px;
    overflow-y: auto;
    padding-top: 10px;
}

.search-user-popup .modal-content .modal-header {
    padding: 24px 20px;
}

.load-messages {
    margin-bottom: 20px;
    padding: 16px;
    text-align: center;
}

.message-item {
    padding: 3px 17px;
}

.messages-bubble.you .messsage-time {
    opacity: 0.4;
}

.messages-bubble {
    font-size: 15px;
    max-width: 100%;
    position: relative;
    padding: 5px 12px;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.messages-bubble.other-people {
    background-color: #fff;
    color: #1d252c;
    float: left;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.messages-bubble.you {
    background-color: #009587;
    color: #fff;
    float: right;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.messages-bubble:before {
    background: url(../images/message-arrow-white.png) center center transparent;
    content: "";
    display: block;
    height: 21px;
    left: -15px;
    position: absolute;
    top: -1px;
    width: 15px;
}

.messages-bubble.you:before {
    display: none;
}

.messages-bubble.you:after {
    background: url(../images/message-arrow-green.png) center center transparent;
    content: "";
    display: block;
    height: 21px;
    right: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}

.messsage-time {
    bottom: 6px;
    display: block;
    font-size: 90%;
    line-height: 1;
    opacity: 0.25;
    position: absolute;
    right: 10px;
    text-align: right;
}

.messages-bubble .sender-user {
    line-height: 1;
    margin: 5px 0 3px;
}

.messages-bubble .message-text {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

.messages-bubble .message-text::after {
    content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    display: inline;
}

.day-seperator {
    padding: 15px 0;
    text-align: center;
}

.day-seperator span {
    background-color: #607d8b;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.84);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 9px 20px;
}

.message-send-input-group.input-group {
    background-color: #eceff1;
    bottom: 0;
    margin-top: 20px;
    padding: 10px 16px;
    position: fixed;
    right: -380px;
    width: 380px;
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.message-send-input-group.input-group.open {
    right: 0;
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.message-send-input-group .input-group-btn {
    vertical-align: top;
}

.message-send-input-group.input-group .form-control-wrapper {
    margin-left: 0;
    margin-right: 20px;
}

.message-send-input-group .form-control {
    background-color: #fff;
    background-size: 0 2px, 100% 0;
    max-height: 200px;
    min-height: 76px;
    padding: 18px 20px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
}

.message-send-input-group .form-control::-moz-placeholder {
    color: #9f9f9f;
    font-weight: 300;
}

.message-send-input-group .form-control:-ms-input-placeholder {
    color: #9f9f9f;
    font-weight: 300;
}

.message-send-input-group .form-control::-webkit-input-placeholder {
    color: #9f9f9f;
    font-weight: 300;
}

.text-message-send-input-group.input-group {
    background-color: #eceff1;
    bottom: 0;
    margin-top: 20px;
    padding: 10px 16px;
    position: fixed;
    right: -380px;
    width: 380px;
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.text-message-send-input-group.input-group.open {
    right: 0;
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88);
    transition: all .5s cubic-bezier(.29, .74, .35, .88);
}

.text-message-send-input-group .input-group-btn {
    vertical-align: top;
}

.text-message-send-input-group.input-group .form-control-wrapper {
    margin-left: 0;
    margin-right: 20px;
}

.text-message-send-input-group .form-control {
    background-color: #fff;
    background-size: 0 2px, 100% 0;
    max-height: 200px;
    min-height: 76px;
    padding: 18px 20px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23);
}

.text-message-send-input-group .form-control::-moz-placeholder {
    color: #9f9f9f;
    font-weight: 300;
}

.text-message-send-input-group .form-control:-ms-input-placeholder {
    color: #9f9f9f;
    font-weight: 300;
}

.text-message-send-input-group .form-control::-webkit-input-placeholder {
    color: #9f9f9f;
    font-weight: 300;
}

.conversation-wrapper, .text-conversation-wrapper {
    height: 100%;
    overflow: auto;
}

.activities-url {
    display: flex;
    margin: -15px;
    padding: 15px;
}

.rf-fu {
    border: medium none !important;
    width: 100% !important;
}

.rf-fu-hdr {
    border-color: #757575 !important;
    border-width: 0 0 1px !important;
    margin: 0 !important;
}

.rf-fu-btn-add,
.rf-fu-btn-add-dis,
.rf-fu-btn-upl,
.rf-fu-btn-clr {
    border: medium none !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.rf-fu-btn-cnt-add {
    background: rgba(0, 0, 0, 0) url("../images/fu-add-icon.png") no-repeat scroll left center !important;
    font-weight: bold !important;
    padding: 3px 5px 3px 21px !important;
}

.rf-fu-btn-cnt-upl {
    background: rgba(0, 0, 0, 0) url("../images/fu-upload-icon.png") no-repeat scroll left center !important;
    font-weight: bold !important;
    padding: 3px 5px 3px 21px !important;
}

.rf-fu-btn-cnt-clr {
    background: rgba(0, 0, 0, 0) url("../images/fu-clear-icon.png") no-repeat scroll left center !important;
    font-weight: 700 !important;
    padding: 3px 5px 3px 21px !important;
}

.rf-fu-btn-add {
    margin-right: 10px !important;
}

.kpi-blocks.five-columns .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
}

.kpi-blocks.five-columns h5 {
    font-size: 12px;
}

.kpi-blocks.five-columns .open-map {
    margin-top: 5px;
    padding: 0;
}

.kpi-blocks.five-columns .open-map img,
.kpi-blocks.five-columns .list-details a img {
    width: 20px;
}

.kpi-blocks.five-columns .list-details a {
    height: 20px;
    margin-top: -10px;
    top: 50%;
    width: 20px;
}

.kpi-blocks.five-columns .list-details li {
    padding: 2px 30px 2px 0;
}

.kpi-blocks.five-columns .list-details li {
    font-size: 12px;
    padding: 2px 25px 2px 0;
}

.kpi-blocks.five-columns .list-details.non-padding li {
    padding: 2px 0;
}

.kpi-blocks.five-columns .list-details span {
    font-size: 10px;
}

.kpi-blocks.five-columns .desc {
    font-size: 16px;
}

.kpi-blocks.five-columns .desc-times {
    font-size: 12px;
}

.kpi-blocks.five-columns .desc-times strong {
    font-size: 16px;
}

.kpi-blocks.five-columns hr {
    margin-bottom: 5px;
    margin-top: 0;
}

.kpi-blocks.five-columns .kpi-block-header {
    margin: 0 -10px;
}

.radio label span {
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 11px;
    position: static;
}

.radio label .check {
    margin-left: -31px;
}

.radio label .circle {
    border: 2px solid rgba(0, 0, 0, 0.84);
    border-radius: 100%;
    height: 15px;
    margin-right: 16px;
    width: 15px;
}

.radio input[type="radio"]:checked ~ .circle {
    border-color: #4caf50;
}

.radio input[type="radio"]:checked ~ .check {
    background-color: #4caf50;
}

.custom-radio span {
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 11px;
    position: static;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.custom-radio .circle {
    border: 2px solid rgba(0, 0, 0, 0.84);
    border-radius: 100%;
    height: 15px;
    margin-right: 16px;
    width: 15px;
}

.custom-radio .check {
    background-color: rgba(0, 0, 0, 0.84);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.custom-radio .check {
    margin-left: -31px;
}

.custom-radio .check::after {
    background-color: rgba(0, 0, 0, 0.84);
    content: "";
    display: block;
    height: 50px;
    left: -18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: -18px;
    width: 50px;
    z-index: 1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.custom-radio input[type="radio"]:not(:checked) ~ .check::after {
    -moz-animation: 500ms ease 0s normal none 1 running rippleOff;
    -webkit-animation: 500ms ease 0s normal none 1 running rippleOff;
    -o-animation: 500ms ease 0s normal none 1 running rippleOff;
    animation: 500ms ease 0s normal none 1 running rippleOff;
}

.custom-radio input[type="radio"]:checked ~ .check::after {
    -moz-animation: 500ms ease 0s normal none 1 running rippleOn;
    -webkit-animation: 500ms ease 0s normal none 1 running rippleOn;
    -o-animation: 500ms ease 0s normal none 1 running rippleOn;
    animation: 500ms ease 0s normal none 1 running rippleOn;
}

.custom-radio input[type="radio"]:checked ~ .check,
.radio-default input[type="radio"]:checked ~ .check {
    background-color: rgba(0, 0, 0, 0.84);
}

.custom-radio input[type="radio"]:checked ~ .check {
    -moz-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55);
}

.custom-radio input[type="radio"]:checked ~ .check {
    background-color: #4caf50;
}

.custom-radio input[type="radio"]:checked ~ .circle {
    border-color: #4caf50;
}

.fixed-table-layout {
    table-layout: fixed;
}

.custom-table.small-table .edit-column {
    padding: 0;
    width: 30px;
}

.custom-table.small-table th {
    font-size: 11px;
    padding: 0;
    text-align: center;
}

.custom-table.small-table td {
    padding: 5px;
}

.action-list {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 35%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 35%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 35%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#ffffff', GradientType=1);
    display: none;
    height: 100%;
    min-width: 200px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.action-list a {
    display: inline-block !important;
    float: none;
}

.action-list .remove-item {
    display: inline-block !important;
    position: static;
}

.note-list li:hover .action-list {
    display: block !important;
}

.note-list .edit-item {
    color: #455a64;
    font-size: 21px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.note-list .edit-item i {
    margin-top: -2px;
}

.field-force-can-see {
    padding-right: 200px;
}

.field-force-can-see-item {
    background: url("../images/double-check.png") left center no-repeat;
    color: #455a64;
    font-weight: 500;
    line-height: 15px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.field-force-can-see .action-list {
    text-align: right;
}

.field-force-can-see .action-list a {
    display: inline-block !important;
    float: none;
}

li.field-force-can-see:hover .remove-item,
.field-force-can-see:hover .edit-item {
    display: inline-block !important;
}

.chart-element {
    margin-bottom: 45px;
}

.button-bar .tooltip,
.profile-buttons .tooltip,
.kpi-blocks .list-details .tooltip {
    white-space: nowrap;
}

.no-data-display .selection-method {
    margin-right: 0;
}

.messages-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 30px;
}
.feed-panel .messages-header {
	margin-bottom:10px;
}
.all-messages-read{
	color: #455a64 !important;
    font-weight: bold;
    text-align:center !important;
    font-size:14px !important;
    height: 30px !important;
	position: absolute;
	padding:0 0 0 0 !important;
	right:8px;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.read-messages{
	color: #455a64 !important;
    font-weight: bold;
    text-align:center !important;
    font-size:14px !important;
    height: 30px !important;
	position: absolute;
	padding:0 0 0 0 !important;
	margin-left:13px;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.unread-messages{
	color: #455a64 !important;
    font-weight: bold;
    text-align:center !important;
    font-size:14px !important;
    height: 30px !important;
	position: absolute;
	padding:0 0 0 0 !important;
	right:8px;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.unassigned-icon {
	font-size: 18px;
	color: red;
	text-align: center;
	line-height: 20px;
}
				
.sidebar > .nav {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100% - 45px);   
}

.eti-login-logo {
    margin-left: -60px;
}

.cankaya-login-logo {
    margin-bottom: 25px;
}

.small-map-icon img,
img.small-map-icon {
    height: 20px;
    width: 20px;
}

.ui-dialog {
    z-index: 100000 !important;
}

.login-footer img {
    display: block;
    height: 10px;
    margin: 0 auto;
}

.navbar-brand.eti-brand {
    padding-left: 0;
    padding: 15px;
}

.eti-brand img {
    margin-top: -6px;
}

.cankaya-brand img {
    margin-top: -3px;
}

.right-sidebar .list-group .row-content .remove-item,
.right-sidebar-notification .list-group .row-content .remove-item {
    background-color: #fff;
    color: #f66156;
    display: none;
    font-size: 26px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 1;
}

.right-sidebar .list-group .list-group-item.removable:hover .list-group-item-heading small, 
.right-sidebar-notification .list-group .list-group-item.removable:hover .list-group-item-heading small {
    display: none;
}


.right-sidebar .list-group .list-group-item.unread-item .row-content .remove-item,
.right-sidebar-notification .list-group .list-group-item.unread-item .row-content .remove-item  {
    background-color: #e0f2f1;
}

.right-sidebar .list-group-item:hover .remove-item,
.right-sidebar-notification .list-group-item:hover .remove-item {
    display: block;
}

.no-data-display-chart {
    background: url(../images/chart-overlay.png) center bottom no-repeat #fff;
    color: #455a64;
    font-size: 16px;
    font-weight: 700;
    height: 300px;
    line-height: 300px;
    margin-bottom: -300px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    z-index: 1;
}

.choose-button-wrapper {
    padding: 5px 20px 24px;
}

.ui-autocomplete {
    background-color: #fff;
    border-radius: 4px;
    max-height: 190px;
    overflow: auto;
    padding: 4px 0;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.ui-autocomplete li {
    color: #333;
    line-height: 1.42857;
    list-style: outside none none;
    margin: 0;
    padding: 4px 20px !important;
    word-wrap: break-word;
}

.ui-autocomplete li.ui-state-focus {
    color: #009587;
    margin: 0;
}

.waiting-actions {
    color: #ff9800;
}

.agenda-tabs.nav > li > a {
    line-height: 1;
    padding: 7px 10px;
}

.sidebar .nav > li > a {
    line-height: 1;
    padding: 7px 15px;
}

.nav-tabs.agenda-tabs a i {
    font-size: 22px;
}

.vist-priority {
    color: #ff5722;
    font-size: 12px;
    font-weight: 700;
}

.settings-actions-panel {
    margin-bottom: 0;
}

.settings-actions-panel li {
    float: left;
    text-align: center;
    width: 20%;
	margin:10px 0;
}

.settings-actions-panel li a {
    color: #455a64;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.settings-actions-panel li i {
    background-color: rgba(158, 158, 158, 0.7);
    color: #fff;
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px;
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.agenda-tabs {
    margin: 15px 15px 0 0;
}

.showbox {
    display: none;
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loader {
    background-color: #fff;
    left: 50%;
    margin: 0 auto 0 -20px;
    position: absolute;
    top: 40px;
    width: 40px;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.activities .collapse-item.active .collapse-card__heading {
    font-size: 20px;
}

.activities .collapse-item.active .collapse-card__heading .stack-icon {
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.activities .collapse-item.active .collapse-card__heading.photos {
    color: #f06292;
}

.activities .collapse-item.active .collapse-card__heading.photos > .stack-icon {
    background-color: #f06292;
}

.activities .collapse-item.active .collapse-card__heading.notes {
    color: #ffad33;
}

.activities .collapse-item.active .collapse-card__heading.notes > .stack-icon {
    background-color: #ffad33;
}

.activities .collapse-item.active .collapse-card__heading.presentations {
    color: #36bbf7;
}

.activities .collapse-item.active .collapse-card__heading.presentations > .stack-icon {
    background-color: #36bbf7;
}

.activities .collapse-item.active .collapse-card__heading.purchase-order {
    color: #01579b;
}

.activities .collapse-item.active .collapse-card__heading.purchase-order > .stack-icon {
    background-color: #01579b;
}

.activities .collapse-item.active .collapse-card__heading.forms {
    color: #ba68c8;
}

.activities .collapse-item.active .collapse-card__heading.forms > .stack-icon {
    background-color: #ba68c8;
}

.activities .collapse-inner-item .collapse-inner-detail {
    display: block !important;
}

.collapse-card__heading > ul > li.visit-label {
    line-height: 1.2;
    padding-bottom: 0;
    padding-top: 0;
}

.collapse-card__heading > ul > li.visit-label > .summary-header {
    border-bottom: 1px solid #eee;
    color: #455a64;
    font-size: 14px;
    margin-bottom: 5px;
}

.tour-step-backdrop {
    z-index: 1101;
}

.tour-step-background {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

.datetimepicker,
.timepicker {
    text-transform: uppercase;
}

.error-code {
    color: #1d252c;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin: 50px 0 40px;
}

.error-text {
    line-height: 30px;
    margin-bottom: 0;
}

.error-navigation-link {
    line-height: 1;
    margin: 40px 0;
}

.error-page-container {
    max-width: 970px;
    padding: 0 60px;
}

.date-filter .close-button {
    background-color: transparent !important;
    margin-left: 5px;
    vertical-align: middle;
}

.date-filter .close-button:hover {
    background-color: #4c6470 !important;
}

@media (max-width: 1366px) {
    .subscription-link a {
        font-size: 12px;
        font-weight: bold;
        margin-top: 15px;
        padding: 5px 10px !important;
    }
    .subscription-link .hint-text {
        font-size: 14px;
    }
}

.non-material.checkbox input[type="checkbox"] {
    margin: -3px 10px 0 0;
    opacity: 1;
    position: static;
    vertical-align: middle;
}
.margin-right-0 {
    margin-right: 0;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-23 {
    margin-top: 23px;
}

.margin-bottom-23 {
    margin-bottom: 23px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

*.rf-ntf-sum {
	font-weight: normal !important;
}

.leaderboard-standing-column {
	width: 80px;
}

.leaderboard-user-image {
	display: inline !important; 
	margin: 10px 10px 10px 5px !important; 
	max-width: 70px !important;
}

.leaderboard-other-standings {
	height: 40px; 
	margin: 10px 28px 10px 20px !important;
}

.badge-image {
	height: 64px;
	width: 64px;
}

.gamification-icon {
	border-radius: 15% !important; 
	margin-top: 0 !important;
}

.green-bg {
	background-color: rgba(76, 175, 80, 1) !important; 
}

.blue-bg {
	background-color: rgba(89, 190, 235, 1) !important; 
}

.settings-logo {
	max-width: 100%; 
	max-height: 200px;
}

/* /products > Edit Product */
span.non-material {
	min-height: 36px;
	display:inline-block;
}

span.non-material label {
	margin:8px 0px;	
}
 
@media (max-width: 1400px) {
	.collapse-inner-heading .visit-info .visited-client {
		max-width:200px;
		font-size: 12px;
	}

	.collapse-inner-heading .visit-date {
		padding-left: 0px;
		font-size:10px;
	}

	.collapse-inner-heading .visit-info {
		padding-right: 5px;
	}

	.collapse-inner-heading .visit-by {
		font-size:10px;
		max-width: 100px;
		padding: 0 3px 0 10px;
	}

	.activity-cells {
		width: 380px;
	}

	.activity-cells li {
		font-size: 11px;
	}
}


#accordian {
		margin:auto;
		text-align: left;
		margin-left:auto;
        margin-right:auto;
     

		
}


#accordian h3 {
	margin: 0;
		padding: 0;
		background: #003040;
		background: linear-gradient(#003040, #002535);
}

#accordian h3 a {
	
		padding: 0 10px;
		font-size: 15px;
		line-height: 34px;
		display: block;
		color: white;
		text-decoration: none;
}

#accordian h3:hover {
	
		text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
	
		margin-right: 10px;
}

#accordian li {
		list-style-type: none;
}

#accordian ul ul li a,
#accordian h4 {
	font-size:16px;
	color: #455a64;
	text-decoration: none;
	line-height: 27px;
	display: inline-flex;
	padding: 0 15px;
	transition: all 0.15s;
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#accordian b{
	font-size:16px;
	text-align: right;
	float: right
}

#accordian ul ul li a:hover {
	
		background: #ffff;
		border-left: 5px solid lightgreen;
}

#accordian ul ul {
	margin: 0;
		padding: 0;
		display: none;
}

#accordian li.active>ul {
	
		display: block;
}

#accordian ul ul ul {
	margin: 0;
		padding: 0;
		margin-left: 15px;
		border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian .parent:after {
	
		content: "\f105";
		font-family: fontawesome;
		position: absolute;
		left: 3px;
		top: 0;
		font-size: 16px;
}

#accordian .active>.parent:after {
		content: "\f107";
}

.sortable-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 450px; 
}

.sortable-grid li { 
	margin: 3px 3px 3px 0; 
	padding: 1px; 
	float: left; 
	width: 100px; 
	height: 90px; 
	font-size: 4em; 
	text-align: center; 
}

.tiny-info {
	font-size: 10px; 
	margin-top: 10px;
}

.hide-button {
  visibility: hidden;
}
a.btn.btn-default.btn-fab.btn-icon.introjs-showElement {
    border-radius: 50%;
    background: #009587;
    box-shadow: 0 5px 12px #333;
}

.btn-circle-info{
    max-width: 26px;
    max-height: 26px;
    display: inline-block;
    border-radius: 50px;
    transform: translate(-2px, 3px);
    text-align: center;
    outline: none !important;
}
.introjs-donebutton {
	display: none !important;
}

.introjs-skipbutton {
	display: none !important;
}

.introjs-prevbutton.introjs-disabled {
	display: none !important;
}

.introjs-nextbutton.introjs-disabled {
	display: none !important;
}

.introjs-helperNumberLayer {
	font-size: 10px !important;
}

.introjs-close {
	right: 0px;
	box-sizing: content-box;
	position: absolute;
	visibility: visible;
	top: -16px;
	right: -16px;
	z-index: 9999999999 !important;
	padding: 2px;
	font-family: Arial, verdana, tahoma;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	background: #009587 !important;
	Old browsers:;
	Chrome ,Safari4+:;

	W3C:;
	width: 15px;
	height: 15px;
	line-height: 16px;
	border: 3px solid white;
	border-radius: 50%;
}

.introjs-prevbutton {background-color: #009587 !important;}
.tutorial-wrapper{
	box-sizing: content-box;
	position: absolute;
	margin: 0.5em; 
}
.tutorial-wrapper:hover { outline-width: 5px; }
.introjs-close:hover {color: #ffffff !important;}

.step-passive {
	background-color: #cecdcd55;
}
.step-passive .check {
	position: relative;
    margin-right: -5px !important;
    float: none !important;
}
.btn-padding {
    padding: 7px 5px !important;
}

.get-started-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.get-started-item {
  width: 125px;
  height: 34px;
  position: relative;
  margin-left: 20px;
}

.get-started-button {
  border: 2px solid white;
  background: #019587;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  color: white;
  transition: background 0.5s ease;
}

.get-started-button:hover {
  background: white;
  color: #465a65;
  font-weight: normal;
}

.get-started-button:hover i {
  color: white;
}

.get-started-button i {
  color: #465a65;
}

.border-class-1 {

}
.job-status {
  background-color: var(--white);
  margin: 0px;
  min-height: 363px;
  min-width: 450px;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.job-status .arrow-1-C61RwL {
  background-color: transparent;
  height: 40px;
  left: 274px;
  position: absolute;
  top: 19px;
  width: 62px;
}
.job-status .arrow-1-QxM5SU {
  background-color: transparent;
  height: 24px;
  left: 274px;
  position: absolute;
  top: 83px;
  width: 62px;
}
.job-status .arrow-1-VMr6Om {
  background-color: transparent;
  height: 18px;
  left: 106px;
  position: absolute;
  top: 236px;
  width: 62px;
}
.job-status .arrow-1-mzXdH9 {
  background-color: transparent;
  height: 24px;
  left: 106px;
  position: absolute;
  top: 83px;
  width: 62px;
}
.job-status .arrow-2-C61RwL {
  background-color: transparent;
  height: 38px;
  left: 106px;
  position: absolute;
  top: 20px;
  width: 64px;
}
.job-status .arrow-2-QxM5SU {
  background-color: transparent;
  height: 18px;
  left: 274px;
  position: absolute;
  top: 236px;
  width: 62px;
}
.job-status .arrow-2-VMr6Om {
  background-color: transparent;
  height: 36px;
  left: 221px;
  position: absolute;
  top: 121px;
  width: 8px;
}
.job-status .arrow-2-mzXdH9 {
  background-color: transparent;
  height: 36px;
  left: 221px;
  position: absolute;
  top: 173px;
  width: 8px;
}
.job-status .bg-C61RwL {
  background-color: rgba(249,249,249,1.0);
  border-radius: 4px;
  height: 363px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 450px;
}
.job-status .box-2P4qUJ {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 108px;
  position: absolute;
  top: 209px;
  width: 225px;
}
.job-status .box-C61RwL {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 89px;
  position: absolute;
  top: 10px;
  width: 261px;
}
.job-status .box-HlKRTo {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 225px;
  position: absolute;
  top: 60px;
  width: 221px;
}
.job-status .box-J1YQmd {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 28px;
  position: absolute;
  top: 257px;
  width: 160px;
}
.job-status .box-QxM5SU {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 108px;
  position: absolute;
  top: 157px;
  width: 225px;
}
.job-status .box-VMr6Om {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 108px;
  position: absolute;
  top: 107px;
  width: 226px;
}
.job-status .box-a5WPlX {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 245px;
  position: absolute;
  top: 257px;
  width: 170px;
}
.job-status .box-mzXdH9 {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 108px;
  position: absolute;
  top: 303px;
  width: 225px;
}
.job-status .box-qr8e7q {
  background-color: var(--white);
  border-radius: 5px;
  height: 31px;
  left: 5px;
  position: absolute;
  top: 60px;
  width: 214px;
}
.job-status .info-2P4qUJ {
  background-color: transparent;
  height: 8px;
  left: 151px;
  position: absolute;
  top: 226px;
  width: 174px;
}
.job-status .info-C61RwL {
  background-color: transparent;
  height: 8px;
  left: 95px;
  position: absolute;
  top: 27px;
  width: 261px;
}
.job-status .info-HlKRTo {
  background-color: transparent;
  height: 8px;
  left: 231px;
  position: absolute;
  top: 77px;
  width: 220px;
}
.job-status .info-J1YQmd {
  background-color: transparent;
  height: 8px;
  left: 48px;
  position: absolute;
  top: 274px;
  width: 148px;
}
.job-status .info-QxM5SU {
  background-color: transparent;
  height: 8px;
  left: 151px;
  position: absolute;
  top: 174px;
  width: 167px;
}
.job-status .info-VMr6Om {
  background-color: transparent;
  height: 8px;
  left: 137px;
  position: absolute;
  top: 126px;
  width: 198px;
}
.job-status .info-a5WPlX {
  background-color: transparent;
  height: 8px;
  left: 249px;
  position: absolute;
  top: 273px;
  width: 179px;
}
.job-status .info-mzXdH9 {
  background-color: transparent;
  height: 8px;
  left: 136px;
  position: absolute;
  top: 322px;
  width: 189px;
}
.job-status .info-qr8e7q {
  background-color: transparent;
  height: 8px;
  left: 12px;
  position: absolute;
  top: 77px;
  width: 209px;
}
.job-status .info-text-3J7jSr {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-7eNGn2 {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-BWW86C {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-IfDidi {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-Ili97e {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-q3RxS7 {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-rAaqM8 {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-tyxcgQ {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .info-text-um1AW4 {
  background-color: transparent;
  height: 137.50%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-2P4qUJ {
  background-color: transparent;
  height: 16px;
  left: 188px;
  position: absolute;
  top: 209px;
  width: 81px;
}
.job-status .title-7Yi8lQ {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-A8x6Zd {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-BLt5hU {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-C61RwL {
  background-color: transparent;
  height: 16px;
  left: 180px;
  position: absolute;
  top: 12px;
  width: 84px;
}
.job-status .title-HlKRTo {
  background-color: transparent;
  height: 16px;
  left: 305px;
  position: absolute;
  top: 61px;
  width: 63px;
}
.job-status .title-J1YQmd {
  background-color: transparent;
  height: 16px;
  left: 78px;
  position: absolute;
  top: 257px;
  width: 94px;
}
.job-status .title-QxM5SU {
  background-color: transparent;
  height: 16px;
  left: 197px;
  position: absolute;
  top: 158px;
  width: 69px;
}
.job-status .title-RrrInE {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-VMr6Om {
  background-color: transparent;
  height: 16px;
  left: 195px;
  position: absolute;
  top: 109px;
  width: 77px;
}
.job-status .title-YsmXOl {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-a5WPlX {
  background-color: transparent;
  height: 16px;
  left: 298px;
  position: absolute;
  top: 257px;
  width: 87px;
}
.job-status .title-gbksOR {
  background-color: transparent;
  color: rgba(198,41,39,1.0);
  font-family: 'Roboto', Helvetica, Arial, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-hA2Xq0 {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-m6rmo0 {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-mzXdH9 {
  background-color: transparent;
  height: 16px;
  left: 193px;
  position: absolute;
  top: 303px;
  width: 65px;
}
.job-status .title-nw0MH7 {
  background-color: transparent;
  height: 100%;
  left: 0px;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
.job-status .title-qr8e7q {
  background-color: transparent;
  height: 16px;
  left: 78px;
  position: absolute;
  top: 61px;
  width: 72px;
}
.roboto-bold-gossamer-14px {
  color: var(--gossamer);
  font-family: 'Roboto', Helvetica, Arial, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.roboto-normal-dove-gray-9px {
  color: var(--dove-gray);
  font-family: 'Roboto', Helvetica, Arial, serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
}
:root {
  --dove-gray: rgba(112,112,112,1.0);
  --gossamer: rgba(1,149,135,1.0);
  --white: rgba(255,255,255,1.0);
}

.component-wrapper a, .screen a {
	text-decoration: none;
	display: contents;
}

.full-width-a {
	width: 100%;
}

.full-height-a {
	height: 100%;
}

.screen textarea:focus, .screen input:focus {
	outline: none;
}

.screen *, .component-wrapper * {
	box-sizing: border-box;
}

.screen div {
	-webkit-text-size-adjust: none;
}

.container-center-vertical, .container-center-horizontal {
	pointer-events: none;
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
}

.container-center-vertical {
	align-items: center;
	height: 100%;
}

.container-center-horizontal {
	justify-content: center;
	width: 100%;
}

.container-center-vertical>*, .container-center-horizontal>* {
	pointer-events: auto;
	flex-shrink: 0;
}

.component-wrapper, .screen {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}

.auto-animated div {
	opacity: 0;
	position: absolute; -
	-z-index: -1;
}

.auto-animated .container-center-vertical, .auto-animated .container-center-horizontal
	{
	opacity: 1;
}

.overlay {
	position: absolute;
	opacity: 0;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.animate-appear {
	opacity: 0;
	display: block;
	animation: reveal 0.3s ease-in-out 1 normal forwards;
}

.animate-disappear {
	opacity: 1;
	display: block;
	animation: reveal 0.3s ease-in-out 1 reverse forwards;
}

.animate-nodelay {
	animation-delay: 0s;
}

@
keyframes reveal {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
.align-self-flex-start {
	align-self: flex-start;
}

.align-self-flex-end {
	align-self: flex-end;
}

.align-self-flex-center {
	align-self: center;
}

.valign-text-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.valign-text-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

input:focus {
	outline: none;
}

.component-wrapper, .component-wrapper * {
	pointer-events: none;
}

.component-wrapper a *, .component-wrapper a, .component-wrapper input,
	.component-wrapper video, .component-wrapper iframe, .listeners-active,
	.listeners-active * {
	pointer-events: auto;
}

.hidden, .hidden * {
	visibility: hidden;
	pointer-events: none;
}

.smart-layers-pointers, .smart-layers-pointers * {
	pointer-events: auto;
	visibility: visible;
}

.component-wrapper.not-ready, .component-wrapper.not-ready * {
	visibility: hidden !important;
}

.listeners-active-click, .listeners-active-click * {
	cursor: pointer;
}

.modal-mm {
	width: 490px;
}

.journey-modal {
	max-height: calc(110vh - 210px) !important;
	overflow-y: auto !important;
}

.simple-combobox {
    all: unset;
    padding-right: 22px;
    border-bottom: 1px solid;
    background: url(../images/simple_down_arrow.png) no-repeat right;
    padding-bottom: 5px;
}

.photo-grid > ul > li a.mdi-content-create {
    bottom: 15px;
    display: none;
    position: absolute;
    left: 15px;
}

.photo-grid > ul > li:hover a.mdi-content-create {
    display: block;
}

.tablenameview .chosen-container .chosen-results {
	position: fixed;
	width: 150px;
	background-color: white;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.shareFormContainer {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 16px;
    border-radius: 2px;
    width: 200px;
}

.share-link-section {
    margin-bottom: 12px;
}

.share-copy-link, .share-qr-code {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.share-link-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.share-copy-icon {
    background: url(../images/copy-black.png);
    background-size: contain;
}

.share-qr-icon {
    background: url(../images/qr-code-black.png);
    background-size: contain;
}

.share-link-text {
    color: #455a64;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}

.share-header {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.share-title {
    font-size: 14px;
}

.share-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.share-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.share-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.share-x-icon {
    background: url(../images/x-black.png);
}

.share-facebook-icon {
    background: url(../images/facebook-black.png);
}

.share-linkedin-icon {
    background: url(../images/linkedin-black.png);
}

.share-mail-icon {
    background: url(../images/mail-black.png);
}

.share-whatsapp-icon {
    background: url(../images/whatsapp-black.png);
}

.share-x-icon,
.share-facebook-icon,
.share-linkedin-icon,
.share-mail-icon,
.share-whatsapp-icon {
    background-size: contain;
}

.share-text {
    cursor: pointer;
    line-height: 15px;
    color: #455a64;
    text-decoration: none;
    font-weight: 500;
}

.share-item:last-child {
    margin-bottom: 0;
}

.share-disabled,
.recurs-disabled,
.bound-disabled {
     opacity: 0.5;
}

.workflowButton {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.online-form-body .onlineFormModalContent .mobile-ddf-form-group {
	width: 100% !important;
    margin-left: 0px !important;
}

.online-form-body .onlineFormModalContent .horizontal-scrollable {
	min-width: auto !important;
}

.online-form-body .onlineFormModalContent .mobile-ddf-inputType1 .floating-label,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType2 label,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType3 p .custom-placeholder,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType4 .rf-fu-btn-cnt-add,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType5 .col-md-4 label,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType6,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType7 h4,
.online-form-body .onlineFormModalContent .mobile-ddft-tableName label {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    box-sizing: border-box !important; 
}

.online-form-body .onlineFormModalContent .mobile-ddf-inputType4 .rf-fu-btns-lft,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType4 .rf-fu-btn-add,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType4 .rf-fu-btn-cnt-add,
.online-form-body .onlineFormModalContent .mobile-ddf-inputType5 .col-md-4 {
	width: 100% !important;
}

.online-form-body .onlineFormModalContent .mobile-ddf-inputType2 .check {
	left: 0px !important;
}

.online-form-body .notifications {
	padding-left: 30px;
	padding-right: 30px;
	top: 15px;
}

@media screen and (max-width: 600px) {
	.online-form-body .onlineFormContent canvas {
		width: 100% !important;
	}
 }


@media screen and (max-width: 992px) {
	.online-form-body .onlineFormContent {
		width: 100% !important;
	}
 }

.notificationv2-page .main-container {
    display: none !important;
}

.notificationv2-page .navbar {
    display: none !important;
}

.notificationv2-page .right-sidebar,
.notificationv3-page .right-sidebar-notification   {
	right: 0 !important;
	padding-top: 17px !important;
}

.notificationv2-page .search-user-popup {
	left: auto !important;
}

.notificationv2-page .search-user-popup .modal-dialog {
	width: 380px !important;
}

.notificationv2-page .ui-dialog {
	right: 0 !important;
    left: auto !important;
    width: 380px !important;
}

.notificationv2-page .feed-panel .message-send-box {
	right: 0;
}

@media screen and (max-width: 480px) {
    .textMenuSpan,.navbar-brand3, .navbar-brand4, .hamburger-cross, .get-started-button, .sidebar{
      display: none ;
    }
    .navbar-brand {
        display: 'block',
    }
    .main-container {
        margin-right : '0px';
        display: 'block',
    }
    .textMenuItem {
        padding-left:"none"
    }
    .sidebar {
        width: '70px';
        left : '0px';
    }
    .content-wrapper {
        padding:0;
        padding-left: '70px';
        
    }
    .content-wrapper-agenda {
        padding-left: '70px'
    }
  }

#sortable li.ui-sortable-helper {
    background-color: #f0f0f0;
    opacity: 1;
}

.dashboard-name {
    white-space: normal !important;
    word-wrap: break-word !important; 
    word-break: break-word !important; 
    display: block !important;

}

#dropdownMenu::before {
    display: none;
    content: none;
}

#favoriteDashboardTable tr:hover {
   background-color: rgba(236, 239, 241, 0.5) !important;
}

#favoriteDashboardTable .dashboard-name:hover a {
 color: #009587 !important;
}