html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*font-family: 'open_sansregular' !important;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-family: 'robotoregular';
	font-size: 15px;
	line-height: 1.42857143em;
	color: #333;
	background: #eee;
	background-size: cover;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}


/* -- 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: #1468a8;
}

.background-theme-2 {
	background-color: #3f4853;
}

.color-theme {
	color: #1468a8 ;
}
.color-2d3 {
    color: #2d343d !important;
}
.color-333 {
	color: #333 !important;
}
.color-bfb {
    color: #bfbfbf !important;
}

.color-2d3 {
    color: #2d343d !important;
}

.color-icon {
    color: #8d9293 !important;
}

.form_label_color{
	color:#bfbfbf !important;
}
.line-height-12 {
    line-height: 12px;
}
.height-23 {
    height: 23px;
}
.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;
}
*[data-role='page'] {
    overflow: hidden !important;
}

/**
.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 ;
	background-color: #1468a8 ;
	border-color: #1468a8 ;
	border-radius: 25px !important;
}
.btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus{
    background: #1468a8;
    outline: none;
}

.btn.btn-raised:not(.btn-link):hover.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-theme, .btn-group-raised .btn:not(.btn-link):hover.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-theme, .btn.btn-raised:not(.btn-link):focus.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-theme, .btn-group-raised .btn:not(.btn-link):focus.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-theme, .btn.btn-raised:not(.btn-link).active.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-theme, .btn-group-raised .btn:not(.btn-link).active.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-theme, .btn.btn-raised:not(.btn-link):active.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-theme, .btn-group-raised .btn:not(.btn-link):active.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-theme{
	background-color: #1468a8;
}

.btn.btn-raised.btn-theme, .input-group-btn .btn.btn-raised.btn-theme, .btn.btn-fab.btn-theme, .input-group-btn .btn.btn-fab.btn-theme, .btn-group-raised .btn.btn-theme, .btn-group-raised .input-group-btn .btn.btn-theme {
    background-color: #1468a8;
    color: rgba(255,255,255, 0.85);
	border-color: #1468a8;
}
.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: 100%;
    -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;
}

.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 30px;
    border-radius: 50px !important;
    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-10{
	    background: rgba(191, 191, 191, 0.1);
}
.background-theme-10 {
	background: rgba(20, 104, 168, 0.21);
}
.text-capitalize{
	    text-transform: capitalize;
}
.report-head {
    background: #474747;
}
.border-fff {
    border: white 1px solid;
}
.background-transparent{
    background:transparent !important;
}
.border-333{
	    border: solid 1px #333;
}
.border-eee{
	    border: solid 1px #f6f6f6;
}
.border-bottom-eee{
	    border-bottom: solid 1px #f6f6f6;
}

.modal-max-width{
        max-width: 450px;
        margin: 10px auto;
}
.header-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.leftsidebar{
	position: fixed;
    top: 56px !important;
    height: calc(100% - 56px);
    width: 25%;
	left:0px;
}
.main_content_div{
	width:50%;
	
}
.pageleftside{
	width:25%;
}
.pagerightside{
	width:25%;
}
.rightsidebar{
	position: fixed;
    top: 56px !important;
    height: calc(100% - 56px);
    width: 25%;
    right: 0px;
	left:auto;
}

.modal-open {
    padding-right: 0 !important;
}

.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;
}

.line-height-10{
	line-height:10px;
}
.margin-tb-18{
	margin-top:18px !important;
	margin-bottom:18px !important;
}
/*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;
    min-height:111px;
	}

.profilediv {
    text-align: center;
    border: solid 1px #1468a8;
    background: #fff;
    border-radius: 13px !important;
    width: 36px;
    height: 56px;
}

.txt {
    font-weight: 400;
    line-height: 56px;
    font-size: 26px;
    color: #1468a8;
    margin: 0;
    text-transform: uppercase;
}


.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;
}

.option_list {
	display: block;
	position: relative;
	/* padding: 12px 0; */
	color: #0b0e2f;
	font-weight: bold;
}

.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: #1468a8;
    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: #1468a8;
}

