@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;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon{display:none; visible:hidden;}

.page-overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12000;
}

.copyButtonHide{
	display:none;
}

@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;
}

.ddConfigurationField{
	color: #0f9d58;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.form-category {
	background-color: #eeeeee;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right: 5px;
}

.navbar.navbar-fixed-top {
    margin-bottom: 0;
}

.navbar-brand.hamburger-cross {
    padding: 0;
    text-align: right;
    width: 60px;
}

.navbar-brand.hamburger-cross .icon-hamburger-cross {
    display: inline-block;
    line-height: 50px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
}

.navbar-brand {
    padding: 13px 15px;
}

.page-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.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: 30px;
    margin-top: 15px;
}

.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 .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;
    /* float: left; */
}

.main-container {
    padding-left: 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);
}

.main-container.sidebar-open {
    padding-left: 280px;
    -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);
}

.content-wrapper {
    padding: 23px 0;
}

.sidebar {
    background-color: #fff;
    height: 100%;
    left: -280px;
    overflow: auto;
    padding-top: 15px;
    position: fixed;
    width: 280px;
    -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);
    -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);
}

.sidebar.open {
    left: 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);
}

.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: #d77f5b;
}

.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;
}

.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;
}

.visits .stack-icon,
.stack-icon.green {
    background-color: #d77f5b;
}

.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;
}

.social .stack-icon {
    background-color: #f06292;
}

.kpi .stack-icon {
    background-color: #607d8b;
}

.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: 40px;
}

.filter-bar .icon-filter svg {
    margin-top: 10px;
}

.filter-bar .btn.btn-default.btn-fab {
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
}

.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: 5px;
}

.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;
    margin-left: 5px;
}

.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: #d77f5b;
}

.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;
}

.chart-footer {
    margin: 0 -15px -15px;
}

.chart-filter {
    display: none;
    margin-top: 35px;
}

.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);
}

.collapsing {
    -webkit-transition-timing-function: cubic-bezier(.29, .74, .35, .88);
    -o-transition-timing-function: cubic-bezier(.29, .74, .35, .88);
    transition-timing-function: cubic-bezier(.29, .74, .35, .88);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility, ;
    transition-property: height, visibility;
}

.content-inner {
    -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);
}

.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 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: 50px 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;
    width: 100%;
    float: right;
}

.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;
}

.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-control {
    border: 0;
    background-image: linear-gradient(#d77f5b, #d77f5b), 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%;
}

.form-control[disabled] {
    background-image: linear-gradient(#d77f5b, #d77f5b), linear-gradient(#ddd, #ddd);
    color: #bbbbbb;
}

.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(#d77f5b, #d77f5b), 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;
}

.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;
}

.form-group input.form-control:not(.empty) ~ .floating-label,
.form-group-default input.form-control:not(.empty) ~ .floating-label {
    color: #0f9d58;
}

.kpi-blocks .block {
    border-right: 1px solid #D77F5B;
    color: #455a64;
    margin-top: 16px;
    text-align: center;
}

.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;
    -moz-transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.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;
}

.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: 300 !important;
}

.donut-chart svg text:last-child,
.donut-chart svg text:last-child tspan {
    font-size: 28px !important;
}

.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 input,
.custom-radio input {
    display: none;
    opacity: 0;
    margin-left: -20px;
    position: absolute;
    line-height: normal;
}

.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: 10px;
    padding: 10px 30px !important;
}

.subscription-link .hint-text {
    background-color: #f44336;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    margin-right: 15px;
    margin-top: 15px;
    text-align: center;
    width: 30px;
}

.map-container {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -99999px;
    width: 100%;
    z-index: 9999;
}

.map-open {
    opacity: 1;
    top: 0;
    -moz-transition: .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: .28s cubic-bezier(.4, 0, .2, 1);
    transition: .28s cubic-bezier(.4, 0, .2, 1);
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.map-container .dashboard-map {
    border: medium none;
    height: 100%;
    width: 100%;
}

.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;
}

.map-closer i {
    display: block;
    line-height: 50px;
    vertical-align: middle;
}

.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,
.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,
.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 {
    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: 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);
}

