

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: inherit;
    font-weight: 300;
}
/* -- button styles ------------------------------------- */


/*-- signin-card animation ---------------------------------------- */


/* -- login paper styles ------------------------------ */

.signin-card {
	max-width: 350px;
	border-radius: 2px;
	margin: 20px auto;
	padding: 20px;
	background-color: #eceff1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.background-theme {
	background: #586525;
}

.background-theme-2 {
	background-color: #3f4853;
}

.color-theme {
	color: #586525 !important;
}

.color-333 {
	color: #333 !important;
}
.color-bfb {
	color: #bfbfbf !important;
}
.color-2d3 {
	color: #2d343d !important;
}
.color-icon {
	color: #8d9293 !important;
}
.background-icon {
	background-color: #8d9293 !important;
}
.form_label_color{
	color: #2a2a2a !important;
}
.border-bfb{
	border:solid 1px #bfbfbf;
}
.display1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-transform: inherit;
	letter-spacing: inherit;
}

.subhead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
	text-transform: inherit;
	letter-spacing: inherit;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
	color: #fff;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
	color: inherit;
}


/**
.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #fff;
    border-color: #fff;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
color: #fff;}

.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check{    border: 2px solid #fff;}
**/

select.form-control {
	padding-left: 5px;
	padding-right: 5px;
}

.tile {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition-duration: 200ms;
	transition-property: transform, box-shadow, margin, opacity, width;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #fff;
}

.margin-top-22 {
	margin-top: 22px;
}

.box-shadow-6 {
	margin-bottom: 6px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.59);
}

.clip {
	clip: rect(auto, auto, auto, auto);
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.display-inline {
	display: inline;
}

.form-group.form-theme .form-control {
	transition: none;
	background-image: none;
	background-color: #e7e7e7;
	color: #333;
	padding: 7px 15px;
	border-radius: 20px;
}

.form-group.form-theme .form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-group.form-theme .form-control:-ms-input-placeholder {
	color: #999
}

.form-group.form-theme .form-control::-webkit-input-placeholder {
	color: #999
}

.form-group.form-theme .form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.btn-theme {
	color: #FFF !important;
	background-color: #586525 !important;
	border-color: #586525 !important;
	border-radius: 25px !important;
}

.logo_div{
	width: calc(100% - 5px);
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.searchbox-input {
	width: 200px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #ffffff;
    border: none;
    padding: 3px 22px 4px 30px;
    border-radius: 50px !important;
    background-image: url(../images/search.png);
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-size: 15px;
	    color: #333;
}
.background-bfb-20{
	    background: rgba(191, 191, 191, 0.3);
}
.background-bfb-40{
	    background: rgba(191, 191, 191, 0.4);
}
.background-bfb{
	    background: #bfbfbf;
}
.text-capitalize{
	    text-transform: inherit;
}
.border-333{
	    border: solid 1px #333;
}

.modal-max-width{
        max-width: 450px;
        margin: 0 auto;
}
.header-fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 10;
}
.leftsidebar{
	position: fixed;
    top: 56px !important;
    height: calc(100% - 56px);
    width: 25%;
	left:0px;
	z-index:10;
}
.main_content_div{
	width:100%;
	
}
.pageleftside{
	width:0%;
}
.pagerightside{
	width:0%;
}
.rightsidebar{
	position: fixed;
    top: 56px !important;
    height: calc(100% - 56px);
    width: 25%;
    right: 0px;
	left:auto;
	z-index:10;
}

.modal.left .modal-dialog {
	width: 100%;
	/* max-width: 320px; */
	height: 100%;
	margin: auto auto auto 0px;
}

.modal.left .modal-content{
	border-radius: 0px;
	height: 100%;
}
.modal.right .modal-dialog {
	width: 100%;
	/* max-width: 320px; */
	height: 100%;
	margin: auto 0px auto auto;
}

.modal.right .modal-content{
	border-radius: 0px;
	height: 100%;
}
/* modal direction animation start #####*/
.modal.fade:not(.show).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.show).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.show).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
/* Alternative Angles */
.modal.fade:not(.show).top-left .modal-dialog {
	-webkit-transform: translate3d(-25%, -25%, 0);
	transform: translate3d(-25%, -25%, 0);
}
.modal.fade:not(.show).top-right .modal-dialog {
	-webkit-transform: translate3d(25%, -25%, 0);
	transform: translate3d(25%, -25%, 0);
}
.modal.fade:not(.show).bottom-left .modal-dialog {
	-webkit-transform: translate3d(-25%, 25%, 0);
	transform: translate3d(-25%, 25%, 0);
}
.modal.fade:not(.show).bottom-right .modal-dialog {
	-webkit-transform: translate3d(25%, 25%, 0);
	transform: translate3d(25%, 25%, 0);
}

