@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline:none;
    resize: none;
}
*:not(td):not(tr) {
    word-break: break-word;
}
pre {
    white-space: normal;
}
 html,body{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 85);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.offline-ui,
.offline-ui-waiting {
	margin-top: constant(safe-area-inset-top) !important;
	margin-top: env(safe-area-inset-top) !important;
}
.profile-header {
	padding-top: calc(16px + constant(safe-area-inset-top)) !important;
	padding-top: calc(16px + env(safe-area-inset-top)) !important;
	height: calc(134px + constant(safe-area-inset-top)) !important;
	height: calc(134px + env(safe-area-inset-top)) !important;
}
.header-style {
	padding-top: calc(4px + constant(safe-area-inset-top)) !important;
	padding-top: calc(4px + env(safe-area-inset-top)) !important;
}
.search-container .search-header {
	padding-top: constant(safe-area-inset-top) !important;
	padding-top: env(safe-area-inset-top) !important;
}
.search-container .search-hint {
	top: calc(57px + constant(safe-area-inset-top)) !important;
	top: calc(57px + env(safe-area-inset-top)) !important;
}
.nav-container .profile-header {
	padding-top: calc(16px + constant(safe-area-inset-top)) !important;
	padding-top: calc(16px + env(safe-area-inset-top)) !important;
}
.nav-container-inner {
	min-height: calc(100vh - 204px + constant(safe-area-inset-top)) !important;
	min-height: calc(100vh - 204px + env(safe-area-inset-top)) !important;
}
.open-full-dialog .dialog-header {
	padding-top: constant(safe-area-inset-top) !important;
	padding-top: env(safe-area-inset-top) !important;
}
.dropdown-list.dropdown-list-fixed {
	top: calc(16px + constant(safe-area-inset-top)) !important;
	top: calc(16px + env(safe-area-inset-top)) !important;
}
#layyer img, #loaderDiv img {
	margin-top: calc(120px + constant(safe-area-inset-top)) !important;
	margin-top: calc(120px + env(safe-area-inset-top)) !important;
}
.selected-header {
	top: constant(safe-area-inset-top) !important;
	top: env(safe-area-inset-top) !important;
}
.fc-scroll-document {
	padding-bottom: calc(16px + constant(safe-area-inset-top)) !important;
	padding-bottom: calc(16px + env(safe-area-inset-top)) !important;
}
.ngdialog {
	top: constant(safe-area-inset-top) !important;
	top: env(safe-area-inset-top) !important;
}
.toasts.dir-top {
	top: constant(safe-area-inset-top) !important;
	top: env(safe-area-inset-top) !important;
}
.login-header {
	padding-top: constant(safe-area-inset-top) !important;
	padding-top: env(safe-area-inset-top) !important;
}



.nav-container .profile-header,
.search-container .search-header,
.full-dialog .full-dialog-header  {
	/* padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);	*/
}



li {list-style:none;}

.responsive-img,
.responsive-image {max-width:100%; height:auto;}
.responsive-img img {max-width:100%; height:auto;}
.responsive-iframe {
    width:100%;
    -webkit-overflow-scrolling: touch;
}
.responsive-iframe-container iframe {
	max-width:100% !important;
	height: auto !important
}


.courses-detail-iframe {
    position: relative;
    overflow: scroll;
    height: calc(100vh - 187px);

    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.courses-detail-iframe iframe {
    width: 100%;
    height: 100%;
}

/* Loader Design */
.visible{display:block !important;}
.loader-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
.loader-bottom svg {
    position: initial;
    width: 24px;
    margin: 0 5px -6px 0;
}
.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: #0093ee;
    /* -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite; */
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
    stroke-linecap: round;
}
@-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: -35px;
}
100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
}
}

@keyframes dash {
    0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
}
100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
}
}


#spinner{
    width:60px;
    height:60px;
    border-radius:6px;
    background: linear-gradient(#aaa, whitesmoke);
    box-shadow:2px 1px -1px whitesmoke inset, 2px 5px -1px black;
    position: absolute;
    top:50%;
    left:50%;
    margin: -30px auto auto -30px;
}
#spinner::before{
    content:"";
    position: absolute;
    width:28px;
    height:28px;
    border-radius:50px;
    border-top:4px #222 solid;
    border-right:4px rgba(34,34,34,0.2) solid;
    border-left:4px rgba(34,34,34,0.2) solid;
    border-bottom:4px rgba(34,34,34,0.2) solid;
    left:50%;
    top:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin:-14px auto auto -14px;
    -webkit-animation: roll 2s linear infinite;
    -moz-animation:roll 2s linear infinite;
    -ms-animation: roll 2s linear infinite;
    -o-animation: roll 2s linear infinite;
    animation: roll 2s linear infinite;
}
/* Animating the loader */
@-webkit-keyframes roll{
    0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}

/* Animating the loader */
@-moz-keyframes roll{
    0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}

/* Animating the loader */
@-ms-keyframes roll{
    0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}

/* Animating the loader */
@-o-keyframes roll{
    0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}

/* Animating the loader */
@keyframes roll{
    0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}
/* End of Loader Design */

/* Grid */
.grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    position: relative;
}
.grid-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

  padding: 16px;
  min-width: 0;
}
.grid-cell.col-1of3 {
    width: 33.3333% !important;

  -webkit-box-flex: 0!important;
  -webkit-flex: none!important;
  -ms-flex: none!important;
  flex: none!important;
}
.grid-cell.col-1of4 {
    width: 25% !important;

  -webkit-box-flex: 0!important;
  -webkit-flex: none!important;
  -ms-flex: none!important;
  flex: none!important;
}
.grid-cell.col-1of5 {
    width: 20% !important;

  -webkit-box-flex: 0!important;
  -webkit-flex: none!important;
  -ms-flex: none!important;
  flex: none!important;
}
/* End of Grid */

/* ---------------------------------- */
a {
    text-decoration: none;
    color:inherit;
    display: inline-block;
}
.word-break {
    word-break: break-word;
}
.white-space-nowrap {
    white-space: nowrap;
}
.white-space-pre {
     white-space: pre-line;
 }

.block {
    display: block;
}

.white-bg {
    background-color: #fff;
}
.transparent-bg {
    background-color: transparent !important;
}
.bg-color.bg-color {
    /*background-color: #dfe2e4;*/
    background-color: #f0f0f0;
}

.red-bg.red-bg {
    background:#cd5944;
}
.green-bg {
    background:#4CAF50 !important;
}

.primary-bg {
    background: #0093ee;
}

.primary-bg #RemoveEllipsisClass {
    background: #fff;
    margin: 0 -16px -16px -16px;
    padding: 16px;
    border-bottom: solid 1px rgb(219 219 219);
}
.primary-bg #RemoveEllipsisClass .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5pt;
    color: #757575 !important;
    margin-bottom: 8px;
}

.primary-bg #RemoveEllipsisClass .body-1,
.primary-bg #RemoveEllipsisClass .body-2 {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 700;
}
.primary-bg #RemoveEllipsisClass .body-2 .caption {
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-weight: 500;
    padding-right: 3px;
}
.primary-bg #RemoveEllipsisClass .read-more {
    color: #0093ee;
}

.primary-bg#courseDetailDiv > .flex {
    margin: -16px;
    background: #fff;
    padding: 11px 16px 16px 16px;
    border-bottom: solid 1px rgb(219 219 219);
}
.primary-bg#courseDetailDiv > .flex .body-2 {
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-weight: 500;
    padding-right: 3px;
}


.scroll-container {
    overflow: scroll;
}
.hideClass {
    display: none;
}
.full-width {
    margin-left: -16px;
    margin-right: -16px;
}
.webkit-overflow .fc-scroll {
    /* -webkit-overflow-scrolling: auto !important; */
    overflow: hidden !important;
}
#layyer,#loaderDiv{
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(155, 155, 155, 0.5);
    top:0px;
    left:0px;
    z-index: 1000;
    display:none;
}
#layyerCopy{
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(155, 155, 155, 0.5);
    top:0px;
    left:0px;
    z-index: 1000;
    display:none;
}

/* SVG Icons Styles */
.svg-icon svg,
.svg-icon-24 svg,
.svg-icon-40 svg {
    width: 24px;
    height: 24px;
    fill: #757575;
}
a.r_icon4 {
    .svg-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
}
.svg-icon.white svg,
svg.white {
    fill: #757575;
}
svg.green {fill: green;}
svg.red {fill: red;}
.svg-icon {padding: 12px;width: 48px;height: 48px; display: inline-block;}
.svg-icon.svg-icon-40 {padding: 12px;width: 40px;height: 40px;}
.svg-icon.svg-icon-24 {padding: 0; width: 24px;height: 24px;}
.svg-disable-icon {
    opacity: 0.5;
}
/* End of SVG Icons Styles */

/* Overlay Style */
.overlay.show {
    display: block;
    pointer-events: all;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;
    background: rgba(155, 155, 155, 0.5);
    display: none;
}
.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: rgba(0,0,0, 0.5);
    display: none;
}
/* End of Overlay Style */

/* Left Nav */
.left-nav.open-nav {
    left: 0;
}
.left-nav {
    position:fixed;
    top:0;
    left: -350px;
    right: 0;
    bottom:0;
    background:#fff;
    overflow:auto;
    z-index: 10;
    width: calc(100% - 37px);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
    max-width: 323px;
    overflow-x: hidden;
}
.nav-container-inner {position: relative; min-height: calc(100vh - 204px);}
#nav-container > ul {border-top: solid 1px rgba(0, 0, 0, 0.1);position: absolute;bottom: 0;left: 0;right: 0;}
.nav-style {
    position: relative;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.nav-style li .svg-icon {margin-right: 24px;}
.nav-style li .svg-icon:last-child {margin-right: 0;}
.nav-style li .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;


    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #757575;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5pt;
}
.nav-container .profile-header .svg-icon {
    float: right;
    margin: -13px 0 0 0;
}
.nav-container .profile-header .svg-icon svg {
    fill: #757575;
}
.nav-container .profile-header {
    margin-bottom: 16px;
    background: #fff;
    border-bottom: solid 1px rgb(219 219 219);
}
.nav-container .profile-header .body-2.white {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #757575;
    font-weight: 600;
}


.sub-nav {
    position: absolute;
    background: #fff;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 1;
}
.nav-container .sub-nav {
	overflow: hidden;
}
.sub-nav .back-menu-link {
    border-bottom: solid 1px rgb(219 219 219);
    margin-bottom: 8px;
}
.sub-nav .sub-nav-heading {
    padding: 16px 16px 16px 56px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    opacity: 0.87;
    filter: alpha(opacity=87);
}
/* End of Left Nav */