.right-sidebar > .nav-tabs > li {
    float: left;
    width: 100% !important;
}

.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: #b76e50 !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 .list-group-item .list-group-item-heading {
    font-size: 18px;
}

.list-group .list-group-item .row-content {
    min-height: 60px;
    width: calc(100% - 72px);
}

.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 {
    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: 10px;
}

.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;
}

.tooltip-inner {
    background-color: #d77f5b;
    border-radius: 2px;
    max-width: 230px;
    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: #d77f5b;
}

.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: #d77f5b;
}

.subscription-link .tooltip.left .arrow::after,
.subscription-link .tooltip.left .tooltip-arrow {
    border-left-color: #d77f5b;
}

.tooltip.top .arrow::after,
.tooltip.top .tooltip-arrow {
    border-top-color: #d77f5b;
}

.subscription-link .tooltip.top .arrow::after,
.subscription-link .tooltip.top .tooltip-arrow {
    border-top-color: #d77f5b;
}

.tooltip.right .arrow::after,
.tooltip.right .tooltip-arrow {
    border-right-color: #d77f5b;
}

.subscription-link .tooltip.right .arrow::after,
.subscription-link .tooltip.right .tooltip-arrow {
    border-right-color: #d77f5b;
}

.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: 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 #596c75;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.table > tbody > tr > td {
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
    height: 41px;
    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 .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: #d77f5b;
    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: #d77f5b;
    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: #d77f5b;
    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: 65px;
    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: left;
    left: auto;
    margin-top: 22px;
    min-width: 210px;
    padding: 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: 900px;
}

.question-modal .modal-dialog {
    width: 480px;
}

.modal-content .modal-header {
    padding: 24px 20px 0;
}

.modal-content .modal-body {
    padding: 24px 20px;
}

.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 .special-form-category-column {
    width: 180px;
}
.custom-table .special-form-name-column {
    width: 500px;
}


.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;
}

.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(#d77f5b, #d77f5b), 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 {
    background-color: rgba(84, 110, 122, 0.80);
    border-radius: 50%;
    color: #000;
    display: block;
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 1;
}

.add-avatar:before {
    color: #fff;
    content: "îŸ·";
    display: block;
    font-family: "Material-Design-Icons";
    font-size: 92px;
    height: 160px;
    line-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: #d77f5b;
    display: inline-block;
    margin-right: 7px;
}

.dashboard-details {
    margin-top: 23px;
}

.activities {
    margin-top: 23px;
}

.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: #d77f5b;
}

.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: #d77f5b;
}

.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/small-export-icon-black.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;
}

.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;
    padding: 10px;
}

.collapse-inner-heading {
    color: #d77f5b;
}

.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: 260px;
    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;
}

.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: -40px;
    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: 10px;
}

.show-visit {
    /* display: inline-block; */
    font-size: 12px;
    font-weight: bold;
    position: absolute; 
    right: 15px; 
    top: 36px; 
    z-index: 1;
    margin-bottom:;
}

.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-item .row-action-primary #i-green {
    background-color: green !important;
}

.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: 0;
}

.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;
}

.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;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.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 only screen and (min-width: 1366px) {
.delete-customize img{
	margin:25px 0 0 0 !important;
	display:block;
	width:24px;
	height:24px;
}
.delete-customize2 img{
	margin:14px 0 0 0 !important;
	display:block;
	width:24px;
	height:24px;
}
.exlamation-custom-image img{
	margin:14px 0 0 0 !important;
	vertical-align: top;
	display:block;
	width:24px;
	height:24px;
}
.exlamation-space-for-col-xs-12 {
	width: 90% !important;
}
}


@media screen and (max-width:500px)
{
    .login-container
    {
        width : 90%;
    }
     .delete-customize img{
	margin:0px !important;;
	display:block;
	width:24px;
	height:24px;
	
}
.delete-customize2 img{
	margin:0px!important; ;
	display:block;
	width:24px;
	height:24px;
}
.exlamation-custom-image img{
	margin:14px 0 0 0 !important;
	vertical-align: top;
	display:block;
	width:24px;
	height:24px;
}
.exlamation-space-for-col-xs-12 {
	width: 82% ;
}

	#mobileTaskTargetDateDiv{
		position: relative;
		overflow:visible;
	}

   
}

