body {
    background-color: #f0f0f0 !important;
}
.topMenubar {
    background: #fff;
}
.white-bg {
    background: #fff !important;
}
.red-bg,
.wrong-bg {
    background: #cd5944 !important;
}
.green-bg {
    background: #4CAF50 !important;
}
.gray-bg {
    background: #7a7a7c !important;
}
.gray-light-bg {
    background: #fefefe !important;
}

#siteMainDiv {
    /*background-color: #f0f0f0 !important;*/
    height: auto !important;
}
#subMenuDiv {
    margin-bottom: 0 !important;
}
#siteMainDiv #siteMainTable.siteMainTable,
#bottomSiteTabWidth .siteMainTable {
    background: none;
}
#siteMainDiv #siteMainTable,
#bottomSiteTabWidth {
    width: 1024px;
}

/* Roboto Medium 
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}*/

/* Roboto Regular 
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    text-rendering: optimizeLegibility;
	font-weight: 400;
}*/

/* Roboto Light 
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    text-rendering: optimizeLegibility;
}*/
input::-ms-clear {
    display: none;
}
.main-container * {
	margin: 0;
	box-sizing: border-box;
	outline:none;
	resize: none;
}
.container-bg {
	background-color:#f5f5f5;
	padding-top: 35px;
}
.main-container {
	max-width: 1024px;
	margin: 0 auto;
	font-family: SourceSansPro-Regular;
	font-size: 14px;
    min-height: calc(100vh - 187px);
}
.height-49 {
    height: 49px !important;
}
.clearfix {
    clear: both;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.svg-active svg {
    fill: #1976d2 !important;
}
.svg-icon {
    padding: 12px;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}
.svg-icon svg {
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0.54);
}
.svg-icon.white svg {
	fill: #fff;
}
.svg-icon.active-icon svg {
	fill: #1976d2;
}
.svg-icon.yellow-icon svg {
	fill: #ffa500;
}
.svg-icon.xStar{
	margin-top: 4px !important;
    margin-left: 5px !important;
}

.icon-48 {
	padding: 0;
}
.icon-48 svg {
	width: 48px;
    height: 48px;
}
.svg-icon[data-role="ico_ThreeDots"],
.svg-icon[data-role="ico_Drag"] {
    width: 36px;
}
.svg-icon[data-role="ico_ThreeDots"] svg,
.svg-icon[data-role="ico_Drag"] svg {
    width: 12px;
}

.svg-icon.large-icon{width:auto; height:auto;}
.svg-icon.large-icon svg{width:200px; height:200px;}

.caption {
	font-size:14px;
	color: #373a3c;
	margin:0;
	line-height:normal;
}
.display-1 {
    font-size: 22px;
    font-weight: normal;
}
.body-1 {
	font-size:14px;
color: #373a3c;
	margin:0;
}
.body-2 {
	font-family: 'SourceSansPro-Bold';
	font-size:14px;
    font-weight: 500;
}
.title {
font-size: 14px;
color: #373a3c;
font-family: Montserrat-Bold !important;
text-transform: uppercase;
}
.grid-cell h1{
	font-family: Montserrat-Bold !important;
}
.heading {
	font-size: 24px;
	color: #373a3c;
	margin:0;
	font-weight: normal;
	text-transform: uppercase;
}

.heading .ellipsis{
	font-size: 14px;
	color: #373a3c;
	font-family: Montserrat-Bold;
	text-transform: uppercase;
}
.subheading {
	font-size:14px;
color: #373a3c;
}
.text-gray {
color: #373a3c;
	}
strong{font-family:'SourceSansPro-Regular'; color:#373a3c;}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
    display: block;
}
td.ellipsis {
	 display: table-cell !important;
}

/*.text-right .svg-icon {
   margin-left: auto;
}
.text-center .svg-icon {
    margin: auto;
}
*/

.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-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.flex-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-heading-section {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-heading {
line-height: 34px;
font-size: 22px;
font-family: 'Montserrat-Bold' !important;
color: #373a3c;
}
.page-heading .caption {
    margin-top: 3px;
}
.opacity-54 {
	opacity: .54;
	filter: alpha(opacity=54);
}
.icon-24 {
	width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
}
.icon-24 svg {
    width: 20px;
    height: 20px;
}

.icon-16 {
	width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: bottom;
}
.icon-16 svg {
    width: 16px;
    height: 16px;
}


.view-detail {
	padding: 24px;
}
.no-margin.no-margin {
    margin: 0;
}
.no-padding-bottom.no-padding-bottom {
	padding-bottom: 0;
}
.no-padding-top.no-padding-top {
	padding-top: 0;
}
.no-padding-left.no-padding-left {
	padding-left: 0;
}
.no-padding-left.svg-icon{width:36px !important;}
.no-padding-right.no-padding-right {
	padding-right: 0;
}
.no-padding.no-padding {
	padding: 0;
}
.padding-top.padding-top {
	padding-top: 12px;
}
.padding-bottom.padding-bottom {
	padding-bottom: 12px;
}
.padding-right.padding-right {
	padding-right: 12px;
}

.margin-bottom {
    margin-bottom: 12px;
}
.margin-top {
    margin-top: 12px;
}
.margin-left {
    margin-left: 12px;
}
.no-margin-left {
    margin-left: 0 !important;
}
.margin-right {
    margin-right: 12px;
}

.no-margin-right {
    margin-right: 0 !important;

}

.scroll-auto {
    overflow: auto;
}

.solid-background {
    background: #1976d2;
    color: #ffffff;
}
.solid-background .caption {
color: #ffffff;
}

.full-mBtn {
	width: 100%;
}
.mBtn .svg-icon {
	padding: 7px 7px 7px 10px;
	height: 36px;
	width: 36px;
	margin: 0 -5px 0 0;
}
.text-center {
	text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Inline Error */
.inline-error,
#sortable .certificates-layout:first-child {
    outline: 1px;
    outline-color: #cd5944;
    outline-style: solid;
    outline-offset: -1px;
}
.inline-error:before,
#sortable .certificates-layout:first-child:before {
    content: attr(error-message);
    position: absolute;
    top: 0;
    background: #cd5944;
    font-size: 11px;
    color: #fff;
    padding: 2px 5px;
    z-index: 2;
}
/* End of Inline Error */