/* modal direction animation end #####*/
/*NAV BAR*/

/* remove outer padding */

.main .row {
	padding: 0px;
	margin: 0px;
}

.side_nav{
	width:320px;
}
.content_div{
	width:calc(100% - 640px);
}
.right-sidebar{
	
	width:320px;

}
.title_div{
	width: calc(100% - 224px);
}
.searchInput{
    border: solid 2px #eee  !important;
    border-radius: 20px  !important;
    background-image: none  !important;
}
.border-left-ccc {
    border-left: solid 1px #ccc;
}
.border-right-ccc {
    border-right: solid 1px #ccc;
}
.font-8{
	font-size:8px;
}
.font-9{
	font-size:9px;
}
.font-11{
	font-size:11px;
}
.font-300{
	    font-weight: 300;
}
.font-400{
	    font-weight: 400;
}
.font-500{
	    font-weight: 500;
}
.font-600{
	    font-weight: 600;
}
.line-height-10{
	line-height:10px;
}
/*Remove rounded coners*/

nav.sidebar.navbar {
	border-radius: 0px;
	background-color: transparent;
}

nav.sidebar,
.main {
	-webkit-transition: margin 200ms ease-out;
	-moz-transition: margin 200ms ease-out;
	-o-transition: margin 200ms ease-out;
	transition: margin 200ms ease-out;
}


#sidebar_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

#sidebar_scroll::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.list_card {
	background-color: #fff;
    margin: 0 0 5px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 5px;
    border-bottom: 1px hidden #fff;
	overflow:hidden;}

.profilediv {
text-align: center;
    background: #cbcbcb;
    width: 72px;
    height: auto;
    margin-left: 0px;
}
.profilediv p{
    font-size: 10px;
    line-height: 32px;
    margin: 0;
}
.border-default{
	border: solid 1px #cbcbcb;
}

.border-yellow{
	border:solid 1px #e6d300;
}
.background-yellow{
	background: #e6d300;
}
.background-green{
	background: green!important;
}
.border-red{
	border:solid 1px red;
}
.border-right-green{
	border-right: solid 5px green;
}
.border-right-yellow{
	border-right: solid 5px #e6d300;

}
.border-right-red{
	border-right: solid 5px red;
}

.txt {
    font-weight: 600;
    line-height: 58px;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase;
}

.txt-default{
	color: #586525;
	font-weight: 600;
}

.txt-yellow{
	color:#e6d300;
}

.txt-red{
	color:red;
}

.Clintprofilediv {
text-align: center;
    background: #cbcbcb;
    border-radius: 100% !important;
    width: 46px;
    height: 46px;
    margin-left: 5px;
}
.Clintprofilediv p{
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}
.opstionlist {
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid;
	border: none;
	padding: 15px 0;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #333;
}
.img-boxshadow{
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.mobile_device_wrap{
	position: relative;
	display: block;
	width: auto;
	margin-top: 42px;
    height: auto;
	border: 0px solid #bbb;
	border-radius: 5px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	color: #f1f1f1;
	background: #f1f1f1 url('https://testapp.ngageapp.com/magazine_creator_v3/images/main_background.jpg');
    background-size: cover;
}

.topborder-radius {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}.panel-headingImg {
    position: relative;
    padding: 0px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    background: #F1F1F1;
    background: transparent;
}
.option_list {
	display: block;
	position: relative;
	/* padding: 12px 0; */
	color: #0b0e2f;
	font-weight: bold;
}
.eidtbtn{
	
    position: absolute;
    top: 10px;
    right: 0px;

}
.panel {
    position: relative;
    margin-bottom: 15px;
    border: 0px solid transparent;
    background-color: #666;
    background-color: rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.3);
}
.bottomborder {
	border-bottom: solid 1px rgba(51, 51, 51, 0.33);
}

.btn-option {
	color: #333;
	border: 1px solid #8c8c8c;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.form-popup {
	background-color: transparent;
	border: 1px solid #d2d2d2;
	height: 34px;
	color: #dadada;
	border-radius: 25px !important;
}

.form-popup input,
.form-popup select{
	padding: 0px 14px;
	border-radius: 25px !important;
	height: 34px;
}