#mobileTaskTargetDateDiv{
		position: relative;
		overflow:visible;
}
	
@media screen and (min-width:360px)
{
  
    .delete-customize img{
	margin:0px!important;;
	display:block;
	width:24px;
	height:24px;
	
}
.delete-customize2 img{
	margin:0px !important;;
	display:block;
	width:24px;
	height:24px;
}

.exlamation-custom-image img{
	margin:14px 0 0 0 !important;
	vertical-align: top;
	display:block;
	width:24px;
	height:24px;
}
.exlamation-space-for-col-xs-12 {
	width: 82% ;
}

}


.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: 14px;
    top: 6px;
}

.cell-totals {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.cell-totals.total-footer hr {
    margin: 10px 0;
}

.cell-totals.total-footer .cell-totals {
    padding-left: 50px;


}

.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: 50px;
}

.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;
    height: 50px;
    width: 28px;
}

th.selection-column .checkbox,
th.selection-column .radio {}

.selection-method .dropdown-menu {
    float: left;
    left: 0;
    margin-top: 0;
    right: auto;
}

.selection-column .checkbox,
.selection-column .radio { 
	width: 36px !important;
}

.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: #d77f5b;
}

.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;
}

.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 {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}

.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: 56px;
}

.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-button {
    color: #455a64 !important;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}

.back-button {
    margin-left: 0;
}

.modal-header .back-button {
    margin-right: 20px;
}

.new-message {
    display: block;
}

.new-message i,
.back-to-conversations i,
.back-button i {
    font-size: 16px;
    margin-right: 10px;
}

.back-to-conversations i,
.back-button i {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}

.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: #d77f5b;
    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;
}

.conversation-wrapper {
    height: 100%;
    overflow: auto;
}

.activities-url {
    display: block;
    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: 14px;
    font-weight:normal;
    line-height:20px;
    
   
}

.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: 30px;
    padding: 10px;
    background:#f2f2f2;
    border-bottom:3px solid #d77f5b;
    text-align:center;
}

.kpi-blocks.five-columns .list-details.non-padding li {
    padding: 2px 0;
}

.kpi-blocks.five-columns .list-details span {
    font-size: 12px;
}

.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;
}

.sidebar > .nav {
    margin-bottom: 65px;
    width: 100%;
}

.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 {
    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 {
    display: none;
}

.right-sidebar .list-group .list-group-item.unread-item .row-content .remove-item {
    background-color: #e0f2f1;
}

.right-sidebar .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);
    -moz-transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.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: #d77f5b;
    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%;
}

.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: 11px;
    }
        .delete-customize img{
	margin:25px 0 0 0;
	display:block;
	width:24px;
	height:24px;
}
.delete-customize2 img{
	margin:14px 0 0 0;
	display:block;
	width:24px;
	height:24px;
}

.exlamation-custom-image img{
	margin:14px 0 0 0 !important;
	vertical-align: top;
	display:block;
	width:24px;
	height:24px;
}
.exlamation-space-for-col-xs-12 {
	width: 82%;
}

    
}

.transition {
    -moz-transition: all .5s cubic-bezier(.29, .74, .35, .88) !important;
    -webkit-transition: all .5s cubic-bezier(.29, .74, .35, .88) !important;
    -o-transition: all .5s cubic-bezier(.29, .74, .35, .88) !important;
    transition: all .5s cubic-bezier(.29, .74, .35, .88) !important;
}
.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: 5;
}