.card-highlighter .panel-widget-heading {
	background: #1976d2;
	margin-bottom: 16px;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	box-shadow: 0 -9px 12px 0 rgba(0, 0, 0, .15) inset;
color: #373a3c;
	text-align: center;
}
.card-highlighter .panel-widget-heading .svg-icon {
	margin: 16px auto 0 auto;
}
.card-highlighter .panel-widget-heading .subheading {
    text-transform: uppercase;
	text-align: center;
color: #373a3c;}
.card-highlighter .title {
	margin: 16px 0;
	font-size: 34px;
}
.card-highlighter .btn-style {
	margin-top: 16px;
}
.card-highlighter .body-2 {
	margin: 10px 0;
}

.card-sub-lable {
	clear: both !important;
    display: block !important;
    font-size: 12px !important;
    position: absolute !important;
    top: 0 !important;
    right:0 !important;
}

.border-left {
	border-left: 1px solid rgba(0, 0, 0, .2);
}
.border-right {
	border-right: 1px solid rgba(0, 0, 0, .2);
}
.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.border-top {
	border-top: 1px solid rgba(0, 0, 0, .2);
}
.border-light-bottom {
	border-top: 1px solid rgba(0, 0, 0, .2);
}
.border-light-top {
	border-top:1px solid #e3e3e3;
}



.border-top-full {
    position: relative;
}
.border-top-full:before {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.border-bottom-full {
    position: relative;
}
.border-bottom-full:after {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

/* Ripplelink Effect */
.btn-style.dropdown-action {
    overflow: inherit;
}
.btn-style:not(.link-btn) .ink {
    background:rgba(255, 255, 255, 0.3);
}
.ripplelink {
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ink {
	display: block;
	position: absolute;
	background:rgba(0, 0, 0, 0.2);
	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 */

.btn-style[disabled] {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}
.btn-style {
    /*min-width: 64px;*/
    font-family: 'SourceSansPro-Regular';
    font-size: 14px;
    background:#1976d2;
    color: rgba(255, 255, 255, .87);
    height: 36px;
    /* margin-right: 12px; */
    margin:0 12px 12px 0;
    padding: 0 16px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: .5px;
    position: relative;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

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

    box-shadow: 0 0 0 0 rgba(0,0,0,0);

    user-select: none;
    -webkit-user-select: none;

    overflow: hidden;
}
.btn-style span {
    align-self: center;
}
.btn-style .svg-icon {
    height: 36px;
    width: 36px;
    padding: 8px;
    margin-right: -14px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
}
.btn-style .svg-icon svg {
    width: 20px;
    height: 20px;
    fill: rgba(255, 255, 255, .87);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-style.btn-no-text {
    padding:0; min-width:auto;
}
.btn-style.btn-no-text .svg-icon{margin-right:0;}

.btn-style.btn-no-text,
.btn-style.btn-no-text.dropdown-action .list-name {
    padding: 0 !important;
}

.btn-style:hover {
   color: rgba(255, 255, 255, .87);
   box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.btn-style:active {
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.54) inset;
}
.btn-style:hover svg {
    fill: rgba(255, 255, 255, .87);
}
.btn-style:last-child {
    margin-right: 0;
}
.link-btn {
    background: rgba(0, 0, 0, .06);
color: #373a3c;
}
.link-btn:hover {
color: #373a3c;}
.link-btn .svg-icon svg {
    fill: rgba(0, 0, 0, .54);
}
.btn-style.btn-border-style {
    background: #fff;
    border: solid 2px #91aee7;
    color: #91aee7;
}
.btn-style.btn-sm.btn-border-style {
    border-width: 2px;
    font-family: 'SourceSansPro-Regular';
}
.btn-style .btn-style {
	padding: 0;
	box-shadow: 0 0 0;
}
.btn-style > span {
    font-family: 'SourceSansPro-Regular';
}

.btn-lg:not(.link-btn) {
    background: #4CAF50;
}

.btn-sm {
    font-size: 14px;
    height: 24px;
    padding: 0 8px;
}

.dropdown-action {
    cursor: pointer;
}
.dropdown-action .btn-style {
    margin-right: 0;
}
.btn-style.dropdown-action {
    padding: 0;
	line-height:normal;
	vertical-align:top;
}
.btn-style.dropdown-action .list-name {
    color: #fff;
    padding: 0 16px;
    line-height: 36px;

    font-family: 'SourceSansPro-Regular';
    overflow: hidden;
    position: relative;
}
.dropdown-action.no-arrow .list-name {
	padding-right:0;
}
.dropdown-action.btn-style .list-name {
    padding-right: 16px;
}
.dropdown-action.btn-style.drop-arrow-padding .list-name {
    padding-right: 28px;
}

.dropdown-action.btn-style.link-btn .list-name {
color: #373a3c;}

.steps-wizard-guide {
	-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: center;
    /*justify-content: space-around;*/
}
.steps-wizard-guide .steps {
	min-height: 110px;
	border: 1px solid #1976d2;
	padding: 12px;
	/*margin: 50px 12px;*/
    margin-top: 48px;
	border-radius: 5px;
}
.steps-wizard-guide .steps .heading {
	color: #1976d2;
    font-size: 40px;
    margin-top: -50px;
}
.steps-wizard-guide .steps .heading span {
	background: #fff;
	color: #1976d2;
	padding: 0 12px;
}

.empty-card-arrow {
	background: #fff url('sketch-arrow.png') no-repeat calc(100% - 133px) 7px;
}

.steps-wizard {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin: 0 0 20px 0;
    background: #fff;
}
.steps-wizard .steps-item:first-child {
    border-radius: 2px 0 0 2px;
}
.steps-wizard .steps-item:last-child {
    border-radius: 0 2px 2px 0;
}
.steps-wizard .steps-item {
    width: 100%;
    border-right: solid 1px rgba(0, 0, 0, .2);

    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;

    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}
.steps-wizard .steps-item:last-child {
    border-right: 0;
}
.steps-wizard .steps-item .steps-count {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-right: 12px;
    text-align: center;
    font-family: 'SourceSansPro-Regular';
color: #373a3c;    border: solid 2px rgba(0, 0, 0, .54);
    font-size: 26px;
    line-height: 31px;
}
.steps-wizard .steps-item.completed {
    background: #1976d2;
    color:#fff;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.steps-wizard .steps-item.completed .svg-icon svg {
    fill: rgba(255, 255, 255, .87);
}
.steps-wizard .steps-item.completed .steps-count {
color: rgba(255, 255, 255, .87);    border-color: rgba(255, 255, 255, .87);
}
.steps-wizard .steps-item.completed .body-2 {
color: rgba(255, 255, 255, .87);}
.steps-wizard .steps-item.completed .caption {
color: rgba(255, 255, 255, .87);}

.steps-wizard .steps-item.current {
    background: rgba(25, 118, 210, 0.15);
    opacity: 1;
    filter: alpha(opacity=100)
}
.steps-wizard .steps-item.current .steps-count {
    color: #1976d2;
    border-color: #1976d2;
}
.steps-wizard .steps-item .caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    /*box-shadow: 0 2px 3px -1px rgba(0,0,0,0.25);*/
    border-radius: 3px;
    margin-bottom: 16px;
    background-color: #fff;
    margin-right: 16px;
}
.fc-card:last-child {
    margin-right: 0;
}
.grid-row.flex-column .fc-card:last-child {
    margin-right: 16px;
}
.fc-card-header {
    height: 64px;
    padding: 0 12px 0 24px;
    margin: -12px -12px 0 -12px;

    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;

    position: relative;
}
.fc-card-header > .svg-icon:last-child {
    margin-right: -12px;
}
.fc-card-header .title .data-on{
font-family: Montserrat-Bold !important;
}
.fc-card-header .text-right a{
	color:#417ed9;}
.fc-card-header .pagination .svg-icon:last-child {
    margin-right: 0;
}
.fc-card-body {
    padding: 12px;
}
.fc-card-media {
    position: relative;
    text-align: center;
}
.fc-card-media img {
    max-width: 100%;
}
.grid-row.fc-card {
    margin-right: 0;
}
.card-highlighter .fc-card-header {
    background: #1976d2;
    margin-bottom: 16px;
    box-shadow: 0 -9px 12px 0 rgba(0, 0, 0, .15) inset;
    padding: 24px;
    height: auto;
    text-align: center;
    border-radius: 3px 3px 0 0;
    display: block;
}
.card-group .fc-card-header .subheading {
    /*text-transform: uppercase;*/
 color: rgba(255, 255, 255, .87);
 }
.card-group .display-1{color:#ffffff; font-size: 26px;}
.card-group .fc-card-header {
    background: #1976d2;
    padding: 16px;
    height: auto;
    border-radius: 3px;
    display: block;
}

.card-highlighter .fc-card-header .subheading {
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, .87);
}
.card-highlighter .fc-card-header .svg-icon {
    margin: 16px auto 0 auto;
}

.fc-card .switch {
    padding: 0;
    display: inline-block;
}


/* Tabs Design inset Card */
.tabs-menu .badges, .multitabs-menu .badges {
    margin: -4px 0 -4px 5px;
}
.fc-card .tabs-menu, .fc-card .multitabs-menu {
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
}
.tab-bg.full-width .grid-cell > .svg-icon:last-child {
    margin-right: -12px;
}
.tab-bg {
    background-color: #EEEEEE;
}
.tab-bg .pagination {
    vertical-align: top;
}
.fc-card .tabs-menu li, .fc-card .multitabs-menu li {
    list-style: none;
}
.fc-card .tabs-menu li a, .fc-card .multitabs-menu li a {
    font-family: 'SourceSansPro-Regular';
    display: block;
    padding: 13px 16px 14px;
    font-size: 14px;
color: #373a3c;    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid transparent;
    letter-spacing: 0.5;
}
.fc-card .tabs-menu li.current a, .fc-card .multitabs-menu li.current a {
    border-color: #1976d2;
}
/* End of Tabs Design inset Card */


/* Custom DropDown List */
.three-dot-nav {
    margin-right: -12px;
    display: inline-block;
}
.tbl-style .three-dot-nav {
    margin-right: -24px;
}
.fc-card-header .three-dot-nav {
    margin-right: -12px;
}

.btn-style.dropdown-action li {
    padding: 16px;
}
.btn-style.dropdown-action li a {
    margin: -16px;
    padding: 16px;
}
.dropdown-style,
.dropdown-action {
  position: relative;
  display: inline-block;
}
.dropdown-action .list-name {
    padding-right: 28px;
}
.dropdown-style .list-name {
    font-size: 14px;
color: #373a3c;    position: relative;

    border-radius: 3px;
    background: rgba(0, 0, 0, .1);
    padding: 11px 28px 11px 16px;
    cursor: pointer;

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

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropdown-style .list-name:hover {
    background: rgba(0, 0, 0, .2);
}
.dropdown-style .list-name:active {
    background: rgba(0, 0, 0, .25);
}
.dropdown-style .list-name:after,
.dropdown-action .list-name:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 11px;
  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-action.no-arrow .list-name:after {
    display: none;
}
.dropdown-list {
    background: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 2px;
    z-index: 99999;
    text-transform: capitalize;

    -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);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;

    overflow-x: hidden;
}
.dropdown-list li {
    list-style: none;
    display: block;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
color: #373a3c;
    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;
}
.dropdown-list li a {
    padding: 8px;
    margin: -8px;
color: #373a3c;    display: block;
    line-height: normal;
    text-decoration: none;
}
.dropdown-list li:hover {
  background: rgba(0, 0, 0, .05);
  text-decoration: none;
}
.dropdown-list li a:hover {
    text-decoration: none !important;
}
.dropdown-list .active-dropdown,
.dropdown-list .active-dropdown:hover {
    background: rgba(25, 118, 210, 0.10);
    border-top: solid 1px rgba(25, 118, 210, 0.15);
    border-bottom: solid 1px rgba(25, 118, 210, 0.15);
}
.open-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.dropdown-list.direction-right {
    left: 4px;
    right: auto;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.dropdown-list.direction-top {
    right: 4px;
	bottom: 4px;
	top:auto;
	left:auto;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.direction-right li {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-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;}
/* End of Custom DropDown List */


/* Overlay Css */
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
.show-overlay {
    display: block;
}
/* End of Overlay Css */

/* Dialog ColorBox Css */
 #colorbox[role="dialog"] {
    border-radius: 3px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    padding: 0 !important;
    font-family: 'SourceSansPro-Regular';
}
#colorbox[role="dialog"] #cboxContent {
    padding: 0 !important;
    border-radius: 0 !important;
}
/* End of Dialog ColorBox Css */

/* Dialog Css */
.dialog-container {
    /*position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5;
    min-width: 420px;
    max-height: 96%;
    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;

	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);*/
}
#newLayoutcboxLoadedContent .dialog-container {
    height: 100%;
}
.dialog-container-static {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5;
    min-width: 420px;
    max-height: 96%;
    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;

	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.dialog-header {
    padding: 0 24px;
    height: 56px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dialog-header > .grid-row {
    height: 100%;
}

.dialog {
    flex: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    padding: 12px;
    overflow: auto;
    height: calc(100vh - 112px);
	/*max-height: 68vh;*/
}
.dialog .border-bottom {
    margin: 0 -12px;
    padding: 0 12px;
}
.dialog-footer {
    border-top: solid 1px #e4e4e4;
    background-color: #f1f1f1;
    padding: 8px;
    text-align: right;
    min-height: 56px;

	border-radius: 0 0 3px 3px;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.open-dialog {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999;
}
/* End of Dialog Css */

.dialog-container .tabs-menu {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.dialog-container .tabs-menu li {
    background-color: #efefef;
	list-style: none;
	width: 100%;
	height: 56px;
}
.dialog-container .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    z-index: 5;
}
.dialog-container .tabs-menu li a {
    padding: 10px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'SourceSansPro-Regular';
	color: #373a3c;

    text-decoration: none;
	height: 100%;

    justify-content: center;

	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;
}
.dialog-container .tabs-menu li a svg {
	fill: rgba(0, 0, 0, .54);
	width: 18px;
	height: 18px;
}
.dialog-container .tabs-menu li a .svg-icon {
	width: 41px;
	height: 41px;
}
.dialog-container .tabs-menu .current a {
    color: #1976d2;
	box-shadow: 0 0 32px -8px rgba(0,0,0,0.34);
}
.dialog-container .tabs-menu .current a svg {
	fill: #1976d2;
}
.tab {
    width: auto;
}
.tab-content {
    width: 100%;
    display: none;
    min-height: 150px;
}
#tab-1 {
 display: block;
}

.padding-lr.padding-lr {
	padding-left: 12px;
	padding-right: 12px;
}
.padding-tb.padding-tb {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Extra Css */
.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6,
.main-container div,
.main-container span,
.main-container li,
.main-container td,
.main-container th,
.main-container a {
	font-family: 'SourceSansPro-Regular';
}
.panel-widget {
	position: relative;
}
/* End of Extra Css */

/* Carousel Slide Style */
.carousel_slide .carousel_wrapper {
    overflow: hidden;
    position: relative;
}
.carousel_slide .carousel_wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
}
.carousel_slide .carousel_list {
    margin: 0;
    padding: 0;
}
.carousel_slide .carousel_list li {
    list-style: none;
    float: left;
    margin: 16px;
    width: 224px;
}

 /* ------- Template See All Style ------- */
.show-all-template .caroufredsel_wrapper {
    overflow: visible !important;
    height: auto !important;
	position:inherit !important;
}
.show-all-template .caroufredsel_wrapper .carousel_list li {
    display: inline-block !important;
    float: none !important;
    width: 223px !important
}
.show-all-template .caroufredsel_wrapper ul {
    position: inherit !important;
    width: auto !important;
    height: auto !important;
}
.show-all-template .slider-prev,
.show-all-template .slider-next {
    display: none !important;
}
.show-all-template .solid-background {
    text-align: left !important;
}
/* End of Carousel Slide Style */

.progress {
  margin: 5px 0 !important;
  height: 4px;
  box-shadow: 4px 1px 3px rgba(0, 0, 0, .4) inset;
  overflow: hidden;
  border-radius: 4px;
}
.progress span {
  display: block;
  background: #1976d2;
  border-radius: 3px;
  height: 4px;
}
.bar-chart-container {
    margin-bottom: 8px;
    font-size: 13px;
}
.bar-chart-container .bar-chart {
  display: block;
  background: #1976d2;
  border-radius: 3px;
  height: 24px;
    padding: 3px 7px;
}
.bar-chart-container .bar-chart-2 {
  display: block;
  background: rgba(25, 118, 210, 0.44);
  border-radius: 3px;
  height: 24px;
    padding: 3px 7px;
}
.bar-chart-container .bar-chart .grid-cell {
color: #373a3c;}
.bar-chart-container .bar-chart-2 .grid-cell {
color: #373a3c;}

.tbl-card-header {
  padding: 0 24px;
  height: 64px;
}
.tbl-style.tbl-no-border tr {
    border:0;
}
.tbl-style {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.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,
.tbl-style td:first-child {
  padding-left: 24px;
}
.tbl-style th:last-child,
.tbl-style td:last-child {
  padding-right: 24px;
}
/*.tbl-style th:last-child > .svg-icon:last-child ,*/
.tbl-style td:last-child > .svg-icon:last-child {
  margin-right: -12px;
}
/*.tbl-style th:first-child .svg-icon:last-child,*/
.tbl-style td:first-child > .svg-icon:first-child {
  margin-left: -12px;
}
.tbl-style th,
.tbl-style td {
  padding: 12px;
  height: 48px;
}
.tbl-style th {
font-size: 14px;
text-align: left;
color: #373a3c;
font-family: 'Montserrat-Bold';
height: 56px;
white-space: nowrap;
}

 .tbl-style th p.caption {
font-size: 14px;
color: #373a3c;
font-family: 'Montserrat-Bold';
white-space: nowrap;
}
.tbl-style th a {
font-size: 14px;
text-align: left;
color: #373a3c;
font-family: 'Montserrat-Bold';
text-decoration: none;
}
.tbl-style th.text-right {
    text-align: right;
}
.tbl-style th.text-size {
	text-align: right;
    font-size: 14px !important;
}
.tbl-style td {
font-size: 14px;
	color: #373a3c;
}
.tbl-style td .svg-icon {
  margin-top: -14px;
  margin-bottom: -14px;
}

.fc-sortable-helper td {
    width: inherit;
    background: #EEEEEE;
}

.svg-icon.extra-size svg {
    width: 28px;
    height: 28px;
}
.svg-icon.absolute-icon {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
}
a.sort-ascend{
    display:inline-block;
    padding-right:18px;
    background:url(ascending.svg) no-repeat right center;
    background-size:14px 14px;
    text-decoration:none;
}
a.sort-descend{
    display:inline-block;
    padding-right:18px;
    background:url(descending.svg) no-repeat right center;
    background-size:14px 14px;
    text-decoration:none;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 50px;
	padding: 0;
	margin: 12px;
	display: block;
	float: left;
    overflow: hidden;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
	position:relative;
}
.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: 0;
    filter: alpha(opacity=0);

    -webkit-transition:all 0.2s linear;
	transition: all 0.2s linear;
}
.slider-prev {
    left: -30px;
}
.slider-next {
    right: -30px;
}
.slider-prev .svg-icon,
.slider-next .svg-icon {
    padding: 15px 8px;
    height: 100%;
}
.slider-prev .svg-icon svg,
.slider-next .svg-icon svg {
    width: 34px;
    height: 34px;
    fill: rgba(0, 0, 0, .54);
}
.list_carousel:hover .slider-next,
.list_carousel:hover .slider-prev {
    opacity: 1;
    filter: alpha(opacity=100);
}

.card-show-hide-overlay:hover .template-overlay,
.card-show-hide-overlay.selected .template-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.template-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    text-align: left;


    opacity: 0;
    filter: alpha(opacity=0);

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

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

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

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


    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.template-overlay > div {
    width: calc(100% - 24px);
}
.template-overlay .body-2 {
color: #373a3c;}
.template-overlay .grid-row {
    border: solid 1px rgba(255, 255, 255, .8);
    margin: 12px;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
    border-radius: 3px;
}
.template-overlay .grid-row .grid-cell {
    padding: 8px;
}
.template-overlay .grid-row .svg-icon {
    padding: 0;
    width: 24px;
    height: 24px;
}
.template-overlay .grid-row:hover {
    background: rgba(255, 255, 255, .15)
}
.template-overlay .grid-row .grid-cell .checkbox-lbl {
    margin: -8px -5px -12px 0;
}
.template-overlay .grid-row .grid-cell .body-2 a {
	color: #ffffff;    
	text-decoration: none;
    display: block;
}

/* Pagination Style */
.pagination-container {
    background: #f2f2f2;
    padding: 0 12px;
}
.pagination {
    list-style: none;
    margin: 0;
    padding:7px 0;
    font-size: 13px;
	display:inline-block;

    height: 48px;
    vertical-align: middle;
}
.pagination > li {
color: #373a3c;    height: 30px;
    line-height: 32px;
	display:inline-block;
	vertical-align:middle;
}
.pagination li select {
    margin: 0 7px 0 5px;
}
.pagination button .svg-icon svg {
    fill: rgba(0, 0, 0, .34);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pagination button .svg-icon:hover svg {
    fill: rgba(0, 0, 0, .87);
}
.pagination .count a {
    padding: 6px 8px;
    text-decoration: none;
    font-size: 13px;
color: #373a3c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pagination .count a:hover {
    background: rgba(0, 0, 0, .09);
color: #373a3c;    border-radius: 3px;
}
.pagination .count a.current {
    color: #fff;
    background: #1976d2;
    font-family: 'SourceSansPro-Regular';
}

.pagination-container .dropdown-action {
    margin-right: -10px;
}
.pagination-container .dropdown-action .list-name {
color: #373a3c;}
/*  */
.pagination button .svg-icon {
    margin: 0;
    padding: 4px 0;
    width: 24px;
    height: 30px;
    cursor: pointer;
}
.pagination  button {
    padding: 0;
    background: transparent;
    border: 0;
	width: 24px;
	cursor:pointer;
}
.pagination > li  ul  li{padding:8px 16px !important;}
/*  */
/* End of Pagination Style */

.circle-180{height:180px; width:180px; border-radius:100%; margin:auto; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20); padding:10px;}
.half-circle-top-160{height:80px; width:160px; border-radius: 100px 100px 0 0; padding-top:5px; position:relative;}
.half-circle-bottom-160{height:80px; width:160px; background:#ffffff; border-radius: 0 0 100px 100px; padding-top:5px;}
.circle-bg-white{background:#ffffff;}
.circle-bg-blue{background:#508ee0;}
.circle-bg-orange{background:#e68449;}
.circle-bg-green{background:#75d462;}

.link-style.link-style {
    color: #417ed9;
}
.empty-template {
    text-align: center;
    height: 175px;
    border: solid 1px rgba(0, 0, 0, .5);
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    display: table-cell;
    width: 118px;
}

.filter-container {
    background: #EEEEEE;
}
.filter-container.open-filter {
    max-height: 500px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* New Search widget  */
.search-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #EEEEEE;
    z-index: 10;
}
.search-container .btn-style {
    background: none;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 0;
    margin: 0;
}
.search-container .btn-style svg {
    fill: rgba(0, 0, 0, .54);
    width: 24px;
    height: 24px;
}
.search-container .btn-style .svg-icon {
    margin-top: 4px;
    height: 48px;
    width: 48px;
    padding: 12px;
}
.search-container .btn-style:hover {
    box-shadow: 0 0 0;
}
.search-container .input-group {
    padding: 0;
}
.search-container .input-group .form-ctrl {
    margin-top: 10px;
    padding: 9px 0 5px 0;
}
.search-container .svg-icon {
    margin-right: 0 !important;
}
.search-container .input-group .bar {
    width: auto;
    margin-left: -44px;
    margin-right: -45px;
}
.dialog-container .search-container .input-group .form-ctrl {
    padding: 10px 0 8px 0;
}
.dialog-container .search-container .svg-icon {
    margin-top: 6px;
}
/* End of New Search widget  */

/*------Search widget--------*/
.search-widget{ display:inline; position:relative;}
.search-widget .search-button{ background:none; padding:0; margin:0; border:0; }
.search-widget .form-ctrl, .search-widget .search-close-button, .search-widget .search-button{ display:inline-block;}
.search-button.active{ position:absolute; left:0; top:0;margin:auto;}
.searchInput{position: absolute; top: 0; width: 0px; right: 16px; background:#EEEEEE; z-index:2; height:36px; overflow:hidden;}
.searchInput .form-ctrl{ padding-right:40px; width:90%; margin-top:10px;}
.search-close-button{position: absolute; top: 0; bottom: 0; right: 0; margin: auto; z-index:3;}
.searchInput .search-button{ float:left;}
.searchInput .svg-icon{ width:24px; height:24px; cursor:pointer; padding:0;}
.searchInput .search-button{ margin-top:5px;}
.show-search {width:300px; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
/*--------search-----------*/


/* Footer Style */
.main-footer {
    width: 95%;
    margin: 20px auto 0;
    border-top: solid 1px rgba(0, 0, 0, .2);
color: #373a3c;}

.main-footer .grid-cell {
color: #373a3c;    font-family: 'SourceSansPro-Regular';
    font-size: 13px;
    font-weight: 500;
}

/* End of Footer Style */

/* Calendar Table Style */
.calendar-tbl {
    background: #fff;
    border-collapse: collapse;
    width: 100%;

    font-family: 'SourceSansPro-Regular';
	font-size:14px;
    font-weight: 500;
}
.calendar-tbl td {
    border: 1px solid #ccc;
    text-align: center;

    width: 72px;
    /*height: 48px;*/
    padding: 16px 0;
}
.calendar-tbl td:last-child {
	border-right:0;
}
.calendar-tbl td a {
color: #373a3c;    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;

    font-family: 'SourceSansPro-Regular';
	font-size:14px;
    font-weight: 500;
}
.calendar-tbl td a:hover {
    text-decoration: none;
}
.calendar-tbl td a.selected-date {
    background: #1976d2;
color: #373a3c;}
.calendar-tbl .off-date,
.calendar-tbl .off-date a {
color: #373a3c;	opacity: .54;
	filter: alpha(opacity=54);
}
.calendar-tbl .event-indicator {
    margin-bottom: -10px;
}
.event-indicator {
    min-height:10px;
    padding: 6px 12px 0 12px;
    line-height: 0;
    text-align: left;
}
.event-indicator span{
    background: #1976d2;
    width:8px;
    height:8px;
    border-radius: 50%;
    display: inline-block;
}
/* End of Calendar Table Style */

/* Breadcrumb Style */
table.breadcrumb-table{ margin:0 0 20px 0; padding-bottom:8px; border-bottom:2px solid rgba(0,0,0,.1)} /* FCSKY-3951 */
.systemSearchBtn{border:1px solid #a1a1a1; cursor: pointer; outline:none; height:32px; margin:0; background:#a1a1a1 url(../images/nSearchIcon.png) center center no-repeat; padding:6px 5px; width:40px; border-top-right-radius:5px; border-bottom-right-radius:5px; float:left; z-index:2; position:relative; background-size: 18px 18px;  }
/* End of Breadcrumb Style */

/*Color Legends*/
.clegend{height:10px; width:10px; border-radius:100%;}
.clegend.not-applicable{background-color:#ffb0c0;}
.clegend.pending{background-color:#8fa7af;}
.clegend.overdue{background-color:#ea4335;}
.clegend.completed{background-color:#34a853;}
.clegend.scheduled{background-color:#04b6f1;}
.clegend.unscheduled{background-color:#dadada;}
.clegend.in-progress{background-color:#fbbc05;}
.clegend.Completed-bc-god{background-color:#8dc540;}
.clegend.new{background-color:#7030a0;}
.clegend.onhold{background-color:#999933;}
.clegend.approved{background-color:#497629;}
.clegend.not-approved{background-color:#f2d1a0;}
.clegend.canceled{background-color:#be9b60;}
.clegend.started{background-color:#c5d5a5;}
.clegend.closed{background-color:#666666;}
.clegend.rejected{background-color:#f54d80;}

.actionDivtop, .actionDivbottom, .actionDivleft, .pointdrop, .pointdropclick {position: relative;}
.pointdrop{padding-bottom: 6px;}
.pointdrop .DropdownDiv { background-color: #fafafa; border-radius: 3px; width:auto; margin-left:-22px; margin-top:-8px;}
.pointdrop .DropdownDiv ul li{white-space:nowrap}
.pointdrop .DropdownDiv.leftArrow, .pointdropclick .DropdownDiv.leftArrow { left: 9px; }
.pointdrop .DropdownDiv.rightArrow, .pointdropclick .DropdownDiv.rightArrow { right: -15px; }
.pointdrop .DropdownDiv.rightArrow ul li a, .pointdropclick .DropdownDiv.rightArrow ul li a { text-align: left; }
.pointdrop .DropdownDiv.leftArrow::before, .pointdropclick .DropdownDiv.leftArrow::before { left: 9px; }
.pointdrop .DropdownDiv.leftArrow::after, .pointdropclick .DropdownDiv.leftArrow::after { left: 9px; }
.pointdrop .DropdownDiv.rightArrow::before, .pointdropclick .DropdownDiv.rightArrow::before { right: 15px; }
.pointdrop .DropdownDiv.rightArrow::after, .pointdropclick .DropdownDiv.rightArrow::after { right: 15px; }
.pointdrop .DropdownDiv::before, .pointdropclick .DropdownDiv::before { content: ""; border-color: transparent transparent #c5c5c5; border-style: dashed dashed solid; border-width: 0 8.5px 8.5px; height: 0; position: absolute; top: -8px; width: 0; z-index: 1; }
.pointdrop .DropdownDiv::after, .pointdropclick .DropdownDiv::after { content: ""; border-color: transparent transparent #fafafa; border-style: dashed dashed solid; border-width: 0 8.5px 8.5px; height: 0; position: absolute; top: -7px; width: 0; z-index: 1; }
.DropdownDiv > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.DropdownDiv {
    background-color: #fafafa;
    border-radius: 3px;
    width: 180px;
    border: 1px solid #dadada;
    position: absolute;
    top: 52px;
    z-index: 99;
    -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
}
.DropdownDiv > ul > li > a {
    border-bottom: 1px solid #ededed;
    padding: 12px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    font-size: 12px;
color: #373a3c;}

.steps .svg-icon.x-size{margin-left:34px}
.steps .svg-icon.x-size svg{width:60px; height:60px;}
.steps .svg-icon svg {fill: rgba(0, 0, 0, 0.34)}

#HeaderMenuContainer,
#HeaderMenuContainerCampaign {
    margin-right: 23px;
	background:#1976d2;
}

.svg-icon[data-role="ico_Drag"] {
    cursor: move;
}
.cursor-pointer {
    cursor: pointer;
    overflow: hidden;
}
 .cursor-pointer:hover svg {
     fill: rgba(0, 0, 0, .87);
}

 .data-action {
     cursor: pointer;
     display: inline-block;
}
.bg-active{background: #f2f2f2;}


.floatThead-container {
	overflow: visible !important;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.25);
}
.dialog .floatThead-container {
    width: calc(100% - 17px) !important;
}
.dialog .floatThead-container table {
    width: 100% !important;
}
table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}
.badges {
    display: inline-block;
    background: #1976d2;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
}

/* Hari CSS */
.steps .svg-icon { margin: -44px auto 10px auto; background:#fff; position:relative; z-index:1;}
.steps .svg-icon:after{content: ''; background: #fff; position: absolute; top: -8px; right: -12px; bottom: -8px; left: -12px; z-index: -1;}

.event-indicator > span.fc-tooltip {
    min-width: inherit;
    min-height: initial;
    z-index: inherit;
}
.event-indicator > span.fc-tooltip.fc-tooltip-hover:hover .fc-tooltip-message {
    top: 15px;
    left: -19px;
    line-height: normal;
}
.event-indicator > span.fc-tooltip .label-style {
color: #373a3c;    font-size: inherit;
}
.span-blue{background:#508ee0}
.span-orange{background:#e88b54!important}
.span-black{background:#000!important}

.z-index{z-index:2}
div.stepper{position:relative}

#then-step div.stepper-h-line:before{top:25px;}

.circle-shape{height:40px;width:40px;background:#f0f0f0;border-radius:100%;vertical-align:middle;z-index:9;position:relative; border:2px solid #cccccc;}
.circle-shape span{font-size:13px; position:absolute; color: #373a3c; display:block; background:#cccccc; padding:5px 10px; border-radius:3px; top:5px; left:50px;}
.circle-shape.fill{background:#acacac; border:2px solid #acacac;}
.circle-shape .svg-icon {width:24px; height:24px; position:absolute; top:-1px; bottom:0; left:0; right:-1px; margin:auto;}

.circle-shape.fill svg {fill: #fff;}

.step-counter{height:32px;width:32px;background:#ffffff;border-radius:100%;vertical-align:middle;z-index:9;position:relative; border:1px solid #508ee0;}
.text-Pos{position:absolute; top:-20px;}


.themeText-2{font-size:14px; color:#508ee0;}
.text-Pos{position:absolute; top:-20px;}

.svg-icon.no-width{width: auto; height: auto;}

.steps-wizard-guide .steps.no-margin-bottom {margin: 50px 0 0 0;}
.page-heading-editable h1 {white-space: nowrap; padding-top: 2px; display: block;}
.page-heading-editable .input-group input{width:500px;font-size:26px; height: 32px; white-space:nowrap; padding:0px; margin:0px; line-height:0;}
.input-group.edit-text { padding-top: 3px !important;}

#if-step div.stepper-h-line:before{top:60px;}
#then-step div.stepper-h-line:before{top:25px;}
#when-step > div, #if-step > div, #then-step > div {padding-left:40px;}

div.stepper-v-line:before{content:"";clear:both;display:block;border-left:1px solid #ccc;height:100%;display:block;position:absolute;z-index:1;margin-left:31px;top:0}
div.stepper-h-line:before{background:#ddd;content:"";display:block;position:absolute;top:50px;width:25%;margin-left:60px;z-index:1}


/*div.stepper-v-line:after {
   content:"";clear:both;display:block;
   width: 0;
   height: 0;
   border-top: 16px solid #1976d2;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   margin-left:54px;
   position:absolute;
}*/

.text-bold{font-family: 'SourceSansPro-Regular';}

.text-green,
.text-green svg {color:#77b46a !important; fill:#4CAF50;}
.text-red,
.text-red svg {color:#bd525f !important; fill:#bd525f;}
.page-heading-editable .svg-icon {height: 48px; margin-top: 0;}
.fc-card-gray .btn-style.transparent, .btn-style.transparent .list-name{background:transparent; color: #373a3c;}
.fc-card-gray{background:#f0f0f0; border:1px dashed #cccccc; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);}
.fc-card-gray .btn-style.transparent:hover {box-shadow:none;}
/* End of Hari CSS*/

.maximg175 .fc-card-media{ width:175px; height:175px;  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */ border-radius: 3px; background:rgba(0, 0, 0, .06);}
.maximg175 .fc-card-media img{ max-width:175px; max-height:175px; width:auto; height:auto;}

.minimg100 .fc-card-media{ width:100px; height:100px;   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);  border-radius: 3px; background:rgba(0, 0, 0, .06);}
.minimg100 .fc-card-media img{ max-width:100px; max-height:100px; width:auto; height:auto;}
.minimg100 .template-overlay{padding-top:25px;}
.minimg100 .template-overlay.no-padding-top {
	padding-top: 0;
}  

.list-item ul{ margin-left:20px;}
.list-item ul li{ margin:8px 0;}
.list-item p{ margin:16px 0 16px;}
.fc-card-header-auto{ height:auto; padding-top:20px; padding-bottom:20px;}

.file-upload-div{position:relative; width:auto; width:140px;}
.file-upload-div button{position:absolute; left:0; white-space:nowrap;}
.file-upload-div input{ z-index:9999; position:absolute; left:0; padding:8px 12px; border:1px solid #cccccc; width:140px; opacity:0;}

.mobilePreview {background: url(../images/mobile-preview.png) top center no-repeat; height: 695px;  padding-top: 110px; position:relative; margin-top:20px;}
.mobilePreview1 {background: url(../images/mobile-preview1.png) top center no-repeat; height: 695px;  padding-top: 110px; position:relative; margin-top:20px;}
.previewIframe {overflow: hidden; margin: auto;  height: 82%; position:relative; z-index:1; background:#fff;}
.mobilePreview:after { content: '';  display: block;  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  background: rgba(255,255,255,0.8); z-index:0;}
.white{ color:#fff !important;}
.sms-cloud{ padding:15px; border-radius:4px 4px 4px 0; margin-left:14px; margin-right:10px; background:#1976d2; position:relative; color: #373a3c;margin-bottom:10px;white-space:pre-line;}
.sms-cloud img{width:100%}
.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 #1976d2 #1976d2 transparent;}

.mobile-preview-half .previewIframe{ height:100%;}

/*--ToolTip class-------*/
span.fc-tooltip{ vertical-align:top; position:relative !important; min-width:18px; display:inline-block !important; padding: 0; box-shadow: none; z-index: 2;}
span.fc-tooltip .fc-tooltip-message{ display:none; position:absolute; top:40px; left:0; margin:auto; background:#fff; border-radius: 3px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22), 0 1px 1px 0 rgba(0, 0, 0, 0.21); border-top:1px solid rgba(0, 0, 0, 0.21); padding:0px; z-index:8;}
.fc-tooltip-message:after { content: '';  position: absolute; top: -20px; left: 15px;   width: 0; height: 0; border-width:10px; border-style: solid;
  border-color:transparent transparent  #f2f2f2 transparent;  }
 .fc-tooltip-message:before { content: '';  position: absolute; top: -20px; left: 15px ; width: 0; height: 0; border-width:10px; border-style: solid;
  border-color:transparent transparent  #333 transparent;  }
    .fc-tooltip-message.open-tooltip {display:block;}

	/*.fc-tooltip-hover{ display:table-cell; }*/
    .fc-tooltip-hover * {color: #fff;}
.fc-tooltip-hover:hover .fc-tooltip-message{ display:block !important; background: #383838; top:24px; left:-10px;
    color: white !important;  padding:10px 15px 15px;  font-size: 12px;  font-family: 'SourceSansPro-Regular';  line-height: 12px; }
.fc-tooltip-hover:hover .fc-tooltip-message:after{border-color:transparent transparent  #383838 transparent; border-width:8px; top: -15px;}
.fc-tooltip-hover:hover .fc-tooltip-message:before{ display:none;}
.fc-tooltip-hover .fc-tooltip-message p,.fc-tooltip-hover .fc-tooltip-message li{ color:#fff; line-height:18px;}

/*--End ToolTip-*/

.graph-legend{border-radius:3px; width:15px; height:15px; }
.flex-Bottom{-ms-flex-item-align: end; align-self: flex-end;}

.drop-info.text-left .drop-info-open{left: 4px;}
.drop-info.text-right .drop-info-open{right: 4px;}
.open-tag{cursor:pointer;}
.drop-info-open{
    background: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 2px;
    z-index: 10;
	padding:16px;

}
.drop-info-open.margin-right{margin-right:12px;}
.drop-info-open.ul-list{padding:0px;}

/* Attachment css */

.white-space{white-space: nowrap;}

.chip {
    display: inline-block;
    height: 29px;
    font-size: 13px;
    font-weight: 500;
color: #373a3c;    line-height: 26px;
    padding: 0 38px 0 12px;
    margin: 0 7px 7px 0;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    border: solid 1px rgba(0, 0, 0, .2);
    cursor: default;
}
.chip .ellipsis {
    max-width: 125px;
}
.chip .svg-icon {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 3px 4px;
    width: 23px;
    height: 23px;
    background: rgba(117, 117, 117, 0.45);
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.chip .svg-icon svg {
    width: 16px;
    height: 16px;
    fill: rgba(0, 0, 0, .54);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.chip .svg-icon:hover {
    background: rgba(117, 117, 117, 0.7);
}
.chip .svg-icon:hover svg {
    fill: rgba(255, 255, 255, 1);
}
.chip .file-size {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.chip .file-size:after {
    content: '...';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -19px;
    right: 100%;
    background: #fff;
    width: 19px;
}
.chip:hover .file-size {
    opacity: 1;
}

.chip-upload-button{display:inline-block; width:28px; height:28px; overflow:hidden; vertical-align:top; }
.chip-upload-button .svg-icon{ width:24px; height:24px; top:2px; padding:0;}
.thumbnail-cell{ margin:8px 12px;}


.img-gallery .fc-card-media img{width:100%;}
.img-gallery .fc-card-media {width:120px; height:120px; overflow:hidden;}
.selected-media{margin-top:-75px;}
.media-radio input[type="radio"]{visibility:hidden;}
.media-radio label{width: 120px;height: 120px;position: absolute;margin-top: -65px; cursor:pointer; margin-left:-67px;}
.pos-absolute{position:absolute;}
.pos-relative{position:relative;}
.horizontal-auto{left:0; right:0;}


.ul-list-style {
	background: #fff;
	min-width: 100%;
	z-index: 10;
	text-transform: capitalize;

}
.ul-list-style li {
	list-style: none;
	display: block;
	padding: 16px;
	font-size: 15px;
	cursor: pointer;
	white-space: nowrap;
	text-align: left;
	color: #373a3c;
}
.ul-list-style li a {
	padding: 16px;
	margin: -16px;
	color: #373a3c;
	display: block;
	line-height: normal;
}
.ul-list-style li:hover {
	background: rgba(0, 0, 0, .05);
	text-decoration: none;
}
.ul-list-style li a:hover {
	text-decoration: none !important;
}
.ul-list-style .active-dropdown, .ul-list-style .active-dropdown:hover {
	background: rgba(25, 118, 210, 0.10);
	border-top: solid 1px rgba(25, 118, 210, 0.15);
	border-bottom: solid 1px rgba(25, 118, 210, 0.15);
}
.full-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
}


.cursor{cursor: pointer;}
.default-pointer {
    cursor: default !important;
}
table.tbl-style td, .word-break {word-break:break-word !important;}

.bottom-fixed .grid-cell{ padding-bottom:70px; position:relative;}
.bottom-fixed .grid-cell .bottom-fixed-btn{ position:absolute; bottom:25px; left:25px; right:25px;}


.fc-tooltip-message .tbl-style  th{ color: #fff; height:auto; font-size: 14px;}
.fc-tooltip-message .tbl-style  tr:hover td, .fc-tooltip-message .tbl-style  tr td{background:none !important; color: #fff; 
word-break: break-all !important; }
.fc-tooltip-message .tbl-style th:first-child, .fc-tooltip-message .tbl-style td:first-child{ padding-left:0;}
.fc-tooltip-message .tbl-style tr {border-bottom: 1px solid rgba(227, 227, 227, 0.17);}
.fc-tooltip-message .tbl-style tr:last-child{ border-bottom:0;}
.fc-tooltip-message a{ color: #373a3c; word-break: break-word !important; }
.fc-tooltip-message a:link, .fc-tooltip-message a:hover, .fc-tooltip-message a:visited{ color: #fff !important;}

table.tbl-column-style tr th{border-left:1px solid #e3e3e3}
table.tbl-column-style tr td{border-left:1px solid #e3e3e3}
table.tbl-column-style tr td:first-child{border:none}
table.tbl-column-style tr th:first-child{border:none}

.no-line-height{line-height:0px !important;}
.div-collaspe{overflow:hidden; height:16px; width:500px; display:inline-block;}
.div-expand{overflow:visible;}

.tabs-menu-count{display: block;
float: right;
font-size: 11px;
padding: 2px 4px;
background: rgba(0,0,0,0.54);
border-radius: 3px;
margin-left: 8px;
color: #ffffff;}

.svg-icon.white.icon-48.absolute-icon[data-role="ico_DeliveryEmail"]{top:1px;}
.btn-style.exbtn-style {
    height: auto !important;
    padding: 6px 0;
}

.border-all .form-ctrl{ border:1px solid rgba(0, 0, 0, 0.3) !important; padding: 10px !important; border-radius: 4px;  min-height:90px;}
.input-group.border-all label.lbl-style{ top: 31px; left: 7px;}
.input-group.border-all.focus.valid label.lbl-style{ top: 10px; left:0;}
.input-group.border-all.valid label.lbl-style{ top: 10px; left:0;}


/*Searchable Drop Down Menu */

.searchable-menu {display: inline-block; position: relative}
.searchable-menu h1 span {white-space: nowrap; display: inline-block;}
.searchable-menu h1 {position: relative;  }
.searchable-menuSelect h1 span{position: relative; padding-right: 25px; cursor: pointer;}
.searchable-menuSelect h1 span:after{
  content: '';
  position: absolute;
  top: 15px;
  right:0;
  margin-left: 10px !important;
   margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
}

.searchable-menuDrop { /*min-width: 100%;*/ background: #fff; position: absolute; border: 1px solid rgba(0, 0, 0, .15); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); border-radius: 2px; z-index: 10; text-transform: capitalize; display: inline-block; top:35px; left:0;}
.menu-search{border-bottom:1px solid #CECECE; padding:10px 10px 8px 10px;}
.searchable-menuDrop ul { list-style: none; }
.searchable-menuDrop ul li { list-style: none; display: block; padding:10px 8px; font-size: 14px; cursor: pointer; text-align: left; color: #373a3c; }
.searchable-menuDrop ul li span{display: none;}
.searchable-menuDrop ul li a { padding: 12px; margin: -8px; color: #373a3c; display: block; line-height: normal; font-size: 14px; }
.searchable-menuDrop ul li:hover { background: rgba(0, 0, 0, .05); text-decoration: none; }
.searchable-menuDrop ul li a:hover { text-decoration: none !important; }
.searchable-menuDrop input { width: 100%; height: 30px; min-height: 24px; padding: 0px 20px 0px 5px; outline: 0px none; font-family: SourceSansPro-Regular; font-size: 14px; /*border: 1px solid #d3d3d3;*/ border-radius: 0px; box-shadow: none; background: url(search.svg) no-repeat right 2px; opacity: 0.54; border: none; box-sizing: border-box; border: none;}


/* Section Editor CSS*/

.thumbnail { width: 100px; height: 100px; }
.dragImg { width: 50px; height: 94px; background-color: #003399; }
.dropbuttonDiv { position: relative; clear: both; }
.dropHere {min-height: 350px; position: relative; padding-bottom: 100px;}
.dropHere.dropicon, div.dropmoreicon{background: rgba(173, 173, 173, 0.07) url('blank-space-bg.png') repeat scroll 0 0; }
 div.dropmoreicon{position:absolute !important; bottom:0px !important; height: 88px;}
 div.dropmoreicon:after{top: 20px !important;}
.dropHere.dropicon:after, div.dropmoreicon:after { content: ''; position: absolute; background: url('drophere-icon.png') no-repeat; width: 150px; height: 48px; top: 150px; right: 0; bottom: 0; left: 0; margin: 0 auto; opacity: .5; }
.dropHere div { width: 100% !important; margin-bottom: 12px; cursor: move; }
.dragButton { z-index: 9; position: relative; }
.dragDiv { position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; width: 350px; }
.actionDiv { position: absolute !important; right: 0; top: 0; }
.dropHere div.drag-inner { position: relative !important; z-index: 2; }
.dropHere div.drag-inner .actionDiv { position: absolute !important; top: 0px; right: 0px; width: 120px !important; height: 50px; margin-bottom: 0 !important; }
.dropHere div.drag-inner .actionDiv div { position: relative !important; }
.dropHere div.drag-inner.img-holder { padding: 70px; }
.dropHere div.drag-inner.video-holder { padding: 70px; }
.dropHere div.drag-inner.text-editor textarea { height: 60px; }
.dropHere div.drag-inner.content-editor { padding: 16px; }
.imgUpload, .videoUpload, .closethis { cursor: pointer!important; }
.dragButton { background-color: #fff; width: 100%; padding: 12px 0; vertical-align: top; border-radius: 3px; text-align: center; display: inline-block; box-sizing: border-box; cursor: pointer; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.54); /*height: 73px;*/
margin-bottom: 15px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
.img-holder { background: #deeef6; border: 1px solid #63b0d6; text-align: center; padding: 10px; }
.video-holder { background: #e3e4e5; border: 1px solid #949494; text-align: center; padding: 5px; }
.content-holder { border: 1px solid #bebebe; padding: 10px; background: #fff; min-height: 80px;}
.content-holder textarea{width: 100%; height: 60px; border: 0; font-family: 'SourceSansPro-Regular'; font-size: 14px; }
#edit-bar.fixed-bar { margin-top: 0 !important; position: fixed !important; top: 0 !important; z-index: 9999; width: 1024px !important; padding-top: 12px; }
.spacer{height: 12px; background: #ffffff; display: none; box-shadow: 0 -3px 1px 0 rgba(0, 0, 0, 0.02); border-top-left-radius: 2px; border-top-right-radius: 2px;}


			  
			  
/* Progress bar*/

.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: 5px; display:table;box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.05);  min-width: 22px;    min-height: 16px;}
.sliders .fc-slider-horizontal .fc-slider-handle {top: -0.7em !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: #1976d2!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 #c5c5c5 !important;background: #f6f6f6 !important;font-weight: normal;color: #454545!important;cursor:pointer}
.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 #1976d2!important;background: #1976d2!important;font-weight: normal;color: #ffffff!important;}
.slide-bar{border-radius:4px}
.sliders .fc-slider-horizontal { height: .5em;}
.sliders .fc-widget-content{    -webkit-box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.05);}

/* Progress bar End*/
			  
			  

/* Quiz review*/	

.review{padding:0px;margin:auto;list-style:none;}
.review li{padding:0px;margin:2px;display:inline-block; background:green; height:36px;width:40px;border-radius:2px}
.review li a{color:#fff;text-decoration:none; display:block;line-height:36px;}
.review li a:hover, ul.review li.active {background:red;border-radius:2px}
		  
/* Quiz review End*/	


.QuestionSection .circle-shape {
    line-height: 0;
}



/*------tabify menu and next prev slider---------*/
.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;min-width: 44px;width: auto !important;}
.QAtabs .list_carousel #QAslider li.quiz-answer{background:#4caf50!important}
.QAtabs .list_carousel #QAslider li.fc-state-disabled,
.QAtabs .list_carousel #QAslider li.fc-state-skip {background: #dad9d9;color:#fff!important}
.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 1em; 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;  background: #ffffff;  color: inherit; box-shadow:none; padding: 0;}
.QAtabs .list_carousel .slider-prev{ width: 30px; height: 35px; margin: 0; left:-13px; top: 3px; } 
.QAtabs .list_carousel .slider-next{ width: 30px; height: 35px; margin: 0; right:-6px; top: 3px; }
.QAtabs .list_carousel .icon-24{padding: 0 !important;}
.QAtabs .list_carousel{width: auto; padding: 0 15px;}
.QAtabs .list_carousel #QAslider li {margin:0 2px; float: left; padding:0;}
.QAtabs .list_carousel ul {padding-left:0 !important;}

.QAtabs .list_carousel .slider-next,
.QAtabs .list_carousel .slider-prev {
    text-align: center;
}
.QAtabs .list_carousel .slider-next svg,
.QAtabs .list_carousel .slider-prev svg {
    width:100%;
    height:100%;
}
#QAslider .lastTab ~ .fc-tabs-tab {
    display:none !important;
}
/*------------end----*/

a.download-link-icons {
    display: inline-block;
    background-image: url('../images/common_icon.svg');
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-right: 8px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background-size: 48px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
    padding: 16px;
    width: 150px;
    background-position: center 16px;
    padding-top: 78px;
    position: relative;
}
a.download-link-icons span {
    display: block;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0093ee;
    font-family: SourceSansPro-Regular;
    font-size: 14px;
}
a.download-link-icons:after {
    content:'';
    position: absolute;
    background: rgba(255, 255, 255, .6);
    top: 4px;
    left: 4px;
    right: 4px;
    height: 66px;
}
a.download-link-icons[href$=".txt"] {
    background-image: url('../images/text_icon.svg');
}
a.download-link-icons[href$=".pdf"] {
    background-image: url('../images/pdf_icon.svg');
}
a.download-link-icons[href$=".ppt"] {
    background-image: url('../images/ppt_icon.svg');
}
a.download-link-icons[href$=".doc"] {
    background-image: url('../images/word_icon.svg');
}
a.download-link-icons[href$=".exl"] {
    background-image: url('../images/excel_icon.svg');
}
a.download-link-icons[href$=".mp4"],
a.download-link-icons[href$=".avi"],
a.download-link-icons[href$=".asf"],
a.download-link-icons[href$=".mov"],
a.download-link-icons[href$=".qt"],
a.download-link-icons[href$=".avchd"],
a.download-link-icons[href$=".flv"],
a.download-link-icons[href$=".swf"] {
    background-image: url('../images/video_icon.svg');
}

a.download-link-icons:hover { opacity: 1;}
.timerCountdown div, .timerCountdown{display:inline-block; height:auto; }

	/* Ajeet CSS */
/*
.move-course{min-height: 60px}
.move-course .ico-hide .svg-icon
*/
.move-search{width:98%;
    height: 48px;
    min-height: 24px;
    padding: 0px 20px 0px 15px;
    outline: 0px none;
    font-family: SourceSansPro-Regular;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    background: url(../images/search.svg) no-repeat right 12px;
    opacity: 0.54;    
    border:none
}
.dropHereDiv.fc-sortable .grid-row > div:nth-child(-n+2) { display:none}
#dragFrom > .fc-selecting {background: #FECA40!important;}
#dragFrom > .fc-selected {background: #F39814!important; color: white;}
.tooltip{
    display:none;
    position:fixed;
    top:10px;
    left:10px;
    background:white;
    border:1px solid #ccc;
    padding:5px;
	z-index: 999999;
}
.dropHereDiv:empty {
    min-height: 44px;
    background: url(../images/blank-space-bg.png) repeat !important;
    border: 1px solid #ededed;
}
.dropHereDiv:empty{ min-height: 20px; background:url('../images/blank-space-bg.png') repeat !important;  border:1px solid #ededed; padding: 5px 0;
    margin: 7px 0;}
.dropHereDiv:after{background:url('../images/drophere-icon.png') no-repeat;	content: 'Drop Here'; display: block; margin: 2px auto 0; width: 89px; background-size: auto 20px;
height: 20px; padding-left: 23px; font-size: 12px; color: #000; opacity: .54 !important; display: none;}
.dropHereDiv:empty:after {display: block !important;}
.placeholderBackground{  width: 100%;   min-height: 60px; border:1px dashed #ccc; }
.dropHereDiv.fc-sortable .grid-row > div:first-child,
.dropHereDiv.fc-droppable .grid-row > div:first-child { display: none;}
.dropHereDiv.fc-sortable .grid-row .grid-cell{padding:14px 0 15px;}
.dropHereDiv.fc-sortable .grid-row:after { border:0px !important;}
#dragFrom .ico-hide{display:none;}
.move-course .grid-row .ico-hide{ width:30px; visibility: hidden !important;}
.move-course .grid-row:hover .ico-hide {visibility: visible !important;}
.grid-row.fc-draggable-dragging { z-index: 4;}
.grid-row.fc-draggable-dragging:after{border-bottom: 0;}
.fc-sortable-plaseholder{ border: 1px dashed #ccc !important; background:#ffffff !important;}
.fc-state-highlight {background:#ffffff !important;}
.grid-row.fc-sortable-helper{width:auto !important; box-shadow: 0px 0px 2px 2px rgba(0,0,0,.10);}
.move-course .border-bottom-full:after{border:0;}
.move-course .grid-row{ margin-left: 30px !important; }
.move-course .grid-row:first-child,
.move-course.no-tree-style .grid-row,
.move-course.no-tree-style .grid-row:first-child {margin-left: 0px !important;}
#dragFrom .grid-row > div:first-child {margin-left: 30px !important; }
#dragFrom .sortableTitle > div:first-child,
#dragFrom .grid-row.no-tree-style > div:first-child {margin-left: 0px !important;}
.droppable-disabled-container {opacity:.5;}
/* End of Ajeet CSS */

.quiz-result {
    width: 195px;
    height: 124px;
    padding: 13px 82px 13px 13px;

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

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
}
.quiz-result .body-2,
.quiz-result .title {
    color: #696a6d; 
}
.quiz-result .heading  {
    text-transform: uppercase;
    padding: 0 5px;
    margin-bottom: 5px;
    font-size: 20px;
}
.quiz-result .body-2 {

    position: relative;
    top: -2px;
    display: block;
    font-size: 12px;
}

.quiz-result.status-pass {
    background: url(pass-status.jpg) no-repeat;
    background-size: contain;







}
.quiz-result.status-pass .heading {
    color: #fff;
    background: #4CAF50;







}
span.fc-tooltip button {
    box-shadow: 0 0 0 0;
}


.quiz-result.status-fail {
    background: url(fail-status.jpg) no-repeat;
    background-size: contain;
}
.quiz-result.status-fail .heading {
    color: #fff;
    background: #cd5944;
}

/* chart JS CSS */
.chart-legend .legend{width:42px; height: 12px; margin-top: 3px;}
.height-16{
	height:16px
}
.height-16 span{
	height:16px

}
.fc-accordion .fc-state-active,
.fc-accordion .fc-state-hover {
    color: #373a3c;
}


.center-bg-div {
    display: inline-block;
    height: 100%;
    margin: auto;
    min-width: 500px;
    padding: 0;
    text-align: left;
}
.main-header {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.34);
	color: #373a3c;
    font-size: 14px;
    height: 56px;
    left: 0;
    min-height: 50px;
    padding: 0 8px;
    right: 0;
    top: 0;
    z-index: 3;
}
.auto-width {
    max-width: 100%;
}
.word-wrap{word-wrap: break-word;}
.word-wrap-solr{word-wrap: break-word;display:block;}

.break-all{word-break: break-all;}

.grid-row.fc-sortable-helper{display: block; padding-right:8px; border-bottom:0;}	

/*-------Download-App--------*/

table.breadcrumb-table.no-border {
    border-bottom: 0;
    margin: 0px;
    padding: 0;
}

.fc-card-nav {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
}

.fc-card-nav>div {
    padding: 2px 16px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #95989a;
}

.fc-card-nav>div:last-child {
    border-right: 0;
}

.fc-card-nav>div.current-tab {
    background: #1976d2;
    color: #fff;
}

.fc-card-nav>div.current-tab .svg-icon svg {
    fill: #fff;
}


/*-----End Download App---*/
.svg-icon.cursor-pointer.text-green:hover svg, .svg-icon.cursor-pointer.text-red:hover svg {fill:inherit;}
.no-margin-top {
    margin-top: 0 !important;
}
img.iconHover {
    border-radius: 4px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    margin-right: 8px;
}

.grid-cell .body-2, .grid-row .label-style{
	font-size:14px;
    FONT-FAMILY:Montserrat-Regular;
    color:#373a3c;
}

.lowerStyle{
	text-transform:lowercase !important;
}

.noTextTransform{
	text-transform:none !important;
}

.page-heading .caption{
	FONT-FAMILY:SourceSansPro-Regular !important;
}

.main-container .page-heading-section .grid-cell{
	font-family: 'Montserrat-Bold' !important;
    font-size: 14px !important;
}

.flex-vcenter .timerCountdown{
	FONT-FAMILY:SourceSansPro-Regular !important;
	font-size: 14px !important;
}

.grid-row .grid-cell .heading14bold{
	font-family: Montserrat-Bold !important;
	text-transform: uppercase;
}

.flex-2 .heading .hText18themeNew{
	font-family: 'Montserrat-Bold' !important;
    font-size: 18px !important;
}

.smallHelpText{
	font-size: 12px;
    color: #373a3c;
}

.alertText{
	FONT-FAMILY:SourceSansPro-Regular !important;
	font-size: 14px !important;
}

.btn-margin-bottom{
	margin-bottom : 5px !important;
}

.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;
}

.dropdown-action .dropdown-list {
    padding: 0 !important;
}

.dropdown-action .dropdown-list a {
    padding: 16px !important;
}