.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;
}
.border-333-1{
	border: 1px solid #333;
}
.com_cont {
    margin-left: 5px !important;
    width: 14px;
    font-size: 6px;
    line-height: 12px !important;
    display: inline-block !important;
}
/*
/* 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: #1468a8;
    color: inherit;
	    border-radius: 5px;
}
.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*/
	.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 #1468a8;
	}
	/*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: 1;
	}
}
 .div-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* .....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%;
	}
	 .div-center {
position: relative;
		top: auto;
		left: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
}

}

@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: #1468a8 !important;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
	color: inherit;
	background-color: #1468a8;
	    border-radius: 5px;
}

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: 14px;
	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;

}


.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);
}
.valuetable tr:nth-child(4n+1) {
    background: #cbcbcb;
}
.valuetable tr:nth-child(4n+2) {
    background: #d8d8d8;
}
.valuetable tr:nth-child(4n+3){
    background: #e5e5e5;
}
.valuetable tr:nth-child(4n+4) {
    background: #f2f2f2;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #bfbfbf !important;
}

.table-bordered-fff>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #fff !important;
}
.table-bordered-fff>thead>tr>th{ 
border-bottom: 1px solid #fff !important;
}

.form-login {
    background-color: transparent;

    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;
	    border: 1px solid #999 !important;
}
.create-btn {
    background: #3f4853 !important;
    border-color: #3f4853 !important;
    color: #fff !important;
}

.fonticon {
    background: #8d9293;
    padding: 2px;
    border-radius: 100%;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 11px;
    text-align: center;
}

@media screen and (max-width: 968px) { 
.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%;
}
	.cardWidthResponsive{
		width: 50%;
	}
}
@media (max-width: 500px) {
	.cardWidthResponsive{
		width: 100%;

	}
}
@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 1px #dadada;
    height: 100%;
    position: absolute;
    right: 50%;
}

.col-main{
    display: flex;
    width: 100%;
}
.col-second {
    flex: 1;
}
.icon-div-center{
	  position: absolute;
  top: 50%;
  left: 50%;
  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{
	
  box-shadow: 0px 0px 5px 0px #999;

}
.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-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;

}
.width-30 {
    width: 30px;
}
.btn-min-width{
	width:100px;
}

.blackPatch_1 {
    background: #eeeeee;
    -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;
}

.select-modal{
	max-height: 500px;
	overflow-y: auto;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion{
    /*border: 2px solid #1468a8;*/
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 2px solid #1468a8;
    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 a{
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #1468a8;
    text-align: right;
    border: none;
    border-radius: 0;
    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;
}
.component-card p{
	color:#1468a8 !important;
	font-weight:bold;
}
/* 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;
    z-index: 1055;
}

.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: 220px;
    min-height: 50px;
    height: max-content;
    bottom: 13px;
    left: 50%;
    margin-left: -110px;
    /* margin-top: -75px; 
    padding-bottom: -7px;*/
}

.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;
    }
}

/* material loader end */

.navbar-nav p{
	font-size:14px;
	font-weight:400;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius:10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
  border-radius:10px;
}
.font-11{
	font-size:11px;
}
.font-9{
	font-size:9px;
}
.background-icon {
    background-color: #8d9293 !important;
}
.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;
}

.background-bfb-20 {
    background: rgba(191, 191, 191, 0.3);
}

.background-bfb-40 {
    background: rgba(191, 191, 191, 0.4);
}

.background-bfb {
    background: #bfbfbf;
}

.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;
}

.shadow-cr {
    border: solid #bfbfbf 0.5px;

}

.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%);
}
.height-20{
	height: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;
}

.fonticon{
    background: #8d9293;
    padding: 2px;
    border-radius: 100%;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 11px;
    text-align: 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;
}
.btn-min-width {
    width: 80px;
}
.hMenu {
    overflow: auto;
    white-space: nowrap;
}

.hMenu .htab {
    display: inline-grid;
    white-space: normal;
    margin: 0px;
    position: relative;
    min-height: 56px;
    padding: 6px 5px;
    float: none;
}
.nested {
    padding: 0px;
}
}

.background-fff_1 {
    background-color: #fff !important;
}

.menu_background_opacity {
	background-color: #bfbfbf !important;
}