.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-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.dashboard-title1{background:#d77f5b; color:#fff; font-size:20px; text-align:center; line-height:40px; font-weight:bold;}

.teshir-oran1{
	background:#ececec;
	padding:10px 20px 30px;
	float:left; width:100%;
}
.teshir-oran1 b{
	color:#666;
	float:left;
	margin-top:20px;
}
.teshir-oran1 span{
	color:#dc8717;
	font-size:50px;
	float:right;
	font-weight:bold;
}

.store-evaluation-report{
	background:#ececec;
	padding:10px 20px 30px;
	float:left; width:100%;
}
.store-evaluation-report b{
	color:#666;
	float:left;
	margin-top:20px;
}
.store-evaluation-report span{
	color:#dc8717;
	font-size:20px;
	float:right;
	font-weight:bold;
}

.store-evaluation-report .header {
    color: #fff;
    font-size:20px;
	font-weight:bold;
}

.store-evaluation-report .header div{
    background-color: #d77f5b;
}

.store-evaluation-report-header{
	background-color: #d77f5b;
	font-size:25px;
	font-weight:bold;
	color: #fff;
	text-align: center;
}

.text-reflect, .text-reflect:before, .text-reflect span {
  display: block;
  margin: 0;
  padding: 0;
}

.text-reflect, .text-reflect:before, .text-reflect:after {
  position: relative;
  height:0px;
}

.text-reflect:before {
  content: '%91';
  top: 105px;
  transform: scale(1, -1);
  backface-visibility: visible; 
  z-index: 1;
}

.text-reflect:after {
  content: '';
  display: block;
  top: -20px;
  left: 0;
  width: 100%;
  height: 38px; 
  background-image: linear-gradient(to bottom, rgba(236,236,236, 0.46) 0%, rgba(236, 236, 236, 1) 50%);
  z-index: 2;
}


.text-reflect2, .text-reflect2:before, .text-reflect2 span {
  display: block;
  margin: 0;
  padding: 0;
}

.text-reflect2, .text-reflect2:before, .text-reflect2:after {
  position: relative;
  height:0px;
}

.text-reflect2:before {
  content: '17';
  top: 105px;
  transform: scale(1, -1);
  backface-visibility: visible; 
  z-index: 1;
}

.text-reflect2:after {
  content: '';
  display: block;
  top: -20px;
  left: 0;
  width: 100%;
  height: 38px; 
  background-image: linear-gradient(to bottom, rgba(236,236,236, 0.46) 0%, rgba(236, 236, 236, 1) 50%);
  z-index: 2;
}




.chart-cizgi-left{float:left; margin-top:-31px;}
.chart-cizgi-left span{float:left; margin:-5px 10px 10px 10px;}
.chart-cizgi-right{float:left; margin-top:-50px;}
.chart-cizgi-right span{float:right; margin:-5px 10px 10px 10px;}

span.non-material {
	min-height: 36px;
	display:inline-block;
}

span.non-material label {
	margin:8px 0px;
}
.btn-sendMobile {
    float: right !important;
    margin: 10px;
}

.btn-mdf-color {
    background-color: #eeeeee !important;
    color: rgba(0,0,0,1) !important;
}

.modal-title-mdf {
	font-size: 18px !important;
	background-color: #d77f5b !important;
	height: 40px !important;
	color: #ffffff !important;
	 padding: 8px 30px;
}

.map-title{position:absolute; left:18px; top:18px; width:200px; z-index:11111; border-radius:20px; }
.map-title ul{background:#fff; padding:20px; width:200px; height:100px; display:block}
.map-title ul li{list-style:none; float:left; width:100%; line-height:40px; line-height:20px;}
.map-yellow{color:yellow;  margin-right:10px; font-size:40px; float:left;}
.map-green{color:green;  margin-right:10px; font-size:40px; float:left;}
.map-blue{color:blue; margin-right:10px; font-size:40px; float:left;}



.emir-sayisi{float:right;}
.emir-sayisi li{list-style:none; line-height:30px; background:#f2f2f2; padding-left:10px; margin-bottom:10px;}
.emir-sayisi span{margin-left:20px;  font-weight:bold; background:#d77f5b; padding-left:10px; padding-right:10px; color:white; float:right;}


@media only screen and (max-width: 960px) {
.listTableBlock{display:block;width:100%;float:left;}
.collapse-inner-heading .visit-info{display:table-row-group;}
.SumoSelect > .optWrapper.open {height:250px !important;}
.mgz-form{width:150px;}
.SumoSelect > .optWrapper > .options{max-height:160px !important;}

}