.pagination_pop>li>a, .pagination_pop>li>span{
	    background: transparent;
    border: 0px;
}
.pagination_pop>.active>a, .pagination_pop>.active>a:focus, .pagination_pop>.active>a:hover, .pagination_pop>.active>span, .pagination_pop>.active>span:focus, .pagination_pop>.active>span:hover {
    z-index: 2;
    color: #586525;
    cursor: default;
    background-color: #ffffff;
border-radius: 100%;}
.btn-option:hover {
	color: #fff;
	background-color: #0e102f !important;
	border: 1px solid #8c8c8c;
}
.pagination_pop>.disabled>a, .pagination_pop>.disabled>a:focus, .pagination_pop>.disabled>a:hover, .pagination_pop>.disabled>span, .pagination_pop>.disabled>span:focus, .pagination_pop>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}
#sidebar_scroll::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #586525;
}

.layout_card{
	
    margin: 0 0 5px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
}
/*
/* Add gap to nav and right windows.*/

.main {
	padding: 10px 10px 0 10px;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: #586525;
    color: inherit;
}
.navbar .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
}
/* .....NavBar: Icon only with coloring/layout.....*/


/*small/medium side display*/

@media (min-width: 768px) {
	/*Allow main to be next to Nav*/
    .modal-sm {
        width: 500px;
    }
	.main {
		position: absolute;
		width: calc(100% - 235px);
		/*keeps 100% minus nav size*/
		margin-left: 235px;
		float: right;
	}
	.navbar.navbar-inverse .dropdown-menu li>a {
		font-size: 14px;
		padding: 11px 22px;
	}
	/*lets nav bar to be showed on mouseover*/
	/*Center Brand*/
	nav.sidebar.navbar.sidebar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	/*Center Brand*/
	nav.sidebar .navbar-brand,
	nav.sidebar .navbar-header {
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}
	/*Center Icons*/
	nav.sidebar a {
		padding-right: 13px;
	}
	/*adds border top to first nav box */
	nav.sidebar .navbar-nav>li:first-child {
		border-top: 0x #e5e5e5 solid;
	}
	/*adds border to bottom nav boxes*/
	nav.sidebar .navbar-nav>li {
		border-bottom: 0px #e5e5e5 solid;
	}

	/* Colors/style dropdown box*/
	nav.sidebar .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #fff;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-inverse .navbar-nav>li>a {
    color: #333;
}
	/*allows nav box to use 100% width*/
	nav.sidebar .navbar-collapse,
	nav.sidebar .container-fluid {
		padding: 0 0px 0 0px;
		background: transparent;
	}
	.navbar .navbar-nav>.active>a,
	.navbar .navbar-nav>.active>a:hover,
	.navbar .navbar-nav>.active>a:focus {
		color: #333;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #586525;
	}
	/*colors dropdown box text */
	.navbar-inverse .navbar-nav .open .dropdown-menu>li {
		color: #333;
		white-space: normal;
	}
	/*gives sidebar width/height*/
	nav.sidebar {
		width: 100%;
		height: 100%;
		float: left;
		z-index: 100;
		margin-bottom: 0px;
	}
	/*give sidebar 100% width;*/
	nav.sidebar li {
		width: 100%;
	}
	/* Move nav to full on mouse over*/
	nav.sidebar:hover {
		margin-left: 0px;
	}
	/*for hiden things when navbar hidden*/
	.forAnimate {
		opacity: 0;
	}
}


/* .....NavBar: Fully showing nav bar..... */

@media (max-width: 767px) {
	.main_div_width {
		width: 100%;
		margin-top:112px;
	}
	.navbar-side{
		width: auto;
		height:auto;
	}
	.side_nav{
	width:100%;
}
.content_div{
	width:100%;
}

	.navbar .navbar-nav > li > a {
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
	.navbar .navbar-nav .active > a {
    color: #fff;
	background:#009688;
}
	.navbar .navbar-nav .dropdown .dropdown-toggle:after {
		content: '';
		font-family: 'Material Icons';
		font-size: 1.5em;
		float: right;
	}
	.navbar .navbar-nav .dropdown.open .dropdown-toggle:after {
		content: '';
	}
	.navbar-nav .open .dropdown-menu {
		/*position: absolute; */
		 float: none;
		width: auto;
		margin-top: 0;
		background-color: white;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		left: -126%;
		color:#333;
	}
	.searchbox-input {
		width: 96%;
	}
	.searchbox-input:focus {
		width: 96%;
	}
}

@media (min-width: 1330px) {
	/*Allow main to be next to Nav*/
	.main {
		width: calc(100% - 235px);
		/*keeps 100% minus nav size*/
		
	}
	/*Show all nav*/
	nav.sidebar {
		margin-left: 0px;
		float: left;
	}
	/*Show hidden items on nav*/
	nav.sidebar .forAnimate {
		opacity: 1;
	}
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #586525;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
	color: inherit;
	background-color: #586525;
}

nav:hover .forAnimate {
	opacity: 1;
}

section {
	padding-left: 15px;
}

@media (max-width: 786px) {
	
	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0px;
		border: 1px solid transparent;
	}
	
}