.background-yellow{
    background-color:#ffb225;
}

.list_card_new {
    background-color: #fff;
    margin: 0 0 5px 0;
    /* box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); */
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    min-height: 85px;
}
.thumbnew{
    background: red;
    box-shadow: 5px 5px 1px #b6bfc7;
    width: 50px;
    height: 50px;
}
.leadthumbnew {
    background: red;
    box-shadow: none;
    width: 40px;
    height: 40px;
}
.followthumbnew {
    background: red;
    box-shadow: none;
    width: 80px;
    line-height: 20px;
    height: 87px;
    padding-top: 32px ;
}

.concardBG{
    background: #ecf3f8;
    border: solid #fff 2px;
}

.concardheadBG{
    background: #e6e6e6;
    border-top: solid #fff 2px;
}
.leadcardBG{
    background: #f2f2f2;
}

.leadcardheadBG{
    background: #f4f8fb;
    border-bottom: solid #e6e6e6 1px;
}
.leadcardHr{
    border-top: solid #e6e6e6 2px;
}
.countCir {
    position: absolute;
    font-size: 7px;
    color: #fff;
    line-height: 12px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-align: center;
    top: -5px;
    right: -1px;
}
.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);
}

.scroll_option {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    max-height: 57.5vh;
    overflow-y: auto;
	    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
}

ul, .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;
  }
  

.background-status-red {
    background-color: red;
    margin: 3.5px 0px;
    width: 22px;
    line-height: 22px;
    height: 22px;
    display: inline-table;
    color: #fff;
    border-radius: 50%;
    animation: red 0.7s linear infinite;
  }

  .background-status-yellow {
    background-color: yellow;
    margin: 3.5px 0px;
    width: 22px;
    line-height: 22px;
    height: 22px;
    display: inline-table;
    color: #000;
    border-radius: 50%;
    animation: yellow 0.7s linear infinite;
  }
  
  @keyframes red {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 
                     0 0 0 2px rgba(255, 0, 0, 0.3), 
                  0 0 0 6px rgba(255, 0, 0, 0.3), 
                  0 0 0 8px rgba(255, 0, 0, 0.3);
       }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3), 
                  0 0 0 6px rgba(255, 0, 0, 0.3), 
                  0 0 0 8px rgba(255, 0, 0, 0.3), 
                  0 0 0 15px rgba(255, 0, 0, 0);
        }
  }

@keyframes yellow {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 0, 0.3), 
                     0 0 0 2px rgba(255, 255, 0, 0.3), 
                  0 0 0 6px rgba(255, 255, 0, 0.3), 
                  0 0 0 8px rgba(255, 255, 0, 0.3);
       }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 0, 0.3),
                  0 0 0 6px rgba(255, 255, 0, 0.3), 
                  0 0 0 8px rgba(255, 255, 0, 0.3), 
                  0 0 0 15px rgba(255, 255, 0, 0);
        }
  }
  .background-status-green{
    background: green;
    color: #fff;
    margin: 3.5px 0px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    display: inline-table;
    border-radius: 100%;
  }
  

.faintbluecard {

   
    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;
    line-height: 21px;
    font-size: 10px;
    padding: 0px 5px;
}
.blue-dark-card {
    background-color: #1468a8;
    margin: 0 0 0px 0;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px hidden #fff;
}

.color-blue{
	color:#0c4b72;
}
.background-5b5{
	background-color:#2f2f2f  !important;
}
.background-red{
    background-color:red;
    color:#fff!important;
}
.background-green{
    background-color:green; 
    color:#fff!important;
}
.background-yellow{
    background-color:yellow;
    color:#000!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;
}
.bootstrap-tagsinput {
    float: left;
    width: 100%;
    padding: 10px !important;
}
.tagInputRow .form-group{
	margin:0px;
}
.navbar-nav .dropdown-menu .active {
    background: rgba(0,0,0,0.1);
}
.start_layer{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 99999;
    background: rgba(51, 51, 51, 0.76);
}
 .start_button{
        width: 200px;
        height: 90px;
        position:absolute;
        top: 50%;
        left:50%;
        margin-top: -45px;
        margin-left: -100px;
    }
    .start_btn{
        border-radius:100% !important;
        height: 90px;
        width:90px;
    }
    .callingbox{
        position: absolute;
        z-index: 9999;
        width: 320px;
        right: 10px;
        bottom: 0px;
    }
 
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: block;
	font-weight: 100;
	text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