.profile-header {
    background: #fff none repeat scroll 0 0;
    padding: 16px 16px 0;
    margin-bottom:7px;
    background-size: cover;
    width: 100%;
    height: 134px;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile-header .flex {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.profile-header a {
	color:rgba(255, 255, 255, 0.34) !important;
}

.profile-header .avatar {
    width: 63px;
    height: 63px;
    border-radius: 100%;
}

.menu-profile-heading {
    /*height:56px;*/
    padding: 6px 0 0;
    margin-bottom: 15px;
}
.show-multi-accounta-lList {
    position: relative;
}
.show-multi-accounta-lList:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(255, 255, 255, .87) transparent transparent transparent;
}
.show-multi-accounta-lList.active:after {
    border-color: transparent transparent rgba(255, 255, 255, .87) transparent;
    top: -5px;
}


/* Three Structure */
.main-page-container {
    height: 100%;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    /*-webkit-overflow-scrolling: touch;*/
}
.page-top-container { }
.page-middle-container {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;

    overflow: hidden !important;
    /*-webkit-overflow-scrolling: auto;*/
}


.doubleheader.no-padding .fc-scroll {
    /*height: calc(100vh - 100px);*/
}
.fab-spacer .fc-scroll {
    padding-bottom: 56px;
}

/*.doubleheader {
    padding-top: 48px;
}*/

/*.doubleheader.no-padding {
    padding: 0;
}*/
.fc-scroll {
    height: calc(100vh - 56px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-bottom-btn{
	padding-bottom: 56px;
}

.page-middle-container.doubleheader.fab-spacer.no-padding .fc-scroll {
    height: calc(100vh - 103px) !important;
}
.page-middle-container.doubleheader.fab-spacer .fc-scroll {
    height: calc(100vh - 160px) !important;
}
/*.page-middle-container.no-padding .fc-scroll {
    height: calc(100vh - 56px) !important;
}*/
.page-middle-container.doubleheader .fc-scroll {
    height: calc(100vh - 104px) !important;
}
.page-middle-container.doubleheader.no-padding .fc-scroll {
    height: calc(100vh - 56px) !important;
}
.page-middle-container.form-container .fc-scroll {
    height: calc(100vh - 127px) !important;
}
.page-middle-container.doubleheader.form-container .fc-scroll {
    height: calc(100vh - 150px) !important;
}

.page-bottom-container { }
/* End of Three Structure */


/* Chart Legend Style */
.legend-container {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.legend-container .legend-item {
    margin: 0 8px 5px 0;
    font-size:12px;
    color:rgba(0, 0, 0, 0.87);
}
.legend-container .legend-item .legend-item-color  {
    display: inline-block;
    width: 20px;
    height: 10px;
}

/* End of Chart Legend Style */

/* Ripplelink Effect */
.ripplelink {
    position:relative;
    overflow:hidden;
}
.ink {
    display: block;
    position: absolute;
    background:rgba(90, 90, 90, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.animate {
    -webkit-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
    -webkit-transition: all 0;
    transition: all 0;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}
/* End of Ripplelink Effect */

.no-padding {
    padding: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.opacity-50 {
    opacity: .5;
}
.height-100 {
    height: 100%;
}
.min-width-0 {
    min-width:0;
    width: 100%;
}
.flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row-container {
    -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.flex-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}
.flex-direction-row {
    flex-direction: row !important;
}
.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
}
.flex-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}




.see-more {
    background: #dfe2e4;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px 9px;
    color: #0093ee;
    text-align: center;
    cursor: pointer;
}
.badges {
    display: inline-block;
    background: #808080;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
}

.border-link-style {
    border: solid 2px #0093ee;
}
.listview.no-border li {
    border: 0;
}
.text-select-none,
.text-select-none * {
    user-select: none;
}
.no-border {border-width: 0 !important;}
.border-top {border-top: solid 1px rgba(0, 0, 0, .1) !important;}
.border-bottom {border-bottom: solid 1px rgba(0, 0, 0, .1);}

.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.padding-8 {
    padding: 8px;
}
.padding-right-8.padding-right-8 {
    padding-right:8px;
}
.padding-left-8 {
    padding-left:8px;
}
.padding-top-8 {
    padding-top: 8px;
}
.padding-bottom-8 {
    padding-bottom: 8px;
}
.padding-16 {
    padding: 16px;
}
.padding-lr-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.padding-right-16 {
    padding-right: 16px !important;
}
.padding-left-16 {
    padding-left: 16px;
}
.padding-top-16 {
    padding-top: 16px !important;
}
.padding-bottom-16 {
    padding-bottom: 16px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.red-text.red-text {
    color: #d83737;
}
.red-text svg {
    fill: #d83737;
}
.orange-text.orange-text {
    color: #ea750d;
}
.orange-text svg {
    fill: #ea750d;
}
.green-text.green-text {
    color: #598207;
}
.green-text svg {
    fill: #598207;
}
.link-style.link-style,
.new-card .card-header .caption {
    color: #0093ee;
}
.body-1.link-style {
    color: #0093ee !important;
}
.link-style svg {
    fill: #0093ee;
}
.purple-text {
    fill: #9C27B0;
}

/* Checklist/Ticket */
.Complete {
    background-color: #a6e6c6 !important;
}
.Pending {
    background-color: #addefc !important;
}
.Overdue {
    background-color: #dfc0a2 !important;
}
.Progress {
    background-color: #b9d7ec !important;
}
.Applicable {
    background-color: #f3f3d8 !important;
}
.Unscheduled {
    background-color: #7b8692 !important;
}
.tkt.Reopen{
    background-color: #fbb86f !important;
}
.tkt.Closed{
    background-color: #aeb7bc !important;
}
.tkt.New{
    background-color: #4dbb48 !important;
}
.tkt.Pending{
    background-color: #f8993f !important;
}
/* End of Checklist */

.lbl-style {
    font-size: 16px;
    opacity: 0.54;
    filter: alpha(opacity=54);
    display: block;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.bold {
    font-weight: bold;
}
.caption {
    font-size:12px;
    color:rgba(0, 0, 0, 0.54);
    margin:0;
    line-height:normal;
}
.body-1 {
    font-size:14px;
    color:rgba(0, 0, 0, 0.87);
    margin:0;
}
.body-2 {
    font-family: "Source Sans Pro",sans-serif;
    font-size:14px;
    font-weight: 600;
}
.title {
    font-size:20px;
    font-weight:500;
    color:rgba(0, 0, 0, 0.87);
}
.heading {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin:0;
}
.subheading {
    font-size:16px;
    color: rgba(0, 0, 0, .87);
}
.subheading.white, .heading.white, .body-2.white, .body-1.white, .lbl-style.white {color: rgba(255, 255, 255, .87);}
.caption.white {color: rgba(255, 255, 255, .54);}

.read-more {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.read-more:after {
    content: '';
    width: 6px;
    background: transparent;
    height: 6px;
    position: absolute;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(43deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .87);
    right: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
}
.white.read-more:after {
    border-color: rgba(255, 255, 255, .87);
}


/* Header Style */
.selected-header {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 56px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    z-index: 6;
}
.header-style {
    background: #fff;
    color:#757575;
    z-index: 4;
    padding: 4px 0;
    min-height: 56px;
    position: relative;
    border-bottom: solid 1px rgb(219 219 219);

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-style .title {
    user-select: none;
    -webkit-user-select: none;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width:0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding-left: 24px;


    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5pt;
    color: #757575 !important;


}
.header-style svg {
    fill: #757575;
}
/* End of Header Style */

/* Sub Header Style */
.sub-header {
    border-bottom: solid 1px rgb(219 219 219);
}
.sub-header,
.tab-design {
    background: #fff;
    /*position: fixed;
    top: 55px;*/
    right: 0;
    left: 0;
    z-index: 2;
    height: 62px;
    color: rgba(255, 255, 255, .87);
    padding: 0 16px;

    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sub-header.hide-sub-header,
.tabs-menu.hide-sub-header {
    overflow-y: hidden;
    height: 0;
}

.sub-header .dropdown-action {
    max-width: 100%;
    margin-top: 5px;
}
.sub-header .list-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.sub-header .dropdown-action .list-name {
    padding-right: 17px;
}

/*.sub-header + * {
    margin-top: 48px;
}
.tab-design + *,
.sub-header + .card  {
    margin-top: 55px !important;
}*/
.sub-header .svg-icon:last-child {
    margin-right: -16px;
}
/* End of Sub Header Style */

/* Search Header */
.search-container {
    z-index: 5;
    position: relative;
    display: none;
}
.open-search-container {
    display: block;
}
.search-header {
    background: #fff;
    border-bottom: solid 1px rgb(219 219 219);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 56px;
    padding: 0 4px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: all 0.5s ease-out3;
    transition: all 0.5s ease-out;
}
.search-header input {
    background: transparent;
    border: 0;
    height: 56px;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    color: #7f7f7f;
}
.search-header input::-webkit-search-decoration,
.search-header input::-webkit-search-cancel-button,
.search-header input::-webkit-search-results-button,
.search-header input::-webkit-search-results-decoration {
  display: none;
}
.search-hint {
    position: fixed;
    top: 57px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: scroll;
    /* box-shadow: inset 0px 4px 10px -7px #000; */
    padding-top: 6px;
}
.search-hint .listing {
    overflow: auto;
    height: 100%;
}
.search-hint .listing li {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-hint .listing li .listing-info .svg-icon {
    margin: 0 !important;
}
/* End of Search Header */

/* List View (Details Page) Style */
.listview {
    padding: 0;
    /*width: 100%;*/
}
.listview li {
    padding: 16px;
    /*background:#FFF;*/
    /* border-bottom: solid 1px rgba(0, 0, 0, .1); */
}
.listview li .svg-icon {
    margin-bottom: -12px;
}
.listview li .caption {
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
}
.listview li .body-1 {
    font-family: 'Source Sans Pro', sans-serif!important;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    font-weight: 700;
}

/* End of List View (Details Page) Style */



/* Listing Style */
.summary-separator.summary-separator {
    padding: 16px 16px 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    text-transform: uppercase;
    margin-top: 16px;
}
.listing .summary-separator.summary-separator {
    background: #f5f5f5;
    margin-top: 0;
    padding: 16px;
}
.listing .body-2 {
    padding-bottom: 2px;
    color: #757575;
    font-family: 'Source Sans Pro', sans-serif;
}
.listing .body-2 a,
.listing a .body-2 {
    padding-bottom: 2px;
    color: #0093ee;
    font-family: 'Source Sans Pro', sans-serif;
}
.listing .caption {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(155 155 155);
    font-size: 13px;
}
.listing a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.listing .listing-content > .caption:nth-child(2) {
	/* font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0; */
}

.listing {
    padding: 0;
    z-index: 1;
    width: 100%;
}
.listing li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/

    flex-flow: row wrap;

    padding: 24px 16px;
    border-bottom: solid 1px #e5e5e5;
}
.listing li .listing-icon {
    background-color:#808080;

    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgb(16 16 16 / 15%);

    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}
.listing li .listing-icon img {
    max-width: 100%;
}
.listing-multicolor li .listing-icon {
	background-color: #26c1c9;
	text-transform: uppercase;
}
.listing li .listing-icon .svg-icon {
    /*width: 48px;
    padding: 8px;*/
    width: 28px;
    height: 30px;
    padding: 4px 2px;
}
.listing li .listing-icon .svg-icon svg {
    fill: #fff;
}
.listing li .listing-content {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width:0;
}
.listing-info {
    text-align: right;
    padding-left: 8px;
    position: relative;
    min-width: 31px;
    transform: translate3d(0, 0, 0);
}
.listing .listing-content p {
    transform: translate3d(0, 0, 0);
}
.listing-info .svg-icon {
    margin-top: 8px;
}
.listing-info .svg-icon:last-child {
    margin-left: 8px;
}
.listing-info .dropdown-action {
    margin-right: -4px;
}
.A, .a, .G, .g, .M, .m, .S, .s,  .Y, .y,
.B, .b, .H, .h, .N, .n, .T, .t, .Z, .z,
.C, .c, .I, .i, .O, .o, .U, .u,
.D, .d, .J, .j, .P, .p, .V, .v,
.E, .e, .K, .k, .Q, .q, .W, .w,
.F, .f, .L, .l, .R, .r, .X, .x { background:#26c1c9 !important;}

/* >>>> Listing Multi Select <<<<< */
.listing-multiselect .selected {
    background: #ebf6ff;
}
.listing-multiselect .listing-icon {
    transform: rotateX(0deg);
    transition: all .5s;
}
.listing-multiselect .listing-icon.mark {
    transform: rotateX(180deg);
}
.listing-multiselect .listing-icon:after {
    /*content:'✓';*/
    content:'\2714';
    background:#808080;;
    transform: rotateX(0deg);
    border-radius: 100%;
    width: 32px;
    height: 32px;

    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all .5s;

    opacity: 0;
    color:#fff;
}
.listing-multiselect .listing-icon.mark:after {
    transform: rotateX(180deg);
    z-index: 1;
    opacity: 1;
}

/* End of Listing Style */

/* Custom Dropdown Menu */
.dropdown-list-fixed {
    top: 16px !important;
    min-width: auto !important;
    left: auto !important;
    right: 5px !important;
    position: fixed !important;
	z-index: -1 !important;
}
.dropdown-list-fixed.open-menu {
	z-index: 7 !important;
}
.dropdown-action.no-arrow .list-name {
    padding-right: 0;
}
.dropdown-action.no-arrow .list-name:after {
    display: none;
}

.dropdown-action.white {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5pt;
}
.dropdown-action.white,
.dropdown-action.white .list-name a  {
    color: #757575;
    text-decoration: none;
}
.dropdown-action.white .list-name:after {
    border-top-color: #757575;
}
.dropdown-action {
    position: relative;
    display: inline-block;
}
.dropdown-action .list-name {
    padding-right: 25px;
}
.dropdown-action .list-name:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
}
.dropdown-list {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    border-radius: 2px;
    z-index: 10;
    text-transform: capitalize;
    padding: 8px 0;
    max-height: 70vh;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow-x: hidden;

    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.07, 0.51, 1.09);
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.51, 1.09);

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;

    -webkit-overflow-scrolling: touch !important;
}
.dropdown-list li {
    list-style: none;
    display: block;
    padding: 15px 16px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    color: rgba(0, 0, 0, .87);

    /*opacity: 0;
    filter: alpha(opacity=0);*/
    /*-webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);*/
    /*-webkit-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
    border-bottom: 0 !important;
}
.dropdown-list li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #606061;
    font-weight: 500;

    padding: 15px 16px;
    margin: -15px -16px;
    display: block;
    line-height: normal;
    text-decoration: none;
}
.open-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.open-menu li {
    opacity: 1;
    /*filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);*/
}
/*.open-menu li:nth-of-type(1){-webkit-transition-delay:0.15s;transition-delay:0.15s;}
.open-menu li:nth-of-type(2){-webkit-transition-delay:0.20s;transition-delay:0.20s;}
.open-menu li:nth-of-type(3){-webkit-transition-delay:0.25s;transition-delay:0.25s;}
.open-menu li:nth-of-type(4){-webkit-transition-delay:0.30s;transition-delay:0.30s;}
.open-menu li:nth-of-type(5){-webkit-transition-delay:0.35s;transition-delay:0.35s;}
.open-menu li:nth-of-type(6){-webkit-transition-delay:0.40s;transition-delay:0.40s;}
.open-menu li:nth-of-type(7){-webkit-transition-delay:0.45s;transition-delay:0.45s;}
.open-menu li:nth-of-type(8){-webkit-transition-delay:0.50s;transition-delay:0.50s;}
.open-menu li:nth-of-type(9){-webkit-transition-delay:0.55s;transition-delay:0.55s;}
.open-menu li:nth-of-type(10){-webkit-transition-delay:0.60s;transition-delay:0.60s;}*/

.dropdown-list.direction-right {
    right: 6px;
    left: auto;

    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.dropdown-list.direction-top {
    right: 6px;
	bottom: 4px;
	top:auto;
	left:auto;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

/* End of Custom Dropdown Menu */

.container {
    padding: 16px;
}

/* Input Form Ctrl */
.mobileDate .form-ctrl {
    padding-right: 0;
}
.mobileDate .input-right {
    z-index: 0 !important;
}
.form-container {
    padding-bottom: 50px;
}
.input-group.input-icon-right {
	min-height: 71px;
}
.input-group.input-icon-left .form-ctrl,
.input-group.input-icon-left label.lbl-style {padding-left: 52px;}
.input-icon-left .input-left {
    position: absolute;
    top: 22px;
    left: 0;
}

.input-group.suggestion-group {}
.input-group.suggestion-group .suggestion-list {
    background: #fff;
    max-height: 150px;
    overflow: auto;
    border: solid 1px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    top: -1px;
}
.input-group.suggestion-group .suggestion-list .listing {

}
.input-group.suggestion-group .suggestion-list .listing li {
    border-bottom: 0;
}

.input-group.input-icon-right .form-ctrl,
.input-group.input-icon-right label.lbl-style {padding-right: 52px;}

.input-icon-right .input-right {
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 1;
    transform: translate3d(0px, 0px, 0px);
}
.input-icon-left .input-left {
    position: absolute;
    top: 22px;
    left: 0;
}
.input-group {
    padding: 16px 0 8px;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}
.input-group label.lbl-style {
    z-index: 0;
    position: absolute;
    font-size: 16px;
    color: rgba(0, 0, 0, .54);
    display: block;
    top: 33px;
    left: 0;
    right: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;

    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    color: rgb(155 155 155);
    opacity: 1 !important;

    /* opacity: 0.54;
    filter: alpha(opacity=54); */







    /*display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-end;
    bottom: 12px;
    top: 0; */
}
.input-group p.form-ctrl{
	min-height: 18px;
}
.input-group div.form-ctrl {
    /*margin-top: 0;*/
    min-height: 22px;
    word-break: break-word;
}
.input-group select.form-ctrl {
    background: url('../images/dropdown-arrow.png') no-repeat right 10px center;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    padding-right: 33px;
}
.input-group .form-ctrl {
    background-color: transparent;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 0;
    font-size: 16px;
    margin-top: 16px;
    outline: none;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    display: block;
}
.input-group.file-field input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}
.input-group.file-field .input-right {
    top: 17px !important;
}
.input-group .bar {
    position: relative;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    width: 100%;
    display: block;
    margin-top: 8px;
}
.input-group .bar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    margin: 0 auto;
    background: #0093ee;
    transition: 0.2s ease all;
}
.input-group.valid label.lbl-style {
    font-size: 12px;
    opacity: 0.54;
    filter: alpha(opacity=54);
    top: 10px;
    /*bottom: 40px;*/
}
.input-group.focus .bar:after {
    width: 100%;
}

.input-group.textarea-group.valid label.lbl-style {
    /* bottom: 59px; */
}
.textarea-group .form-ctrl {
    height: 40px;
}
textarea.auto-height {
  overflow:hidden;
  display:block;
  max-height: 88px;
}

.input-group.static-label .form-ctrl {
    margin-top: 7px;
}
.input-icon-right.static-label .input-right {
    top: 33px;
}

.form-ctrl-plan {
    background-color: transparent;
    z-index: 1;
    width: 100%;
    border: 0;
    font-size: 16px;
    outline: none;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Source Sans Pro",sans-serif !important;
}
.error-message {
    color: #cd5944;
    font-size: 12px;
    padding: 4px 0;
    visibility: hidden;
}
.input-invalid .bar:after {
    background: #cd5944;
    width: 100%;
    height: 1px;
}
.input-invalid .error-message {
    visibility: visible;
}
.input-group.without-label {
    padding-top: 0px;
}
.input-group.without-label .bar {
    margin-top: 2px;
}
.input-group.without-label .form-ctrl {
    margin: 0;
    min-height: 36px;
}
.input-group.without-label.input-icon-right .input-right {
    /*top: 4px;*/
    top: 0;
}
.input-group.without-label.input-icon-left .input-left {
    /*top: 4px;*/
    top: 0;
}
/* End of Input Form Ctrl */

/* Radio Group Button Style */
.radio-group-btn,
.checkbox-group-btn {
    width: 100%;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    background: #fff;
    border-radius: 2px;
    border-collapse: collapse;
	border: solid 1px #0093ee;
    margin: 8px 0;
}

.radio-group-btn  label,
.checkbox-group-btn label {
    padding: 7px 16px 8px;
}
.radio-group-btn input,
.checkbox-group-btn input {
    display: none;
}
.radio-group-btn label,
.checkbox-group-btn label {border-right: solid 1px #0093ee;}
.radio-group-btn label:last-child,
.checkbox-group-btn label:last-child {border-right:none;}
.radio-group-btn label,
.checkbox-group-btn label {
    padding: 5px 16px 6px;
    font-size: 14px;
    cursor: pointer;
    color: rgba(0, 0, 0, .87);
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;

    -webkit-transition:all 0.3s linear;
	transition: all 0.3s linear;
}
.radio-group-btn input:checked + label,
.checkbox-group-btn input:checked + label {
    background: #0093ee;
    color: #fff;
    /*box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.45) inset;*/
}
/* End of Radio Group Button Style */


/* Switch(Yes/ No) Css */
.switch { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 8px 0; transform: translate3d(0px, 0px, 0px); }
.switch.ex-widget{padding:10px 8px 6px 8px; border:1px solid #f3f3f3; border-radius:2px; margin-top:-7px;}
.switch .lbl-style { width: 100%; }
.switch input[type="checkbox"] { display: none; }
.switch .switch-lbl { display: inline-block; position: relative; width: 40px; height: 16px; border-radius: 8px; background: rgba(0,0,0,0.26); vertical-align: middle; transition: all 0.3s linear; margin-right: 10px; margin-left: 10px; cursor: pointer; transform: translate3d(0px, 0px, 0px); }
.switch .switch-lbl:before { content: ''; position: absolute; top: -4px; left: -4px; width: 24px; height: 24px; background: #fafafa; box-shadow: 0 2px 8px rgba(0,0,0,0.28); border-radius: 100%; transition: all 0.3s cubic-bezier(0, 0, 0, 1.09); }
.switch input[type="checkbox"]:checked + label { background: rgba(0, 147, 238, 29%); }
.switch input[type="checkbox"]:checked + label:before { left: 20px; background: #0093ee; }
.switch input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;

    opacity: 0;
    background: #0093ee;
    border-radius: 50%;
    display: block;
    z-index: 100;
}

/* End of Switch(Yes/ No) Css */

/*  Checkbox Group Css */
.checkbox-group input[type="checkbox"].checkbox { display: none; }
.checkbox-group .checkbox-lbl { display: block; position: relative; padding-left: 30px; font-size: 16px; /* color: rgba(0, 0, 0, 0.54); */ min-width: 17px; min-height: 30px; cursor: pointer; padding-top:6px; padding-bottom:6px;}
.checkbox-group .checkbox-lbl.cntrCbox { width:0; margin: auto; }
.checkbox-group .checkbox-lbl:after { content: ''; position: absolute; top:6px; left: 0; border: solid 2px #858585; width: 13px; height: 13px; border-radius: 1px; background-color: #fff; transition: all 0.3s; }
.checkbox-group .checkbox-lbl:before { content: ''; position: absolute; top: 0px; left: 0; border-style: solid; border-width: 0 2px 2px 0; border-color: #fff; width: 17px; height: 17px; transition: all 0.3s; z-index: 2; opacity: 0; }
.checkbox-group input[type="checkbox"]:checked + .checkbox-lbl:after { background-color: #0093ee; border-color: #0093ee; }
.checkbox-group input[type="checkbox"]:checked + .checkbox-lbl:before { width: 3px; height: 7px; top: 9px; left: 6px; transform: rotate(37deg); opacity: 1; }

.checkbox-group input[type="checkbox"]:disabled:checked + .checkbox-lbl:after,
.checkbox-group input[type="checkbox"]:disabled:checked + .checkbox-lbl:before,
.checkbox-group input[type="checkbox"]:disabled + .checkbox-lbl:after {opacity:.5;}
.checkbox-group .checkbox-vcenter.checkbox-lbl:after {
    margin: auto;
    bottom: 0;
}
.checkbox-group .checkbox-vcenter.checkbox-lbl:before {
    margin: auto;
    bottom: 5px;
}
/* End of Checkbox Group Css */


/* Radio Group Css */
.radio-group { padding: 16px 0; }
.radio-group .lbl-style { margin-bottom: 10px; }
.radio-group input[type="radio"] { display: none; }
.radio-group .radio-lbl { display: block; position: relative; padding: 6px 0 6px 35px; cursor: pointer; min-height: 22px; min-width: 22px;}
.radio-group .radio-lbl:after { content: ''; position: absolute; width: 18px; height: 18px; display: block; border-radius: 50%; top: 5px; left: 0; border: solid 2px #858585; transition: all 0.3s linear; -webkit-transition:all 0.3s linear; transform: translate3d(0, 0, 0);}
.radio-group .radio-lbl:before { content: ''; position: absolute; width: 21px; height: 21px; display: block; background-color: #0093ee; border-radius: 50%; top: 5px; opacity: 0; left: 0; transition: all 0.3s linear; -webkit-transition:all 0.3s linear; }
.radio-group input[type="radio"]:checked + .radio-lbl:after { border-color: #0093ee; }
.radio-group input[type="radio"]:checked + .radio-lbl:before { opacity: 1; width: 12px; height: 12px; top: 10px; left: 5px; transform: translate3d(0, 0, 0); }
.radio-group input[disabled] + .radio-lbl { opacity: .5; cursor: default; }
.radio-group.opacity-disable input[disabled] + .radio-lbl { opacity:inherit; }
.radio-group.opacity-disable input[type="radio"]:checked + .radio-lbl:after, .radio-group.opacity-disable input[type="radio"]:checked + .radio-lbl:before,
.radio-group.opacity-disable .radio-lbl::after{ opacity: .5;}
.radio-group.radio-vertical-middle .radio-lbl:before,
.radio-group.radio-vertical-middle .radio-lbl:after {
    margin: auto 0;
    top: 0 !important;
    bottom: 0;
}
/* End of Radio Group Css */

/* TextField with Border Style */
.textfield-border {
    border: 1px solid #848484 !important;
    border-radius: 2px;
    padding: 8px;
    margin-top: 0 !important;
    margin-bottom: 0;
    height: 40px;
}
/* End of TextField with Border Style */

/* Tab Design */
.tab-design {
    background: #fff;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    z-index: 2;
    overflow: auto;
    border-bottom: solid 1px rgba(155, 155, 155, 0.5);
}
.tab-item {
    padding: 1px 16px 0;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    position: relative;
    text-align: center;
    white-space: nowrap;
    flex: 2;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    user-select: none;
}
.tab-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0093ee;
    width: 0;
    margin: 0 auto;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.tab-item.active {
    color: #0093ee;
}
.tab-item.active.tab-item:after {
    width: 100%;
}
/* End of Tab Design */

/* User Card Design */
.user-card {
    position: relative;
    padding: 16px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.user-card .avatar,
.avatar-85 {
    width: 85px;
    height: 85px;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
}
.user-card .avatar img,
.avatar-85 img {
    max-width: 100%;
}
.avatar-48 {
    width: 48px;
    height: 48px;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
}
.avatar-48 img {
    max-width: 100%;
}
.user-card .avatar {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    background: #26c1c9;

    font-family: Montserrat,sans-serif!important;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    line-height: 74PX;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgb(16 16 16 / 15%);
}
.user-card .subheading {
    padding: 8px 0 24px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    font-family: Montserrat,sans-serif!important;
}
.user-card .user-card-action .svg-icon {
    background: #e1ebf5;
    border-radius: 100%;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    padding: 9px 8px;
}
.user-card .user-card-action .svg-icon svg {
    fill: #0093ee;
    width: 22px;
    height: 22px;
}

.user-card .user-card-action .body-2 {
    color: rgb(117 117 117) !important;
    font-family: Montserrat,sans-serif!important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}


.user-card .user-card-action.disable-action {
    opacity: .5;
}
.user-card .user-card-action.disable-action .svg-icon {
    /* background: #e1ebf5; */
}
.user-card .user-card-action.disable-action p {
    color: rgba(0, 0, 0, .54)
}

.user-card .user-card-action .svg-icon svg,
fr-builderview .svg-icon svg {
    transform: translate3d(0, 0, 0px);
}
/* End of User Card Design */


/* Attachment Card Design */
.attachment-card {
    border-radius: 2px;
    padding: 16px;
    background: #dfe2e4;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0;
}
.attachment-card .svg-icon {
    margin-top: -16px;
    margin-bottom: -16px;
}
.attachment-card .svg-icon:first-child {
    margin-left: -16px;
}
.attachment-card .svg-icon:last-child {
    margin-right: -16px;
}
/* End of Attachment Card Design */


/* Card Design */
.card-two-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-two-column .card {
    width: calc(50% - 16px);
}
.new-card {
	position: relative;
}
.new-card .card-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #0093ee;
	width: 4px;
}
.card {
    /* border-radius: 2px; */
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    margin: 16px 0;
    background: #fff;
}
.card:first-child {
    margin-top: 8px;
}
.card .card-header {
    padding: 16px 16px 8px;
}
.card .card-header > .svg-icon {
    margin-bottom: -12px;
}
.card .card-header.card-header-large {
    padding-bottom: 16px;
}
.card .card-header .listing li {
    padding:0;
    border: 0;
}
.card .card-header .avatar {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 16px;
}
.card .card-header .avatar img {
    max-width: 100%;
    margin: auto;
}
.card .card-media:first-child {
    margin-top:0;
}
.card .card-media:first-child img {
    border-radius: 2px 2px 0 0;
}
.card .card-media a {
    display: block;
    width: 100%;
}
.card .card-media img,
.card .card-media a img {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .card-media {
    margin: 8px 0;
    position: relative;
    overflow: hidden;
}
.card .card-graph {
    background: #fff;
    margin: 8px 0 8px -8px;
    overflow: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100vw;
}
.card .card-media .card-media-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.card .card-media .card-media-action .svg-icon {
    margin: -8px;
}
.card .card-media .card-media-action svg {
    fill: #fff
}

.card .card-body {
    padding: 8px 16px 24px;
    font-size: 14px;
    word-wrap: break-word;

    font-family: 'Source Sans Pro', sans-serif;
    color: #9b9b9b !important;
    font-size: 13px;
}
.card-footer {
    padding: 8px;
    /*margin-top: -8px;*/
}
.card-btn-group {
    margin-right: 16px;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-btn-group .svg-icon {
    margin-right: 5px
}
/* End of Card Design */

/* Sub Card Design */
.sub-card .svg-icon  {transform: translate3d(0, 0, 0px);}
.sub-card {background: #F5F5F5; padding: 8px 16px 8px; margin-top: 8px;}
.sub-card .svg-icon:not(.svg-icon-24):first-child{margin-top:-12px; margin-left:-12px;}
.sub-card .svg-icon:not(.svg-icon-24):last-child{margin-top: -12px; margin-right: -12px;}
.sub-card .svg-icon:first-child{margin-right:16px;}
.sub-card a {display: block;}
.sub-card * {
    font-family: 'Source Sans Pro', sans-serif;
    color: #757575;
    font-size: 13px;
}
/* End of Sub Card Design */

/* Dialog Design */
.ngdialog.ngdialog-theme-plain {
	padding: 0 !important;
}
.ngdialog-content {
    padding: 0 !important;
}
.ngdialog-message {
    margin: 0 !important;
}

.dialog.open-dialog {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 7;
}
.open-full-dialog {
    top: 0 !important;
}
.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5;
    min-width: 300px;
    max-height: calc(100vh - 112px);
    margin: auto;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.full-dialog {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    /*border-radius: 8px;*/

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.full-dialog .dialog-header {
    padding: 0 16px;
    border-bottom: solid 1px rgb(219 219 219);
}
.full-dialog .dialog-header .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5pt;
    color: #757575 !important;
}

.full-dialog .dialog-footer {
    border-top: solid 1px rgb(219 219 219);
}
.full-dialog-header .svg-icon:first-child {
    margin-left: -16px;
}
.full-dialog-header > .svg-icon:first-child + * {
    margin-left: 24px;
}
.full-dialog-header .svg-icon,
.full-dialog-header .svg-icon svg {
    transform: translate3d(0, 0, 0);
}
.full-dialog .dialog-body {
    padding: 16px;
}
.dialog-header {
    padding: 24px 24px 16px;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /*border-bottom: solid 1px #e4e4e4;*/

    min-height: 56px;

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5pt;
    color: #757575 !important;
}
.dialog .dialog-body {
    max-height: calc(100vh - 238px);
}
.dialog-body {
    flex: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    overflow: auto;
    padding: 0 24px;
    word-break: break-word;
    -webkit-overflow-scrolling: touch;
    /*height: calc(100vh - 112px);*/
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
}
.dialog-footer {
    /*border-top: solid 1px #e4e4e4;*/
    padding: 8px;
    text-align: right;
    min-height: 36px;
}
.dialog-footer .btn-style {

}
.dialog-footer .btn-style:last-child {
    margin-right: 0;
}
.open-full-dialog {
    top: 0;
}
/* End of Dialog Design */

/* Button Style */
.btn-style {
    background: #0093ee;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;;
    font-size: 14px;
    margin-right: 8px;
    /* border-radius: 2px; */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5pt;
}
.btn-style.white-btn {
    background: transparent;
    color: #0093ee;
}
.btn-style .svg-icon.white use {
    fill: #fff !important;
}
/* End of Button Style */


/* Error Page Design */
.page-error {
    text-align: center;
}
.page-error img,
.page-error a {
    margin-top: 16px;
    margin-bottom: 16px;
}
.page-error p {
    margin-bottom: 8px;

    color: rgba(0, 0, 0, 85) !important;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 24px;
}
.page-error .btn-style {
    margin: 16px auto 0;
    padding: 8px 16px;
    outline: 0;
}

.page-error .page-error-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.page-error .page-error-content {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 25px;
}
.page-error .btn-style {
    background-color: #fff;
    font-family: Montserrat, sans-serif!important;
    color: #0093ee!important;
    line-height: 18px!important;
    font-weight: 600!important;
    padding: 8px 32px!important;
    height: 46px;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}

.page-error .btn-style.animated .svg-icon {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    100% { transform: rotate(360deg); }
}
.page-error .error-icon {
    width: 150px;
    height: 150px;
}
.page-error .error-icon svg {
    width: 100%;
    height: 100%;
}
/* End of Error Page Design */


/* Error Page Design */
.page-error {
    text-align: center;
}
.page-error img,
.page-error a {
    margin-top: 16px;
    margin-bottom: 16px;
}
.page-error p {
    /*margin-top: 16px;*/
    margin-bottom: 8px;
}
.page-error .btn-style {
    margin: 16px auto 0;
    padding: 8px 16px;
    outline: 0;
}
.page-error .btn-style.animated .svg-icon {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
@-webkit-keyframes rotate {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    100% { transform: rotate(360deg); }
}
.page-error .error-icon {
    width: 150px;
    height: 150px;
}
.page-error .error-icon svg {
    width: 100%;
    height: 100%;
}
/* End of Error Page Design */



/* Floating BTN */


.btn-floating.on-scroll-hide {
    bottom: -100px;
}
.btn-floating {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 5;
    border-radius: 100%;
    background: #0093ee;
    padding: 4px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-floating .svg-icon {
    padding: 12px;
    width: 48px;
    height: 48px;
}
.btn-floating .svg-icon svg {
    fill: rgba(255, 255, 255, .87);
}


.floating-option {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.open-floating-option {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.floating-option.open-floating-option li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.floating-option li {
    position: relative;
    padding: 7px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.floating-option li:after {
    content: attr(data-label);
    position: absolute;
    background: white;
    color: rgba(0,0,0,0.87);
    padding: 4px 12px;
    box-shadow: 0 2px 3px -1px rgba(0,0,0,0.54);
    border-radius: 2px;
    font-size: 14px;
    white-space: nowrap;
    right: 52px;
    top: 14px;
}

.floating-option li .svg-icon,
.floating-option li .svg-icon-40 {
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0,0,0,0.54);
    padding: 13px 11px;
}
.floating-option li .svg-icon svg {
    fill: rgba(0, 0, 0, .87)
}

/*.floating-option li:nth-child(1){-webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
.floating-option li:nth-child(2){-webkit-transition-delay: 0.45s;transition-delay: 0.45s;}
.floating-option li:nth-child(3){-webkit-transition-delay: 0.4s;transition-delay: 0.4s;}
.floating-option li:nth-child(4){-webkit-transition-delay: 0.35s;transition-delay: 0.35s;}
.floating-option li:nth-child(5){-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
.floating-option li:nth-child(6){-webkit-transition-delay: 0.25s;transition-delay: 0.25s;}
.floating-option li:nth-child(7){-webkit-transition-delay: 0.2s;transition-delay: 0.2s;}
.floating-option li:nth-child(8){-webkit-transition-delay: 0.15s;transition-delay: 0.15s;}*/
/* End of Floating BTN */

/* Button Group (Footer Fixed) */
.primary-btn.btn-sm,
.secondary-btn.btn-sm,
.btn-group a.btn-sm,
.btn-group button.btn-sm {
    height: 36px;
    line-height: 36px;
}
.primary-btn[disabled],
.secondary-btn[disabled],
.btn-group button[disabled],
.btn-disabled {
    opacity: .3;
}
.primary-btn,
.secondary-btn,
.btn-group a,
.btn-group button,
.btn-border-style {
    width: 100%;
    height: 48px;
    padding: 0 8px;
    text-align: center;
    background: transparent;
    border: 0;

    background: #fff;
    border-top: 1px solid #ccc;

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #0093ee;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 46px;
    line-height: 48px;
}
.primary-btn .svg-icon,
.secondary-btn .svg-icon,
.btn-group a .svg-icon,
.btn-group button .svg-icon {
    line-height: normal;
}
.primary-btn,
.btn-group .active {
    background: rgb(0 147 238) !important;
    border-top: 1px solid rgb(0 147 238) !important;
    color: #fff !important;
}

.btn-group {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    z-index: 2;
}
.btn-border-style {
    background: #fff !important;
    border-top: 1px solid #ccc !important;
    color: #0093ee !important;
    line-height: 46px !important;
}
.fc-btn {
    height: 42px;
    line-height: inherit;


    text-transform: uppercase !important;
    outline: none;
    border: 0;
    padding: 12px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}
.fc-btn.primary-btn svg {
    fill: #fff !important;
}

.login-contant .title {
    font-family: 'Montserrat', sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
}
.login-contant #authenticateDiv {
    font-family: 'Montserrat', sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 32px;
}

.login-contant #ordiv {
    position: relative;
    margin: 16px 0;
    text-align: center;
    color: transparent;
    font-size: 0;
}
.login-contant #ordiv:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    margin: auto;
}
.login-contant #ordiv:after {
    content: 'Or';
    display: inline-block;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    padding: 0 16px;
    background: #fff;
    top: -1px;
    color: #757575;
}

/* Scrollable Chart */
.scrollable-chart {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    min-width: 280px;
}
.scrollable-chart .chart-item {
    min-width: 280px;
    height: auto !important;
}
/* End of Scrollable Chart */


/* */
.scrollable-tbl {
    white-space: nowrap;
    margin: 0 0 0 -24px;
    background: #fff;
    width: 100vw;
    overflow: auto;
    height: auto !important;
}
.scrollable-tbl .tbl-grid {
    table-layout: auto;
}
.scrollable-tbl .tbl-grid th,
.scrollable-tbl .tbl-grid td {

}
.tbl-grid {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.tbl-grid th {
    font-size: 13px;
    text-align: left;
    color: #9b9b9b;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;;
    height: 56px;
    padding: 8px;
}
.tbl-grid td {
    border-bottom: 1px solid #e3e3e3;
    padding: 8px;
    font-size: 14px;
}
.tbl-grid th:first-child,
.tbl-grid td:first-child {
    padding-left: 16px;
}
.tbl-grid th:last-child,
.tbl-grid td:last-child {
    padding-right: 16px;
}


/* End of Button Group */


/* Toasts Style */
.toasts.on-scroll-hide {
    margin-bottom: -100%;
}
.toasts {
    min-height: 48px;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    position: fixed;
    /*top: 100%;*/
    right: 0;
    bottom: 0;
    left: 0;
    background: #323232;
    color: #fff;
    padding: 14px 24px;
    -webkit-transition: all 0.5s ease-out3;
    transition: all 0.5s ease-out;
    margin-bottom: -100%;

    font-size:14px;
}
.toasts p {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
}
.toasts-open {
    margin-bottom: 0;
}
.toasts button {
    background: transparent;
    border: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0093ee;
    margin-left: 24px;
    height: 48px;
    margin-top: -15px;
    margin-bottom: -15px;
}
/* End of Toasts Style */


/* Footer Style */
.footer-style {
    /*background: #001f5b;
    color: #FFF;
    height: 46px;
    padding: 0px 10px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;*/

    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    border-top: solid 1px rgba(0, 0, 0, .1);
}
/* End of Footer Style */




/* Download Link with Icon */
.download-link-icons .svg-icon  {
    transform: translate3d(0, 0, 0px);
}
a.download-link-icons { display:block;}
a.download-link-icons .icon-print {
    display: inline-block;
    background-image: url('../images/text_icon.svg');
    background-repeat: no-repeat;
    color: transparent !important;
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: .54;
    margin-left:0px;
    margin-right: 8px;
}
a.download-link-icons[href$=".pdf"] .icon-print {
    background-image: url('../images/pdf_icon.svg');
}
a.download-link-icons[href$=".ppt"] .icon-print {
    background-image: url('../images/ppt_icon.svg');
}
a.download-link-icons[href$=".doc"] .icon-print {
    background-image: url('../images/word_icon.svg');
}
a.download-link-icons[href$=".exl"] .icon-print {
    background-image: url('../images/excel_icon.svg');
}
a.download-link-icons[href$=".mp3"] .icon-print,
a.download-link-icons.audio-icon .icon-print {
    background-image: url('../images/audio_icon.svg');
}
a.download-link-icons[href$=".jpg"] .icon-print, a.download-link-icons[href$=".png"] .icon-print{
	background-image: url('../images/image_icon.svg');
}
a.download-link-icons[href$=".mp4"] .icon-print,
a.download-link-icons[href$=".avi"] .icon-print,
a.download-link-icons[href$=".asf"] .icon-print,
a.download-link-icons[href$=".mov"] .icon-print,
a.download-link-icons[href$=".qt"] .icon-print,
a.download-link-icons[href$=".avchd"] .icon-print,
a.download-link-icons[href$=".flv"] .icon-print,
a.download-link-icons[href$=".swf"] .icon-print,
a.download-link-icons.video-icon .icon-print {
    background-image: url('../images/video_icon.svg');
}
a.download-link-icons:hover { opacity: 1;}
.timerCountdown div, .timerCountdown{display:inline-block; height:auto; }
/* End of Download Link with Icon */


/* Timeline Design Style */
.timeline {
    position: relative;
    padding-top: 15px;
    padding-left: 10px;
}
/* .timeline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    height: 100%;
    width: 2px;
    background: #AEB0B1;
    z-index: 0;
} */

.timeline-date {
    background: #DFE2E4;
    padding: 5px 7px;
    display: inline-block;
    margin-top: -1px;
    margin-left: -1px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    z-index: 1;
}
.timeline-date:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 20px;
	background: #AEB0B1;
	width: 2px;
	bottom: 30px;
	z-index: -1;
}
.timeline-date:first-child:before {
	display: none;
}
.timeline-block {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin: 16px 16px 16px 49px;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.timeline-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent #FFFFFF transparent transparent;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    z-index: 1;
}
.timeline-block:after {
	content: '';
	position: absolute;
	top: -16px;
	left: -30px;
	background: #AEB0B1;
	z-index: 0;
	width: 2px;
	bottom: 0;
}
.timeline-block:last-child:after {
	bottom: 50%;
}
.timeline-icon {
    background: #dfe2e4;
    /*background: #ffffff;*/
    border-radius: 100%;
    bottom: 0;
    height: 35px;
    width: 35px;
    padding: 6px;
    left: -46px;
    margin: auto 0;
    position: absolute;
    top: 1px;
    z-index: 1;
}
/* End of Timeline Design Style */

/* Calendar Style (Plugin) */
.dwwc.dwrc .dwwl, .dwwc.dwrc .dwwl .dww, .dwwc.dwrc .dwwl, .dwwc.dwrc .dwwc {
	background: #fff;
	border: 0px;
}
.dwwc.dwrc .dw-li {
	color: rgba(0,0,0,0.37) !important;
	text-shadow: initial;
	font-size: 16px !important;
}
.dwwc.dwrc .dw-li.dw-sel.dw-v {
	color: #2b2f36 !important;
	font-size: 20px !important;
}
.dwwc.dwrc .dwwo {
	background: transparent !important
}
.dwwc.dwrc .dwwol {
	border-top: 2px solid #0093ee;
	border-bottom: 2px solid #0093ee;
	height: 42px;
	width: 90%;
	left: 5px;
	top: 40px !important;
}
.dwwc.dwrc .dwl {
	height: 30px;
	background: #dfe2e4;
	width: calc(100% + 10px);
	left: -5px;
	color: #333;
}
.dwbc .dwbw.dwb-s .dwb {
	background: #0093ee !important;
	border-radius: 2px;
	text-shadow: initial;
	box-shadow: none;
	font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.dwbc .dwbw.dwb-c .dwb,
.dwbc .dwbw.dwbw-clear .dwb {
	background: #e2e2e2 !important;
	border-radius: 2px;
	text-shadow: initial;
	box-shadow: none;
	font-weight: normal;
	color:rgba(0,0,0,.87);
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.dwwr .dwv{font-size:16px}
.dw.dwbg.dw-bubble-bottom{padding:0px 0 5px;}
.dw.dwbg.dw-bubble-bottom{font-family: "Source Sans Pro",sans-serif !important;}
.dwwc.dwrc {background:#fff !important;}
/* End of Calendar Style (Plugin) */

/* Gallery Style */
.gallery-container {
    padding-left: 1px;
    padding-top: 1px;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;

    justify-content: flex-start;


    /*padding-left: 1px;
    padding-top: 1px;

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;*/
}
.gallery-container .gallery-item {
    overflow: hidden;
    padding-right: 1px;
    margin-bottom: 1px;
    position: relative;
    width: 25%;
    min-width: 100px;
    min-height: 120px;
    max-height: 160px;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

    /*overflow: hidden;
    position: relative;*/
}
.gallery-container .gallery-item img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.gallery-container .gallery-item .gallery-item-action {
    color: #fff;
    position: absolute;
    padding: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
/* End of Gallery Style */

/* Gallery Preview Style */
.gallery-preview-container {
    /*display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;*/
}
.gallery-preview-container .gallery-item {
    /*overflow: hidden;*/
    /*max-height: 250px;*/
}
.gallery-preview-container .gallery-item img {
    width: 100%;
}
/* End of Gallery Preview Style */


/* Splash & Login Start */
.logo{
	background: url(../images/loginLogo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
	height: 62px;
	margin: 16px auto 36px;
	max-width: 280px;
}
.login-footer {
    background: url(../images/footer-logo-fc.png) no-repeat center top;
    background-size: 140px;
    height: 40px;
    margin: 24px auto 8px;
    width: 163px;
}
.login-footer > p{margin-top:-16px; color: rgba(51, 51, 51, 0.54); font-size:11px; padding-left: 11px;}
.login-contant > div{ width: calc(100% - 36px); margin: auto; max-width: 400px;}
.login-contant div > img{ width:calc(100% - 50px);  margin: auto; display: block;}
.login-btn{ width:100%; background:#001f5b; margin: auto; text-align: center; padding: 13px 16px; color: #fff; text-transform: uppercase; border-radius: 4px; cursor: pointer; border: 1px solid #001f5b; display: block; font-size:15px;}
.login-contant{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;}
.login-bg {
	overflow: auto;
	position: inherit !important;
}

.video-overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background:url(../images/company-code-help-cover.jpg);}
.video-overlay:after {content:'How to find company code';  background: rgba(0, 0, 0, .85) url('../images/play-icon.png') no-repeat center; position: absolute; top: 0; right: 0; bottom: 0; left: 0;    color: #fff;padding-top: 118px;text-align: center;font-size: 17px; letter-spacing:0.3px}
.company-code-container {background-repeat: no-repeat; background-position: top right; height:150px; width: 100%; margin: 0px auto 10px; position: relative; border: solid 3px rgba(0, 0, 0, 1); background-size: cover;}
.no-margin{margin:0px !important;}
.margin-top{margin-top:8px !important;}
.margin-top-24{ margin-top: 24px !important;}

.ShowHidePassword input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
}
.min-height{min-height: 100%;}
/* End of Splash & Login Start */

.email-details .flex {
    padding: 8px 0;
}
.email-details .flex a {
    display: inline-block;
}
.email-details p {
    width: 35px;
}


.timer div, .timerCountdown {display:inline-block;height:auto;}

/* tabify menu and next prev slider */

.fc-state-disabled, .fc-widget-content .fc-state-disabled, .fc-widget-header .fc-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.common-slider{width:100%;display:block;clear:both; position: relative;}
.common-slider ul li  img{width:100%;display:block;clear:both; z-index:0}
.common-slider .slider-next{ right:0; height:50px; z-index:2}
.common-slider .slider-prev{height:50px;z-index:2}

.QAtabs .list_carousel { position: relative; }
.QAtabs .list_carousel:after {content: ''; display:block; clear:both;}
.slider-prev, .slider-next {position: absolute;top: 0;bottom: 0;width: 50px;height: 60px;background: #fff;margin: auto; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);opacity: 10;filter: alpha(opacity=0);-webkit-transition:all 0.2s linear;transition: all 0.2s linear;}
.QAtabs .list_carousel #QAslider {text-align: center;}
.QAtabs .list_carousel #QAslider li{border-radius:2px; float: none; display: inline-block; background:#dad9d9; text-align: center;}
.QAtabs .list_carousel #QAslider li.fc-state-disabled,
.QAtabs .list_carousel #QAslider li.fc-state-skip {background: #dad9d9;}
.QAtabs .list_carousel #QAslider li.fc-state-disabled a,
.QAtabs .list_carousel #QAslider li.fc-state-disabled:hover a,
.QAtabs .list_carousel #QAslider li.fc-state-skip a,
.QAtabs .list_carousel #QAslider li.fc-state-skip a:hover {color: #000;}
.QAtabs .list_carousel #QAslider li.fc-tabs-active.fc-state-active{position: relative;}
.QAtabs .list_carousel #QAslider li a, .QAtabs .list_carousel #QAslider li a:hover{color:#fff;  padding: .6em 0; width:100%;}
.QAtabs .list_carousel #QAslider li.fc-tabs-active.fc-state-active:after { content:""; width: 0; height: 0;  border-left: 6px solid transparent; border-right: 6px solid transparent;  border-bottom: 6px solid #fff; position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}
.QAtabs.fc-widget-content, .QAtabs.fc-widget-content .fc-tabs-panel {border: 0; color: inherit; box-shadow:none; padding: 0;}
.QAtabs .list_carousel .icon-24{padding: 0 4px !important;}
.QAtabs .list_carousel{width: auto; padding: 0 15px;}
.QAtabs .list_carousel #QAslider li {margin:0 2px; float: left; padding:0; max-width:46px;}
.QAtabs .list_carousel ul {padding-left:0 !important;}
.QAtabs .list_carousel .slider-next,
.QAtabs .list_carousel .slider-prev {
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 0;
    top: 0;
    left: 0;
}
.QAtabs .list_carousel .slider-next {
    left: auto;
    right: 0;
}
.QAtabs .list_carousel .slider-next svg,
.QAtabs .list_carousel .slider-prev svg {
    width:100%;
    height:100%;
}
/* End of tabify menu and next prev slider */

/* Chip Ctrl CSS */
.input-icon-right .tagsinput {margin-right: 54px;}
.tagsinput {overflow-y: auto; margin-top: 3px !important; display: flex; flex-wrap: wrap;}
span.tag input {background: transparent; border: 0; font-family: "Source Sans Pro",sans-serif !important; max-width: 100%; }
span.tag {display: inline-block; background: #e6e6e6; height: 32px; padding-left: 12px; padding-right: 12px; color: rgba(0, 0, 0, .87); margin: 2px 12px 3px 0; border-radius: 16px; transform: translate3d(0, 0, 0px); line-height: 30px;}
span.tag span {color: rgba(0, 0, 0, .87); font-size: 13px;}
span.tag:not(.not-delete) a { width: 24px; height: 24px; display: inline-block; background: rgba(0, 0, 0, .54); border-radius: 50%; text-align: center; line-height: 22px; color: #e6e6e6; font-size: 16px; margin: 4px -8px 4px 4px; }
span.tag:not(.not-delete) a:hover {text-decoration: none; background: rgba(0, 0, 0, .87); }
/* End of Chip Ctrl CSS */


.upload{position: relative; z-index: 1; margin-right: 16px;}
.upload input[type="file"]{position: absolute; z-index: 2; width: 48px;  top: 0; left: 0;  right: 0; bottom: 0;  background: transparent; border: 0; text-indent: -3333px;}

.grid-view ul { padding: 0;
  margin: 8px;
  list-style: none;
	text-align:left ;
}
.grid-view ul li{
  width: 150px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.grid-view ul li img{ width: auto !important; max-width: 150px; height: 150px; margin: auto;}
.grid-view ul li label{position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0;}
.grid-view ul li input{ visibility:hidden; position: absolute; z-index: 0;}
.grid-view ul li input:checked + label {
   background-color:rgba(255,255,255,0.35);
}
.grid-view ul li input:checked + label:after{content:""; background: url(../../../../images/mobile/checkbox.svg) no-repeat; width: 24px; height: 24px; background-size: 24px 24px; margin: 4px; position: absolute; top: 0; left: 0; opacity: 0.36;}
.grid-view ul li input:not(:checked) + label {}
.height-150{height: 150px;}

.swipe-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    z-index: 10;
    background: none;
}
.AutoCompleteContainer {
    position: absolute;
    border: 1px solid rgb(179, 179, 179);
    max-height: 275px;
    overflow: auto;
    background-color: white;
    z-index: 5;
    top: 67px;
    left: 0;
    right: 0;
}
.AutoFont,
.AutoCompleteBackground,
.AutoCompleteHighlight,
.AutoCompleteBCCBackground,
.AutoCompleteCCBackground,
.AutoCompleteCCHighlight,
.AutoCompleteBCCHighlight {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 13px;
    color: rgba(0, 0, 0, .84);
    border-bottom: 1px solid rgb(179, 179, 179);
    padding: 8px;
}
/** ************************* progress_bar  ************************************ **/
.progress_bar {
	min-height: 10px;
	background-color: #fff;
	overflow: hidden;
	border: solid 1px #33A045;
	padding: 1px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.progress_bar .fileBar {
	background:#14d433;
	min-height:10px;

    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 33px 21px;
    background-image: linear-gradient(315deg,transparent,transparent 33%,rgba(0,0,0,.12) 33%,rgba(0,0,0,.12) 66%,transparent 66%,transparent);

	-webkit-transition: all 0.50s;
	-moz-transition: all 0.50s;
	-o-transition: all 0.50s;
	transition: all 0.50s;
}
/* end of Progress Bar Css */






/* Progress Bar Css */
.sliders .fc-slider .fc-slider-handle {position: absolute;z-index: 2;width:auto;height: auto;cursor: default;-ms-touch-action: none;touch-action: none;
text-align:center;line-height: 11px;padding: 8px; display:table;box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.05);  min-width: 22px; min-height: 16px; font-size: 14px;}
.sliders .fc-slider-horizontal .fc-slider-handle {top: -0.9em !important;margin-left: -0.9em!important;}
.sliders .fc-slider-vertical .fc-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.6em;}
.sliders .fc-widget-header {border: 0;background: #0093ee!important;color: #333333;font-weight: bold;border-radius:4px }
.sliders .fc-state-default,
.sliders .fc-widget-content .fc-state-default,
.sliders .fc-widget-header .fc-state-default,
.sliders .fc-button,
.sliders .fc-button.fc-state-disabled:hover,
.sliders .fc-button.fc-state-disabled:active {border: 1px solid #fff !important;background: #0093ee;font-weight: normal;color: rgba(255, 255, 255, .87) !important; transition: all 0.2s; }
.sliders .fc-state-active,
.sliders .fc-widget-content .fc-state-active,
.sliders .fc-widget-header .fc-state-active,
.sliders a.fc-button:active,
.sliders .fc-button:active,
.sliders .fc-button.fc-state-active:hover {border: 1px solid #0093ee!important;background: #0093ee!important;font-weight: normal;color: #ffffff!important;}
.slide-bar{border-radius:4px}
.sliders .fc-slider-horizontal { height: .5em;}
.fc-slider {
position: relative;
text-align: left;
}
/* For IE8 - See #6727 */
.fc-slider.fc-state-disabled .fc-slider-handle,
.fc-slider.fc-state-disabled .fc-slider-range {
filter: inherit;
}
.fc-slider-horizontal {
height: .8em;
}
.fc-slider-horizontal .fc-slider-handle {
top: -.3em;
margin-left: -.6em;
background:#5d5d5d;
border-radius:3px;
}
.fc-slider-horizontal .fc-slider-range {
top: 0;
height: 100%;
}
.fc-slider-horizontal .fc-slider-range-min {
left: 0;
transition: all 0.2s;
}
.fc-slider-horizontal .fc-slider-range-max {
    right: 0;
}
/* Component containers
----------------------------------*/
.fc-widget {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
}
.fc-widget .fc-widget {
    font-size: 1em;
}
.fc-widget input,
.fc-widget select,
.fc-widget textarea,
.fc-widget button {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 1em;
}
.slide-bar.fc-widget-content {
    border:1px solid #ddd;
    /*background:#ffffff;*/
    color: #222222;
    -webkit-box-shadow:0 0 5px 4px rgba(0,0,0,0.04);-moz-box-shadow:0 0 5px 4px rgba(0,0,0,0.04);box-shadow:0 0 5px 4px rgba(0,0,0,0.04);
}
/* End of Progress Bar Css */

/*progress bar*/
.progress {
  margin: 5px 0px !important;
  height: 4px;
  box-shadow: 4px 1px 3px rgba(0, 0, 0, .4) inset;
  overflow: hidden;
  border-radius: 4px;
}
.progress span {
  display: block;
  background: #0093ee;
  border-radius: 3px;
  height: 4px;
}
/* End of Progress Bar*/
 .circle {
    border-radius: 100%;
    color: #fff;
    font: 23px/48px LatoLight;
    height: 13px;
    width: 13px;
    z-index: 2;
}
.urgent_fields {
    color: #cc0000;
    font-size: 13px !important;
}

/* ++++ CSS for Click on List Style Icon Slide Action Icons ++++ */
.back-side {background:#d2d2d2; position: absolute; top: 0px; right: 0px; bottom:0; left:100%; z-index:92; overflow:hidden; transition: 0.4s ease;}
.flip-side .close {position: absolute; top: 0; left: 0; width: 60px; bottom: 0; z-index: 999; display:none; cursor:pointer;}
.front-side {height: 42px;}
.back-side  a {font-size: 18px; color: #2C2B2B; line-height: 73px;}
.slide-action .back-side {left:60px; display: flex; justify-content: space-around; z-index:1;}
.slide-action .close {display:block;}
/* ---- CSS for Click on List Style Icon Slide Action Icons ---- */
.text-red {
    color:#bd525f;
}
.text-green {
    color:#4CAF50;
}

.sms-cloud {
    padding: 8px;
    border-radius: 4px 4px 4px 0;
    margin-left: 14px;
    margin-right: 10px;
    background: #fff;
    position: relative;
    color: rgba(0, 0, 0, .87);
    margin-top: 8px;
    margin-bottom: 8px;
}
.sms-cloud:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 0;
    height: 0;
    background: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent #fff #fff transparent;
}




/* Bottom Sheet */
.bottom-sheet {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 7;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
    width: 100%;
    max-height: calc(100% - 56px);
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.half-bottom-sheet {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.full-bottom-sheet {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}
.bottom-sheet-body {
    height: 100%;
    position: relative;
    flex: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
.bottom-sheet-action {
    left:0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 12px;
}
.bottom-sheet-action > span {
    width:100%;
    font-size: 13px;
}


/* Fdd summary starts here */

/* Bottom Sheet */
.bottom-sheet {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 7;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
    width: 100%;
    max-height: calc(100% - 56px);
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.half-bottom-sheet {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.full-bottom-sheet {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}
.bottom-sheet-body {
    height: 100%;
    position: relative;
    flex: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
}
.bottom-sheet-action {
    left:0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 12px;
}
.bottom-sheet-action > span {
    width:100%;
    font-size: 13px;
}

/* Fdd summary ends here */


.caps-off{text-transform: initial;}
.auto-width {
    width: auto !important;
}

/* Toasts Style */
.toasts.on-scroll-hide {
    margin-bottom: -100%;
}
.toasts {
    min-height: 48px;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    position: fixed;
    /*top: 100%;*/
    right: 0;
    bottom: 0;
    left: 0;
    background: #323232;
    color: #fff;
    padding: 14px 24px;
    -webkit-transition: all 0.5s ease-out3;
    transition: all 0.5s ease-out;
    margin-bottom: -100%;

    font-size:14px;
}
.toasts p {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
}
.toasts-open {
    margin-bottom: 0;
}
.toasts button {
    background: transparent;
    border: 0;
    font-family: 'Montserrat', sans-serif !important;;
    font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bd525f;
    margin-left: 24px;
    height: 48px;
    margin-top: -15px;
    margin-bottom: -15px;
}
.toasts.dir-top {
    margin-bottom: 0;
    margin-top: -100%;
    bottom: initial;
    top: 0;
}
.toasts.dir-top.toasts-open {
    margin-top: 0;
}
/* End of Toasts Style */

/* read notification starts here*/
.card {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    left: 0;
}
.card .card-action {
    display: none;
    margin-right: -108px;
    text-align: center;
    padding: 0 13px 16px;

    /* background: #dfe2e4;
    box-shadow: -5px 0px 31px rgba(0, 0, 0, .2) inset; */

    background: #0093ee;
    /* box-shadow: 1px 1px 4px rgba(255, 255, 255, .9) inset; */

}
.new-card.open-new-card {
    left: -100px;
}
.new-card.open-new-card .card-action {
    display: flex;
}
/* read notification ends here*/

/* bell icon starts here */
.badges {
    display: inline-block;
    background: #808080;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 3px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
}
.header-style .svg-icon,
.profile-header .svg-icon {
    position: relative;
}

.nav-container .profile-header .svg-icon:last-child {
    margin-right: -13px;
}
.header-style .svg-icon .badges,
.profile-header .svg-icon .badges {
    background: #d0021b;
    position: absolute;
    top: 2px;
    right: -4px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}
.header-style .svg-icon .badges .notification-badges,
.profile-header .svg-icon .badges .notification-badges {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	margin: auto;
	height: 16px;
}


/*  bell icon ends here */




.editor-table-auto td,
.editor-table-auto table {
    width: auto !important;
}

.fc-white-btn {
    background: #fff !important;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    color: rgba(0, 0, 0, .87);
}

.noscroll {
    overflow: hidden !important;
}
.fc-scroll-document span[ng-show="loaderBusy"] {
     display: block !important;
    visibility: visible;
}

.fc-scroll-document span[ng-show="loaderBusy"].ng-hide {
    visibility: hidden;
}
.card-two-column .card .card-media img,
.card-two-column .card .card-media a img {
	width: auto;
	margin: auto;
	display: block;
	max-width: 100%;
}

.card-two-column .card .card-media {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.video-item {
	width: 100% !important;
	height: calc(100vh / 2) !important;
}

.multi-account-list .listing li.selected {
    background: #ebf6ff;
}

.multi-account-list .listing li .svg-icon {
    display: none;
}

.multi-account-list .listing li.selected .svg-icon {
    display: block;
}


/* >>>> Listing Multi Select <<<<< */
.listing-multiselect .selected {
    background: #ebf6ff;
}
.listing-multiselect .listing-icon {
    transform: rotateX(0deg);
    transition: all .5s;
}
.listing-multiselect .listing-icon.mark {
    transform: rotateX(180deg);
}
.listing-multiselect .listing-icon:after {
    /*content:'✓';*/
    content:'\2714';
    background:#808080;;
    transform: rotateX(0deg);
    border-radius: 100%;
    width: 32px;
    height: 32px;

    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all .5s;

    opacity: 0;
}
.listing-multiselect .listing-icon.mark:after {
    transform: rotateX(180deg);
    z-index: 1;
    opacity: 1;
}
.list-info-top-right .listing-info .caption {
    position: absolute;
    top: 0;
    left: -34px;
}
/* End of Listing Style */


.dw-persp .dwbg {
    top: 0 !important;
    left: 0 !important;
    margin: auto;
    width: 260px !important;
    right: 0;
    height: 235px;
    bottom: 0;
}

.border-separator {
    border-bottom: solid 6px rgba(0, 0, 0, .1) !important;
    padding-top: 16px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.border-separator-view{
}
.listview li{position:relative;}
.border-separator-view::after {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    bottom: 0;
}

.training-css-override-container ul {
    padding-left: 40px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.training-css-override-container strong {
    font-family: 'SourceSansPro-bold' !important;
}

.training-css-override-container .editor-button table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.myBar {
	width: 1%;
	height: 12px;
	background-color: #4CAF50;
}

.tbl-style {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    padding-left:24px;
}
.tbl-style tr {
  border-bottom: 1px solid #e3e3e3;
}
.tbl-style tr:last-child {
  border-bottom: 0;
}
.tbl-style.tbl-hover tr:hover td {
  background: #EEEEEE;
}

/*.tbl-style th:first-child .svg-icon:last-child,*/
.tbl-style td:first-child > .svg-icon:first-child {
  margin-left: -12px;
}

.tbl-style th:first-child,
.tbl-style td:first-child {
  padding-left: 24px;
}




.ngdialog-overlay {
    background: rgba(155, 155, 155, 0.5) !important;
}
.dialog-footer .btn-style {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #0093ee;
    min-width: 70px;
}



.ngdialog-theme-plain[role="alertdialog"] {
    display: flex;
    align-items: center;
}
.add-scrap-popup-form {
    padding: 16px;
}
.add-scrap-popup-form .userPopup_Image {
    width: 74px;
    height: 74px;
    overflow: hidden;
    margin: 0 auto 16px auto;
    border-radius: 100%;
}
.add-scrap-popup-form .userPopup_Image img {
    max-width: 100%;
    height: auto;
}
.add-scrap-popup-form .user_popup {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    font-family: Montserrat,sans-serif!important;
    text-align: center;
}
.add-scrap-popup-form .view_more_comment {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    font-family: 'Source Sans Pro', sans-serif!important;
    text-align: center;
    margin-bottom: 16px;
}
.add-scrap-popup-form .view_more_comment span {
    color: rgb(117 117 117) !important;
}
.add-scrap-popup-form textarea {
    display: block;
    width: 100%;
    outline: none;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    height: 83px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    padding: 8px;
}
.add-scrap-popup-form .fbz_btn {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #0093ee;
    min-width: 70px;
    letter-spacing: .5pt;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    border: 0;
    padding: 10px;
    background: transparent;
    margin-top: 16px;
    width: 100%;
    text-align: right;
}
.f-table-scroll {
    overflow: auto;
    width: 100%;
}
.f-table-style {

}
.f-table-style th {
    background: #ebebeb !important;
    color: #9b9b9b!important;
    height: 52px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
    text-align: left
}
.f-table-style td {
    white-space: nowrap;
    padding: 0 10px;
    height: 30px;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    padding: 10px;
}
.f-table-style th:first-child,
.f-table-style td:first-child {
    padding-left: 16px;
}

.task-resources .svg-icon {
	transform: translate3d(0, 0, 0);
}

.f-seaction-heading {
    padding: 16px 16px 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    text-transform: uppercase;
}

.tabular-card .f-table-style td{
    white-space: normal !important
}

.download-doc {
    color: #0093ee;
    font-weight: 700;
}


.f-chip.f-active-locations {
    background: #1abfce;
}

.f-chip.f-in-development {
    background: rgb(247, 150, 71);
}

.f-chip.f-in-archived {
    background: rgb(117, 117, 117);
}

.f-chip {
    background-color: #989898;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 700;
    font-family: "Source Sans Pro",sans-serif!important;
    font-size: 12px;
}

.lbl-style-required-marker {
    padding-left: 4px;
    color: #d0021b;
}

/* Native Bottom Sheet  */
.fc-native-bottom-sheet-open {
    top: 0 !important;
    padding-top: calc(56px + constant(safe-area-inset-top) ) !important;
    padding-top: calc(56px + env(safe-area-inset-top) ) !important;
    display: block !important;
}
.fc-native-bottom-sheet {
    position: fixed;
    top: 200%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: rgba(0, 0, 0, .25);
    display: none;
}
.fc-native-bottom-sheet-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: bottom;
    justify-content: flex-end;
}
.fc-native-bottom-sheet-header {
    background: #fff;
    display: flex;
    align-items: center;
    min-height: 56px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5pt;
    color: #757575 !important;
    padding: 0 16px;
    border-bottom: solid 1px rgb(219 219 219);
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
    user-select: none;
}
.fc-native-bottom-sheet-header .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5pt;
    color: #757575 !important;
    flex: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fc-native-bottom-sheet-header .svg-icon {
    margin-right: -16px;
}
.fc-native-bottom-sheet-body {
    background-color: #fff;
    overflow: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
    max-height: calc(100% - 56px);
}
p.fc-frannie-card-description {
    text-align: left !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.fc-native-bottom-sheet-body.bottom-sheet-full-height {
    min-height: calc(100% - constant(safe-area-inset-top));
    min-height: calc(100% - env(safe-area-inset-top));
}
.fc-native-bottom-sheet-body  .fc-native-bottom-sheet-body-scroll {
    overflow: auto;
    height: calc(100% - env(safe-area-inset-top));
}
.fc-native-bottom-sheet-body .tab-design {
    position: sticky;
    top: 0;
    transform: translate3d(0, 0, 0);
}

.fc-native-bottom-sheet .btn-group {
    display: none;
}
.fc-native-bottom-sheet.fc-native-bottom-sheet-open .btn-group {
    display: flex;
    transform: translate3d(0, 0, 0);
}
.fc-overflow-hidden {
    overflow: hidden;
}

#frannieAiBotPage .main-page-container,
#frannieAiBotPage .page-middle-container,
#frannieAiBotPage .main.fc-frannie-page {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

#frannieAiBotPage .page-middle-container {
max-height: 100vh !important;
}

#frannieAiBotPage .fc-frannie-content {
padding:0px !important
}


#frannieAiBotPage .main-page-container {
    height: 100% !important;
}

#frannieAiBotPage .page-middle-container,
#frannieAiBotPage .main.fc-frannie-page,
#frannieAiBotPage .fc-frannie-content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

#frannieAiBotPage .fc-frannie-content,
#frannieAiBotPage .fc-frannie-content.fc-frannie-content-full-height {
    height: auto !important;
}

#frannieAiBotPage .fc-frannie-embed-shell {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
}

#frannieAiBotPage .fc-frannie-embed-frame {
    display: block !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
}

#frannieAiBotPage .fc-frannie-content.fc-frannie-content-full-height,
#frannieAiBotPage .fc-frannie-content.fc-frannie-content-full-height .fc-frannie-embed-shell,
#frannieAiBotPage .fc-frannie-content.fc-frannie-content-full-height .fc-frannie-embed-frame {
    height: 100dvh !important;
    min-height: 100dvh !important;
}

#frannieAiBotPage .f-data-analyst-container {
    padding: 8px 16px 12px !important;
}

#frannieAiBotPage .fc-frannie-disclaimer {
    display: none !important;
    padding: 0 16px 16px !important;
}
/* End of Native Bottom Sheet  */

/* fc-tab-dropdown style Start */
.fc-tab-dropdown {
    /* height: 44px; */
    padding: 0 0;
    border-bottom: solid 1px rgba(155, 155, 155, 0.5);
    position: relative;
    z-index: 2;
}
.fc-tab-dropdown .fc-tab-name {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    background: #F5F5F5;
}
.fc-tab-dropdown .fc-tab-name > div {
    color: rgba(0,0,0,.5);
    position: relative;
    padding-right: 37px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: auto 0;
}
.fc-tab-dropdown .fc-tab-name > div:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
}
.fc-tab-dropdown .fc-tab-name span {
    flex: 2;
}
.fc-tab-dropdown .fc-tab-dropdown-option {
    position: absolute;
    background: #fff;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 999;
    padding: 8px 0;
    overflow: auto;
    height: calc(100vh - constant(safe-area-inset-top) - 100px);
    height: calc(100vh - env(safe-area-inset-top) - 100px);
    -webkit-overflow-scrolling: touch;
}
.fc-tab-dropdown .fc-tab-dropdown-items {
    padding: 16px;
    color: rgba(0,0,0,.87);
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}
/* End of fc-tab-dropdown style */

/* Overlay Style */
.header-dropdown-overlay {
    top: calc(56px + constant(safe-area-inset-top)) !important;
    top: calc(56px + env(safe-area-inset-top)) !important;
}
.overlay.show,
.header-dropdown-overlay.show {
    display: block;
    pointer-events: all;
}
.overlay,
.header-dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;
    background: rgba(155, 155, 155, 0.5);
    display: none;
}
.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: rgba(155, 155, 155, 0.5);
    display: none;
}
/* End of Overlay Style */
.listing .body-2.link-style {
    color: #0093ee !important;
}

.owner-body {
    padding-bottom: 2px;
    color: #757575;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.padding-right-8.padding-right-8 {
    padding-right: 8px;
}

.fc-display-label {
     color: #4a4a4a;
     font-size: 14px;
     font-family: 'Source Sans Pro', sans-serif!important;
 }
 .fc-display-label-value {
     font-family: 'Source Sans Pro', sans-serif!important;
     color: rgba(0, 0, 0, .87);
     font-size: 14px;
     font-weight: 700;
 }
.header-dropdown:after {
    content: '';
    position: relative;
    top: 12px;
    right: -10px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
}

/* Accordion Section */
.fc-accordion-container {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.fc-accordion-container .fc-accordion-header {
    padding: 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.fc-accordion-link {
    transform: rotate(0deg);
}
.fc-accordion-container.fc-accordion-close .fc-accordion-body {
    display: none;
}
.fc-accordion-container.fc-accordion-close .fc-accordion-link {
    transform: rotate(-90deg);
}

.fc-native-bottom-sheet-body .fc-row {
    display: flex;
    flex-wrap: wrap;
}
/* End of Accordion Section */

.fc-row {
    display: flex;
    flex-wrap: wrap;
}
.fc-row .fc-ld-col-1,
.fc-row .fc-ld-col-2,
.fc-row .fc-ld-col-3,
.fc-row .fc-ld-col-4,
.fc-row .fc-ld-col-5,
.fc-row .fc-ld-col-6,
.fc-row .fc-ld-col-7,
.fc-row .fc-ld-col-8,
.fc-row .fc-ld-col-9,
.fc-row .fc-ld-col-10,
.fc-row .fc-ld-col-11,
.fc-row .fc-ld-col-12 {
    margin: 8px;
}
.fc-row .fc-ld-col-1 {
    flex-basis: calc(8.33333333% - 16px);
    max-width: calc(8.33333333% - 16px);
}
.fc-row .fc-ld-col-2 {
    flex-basis: calc(16.66666667% - 16px);
    max-width: calc(16.66666667% - 16px);
}
.fc-row .fc-ld-col-3 {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
}
.fc-row .fc-ld-col-4 {
    flex-basis: calc(33.33333333% - 16px);
    max-width: calc(33.33333333% - 16px);
}
.fc-row .fc-ld-col-5 {
    flex-basis: calc(41.66666667% - 16px);
    max-width: calc(41.66666667% - 16px);
}
.fc-row .fc-ld-col-6 {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
}
.fc-row .fc-ld-col-7 {
    flex-basis: calc(58.33333333% - 16px);
    max-width: calc(58.33333333% - 16px);
}
.fc-row .fc-ld-col-8 {
    flex-basis: calc(66.66666667% - 16px);
    max-width: calc(66.66666667% - 16px);
}
.fc-row .fc-ld-col-9 {
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px);
}
.fc-row .fc-ld-col-10 {
    flex-basis: calc(83.33333333% - 16px);
    max-width: calc(83.33333333% - 16px);
}
.fc-row .fc-ld-col-11 {
    flex-basis: calc(91.66666667% - 16px);
    max-width: calc(91.66666667% - 16px);
}
.fc-row .fc-ld-col-12 {
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px);
}

.fc-addressbook-bottom-sheet-body {
    background-color: #fff;
    overflow: auto;
    padding: 0;
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif!important;
    max-height: calc(100% - constant(safe-area-inset-top));
    max-height: calc(100% - env(safe-area-inset-top));
}

#addressBookBottomSheet .fc-overflow-hidden {
    overflow: initial !important;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 576px) {
    .fc-row .fc-sd-col-1 {
        flex-basis: calc(8.33333333% - 16px);
        max-width: calc(8.33333333% - 16px);
    }
    .fc-row .fc-sd-col-2 {
        flex-basis: calc(16.66666667% - 16px);
        max-width: calc(16.66666667% - 16px);
    }
    .fc-row .fc-sd-col-3 {
        flex-basis: calc(25% - 16px);
        max-width: calc(25% - 16px);
    }
    .fc-row .fc-sd-col-4 {
        flex-basis: calc(33.33333333% - 16px);
        max-width: calc(33.33333333% - 16px);
    }
    .fc-row .fc-sd-col-5 {
        flex-basis: calc(41.66666667% - 16px);
        max-width: calc(41.66666667% - 16px);
    }
    .fc-row .fc-sd-col-6 {
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
    .fc-row .fc-sd-col-7 {
        flex-basis: calc(58.33333333% - 16px);
        max-width: calc(58.33333333% - 16px);
    }
    .fc-row .fc-sd-col-8 {
        flex-basis: calc(66.66666667% - 16px);
        max-width: calc(66.66666667% - 16px);
    }
    .fc-row .fc-sd-col-9 {
        flex-basis: calc(75% - 16px);
        max-width: calc(75% - 16px);
    }
    .fc-row .fc-sd-col-10 {
        flex-basis: calc(83.33333333% - 16px);
        max-width: calc(83.33333333% - 16px);
    }
    .fc-row .fc-sd-col-11 {
        flex-basis: calc(91.66666667% - 16px);
        max-width: calc(91.66666667% - 16px);
    }
    .fc-row .fc-sd-col-12 {
        flex-basis: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }
    .f-timeline-header {
        margin: 18px 0 8px 0px;
    }
    .f-avtar-list > .flex {
        flex-direction: column;
        padding-left: 45px;
    }
    .f-avtar-list .flex .f-avatar-image {
        position: absolute;
        top: 14px;
        left: 11px;
    }
    .f-timeline-text {
        padding: 0 16px;
    }
}
.f-custom-email-icon {
    width: 48px;
    height: 48px;
    background: url('../images/email-icon.svg') no-repeat center center;
    background-size: 24px 24px;
    -webkit-transform: translate3d(0,0,0);
}

div.footerfixed {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
div.footerfixed a:first-child,
div.footerfixed a:last-child{
    width: 100% !important;
    height: 48px !important;
    padding: 0 8px !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    background: #fff !important;
    border-top: 1px solid #ccc !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #0093ee !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 46px !important;
    line-height: 48px !important;
    text-decoration: none !important;
}
div.footerfixed a:last-child {
    background: rgb(0 147 238) !important;
    border-top: 1px solid rgb(0 147 238) !important;
    color: #fff !important;
}

.addresbook_popup .address_filter label {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 12px !important;
        line-height: 14px !important;
        color: rgb(155 155 155) !important;
        margin: 0 !important;
}
.addresbook_popup h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgb(117 117 117) !important;
    letter-spacing: .5pt !important;
    text-transform: uppercase !important;
    background: #f5f5f5 !important;
    padding: 16px !important;
    border-bottom: solid 1px #e5e5e5 !important;
}
.addresbook_popup h3 input[type=checkbox] {
    width: 16px !important;
    height: 16px !important;
    position: relative !important;
    bottom: -1px !important;
}
.addresbook_popup h3 .addressbookItemCount {
    font-size: 12px !important;
    text-transform: initial !important;
}
.addresbook_popup ul.contact_list li {
    padding: 24px 16px !important;
    border-bottom: solid 1px #e5e5e5 !important;
}

.addresbook_popup ul.contact_list li input[type=checkbox] {
width: 16px !important;
    height: 16px !important;
    position: relative !important;
    bottom: -1px !important;
}
.addresbook_popup .contact_list li span:nth-of-type(1) {
    padding-bottom: 2px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}
.addresbook_popup .contact_list li span {
        font-family: 'Source Sans Pro', sans-serif !important;
    color: rgb(155 155 155) !important;
    font-size: 13px !important;
}

.addresbook_popup .ms-parent {
    border: none 0px transparent !important;
}
.addresbook_popup .ms-parent .ms-choice {
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 31px !important;
}
.addresbook_popup .ms-parent .ms-choice span {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.87) !important;
    padding: 0 !important;
    bottom: 0 !important;
}
.addresbook_popup .ms-choice:after {
    background: url(../images/dropdown-arrow.png) no-repeat right center;
    bottom: 0;
    right: 6px;
}
.addresbook_popup .search_addressbook {
    position: relative;
    margin: 24px 16px 16px 16px;
    padding: 0px;
}
.addresbook_popup .search_addressbook input[type="text"] {
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent !important;
    border-radius: 0 !important;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.addresbook_popup .search_addressbook .svg-icon {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    margin: 7px 0 0 0;
}

#addbookSearch, .checkbox-lbl, .btn-group {
    -webkit-transform: translate3d(0, 0, 0);
}

.addresbook_popup .search_addressbook .svg-icon.search_clear_addressbook_icon {
    right: 42px;
}

.addresbook_popup .search_addressbook .svg-icon svg {
    width: 22px;
    height: 22px;
}
.addresbook_popup .address_book_view_more {

}
.addresbook_popup .address_book_view_more a {
    background: #fff;
    padding: 16px;
    text-align: center;
    display: block;
    color: #0093ee;
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 1px #e5e5e5;
}



.f-chip-dropdown-container {

}


.f-chip-dropdown-container .f-chip-dropdown {
    max-height: 76px !important;
    overflow: hidden;
}
.f-chip-dropdown-container.f-chip-dropdown-open .f-chip-dropdown {
    max-height: none !important;
}

.f-chip-dropdown-container .f-chip-dropdown-icon {
    display: none;
}
.f-chip-dropdown-container.f-chip-dropdown-active .f-chip-dropdown-icon {
    display: block;
}

.f-chip-dropdown-container.f-chip-dropdown-open .f-chip-dropdown-icon .svg-icon {
    transform: rotate(180deg);
}




.message_box .inboxContainer.more-then-3.show-all-tag .chipdropdown .svg-icon {
    transform: rotate(180deg);
}
.message_box .inboxContainer.more-then-3.show-all-tag {
    height: auto !important;
}
.message_box .inboxContainer.more-then-3 {
    height: 98px !important;
}
.message_box .inboxContainer.more-then-3 .chipdropdown {
    display: block;
    transform: translate3d(0, 0, 0px);
}
.message_box .inboxContainer .chipdropdown {
    display: none;
}
.message_box .inboxContainer {
    padding: 0 !important;
    overflow: hidden !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12) !important;
    margin: 8px 16px 16px 16px !important;
}
.message_box .inboxContainer span.tag {
    margin-bottom: 8px !important;
    background: rgba(0,0,0,0.05) !important;
    color: #0f0f0f !important;
    padding: 0 16px !important;
    height: 36px !important;
    line-height: 35px !important;
}
.message_box .inboxContainer span.tag span {
    letter-spacing: .5px !important;
    font-size: 14px !important;
}
.message_box .inboxContainer span.tag:not(.not-delete) a {
    background: #757575 !important;
    color: #fff !important;
    margin: 0px -8px 0 4px !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 23px !important;
    font-size: 16px !important;
}

.fc-beta-tag {
    background-color: rgba(0 ,0, 0 , 0.3);
    line-height: 16px;
    color: #fff;
    border-radius: 2px;
    padding: 2px 7px;
    font-weight: 600;
    font-size: 13px;
    font-family: Source Sans Pro,sans-serif;
    margin-left: 4px;
    text-transform: uppercase;
}

.search_addressbook {

    width: calc(100% - 32px) !important;

}




/* Search Bar style */
.f-search-bar {
    padding: 16px;
    margin-bottom: -16px;
    position: sticky;
    top: 56px;
    background: #fff;
    z-index: 1;
}
.f-search-bar input {
    border-radius: 23px;
    border: solid 1px #cdcdcd;
    padding: 0 23px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 14px;
    width: 100%;
}
.f-search-bar.scrolled-up {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
 }
 .scrolled-up {
    transform:translateY(0); transition: all 0.3s ease-in-out;
 }
/* End of Search Bar style */


.pointer-events-none {
    pointer-events: none;
}

span.f-count {
    font-family: Source Sans Pro,sans-serif!important;
    font-weight: 700;
    min-width: 10px;
    min-height: 23px;
    background-color: #9b9b9b!important;
    border-radius: 2px;
    color: #fff;
    margin-left: 12px;
    padding: 2px 6px;
    line-height: 24px;
}


/* FC Library CSS Start */
.fc--library-search {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% - 32px);
    margin: 16px 16px;
    border-radius:12px;
    background: #E8EFF3;
}
.fc--library-search .svg-icon {
    background: #E8EFF3;
    height: auto;
    padding: 11px 17px;
    width: auto;
    border-radius: 12px 0px 0px 12px;
}
.fc--library-search .svg-icon svg {
    position: relative;
    bottom: -2px;
    fill: #7d8fab;;
}
.fc--library-search input {
    background: #E8EFF3;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: solid 0px #E8EFF3;
    border-radius: 0px 12px 12px 0px;
}
.fc--library-search input::placeholder {
    color: #7D8FAB;
    font-size: 16px;
}

.fc--library-section {
    margin-bottom: 24px;
}
.fc--library-section .fc--library-header {
    display: flex;
    align-items: center;
    padding: 0 8px 0 16px;
}
.fc--library-section .fc--library-header {
    display: flex;
    align-items: center;
    padding: 0 8px 0 16px;
}
.fc--library-section .fc--library-header > .flex-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2pt;
    color: #373A3C !important;
    text-transform: uppercase;
    padding: 14px 8px 14px 0;
}
.fc--library-section .fc--library-header > .link-style {
    padding: 14px 8px 14px 16px;
    font-size: 14px;
}
.fc--library-section .fc--library-item-container {
    overflow: hidden;
    margin: -15px 0 -20px 0;
}
.fc--library-item-scroll {
    overflow-x: auto;
    padding: 16px 0 24px 0;
    margin-bottom: -9px;
}
.fc--library-item-scroll .fc--library-item {
    margin: 0 8px;
}
.fc--library-item-scroll .fc--library-item .fc--library-item-media {
    height: 150px;
}
.fc--library-item-scroll .fc--library-item .fc--library-item-media-default img {
    height: 53%;
}
.fc--library-item-scroll .fc--library-item .fc--library-item-content {
    display: flex;
    flex-direction: column;
}
.fc--library-item-scroll .fc--library-item .fc--library-item-content p {
    flex: 2;
}
.fc--library-section .fc--library-item-container .fc--library-item-scroll > ul {
    display: flex;
    min-width: 100%;
}
.fc--library-section .fc--library-item-container .fc--library-item {
    min-width: 205px;
    max-width: 205px;
    height: auto;
}
/* .fc--library-section .fc--library-item-container .fc--library-item .fc--library-item-media img {
    margin-left: -35px;
} */
.fc--library-section .fc--library-item-container .fc--library-item:first-child {
    margin-left: 16px;
}
.fc--library-item {
    position: relative;
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgb(0 0 0 / 15%); */
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    user-select: none;
}
.fc--library-item .fc--library-item-media {
    height: 100px;
    overflow: hidden;
    position: relative;
}
.fc--library-item .fc--library-item-media img {
    max-height: 100%;
    /* margin-left: -35px; */
    margin: auto;
    display: block;
}
.fc--library-item-media-default {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(227 227 227 / 29%);
}
.fc--library-item-media-default img {
    margin: 0 !important;
    height: 70%;
}
.fc--library-item .fc--library-item-content {
    padding: 16px;
    font-size: 12px;
    color: #757575;
    flex: 2;
}
.fc--library-item .fc--library-item-content .fc--library-item-heading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fc--library-item .fc--library-item-content p {
    overflow: hidden;
    max-height: 31px;
}
.fc--library-item .fc--library-item-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #757575;
    text-align: right;
    width: 100%;
    padding: 0px 0 8px 16px;
}
.fc--library-item .fc--library-item-meta > div {
    padding-right: 16px;
}
.fc--library-item .fc--library-item-meta > div > span {
    padding-right: 1px;
}

.fc--library-item .fc--library-item-footer {
    border-top: solid 1px #e0e0e0;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}
.fc--library-item .fc--library-item-footer .fc--library-item-footer-item {
    flex: 2;
    display: flex;
    align-items: center;
    padding: 10px 8px 10px 0;
    justify-content: center;
}
.fc--library-item .fc--library-item-footer .fc--library-item-footer-item:nth-child(2) {
	padding-right: 0;
}
.fc--library-item .fc--library-item-footer .fc--library-item-footer-item .svg-icon {
    padding: 0;
    width: 18px;
    height: 18px;
    transform: translate3d(0, 0, 0);
}
.fc--library-item .fc--library-item-footer .fc--library-item-footer-item .svg-icon svg {
    width: 18px;
    height: 18px;
}
.fc--library-item .fc--library-item-footer .fc--library-item-footer-item p {
    font-size: 12px;
    color: #757575;
    padding-left: 4px;
    margin-top: -2px;
    white-space: nowrap;
}

.fc--library-section .fc--library-item-container .fc--library-item-more {
    background: #fff;
    font-size: 14px;
    min-width: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #0093ee;
}
.fc--library-section .fc--library-item-container .fc--library-item-more .svg-icon {
    background: #f0f0f0;
    border-radius: 100%;
    margin: -20px auto 8px auto;
}

.fc--library-item-scroll .fc--library-item-folder {
    flex-direction: row;
    min-width: 300px;
    margin: 0 8px 16px 8px;
    padding-left: 8px;
}
.fc--library-item-scroll .fc--library-item-folder .fc--library-item-folder-content {
    padding: 24px 8px 24px 16px;
}
.fc--library-item-scroll .fc--library-item-folder .fc--library-item-folder-content .heading {
    width: 170px;
}
.fc--library-item-scroll .fc--library-item-folder .svg-icon:not(.folder-description-icon) {
    margin-top: 17px;
    margin-left: 8px;
}
.fc--library-item-folder {
    background: rgba(0,0,0,0.05);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translate3d(0, 0, 0);
}
.fc--library-item-folder .fc--library-item-folder-content {
    flex: 2;
    padding: 8px 16px 16px 16px;
}
.fc--library-item-folder .svg-icon:not(.folder-description-icon) {
    padding: 0;
    margin: 10px auto 0 auto;
    transform: translate3d(0, 0, 0);
}
.fc--library-item-folder .svg-icon:not(.folder-description-icon) svg {
    width: 48px;
    height: 48px;
}
.fc--library-item-folder .fc--library-item-folder-content .heading {
    font-size: 16px;
    color: #0093ee;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fc--library-item-folder .svg-icon.folder-description-icon {
    position: absolute;
    top: 10px;
    right: 0;
}
.fc--library-item-folder .fc--library-item-folder-content .caption {
    color: #757575;
}
.fc--library-section .fc--library-item-container .fc--library-item-folder {
    min-width: 300px;
}
.fc--library-section .fc--library-item-container li:first-child > .fc--library-item-folder {
    margin-left: 16px;
}

.fc--library-detail-banner {
    text-align: center;
    max-height: 340px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    background: #ccc;
    user-select: none;
}
.pdf-icon-bg {
    background: #d41a1a;
}
.fc--library-detail-banner img {
    max-width: 100%;
    max-height: 100%;
}
.fc--library-banner-hero {
    position: relative;
    z-index: 2;
}
.fc--library-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: initial;
    width: 100%;
    z-index: 1;
    filter: blur(21px);
    opacity: 0.7;
}


.fc--library-detail-info {
    padding: 0px 16px 24px 16px;
    user-select: none;
}
.fc--library-chip-container {
    margin: -6px 0 0 0;
}
.fc--library-chip-scroll {
    display: flex;
    flex-flow: wrap;
    min-width: 100%;
}
.fc--library-chip {
    background-color: rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 36px;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 36px;
    border-radius: 18px;
    white-space: nowrap;
    margin: 0 8px 8px 0;
    transform: translate3d(0, 0, 0);
}
.fc--library-chip .svg-icon {
    padding: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    transform: translate3d(0, 0, 0);
}
.fc--library-detail-info .heading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 8px;
    padding-top: 16px;
}
.fc--library-detail-info .body-1 {
    font-size: 13px;
}
.fc--library-section .fc--library-item-container fr-empty {
    position: relative;
    height: 200px;
    top: 0 !important;
}
.fc--library-loader .loader-bottom {
    position: absolute;
    background: #fff;
    padding-bottom: 8px;
}

.fc--library-section fr-empty {
    position: relative;
    height: 200px;
    top: 0 !important;
}

.fc--library-section fr-empty .container .page-error img {
    width: 100px;
    margin-bottom: 0px;
}

.fc--library-section fr-empty .container .page-error .body-2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
/* FC Library CSS End */

/* Comment Box For Bottom Sheet */
.fc-bottom-sheet-comment-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    z-index: 9;
    border-top: 0;
    align-items: center;
}
.fc-bottom-sheet-comment-box input {
    width: 100%;
    height: 70px;
    border: solid 0px transparent;
    outline: 0;
    background: transparent;
    padding: 0px 16px;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    color: #373A3C;
}
/* End of Comment Box For Bottom Sheet */

/* TimeLine CSS */
.f-timeline-container {
    background: #FFFFFF;
}
.f-timeline-header {
    color: #000;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .57px;
    margin: 18px 0 8px 0px;
}
.f-timeline-record {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    color: rgba(0,0,0,.5);
    margin: 24px 0 24px 50px;
    min-width: 170px;
    padding: 14px;
    position: relative;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,.5);
}
.f-timeline-record:before {
    background-color: #b5b5b5;
    bottom: calc(50% + 32px);
    content: "";
    position: absolute;
    top: -16px;
    width: 2px;
    left: -28px;
}
.f-timeline-record:last-child:after {
    display: none;
}
#activity_history .f-timeline-container {
    padding-bottom: 24px
}
.f-task-type {
    background-color: #26c1c9;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    left: -47px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 16px);
    user-select: none;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-timeline-record:after {
    background-color: #b5b5b5;
    bottom: -16px;
    content: "";
    left: -28px;
    position: absolute;
    top: calc(50% + 32px);
    width: 2px;
}
.f-task-type svg {
    fill: #fff;
}
.f-avtar-list .flex {
    flex-direction: column;
    padding-left: 45px;
}

.f-avatar-image {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #26c1c9;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 16px;
}
.f-avtar-list .flex .f-avatar-image {
    position: absolute;
    top: 14px;
    left: 11px;
}
.f-timeline-text {
    margin-top: 16px;
    color: #373A3C;
    padding: 0 16px;
}
/* End of TimeLine CSS */
.fc-copy-url {
    display: flex;
    padding: 16px;
    background: #f0f0f0;
    margin: 8px 0;
    align-items: center;
}

.f-avatar-image.f-avatar-64 {
    width: 64px;
    height: 64px;
}

.f-avatar-image {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #26c1c9;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 16px;
}
.f-avatar-image.f-avatar-64 .svg-icon {
    width: 64px;
    height: 64px;
    padding: 16px;
}
.f-avatar-image .svg-icon.white svg {
    fill: #fff !important;
    width: 32px;
    height: 32px;
}

/* CSS for ngDialog */
.fc-library-preview-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 99;
    display: flex;
    flex-direction: column;
    padding-top: constant(safe-area-inset-top) !important;
	padding-top: env(safe-area-inset-top) !important;
}

/* Header CSS */
.fc-library-preview-popup .fc-library-preview-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0%, transparent 100%);
    height: 56px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    color: #fff;
}

.fc-library-preview-popup .fc-library-preview-header .flex-2 {
    padding-left: 8px;
}

.fc-library-preview-popup .svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
}

.fc-library-preview-body {
    flex: 1;
    overflow: auto;
    position: relative;
}
.fc-library-preview-popup .fc-library-preview-body.fc-library-preview-no-file {
    color: #fff;
    flex: 2;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.fc--library-item-container fr-empty .container{
    padding: 0 0 0 0;
}
.fc--library-item-container fr-empty .container .page-error img {
    width: 100px;
    margin-bottom: 0px;
}
.fc--library-item-container fr-empty .container .page-error .body-2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.card .card-body a img{
    max-width:200px; border:1px solid #CCC; margin-top:2px;
}

/* Library Category CSS Starts */
.fc--category-container {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 16px 0;
    /* border-bottom: solid 2px #e0e0e0; */
}
.fc--category-container .fc--category-item {
    width: calc(100% / 3);
    text-align: center;
    padding: 16px 8px;
}
.fc--category-container .fc--category-item .svg-icon {
    background: #0093ee;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 8px;
}
.fc--category-container .fc--category-item .svg-icon svg {
    fill: #fff;
    transform: translate3d(0, 0, 0);
}
.fc--category-container .fc--category-item .body-2 {
    /* font-size: 14px;
    margin: 4px 0 0 0; */


    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #373A3C !important;
    margin-top: 8px;
}

.fc--category-thumbnail img {
    max-width: 40px;
    max-height: 40px;
}
.fc--category-thumbnail {
    height: 40px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.fc--subcategory-section .fc--library-item {
    box-shadow: 0 0 0 transparent;
    min-width: 105px !important;
    max-width: 105px !important;
}
.fc--subcategory-section .fc--library-item .fc--category-item {
    width: auto !important;
}

.fc--subcategory-section .fc--library-item-scroll {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 8px;
}
.fc--subcategory-section .fc--library-item-scroll .fc--library-item {
    margin: 0 !important;
}
.fc--subcategory-section .fc--library-item-container .fc--library-item:first-child {
    margin-left: 16px !important;
}


.attempt-wm-app {
    background: rgb(0 147 238);
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

ngdialog-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein 0.5s;
    animation: ngdialog-fadein 0.5s;
}

.ngdialog-content {
    background: white;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein 0.5s;
    animation: ngdialog-fadein 0.5s;
}
.f-card-list-style {
    border: solid 1px #e6e6e6;
    margin: 8px 0 16px 0;
}
.f-card-list-style .f-card-list-item {
    padding: 16px;
    border-bottom: solid 1px #e6e6e6;
}
.f-card-list-style .f-card-list-item .f-card-list-item-name {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.f-card-title-grey {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5pt;
    color: rgb(117 117 117) !important;
    text-transform: uppercase;
}
/* Library Category CSS Ends */



/* Attachments Chip CSS  */
.f-attachments-chip-container-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.f-attachments-chip {
	background-color: #fff;
    border: 1px solid #cac9ca;
	border-radius: 4px;
    cursor: pointer;
	height: 44px;
    line-height: 44px;
    margin: 8px 16px 8px 0;
    padding: 0 16px;
	display: flex;
    align-items: center;
	max-width: 240px;
}
.f-attachments-chip a {
	color: #0093ee !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    flex: 2;
    padding: 0 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-attachments-chip .svg-icon {
	width: 24px;
    height: 24px;
    padding: 0;
    line-height: 0;
}
.f-attachments-chip .svg-icon svg {
	width: 22px;
    height: 22px;
}

div[data-videooption] img {
    transform: translate3d(0, 0, 0);
}
/* End of Attachments Chip CSS  */

/* Start of Send SMS CSS */
.chat-container {
    height: calc(100% - 130px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 16px 0 16px;
}
.received-messages {
    border-radius: 10px 10px 10px 0px;
    background-color: #eceff1;
    align-self: flex-start;
}
.chart-card-info {
    position: absolute;
    top: -16px;
    left: 6px;
    right: 6px;
    font-size: 10px;
    color: #746e6e;
    white-space: nowrap;
}
.send-messages {
    border-radius: 10px 10px 0 10px;
    background-color: #1295eb;
    color: white;
    align-self: flex-end;
}
.received-messages,
.send-messages {
    padding: 10px 16px;
    font-size: 15px;
    margin-bottom: 24px;
    position: relative;
    transform: translate3d(0, 0, 0);
}
.send-messages .chart-card-info {
    text-align: right;
    left: auto;
}
.send-messages .chart-card-media {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}
.send-messages .chart-card-media .chat-img-item {
    margin-right: 8px;
    margin-bottom: 8px;
}
.send-messages .chart-card-media .chat-img-item:last-child {
    margin-right: 0;
}
.send-messages .chart-card-media .chat-img-item .svg-icon {
    display: none;
}
.send-messages .chart-card-media .chat-img-item img {
    max-width: 100%;
    max-height: 100px;
    border-radius: 6px;
    border: solid 1px rgb(255 255 255);
}
.fc--library-item-file {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    padding-right: 16px;
    margin: -2px -6px;
}
.f-sms-template-list {
    margin: -16px;
    width: calc(100% + 32px);
}
.f-sms-template-list .svg-icon {
    margin: -3px 0 -3px 0;
}
.email-link-color {
    background: #ff7043;
}
.copy-link-color {
    background: #8f9cad;
}
.copy-link-color {
    position: relative;
}
.copy-link-color .fc-display-label {
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: normal;
}
.copy-link-color input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: -24px;
}
.page-error {
    height: calc(100vh - 260px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.fc-send-sms {
    display: flex;
    background-color: #e5e4e4;
    align-items: center;
    align-content: center;
    padding: 8px 8px;
    padding-bottom: constant(safe-area-inset-bottom) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    transform: translate3d(0, 0, 0);
}
.fc-send-sms .svg-icon {
    margin-bottom: 6px;
    width: 40px;
    height: 40px;
    padding: 8px;
}
.fc-send-sms .form-ctrl-container {
    flex: 2;
    max-height: 205px;
    min-height: 48px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 8px;
}
.f-reply-message {
    background: #f5f2f2;
    border-radius: 8px;
    margin: -8px -8px 8px -8px;
}
.f-reply-message .f-reply-message-header {
    display: flex;
    width: 100%;
}
.f-reply-message .f-reply-message-header p {
    flex: 2;
    font-size: 10px;
    color: #746e6e;
    padding: 9px 0 0 7px;
}
.f-reply-message .f-reply-message-header .svg-icon {
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 4px 4px 0 0;
}
.f-reply-message .f-reply-message-header .svg-icon svg {
    width: 100%;
    height: 100%;
}
.f-reply-message .f-reply-message-content {
    padding: 0px 8px 8px 8px;
    font-size: 14px;
    margin-top: 4px;
}
.fc-send-sms textarea {
    width: 100%;
    border: none;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 22px;
    background: transparent;
    max-height: 132px;
    height: 22px;
}
.fc-send-sms-message {
    width: 40px;
    height: 40px;
    background-color: #1295eb;
    border-radius: 50%;
    padding: 8px;
    margin-left: 8px;
}

#shareBottomSheet .flex .f-avatar-image {
    margin: 0 0 8px 0;
}
#shareBottomSheet .flex .padding-16 {
    text-align: center;
    margin: 0 8px;
}
#image-preview {
    display: flex;
    margin: 0 -10px;
}
#image-preview > div {
    max-height: 100px;
    width: auto;
    margin-right: 8px;
    margin-bottom: 16px;
    position: relative;
}
#image-preview > div .svg-icon {
    position: absolute;
    top: -9px;
    right: -6px;
    background: rgba(0, 0, 0, 0.70);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 16px;
}
#image-preview > div img {
    max-width: 100%;
    max-height: 100px;
    border-radius: 6px;
    border: solid 1px rgb(219 219 219);
}
.sms-image-preview-container {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#smsPreviewImage {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.fc-img-preview-header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.fc-img-preview-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.fc-img-preview-container {
    text-align: center;
    padding: 20px;
}

.fc-img-preview {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 5px;
}

.received-messages pre, 
.send-messages pre{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
}
/* End of Send SMS CSS */

/* Start of Notice Popup CSS */
.fc-alert-popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .32);
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 9999;
}
.fc-alert-popup-container .fc-alert-popup {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
    width: 600px;
    margin: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.fc-alert-popup-container .fc-alert-popup .fc-alert-popup-header {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: #333;
    font-style: normal;
    font-stretch: normal;
    background: #ebebeb;
    padding: 20px 16px;
    border-bottom: solid 1px #cdcaca;
}
.fc-alert-popup-container .fc-alert-popup .fc-alert-popup-body {
    padding: 16px;
    padding-bottom: 0px;
}
.fc-alert-popup-container .fc-alert-popup .fc-alert-popup-footer {
    position: sticky;
    bottom: 0;
    padding: 8px 16px 16px 16px;
    border-top: solid 1px #cdcaca;
    background: #fff;
}
.fc-acknowledgement-popup {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.fc-alert-popup-container .fc-alert-popup {
    width: 90vw;
    height: 80vh;
    overflow: auto;
}
.fc-acknowledgement-popup .checkbox-lbl {
    font-size: 14px;
    line-height: 17px;
}
.btn-style.btn-full-width {
    width: 100%;
}
.btn-style.btn-secondary-style {
    border: solid 1px #ccc;
    color: rgba(0,0,0,.54);
    background: #fff;
}
.btn-style[disabled] {
    background-color: #e6e6e6 !important;
    border-color: hsla(0, 0%, 100%, .5) !important;
    color: #9b9b9b !important;
    cursor: not-allowed;
}
.margin-bottom-16px {
    margin-bottom: 16px;
}
/* End of Notice Popup CSS */

.default-story-image{
    background-image: url('../images/no-preview.png');
    background-size: cover;
    background-position: center;
    height: 100%;
}
.ellipsis-2{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.d-inline{
    display: inline !important;
}
.mb-ios {
    padding-bottom: calc(env(safe-area-inset-bottom) + 56px) !important;
}
@supports (-webkit-touch-callout: none) {
    /* This will only apply to Safari (iOS) */
    .fixed-ios{
        margin-bottom: calc(env(safe-area-inset-bottom)) !important;
    }
}

.primary-btn:disabled{
    background: #e6e6e6 !important;
    pointer-events: none;
    cursor: not-allowed;
    border-top: 1px solid #e6e6e6 !important;
    color: #ccc !important;
}

.d-none{
    display: none !important;
}

.mb-48{
    margin-bottom: 48px
}

.mb-8{
    margin-bottom: 8px;
}

.mb-16{
    margin-bottom: 16px;
}

.mx-16{
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.mt-16{
    margin-top: 16px !important;
}

.fb_post.disabled::before, .primary-btn:disabled {
    color: #969696 !important;
}

.margin-top-4{
    margin-top: 4px !important;
}

.margin-right-16 {
    margin-right: 16px;
}

.fc-attachment-icon {
    margin-left: 5px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    display: inline;
    opacity: 0.5;

}
.bg-light-grey {
    background-color: #f5f5f5 !important;
}

.d-block{
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}

/*document-centralization starts*/
.summary-separator-hidden {
    display: none !important;
}

#tpl-content .summary-separator {
    background: #F5F5F5;
    padding: 16px;
    margin: 0;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#tpl-content .summary-separator .svg-icon {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

#tpl-content .summary-separator.summary-separator-open .svg-icon {
    transform: rotate(90deg);
}

/* Optional: smooth expand/collapse animation */
.listing {
    transition: all 0.3s ease;
}
/*document-centralization ends*/

#wm-mobile-page.wm-portrait-page {
    height: 96vh !important;
    padding-bottom: 80px !important;
}

.main-page-container .page-top-container.wm-page-open .header-style > *:not(a#nav-link):not(.openWmProfile):not(h1.title) {
    display: none !important;
}

.main-page-container .page-top-container.wm-landscape-page .header-style {
    display: none !important;
}

.main-page-container .page-top-container .openWmProfile {
    display: none;
}

.main-page-container .page-top-container.wm-page-open .header-style .icon-vert-menu {
    display: block !important;
}

body.wm-fullscreen-mode .main-page-container .page-middle-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
}

body.wm-fullscreen-mode #injectClsEle,
body.wm-fullscreen-mode #injectDiv,
body.wm-fullscreen-mode #wm-mobile-page {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    border: none !important;
}

@media only screen and (orientation: landscape) {
    body.wm-fullscreen-mode #wm-mobile-page {
        max-width: 767px !important;
    }
    body.wm-fullscreen-mode #injectClsEle {
        display: flex;
        justify-content: center;
    }
  }

.return-to-world-view-link {
    padding: 8px 0 8px 48px;
}

.return-to-world-view-link .return-to-world-view-btn {
    border: none;
    background: transparent;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 167, 255);
    border-color: rgb(255, 255, 255);
    padding: 8px 12px;
    border-radius: 6px;
}

.activity-stream-revamp {
    background: #f4f6fa;
    padding: 12px 10px 20px;
}

.activity-stream-main-card {
    margin: 0 0 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(25, 118, 210, 0.1), 0 1px 6px rgba(34, 43, 69, 0.08);
}

.activity-stream-main-card > .activity-stream-header-top {
    border-bottom: 1px solid #eeeeee;
}

.activity-stream-header-top {
    justify-content: space-between;
    padding: 14px 16px;
}

.activity-stream-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #202124;
    text-transform: none;
    letter-spacing: 0;
}

.activity-stream-mark-read {
    font-size: 14px;
    margin-right: 16px;
    letter-spacing: .5px;
    user-select: none;
    cursor: pointer;
    color: #0093ee;
    display: inline-block !important;
}

.activity-stream-filters {
    padding: 10px 10px 4px;
    white-space: nowrap;
    overflow-x: auto;
}

.activity-stream-filters a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #dde4f1;
    border-radius: 16px;
    color: rgba(0, 0, 0, 0.72);
    padding: 6px 10px;
    margin: 0 8px 8px 0;
    background: #fff;
    font-size: 12px;
}

.activity-stream-filters a strong {
    font-size: 12px;
    color: #001f5b;
}

.activity-stream-filters a.active {
    border-color: #0b57d0;
    background: #e8f0fe;
    color: #0b57d0;
}

.activity-stream-filters::-webkit-scrollbar {
    display: none;
}

.activity-module-block {
    margin-bottom: 0;
    background: transparent;
}

.activity-module-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.activity-module-title-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.activity-module-heading-end {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
}

.activity-module-title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(117, 117, 117);
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-module-badge {
    flex-shrink: 0;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background: #e53935;
    border-radius: 999px;
    box-sizing: border-box;
}

.activity-module-toggle-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 24px;
    height: 24px;
}

.activity-module-toggle-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0.38);
}

.activity-stream-revamp .activity-module-content {
    background: #eef1f6;
    padding: 10px 12px 14px;
}

.fc-tool-notification-list {
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    flex-flow: row wrap;
}

.fc-tool-notification-card {
    position: relative;
    display: block;
    padding: 14px 8px 14px 16px;
    background: #ffffff;
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 4px rgba(20, 35, 69, 0.06);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    width: 100%;
    margin: 0 8px 16px 8px !important;
}

.fc-tool-notification-card:first-child {
    margin-top: 16px !important;
}

.fc-tool-notification-card:last-child {
    margin-bottom: 0;
}

.fc-tool-notification-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0093ee;
    border-radius: 0;
}

.fc-tool-notification-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.fc-tool-notification-icon-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #00b4c5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.fc-tool-notification-tool-icon {
    padding: 0;
    width: 24px;
    height: 24px;
}

.fc-tool-notification-tool-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #ffffff;
    color: #ffffff;
}

.fc-tool-notification-main {
    flex: 1;
    min-width: 0;
}

.fc-tool-notification-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #0093ee;
}

.fc-tool-notification-time {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.35;
    color: #9aa0a6;
}

.fc-tool-notification-text {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
}

.activity-stream-revamp .activity-module-content .card {
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 1px 8px rgba(20, 35, 69, 0.1);
}

.fc-timeline-card-single {
    flex-flow: row wrap;
    box-shadow: none !important;
}

.fc-card-content-main {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    width: 100%;
}

.fc-timeline-card-single:first-child {
    margin-top: 16px !important;
}

.hide-by-default {
    display: none;
}

div.activity-stream-no-records fr-empty {
    top: calc(64px + env(safe-area-inset-top)) !important;
}

.f-help-text {
    display: flex;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: #1f2937;
    line-height: 1.45;
    font-size: 14px;
    background: #f3f7ff;
    border: 1px solid #dfe6f2;
    padding: 8px 16px;
}

.f-help-text .svg-icon {
    margin-right: 16px;
}
.f-help-text .f-help-text-close {
    margin-right: -16px;
    cursor: pointer;
}
.f-help-text .svg-icon.svg-icon-24 {
    margin-left: -8px !important;
}

.f-help-text .f-help-text-close {
    margin-right: -16px;
    cursor: pointer;
}

.fc-tool-notification-time-unread {
    color: #0093ee !important;
}

#mobile-notification-container {
    display: none;
}