.right_bottom{
	
    position: fixed !important;
    right: 20px;
    bottom: 20px;

}


#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #333;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 15px;
	padding-left: 10px;
	    text-transform: inherit;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}
.plus_xs{
	 
    font-size: 24px!important;
    height: 40px!important;
    line-height: 40px!important;
    margin: auto!important;
    min-width: 40px!important;
    width: 40px!important;

}
.hMenu{overflow: auto; white-space: nowrap; }
.hMenu .htab {display: inline-block; white-space: normal;margin:0px;position: relative;}

.form-group {
    padding-bottom: 0px;
    margin: 20px 0 0 0;
}
.side_list .row-fulid:nth-child(4n+1) .layout_card {
    background: rgb(191, 191, 191);
}
.side_list .row-fulid:nth-child(4n+2) .layout_card {
    background: rgba(191, 191, 191, 0.8);
}
.side_list .row-fulid:nth-child(4n+3) .layout_card {
    background: rgba(191, 191, 191, 0.6);
}
.side_list .row-fulid:nth-child(4n+4) .layout_card {
    background: rgba(191, 191, 191, 0.4);
}
.form-login {
    background-color: transparent;
    border: 1px solid #d2d2d2;
    height: 34px;
    color: #dadada;
    border-radius: 25px !important;
}
.form-login input, .form-login select {
    padding: 0px 14px;
    border-radius: 25px !important;
    height: 34px;
    color: #333;
}
.create-btn {
    background: #3f4853 !important;
    border-color: #3f4853 !important;
    color: #fff !important;
}
@media screen and (max-width: 768px) { 
.leftsidebar{
    position: fixed;
    top: 0;
    width: 40%;
}
.main_content_div{
	width:100%;
	
}
.pageleftside{
	width:0%;
}
.pagerightside{
	width:0%;
}
.rightsidebar{
    position: fixed;
    top: 0;
    width: 40%;
}
}
@media screen and (max-width: 765px) { 
.leftsidebar{
    position: fixed;
    top: 0;
    width: 80%;
}
.main_content_div{
	width:100%;
	
}
.pageleftside{
	width:0%;
}
.pagerightside{
	width:0%;
}
.rightsidebar{
    position: fixed;
    top: 0;
    width: 80%;
}
}

.center-border:before{
	content: "";
    display: block;
    border: solid 0.5px #bfbfbf;
    height: 100%;
    position: absolute;
    right: 50%;
}