#clockdiv > div{
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}

#clockdiv div > span{
    padding: 5px 10px;
	border-radius: 3px;
	background:rgba(0, 0, 0, 0.15);
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 10px;
	line-height: 10px;
}

.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 */

}


.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: rgb(240, 240, 240);
  color: black;
  font-family: roboto;
  font-weight: 350;
  
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: rgb(255, 255, 255);
  color: black;
  font-family: roboto;
  font-weight: 350;
}
.datepicker-days{
    width: 100% !important; 
}
.table-condensed{
    width: 100% !important;
}
.datepicker-inline {
    width: 100% !important;
}
#datetimepicker12 .active {
    display: table-cell;
}
.modal-dialog{
	margin: 30px auto;
}


.kt-timeline-v2 {
	position: relative
}

.kt-timeline-v2:before {
    content: '';
    position: absolute;
    left: 8.35rem;
    width: .294rem;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #e7e9f5;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item {
	display: table;
	position: relative;
	margin-bottom: 1.75rem
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
    display: table-cell;
    font-size: 1.3rem;
    font-weight: 500;
    vertical-align: top;
    position: absolute;
    padding-top: 3px;
    color: #74788d;
    line-height: 15px;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
    border-radius: 50%;
    border: .89rem solid #fff;
    z-index: 1;
    top: .2rem;
    left: 6.4rem;
    position: relative;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle>i {
	font-size: 1.78rem;
	top: -.93rem;
	left: -.57rem;
	position: absolute
}
 
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+1) .kt-timeline-v2__item-cricle>i{
   color: #007bff !important;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+2) .kt-timeline-v2__item-cricle>i{
   color: #dc3545 !important;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+3) .kt-timeline-v2__item-cricle>i{
   color: #28a745 !important;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+4) .kt-timeline-v2__item-cricle>i{
   color: #ffb822 !important;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
    display: table-cell;
    vertical-align: top;
    font-size: 1.2rem;
    padding: 0rem 0 0 7.5rem;
    color: #74788d;
    line-height: 1.6rem;
    width: 100%;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text.kt-timeline-v2__item-text--bold {
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: .21rem;
	color: #74788d
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text>span {
	font-weight: 700
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-list-pics {
	display: table-cell;
	vertical-align: top
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child {
	margin-bottom: 0
}

.kt-timeline-v3 .kt-timeline-v3__item {
	display: table;
	margin-bottom: 1rem;
	position: relative
}


.ordsatus {
    background-color: rgba(10,187,135,.1);
    color: #0abb87;
    cursor: text!important;
}



#tabs .nav-tabs {
    background: #FFf;
}
#tabs .nav-tabs .active {
    color: #11588f;
    background-color: transparent;
    border-color:#11588f;
    border-bottom: 4px solid !important;
    font-weight: bold;
}
#tabs .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #FFFFFF !important;
    font-weight: 500;
}
#tabs .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #333 !important;
    font-weight: 500;
}

/* width */
.tablediv::-webkit-scrollbar {
    height: 10px;
  }

.calling-status {
  background-color: green;
 	margin: 10.5px 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: green 0.7s linear infinite;
}

@keyframes green {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.3), 
   				0 0 0 2px rgba(0, 255, 0, 0.3), 
    			0 0 0 6px rgba(0, 255, 0, 0.3), 
    			0 0 0 8px rgba(0, 255, 0, 0.3);
 	}
  100% {
    box-shadow: 0 0 0 2px rgba(0, 255, 0, 0.3), 
    			0 0 0 6px rgba(0, 255, 0, 0.3), 
    			0 0 0 8px rgba(0, 255, 0, 0.3), 
    			0 0 0 15px rgba(0, 255, 0, 0);
  	}
}
#tabs .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    border-bottom: 4px solid rgba(0, 0, 0, 0) !important;
}

#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;
    background: #474747;
    text-align: right;
    border: none;
    border-radius: 0px;
    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: 0px;
    border: 0px solid #e0dddd;
}
.background-146 {
    background-color: #9b9b9b !important;
}
.card_bottom_mar {
    margin-bottom: 0px;
}
.padding-tb-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.main_font_big {
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}
.line-height-12 {
    line-height: 12px;
}
.font-8 {
    font-size: 8px;
}
.bor-div {
    outline: solid 0.2px #b5b5b5;
    height: 60px;
    margin: 5px 0px;
    width: 0px;
    padding: 0 !important;
}
.background-6b6-50 {
    background-color: #cbcbcb !important;
}
.card_top_mar {
    margin-top: 2.5px;
}
.leadcardrank {
    font-size: 14px;
    background: #969696;
    padding: 0;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 2px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0px;
}
.order_con{
    width: 20px;
    display: inline-block;
    background: #1468a8;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
}

.selectchecklist .icon-check{
    display: block !important;
}
.selectchecklist .toggle_multi_select{
    display: none;
}
.rightdrarrow::after{
    content: "\e957";
    font-family: 'icomoon';
    position: absolute;
    right: 5px;
    color: #666;
}
.leftdrarrow::before{
    content: "\e959";
    font-family: 'icomoon';
    color: #666;
}
.newinputstl{box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); margin-bottom: 1rem; background: rgb(233, 247, 249); border-width: 2px; border-style: solid; border-color: #162a4f; border-image: initial; padding: 0.5rem; border-radius: 5px;}
.editorinput {
    border: solid 1px #bbb;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 0px;
}
.editorinputin{
    letter-spacing: inherit;
    font-size: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2.6rem;
    padding-left: 10px;
    background-image: none !important;
    height: 30px;
}
    .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
        width: 5em  !important;
    }
    .ck.ck-icon {
        width: 15px !important;
        height: var(--ck-icon-size);
        font-size: 12px  !important;
        will-change: transform;
    }
    .ck.ck-button, a.ck.ck-button {
        min-width: 15px !important;
    }
    .ck-editor__editable_inline {
        min-height: 100px;
    }
    
.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: 25px;
    right: 30px;
}

.fab-options {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    /* overflow: hidden; */
    font-size: 18px;
    margin-left: 2px;
    -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);
}
.card_layout_1 {
    background-color: #fff !important;
    margin: 0 0 3px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    border-bottom: 1px hidden #fff;
    overflow: hidden;
}
.label-floating label {
    color: #333 !important;
}
.edit_mode{
    position: absolute;
    right: 0;
    top: -15px;}

    .profilediv {
        /* 	text-align: center;
            background: #fff;
            width: 46px;
            height: 97px;
            margin-left: 5px; */
            background: red;
            box-shadow: 5px 5px 1px #b6bfc7;
            width: 50px;
            height: 50px;
        }
.activeclass{
    background: gainsboro;
}        
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+1) .timeline_circle>i{
    color: #007bff !important;
 }
 .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+2) .timeline_circle>i{
    color: #dc3545 !important;
 }
 .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+3) .timeline_circle>i{
    color: #28a745 !important;
 }
 .kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+4) .timeline_circle>i{
    color: #ffb822 !important;
 }
 .kt-timeline-v2:before {
    content: '';
    position: absolute;
    left: 8.35rem;
    width: 0.294rem;
    top: 25px!important;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #e7e9f5;
}
.timeline_circle{
    border-radius: 50%;
    /* border: 0.89rem solid #fff; */
    z-index: 1;
    top: 0.2rem;
    left: 6.8rem;
    position: relative;
}
.timeline_date{
    display: table-cell;
    font-size: 1.3rem;
    font-weight: 500;
    vertical-align: top;
    position: absolute;
    padding-top: 3px;
    color: #74788d;
    line-height: 15px;
}
.timeline_message{
    display: table-cell;
    font-size: 1.2rem;
    padding: 0rem 0 0 7.5rem;
    color: #74788d;
    line-height: 1.6rem;
    width: 100%;
    word-break: break-word;
}
.modal .modal-content .modal-body {
    max-height: calc(100vh - 300px);
}