.col-main{
    display: flex;
    width: 100%;
}
.col-second {
    flex: 1;
}
.icon-div-center{
	  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.icon_div_center{
	  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.timeline-message-text{	
	min-height: 50px;
    min-width: 100px;
    white-space: normal !important;
    word-wrap: normal !important;

}
.shadow-cr{
border: solid #bfbfbf 0.5px;

}
.text-div{
	height: 55px;
    overflow-y: scroll;
}

.message-text{	
	min-height: 50px;
    min-width: 120px;
    max-width: 75%;
    margin: 3px 2px;
    padding: 8px 10px;
    margin: 3px 2px;
    padding: 8px 10px;
    box-shadow: 0px 0px 5px 0px #999;
    border-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.message-text_1 {
    min-height: 50px;
    min-width: 120px;
    max-width: 75%;
    /* margin: 3px 2px; */
    padding: 8px 10px;
    padding: 0px 5px;
    /* box-shadow: 0px 0px 5px 0px #999; */
    border-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
    font-size: 14px;
    white-space: pre-wrap;
    overflow: hidden;
    word-wrap: break-word;
}
.message-time{
	font-size: 10px;
    line-height: 14px;
	margin-right: -8px;
	font-size: 10px;
    line-height: 14px;
	margin-right: -8px;
}


.RecvBox .msg-arrow {
     position: absolute;
    font-size: 16px;
    left: 0px;
    top: 50%;
   transform: translateY(-50%);
	content: "\e92b";
  /*   margin: -11px 0 0 0%; */
        text-shadow: -1.5px 0px 0.5px rgba(123, 122, 122, 0.52);
    z-index: 2;
}
.SendBox .msg-arrow  {
    position: absolute;
     font-size: 16px;
    right: 0px;
	color: #fff;
    top: 50%;
  /*   margin: -11px 0 0 0%; */
   transform: translateY(-50%);
        text-shadow: 1.5px 0px 0.5px rgba(123, 122, 122, 0.52);
    z-index: 2;

}

.timeLineview {
    font-size: 10px;
    line-height: 14px;
    margin-right: -8px;
    font-size: 10px;
    line-height: 14px;
    margin-right: 0px;
    padding: 5px 5px;
    text-decoration: underline;
}
.width-30 {
    width: 30px;
}
.height-35{
	height: 35px;
}
.height-23{
	height: 23px;
}
.padding-top-5{
	padding-top: 5px;
}
.padding-tb-9{
	padding-top:9px;
	padding-bottom:9px;
}
.line-height-12 {
	line-height:12px;
}
.blackPatch_1 {
    background: rgba(114, 114, 114, 0.5);
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -10px;
    text-align: right;
    margin-top: 8px;
    padding: 3px;
    line-height: normal;
    display: list-item;
}
.Thumbdiv_1 {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    margin: 0;
    float: right;
}
.ThumbText_1 {
    font-weight: bold;
    line-height: 18px;
    font-size: 10px;
    border-radius: 0;
}
		::-webkit-scrollbar {		width: 6px;		height: 4px;	}
		::-webkit-scrollbar-track {		background: #f1f1f1;	}
		::-webkit-scrollbar-thumb {		background: #aaa;		border-radius: 5px;	}
		::-webkit-scrollbar-thumb:hover {		background: #555;	}	
		


/* loader start */
.loader_Wrapper{
	display: block;
	position: absolute;
	z-index: 9999;
	top: 0; bottom: 0; left: 0; right: 0;
	/* background: rgba(255,255,255,0.2); */
	background: rgba(0,0,0,0.2);
	
}


.spinner {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;    
    margin-left: -50px;    
	width: 100px;
}

.spinner > div {
  width: 22px;
  height: 22px;
  /* background-color: #406F18; */
  /* background-color: #fff; */
  background-color: #F04E23; 

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* loader end */
		
/* material loader */

.action-btn-circle .material-loader-box{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 0px;
	margin-top: 0px;
	width: 0px;
}

.material-loader-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1;
	
    /* width: 150px;
    height: 70px;
    top: 50%;
	left: 50%;
    margin-left: -75px;
    margin-top: -35px; */
	
	width: 220px;
    min-height: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -50px;
    padding-bottom: 10px;	
}

.material-loader-box .loader {
	position: relative;
	margin: 15px auto;
	width: 45px;
	height: 45px;
	&:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
}

.material-loader-box .circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.material-loader-box .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #F04E23;
}

.material-loader-box .path-color {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@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 color {
	100%,
	0% {
		stroke: #d62d20;
	}
	40% {
		stroke: #0057e7;
	}
	66% {
		stroke: #008744;
	}
	80%,
	90% {
		stroke: #ffa700;
	}
}
.datepicker-days .prev, .datepicker-days .next {
    font-family: icomoon;
    margin: 0 0 5px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
    padding: 10px;
}
.picker-switch {
    background: #eee;
}
.glyphicon {
    font-family: icomoon;
}
.glyphicon-time{
	display:none !important;
}
.glyphicon-chevron-right:before {
    content: "\e957";
}
.glyphicon-chevron-left:before {
    content: "\e959";
}



/* material loader end */

/* loader start */
.loader_Wrapper {
    display: block;
    /* position: absolute; */
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(255,255,255,0.2); */
    background: rgba(0, 0, 0, 0.2);
}


.spinner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
}

.spinner>div {
    width: 22px;
    height: 22px;
    /* background-color: #406F18; */
    /* background-color: #fff; */
    background-color: #F04E23;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* loader end */
.time-text{

	/* padding-left: 10px; */
    margin: 0 3px;
    width: 34px;
    border-radius: 100%;
    height: 34px;
    background: red;
    border: solid 2px #999;

}/* loader end */
.point-text{

    /* padding-left: 10px; */
    margin: 2px 9px;
    width: 22px;
    border-radius: 100%;
    line-height: 22px;
    height: 22px;
    background: red;
    border: solid 0.5px #999;

}
.timeline-icon{
	    display: block;
    height: 30px;
    line-height: 20px;
}
.timeline-search{
border:solid 1px #666;
width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #ffffff;
    padding: 3px 22px 4px 30px;
    border-radius: 50px !important;
    background-image: url(../images/search.png);
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    color: #333;
}
.margin-top-45{
	margin-top: 45px;
}
.datepicker-inline{
	width:100%;
}
.table-condensed{
	width: 100%;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #006f79;
    background-image: none;
}

#accordion{
    /*border: 2px solid #1468a8;*/
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 0px solid ;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
}
#accordion .panel-title span{
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    border: none;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    /*background: #fff;
    color: #1468a8;*/
}
#accordion .panel-title a.collapsed:hover{
    /* background: #1468a8; */
    color: #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    color: #fff;
    position: fixed;
    top: 17px;
    left: 20px;
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f106";
    color: #1468a8;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    padding: 20px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.layout_card1 {
    margin: 0 0 0px 0;
    box-shadow: 1px 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border: 1px solid #e0dddd;
}
.font-15{
	font-size:15px;
}
.font-5{
	font-size:5px;
}
.font-42{
	font-size:42px;
	line-height:46px;
}
.background-494{
	background-color:#494949;
}
.background-6b6{
	background-color:#6b6b6b !important;
}
.background-5b5{
	background-color:#5b5b5b !important;
}
.color-yellow{
	color:#efc775;
}
.color-heding-color{
	color:#c0e4f2 !important;
}
.border-left-bf{
	    border-left: solid #bfbfbf 0.7px;
}
.border-right-bf{
	    border-right: solid #bfbfbf 0.7px;
}
.color-green_1{
	color:#73c9a6;
}

.color-red_1 {
	color: #ed1c24;
}
.margin-left-5{
	margin-left:5px;
}

.blue-card{
	background-color: #3083b7;
    margin: 0 0 0px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px hidden #fff;
}
.blue-light-card{
	background-color: #425764;
    margin: 0 0 0px 0;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px hidden #fff;
}
.panel-group {
    margin-bottom: 0px;
}
.padding-tb-7{
	padding-top:7px !important;
	padding-bottom:7px !important;
}
.line-dash:before {
    content: "";
    display: block;
    width: 11px;
    background-color: #bfbfbf;
    height: 1px;
    position: absolute;
    left: -6px;
    top: 20px;
}


.creatNameWidth{
	width:200px;
}
.creatButonWidth{
	width:200px;
}
.creattoggalWidth {
    width: 200px;
}
.creatvalueWidth{
	width:calc(100% - 400px);
}
.card-vertical-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 600px) {

.creatNameWidth{
	width:calc(100% - 90px);
	text-align:left;
}
.creatButonWidth{
    width: 90px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.creatvalueWidth{
	width:calc(100% - 90px);
	text-align:left;
	    padding-left: 15px !important;
    padding-right: 15px !important;
}
.creattoggalWidth {
    width: 190px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.float_lable{
    font-size: 12px !important;
    padding-top: 0px;
    padding-bottom: 0px;

}
.card-vertical-middle {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
}
.background-fff_1{
	background-color: #fff!important;
}

.red_radio .circle,
label.radio-inline .circle {
	border: 2px solid #f44336;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.red_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: #f44336;
}

.red_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: #f44336;
}

.yellow_radio .circle,
label.radio-inline .circle {
	border: 2px solid #e6d300;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.yellow_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: #e6d300;
}

.yellow_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: #e6d300;
}

.green_radio .circle,
label.radio-inline .circle {
	border: 2px solid green;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.green_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: green;
}

.green_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: green;
}

.red_radio label,.yellow_radio label,.green_radio label{
	color: #000;
}
.allow-user-select{
	 	-webkit-touch-callout: default;
	 	/* iOS Safari */
	 	-webkit-user-select: text;
	 	/* Chrome/Safari/Opera */
	 	-khtml-user-select: text;
	 	/* Konqueror */
	 	-moz-user-select: text;
	 	/* Firefox */
	 	-ms-user-select: text;
	 	/* Internet Explorer/Edge */
	 	user-select: text;
	 	/* Non-prefixed version, currently not supported by any browser */

}
.btn-min-width{
	min-width: 80px;
}
.border-fff{
	border: white 1px solid;
}
.mediabtn{padding: 8px !important;}
.audiobtn{background: #f1f3f4 !important;
    border-color: #f1f3f4 !important;
    color: #a9abab !important;}
	
	
.border-333-1{
	border: 1px solid #333;
}
.com_cont {
    margin-left: 2px !important;
    width: 14px;
    font-size: 6px;
    line-height: 12px !important;
    display: inline-block !important;
}
.filterbox-input {
    width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background: #ffffff;
    border: none;
    padding: 3px 22px 4px 10px;
    border-radius: 50px !important;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    color: #333;
}

.pmmmodalinput {
    height: 35px;
    font-size: 13px;
    border: solid 1px #bfbfbf;
    padding: 0px 15px;
    width: 100%;
    text-align: right;
}

.card_imput_lab{
	font-size: 14px !important;
	color: #333 !important;
}

.layout_card_desk{
	
    margin: 0 0 5px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
    background: #bfbfbf;
}
.background-status-green {
    background-color: green;
    width: 10px;
    height: 10px;
    margin: 8px 0px;
    border-radius: 50%;
}
ul:not(.ck-content ul){
    list-style-type: none;
}
#myUL {
    list-style-type: none;
}
  #myUL {
	margin: 0;
	padding: 0;
  }
  
  .box {
	cursor: pointer;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
  }
  
  .box::before {
	content: "\2610";
	color: black;
	display: inline-block;
	margin-right: 6px;
  }
  
  .check-box::before {
	content: "\2611"; 
	color: dodgerblue;
  }
  
  .nested {
	display: none;
  }
  
  .active {
	display: block;
  }

  .boxcard {
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    padding: 10px;
    margin-bottom: 5px;
}
.card-header .checkbox label, .card-header .togglebutton label{
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000 !important;
    font-weight: 400;
}
.formcard {
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    margin-bottom: 10px;
}
.vertical-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

 .cards-wrapper {
	 position: relative;
	 height: 100%;
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: flex;
	 justify-content: center;
     align-items: center;
}
 .card-wrapper {
	 display: block;
	 float: left;
	 position: relative;
	 margin: 0;
	 width: 100%;
	 height: 0;
	 padding: 0 0 28%;
     perspective: 700px;
     
     height: 170px;
}
 .card-object {
	 color: #FFF;
	 display: block;
	 float: left;
	 position: absolute;
	 top: 6%;
	 left: 6%;
	 width: 88%;
	 height: 88%;
	 transform-style: preserve-3d;
}
 .card-object.card-1 .front {
     
     background-size: cover !important;
     background-repeat: no-repeat;
     object-fit: contain;
	 background-size: 115%;
} 
 .face {
	 color: #fff !important;
	 text-decoration: none;
	 justify-content: center;
	 align-items: flex-end;
	 flex-wrap: wrap;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 backface-visibility: hidden;
}
 .face.front {
	 z-index: 20;
	 overflow: hidden;
	 background-repeat: no-repeat !important;
     background-position: 50% 50% !important;
     
}
.ffLay{
    display: block;
    height: calc(100% - 40px);
    margin: 20px;
    background: rgba(255, 255, 255, 0.9);
}
 .face.front::before {
	 position: absolute;
	 top: -1px;
	 right: -1px;
	 bottom: -1px;
	 left: -1px;
	 content: "";
	 background: linear-gradient(45deg,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.1) 100%) no-repeat;
	 opacity: .7;
	 z-index: 20;
	 transition: opacity .2s ease;
}
 .face.front::after {
	 position: absolute;
	 top: 7%;
	 right: 7%;
	 bottom: 7%;
	 left: 7%;
	 border: 1px solid rgba(255,255,255,0.35);
	 z-index: 100;
	 content: "";
}
 .face.front .title-wrapper {
	 position: absolute;
	 bottom: 12%;
	 left: 25%;
	 right: 25%;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 text-align: center;
	 flex-wrap: wrap;
	 z-index: 100;
	 transform: translateY(0);
	 transition: transform .28s ease;
}
 .face.front .title-wrapper .title {
	 position: relative;
	 font-family: 'Archivo Black', sans-serif;
	 width: 100%;
	 text-transform: uppercase;
	 font-size: 16px;
	 line-height: 1;
	 opacity: 1;
     transition: opacity .2s ease;
     font-weight: bold;
}
 .face.front .title-wrapper .title::after {
	 display: block;
	 margin: 6% auto 8% auto;
	 width: 100%;
	 height: 1px;
	 content: "";
	 background-color: #fff;
	 opacity: .5;
	 transform: scale(1);
	 transition: transform .15s;
}
 .face.front .title-wrapper .subtitle {
	 font-size: 12px;
	 line-height: 1;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 opacity: 1;
	 transition: opacity .15s;
}
.optionIcon{
    position: absolute;
    color: #fff;
    z-index: 100;
    right: 3px;
    top: 10px;
    text-shadow: -1px 5px 6px #333;
    font-size: 24px;
}
.menu_background_opacity {
    background-color: #bfbfbf !important;
}
.theme_bg_c3 {
    background-color: #727272;
}

.btn-fabicon{	
    position: absolute;
    z-index: 101;
    width: 62px;
    height: 62px;
    padding: 3px;
    line-height: 52px;
	border: 3px solid #e7e7e7;
	/* overflow: hidden; */
    font-size: 30px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
}
.btn-fabicon.btn-bottom-right {
    bottom: 45px;
    right: 30px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem !important;
    line-height: 1.25 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-image: none !important;
    background-clip: padding-box !important;
    /* border: 1px solid rgba(0,0,0,.15) !important; */
    border-radius: .25rem !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.label-floating label {
    color: #bfbfbf;
}
.bs-component {
    position: relative;
}
.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
}

.fonticon {
    background: #8d9293;
    padding: 2px;
    border-radius: 100%;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 11px;
    text-align: center;
}

.card{
	float: left;
    position: relative;
    width: 100%;
    height: 210px;
    margin: 0 0px 10px 0;
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    text-align: center;
}

.card:last-child {
    margin-right: 0;
}

.dayname {
    font-size: 13px;
    line-height: 40PX;
    height: 40px;
    background-color: #474747 !important;
    border-radius: 2px;
    color: #fff;
}

.card__name {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 25px;
    height: 50px;
    padding: 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.card__name span {
    font-size: 14px;
}

.card__num {
    font-size: 42px;
    margin: 0 0px 0 0;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width: 700px) {
    .card__num {
        font-size: 50px;
        line-height: 50px;
    }
}

.face {
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.face.front {
    z-index: 20;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.card .card__front,
.col-xs-6 .card .card__front {
    background: #9b9b9b;
}

.card__front,
.card__back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
}

.card__front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2;
    overflow: hidden;
}

.tableprice, #tablePL,
.tablelayout{
    border: 1px solid#bdbdbd;
    width:100%;
}
#tablePL th, #tablePL td, .tableprice th, .tableprice td,
.tablelayout td, .tablelayout th{
    border-bottom: 1px solid#bdbdbd;
    border-collapse: collapse;
    padding: 10px;
    color: rgba(0,0,0, 0.87);
}
.min-height-60{
    min-height: 60px;
}


.list_card_new {
    background-color: #fff;
    margin: 0 0 5px 0;
    /* box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); */
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
 /*    min-height: 85px; */
}

.concardBG{
    background: #ecf3f8;
    border: solid #fff 2px;
}
.report-head {
    background: #474747;
}

.bottombar {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: #333;
    color: #ffff;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 40%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 40%);
  }
.redtogglebutton label .toggle:after{
	background-color: #F44336;
  }
.redtogglebutton label .toggle, .redtogglebutton label input[type=checkbox][disabled] + .toggle{
	background-color: rgb(244 67 54 / 51%);
  }
  .selectchecklist .toggle_multi_select{
    display: none;
}
.fabdivstyle{
    width: calc(100vw - 40px);
    position: absolute;
    right: 40px;
    text-align: right;
    padding: 0px 10px;
}
.fabtextstyle{
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
}
div#Topic_video_scriptComponentCard {
    display: none;
}

div#Topic_video_contentComponentCard .cke_editor_Topic_video_content + .ck-reset {
    display: none;
}
#article-file-upload::-webkit-file-upload-button {
    padding: 10px 20px;
    background-color: peru;
    border: none;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
    cursor: pointer;
}

#article-file-upload::-webkit-file-upload-button:hover {
    background-color: #bd6e1f;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12)
}
#upload-btn-mp3,#get-btn-mp3,.blue-btn-design{
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 4px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: #2b99e2;
    color: #fff;
}
div#complimentaryComponent fieldset.form-group label {
    top: -30px;
    font-size: 10px;
    font-size: 15px;
}

fieldset.form-group.padding-0.label-floating.is-empty.isinput label {
    top: -30px;
    font-size: 13px !important;
}
#suggestionList h4.color-333.margin-0.font-18.bold {
    font-size: 13px;
}
div#recurrenceFieldList .form-group .control-label ,
div#additionalRecurrenceFields .form-group .control-label {
    top: -30px;
    left: 0 !important;
}
div#eligibletoberecogScroll {
    height: calc(100vh - 340px);
}
div#eligibletorecogScroll {
    height: calc(100vh - 340px);
}



div#master_award_page {
    overflow: auto;
}

.app_content_body {
    margin-top: 60px !important;
    padding-bottom: 60px;
    overflow: auto !important;
    height: 82%;
}

.icon-lg {
    font-size: 1.12em;
    line-height: 0.5em;
    vertical-align: -15%;
}

.icon-1x {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.icon-1-5x {
	font-size: 1.5em;
    line-height: 1em;
    vertical-align: -15%;
}

.icon-1-7x {
	font-size: 1.7em;
    line-height: 1.1em;
    vertical-align: -17%;
}

.icon-2x {
	font-size: 2em;
    line-height: 1.2em;
    vertical-align: -20%;
}

.icon-3x {
    font-size: 3em;
	line-height: 1.5em;
    vertical-align: -15%;
}

.icon-4x {
    font-size: 4em;
	line-height: 1.75em;
    vertical-align: -15%;
}

.icon-5x {
    font-size: 5em;
	line-height: 1.75em;
    vertical-align: -15%;
}

.icon-6x {
    font-size: 6em;
}

.icon-7x {
    font-size: 7em;
}

.claimhistroyr tr.child td.child ul li[data-dtr-index="1"] {
    display: none;
}

.cke_toolbar {
    display: none;
}

.cke_toolbar:nth-child(5) {
    display: block;
}

.cke_contents {
    height: 150px !important;
}