Googel Fonts */ @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* Googel Fonts End  

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
.bg-flat-color-1 {
	background: #00c292;
}
.bg-flat-color-2 {
	background: #ab8ce4;
}
.bg-flat-color-3 {
	background: #03a9f3;
}
.bg-flat-color-4 {
	background: #fb9678;
}
.bg-flat-color-5 {
	background: #66bb6a;
}
.bg-flat-color-6 {
	background: #5c6bc0;
}
.bg-transparent {
	background-color: transparent;
}
.white-color {
	color: #fff;
}
.flat-color-1 {
	color: #00c292;
}
.flat-color-2 {
	color: #ab8ce4;
}
.flat-color-3 {
	color: #03a9f3;
}
.flat-color-4 {
	color: #fb9678;
}
.flat-color-5 {
	color: #66bb6a;
}
.flat-color-6 {
	color: #5c6bc0;
}
.bg-twitter {
	background: #1da1f2;
}
.bg-facebook {
	background: #3b5998;
}
.bg-instagram {
	background: #833ab4;
}
.bg- {
	background: #ef5350;
}
.bg- {
	background: #4dbd74;
}
.bg- {
	background: #66bb6a;
}
.bg-white {
	background-color: #fff;
}
.fade-5 {
	opacity: 0.5;
}
.icon-lg {
	font-size: 4.68em;
}
.fw-r {
	font-weight: normal;
}
.color-gray {
	color: #868e96;
}
.text-up {
	text-transform: uppercase;
}
.br-0 {
	border: none !important;
}
.black-rgba {
	background-color: rgba(0, 0, 0, 0.15) !important;
}
.color-white {
	color: #fff !important;
}
.color-red {
	color: #dc3545;
}
.font-3xl {
	font-size: 2.8125em;
}
.font-4xl {
	font-size: 3.75em;
}
.width-90 {
	width: 90px;
}
.height-15 {
	height: 15px;
}
.height-93 {
	height: 93px;
}
.height-100 {
	height: 100px;
}
.inline-block {
	display: inline-block;
}
.mb-15 {
	margin-bottom: 15px;
}
/* 


Googel Fonts  */
/* Googel Fonts End  

*/
.bg-flat-color-1 {
	background: #00c292;
}
.bg-flat-color-2 {
	background: #ab8ce4;
}
.bg-flat-color-3 {
	background: #03a9f3;
}
.bg-flat-color-4 {
	background: #fb9678;
}
.bg-flat-color-5 {
	background: #66bb6a;
}
.bg-flat-color-6 {
	background: #5c6bc0;
}
.bg-transparent {
	background-color: transparent;
}
.white-color {
	color: #fff;
}
.flat-color-1 {
	color: #00c292;
}
.flat-color-2 {
	color: #ab8ce4;
}
.flat-color-3 {
	color: #03a9f3;
}
.flat-color-4 {
	color: #fb9678;
}
.flat-color-5 {
	color: #66bb6a;
}
.flat-color-6 {
	color: #5c6bc0;
}
.bg-twitter {
	background: #1da1f2;
}
.bg-facebook {
	background: #3b5998;
}
.bg-instagram {
	background: #833ab4;
}
.bg- {
	background: #ef5350;
}
.bg- {
	background: #4dbd74;
}
.bg- {
	background: #66bb6a;
}
.bg-white {
	background-color: #fff;
}
.fade-5 {
	opacity: 0.5;
}
.icon-lg {
	font-size: 4.68em;
}
.fw-r {
	font-weight: normal;
}
.color-gray {
	color: #868e96;
}
.text-up {
	text-transform: uppercase;
}
.br-0 {
	border: none !important;
}
.black-rgba {
	background-color: rgba(0, 0, 0, 0.15) !important;
}
.color-white {
	color: #fff !important;
}
.color-red {
	color: #dc3545;
}
.font-3xl {
	font-size: 2.8125em;
}
.font-4xl {
	font-size: 3.75em;
}
.width-90 {
	width: 90px;
}
.height-15 {
	height: 15px;
}
.height-93 {
	height: 93px;
}
.height-100 {
	height: 100px;
}
.inline-block {
	display: inline-block;
}
.mb-15 {
	margin-bottom: 15px;
}
.tdl-holder {
	margin: 0 auto;
}
.tdl-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tdl-holder li {
	position: relative;
	background-color: transparent;
	list-style: outside none none;
	margin: 0;
	padding: 7px 0;
}
.tdl-holder li:after, .tdl-holder li:before {
	content: "\f142";
	top: 24px;
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 99;
	color: #99abb4;
}
.tdl-holder li:after {
	left: 10px;
}
.tdl-holder li:before {
	left: 14px;
}
.tdl-holder li span {
	margin-left: 30px;
	vertical-align: middle;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tdl-holder label {
	cursor: pointer;
	display: block;
	line-height: 50px;
	padding: 0 15px;
	padding-left: 30px;
	position: relative;
	margin: 0 !important;
	background: #fafafa;
	color: #99abb4;
	font-size: 15px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tdl-holder label:hover {
	background-color: rgba(153, 171, 180, 0.1);
}
.tdl-holder label a {
	border-radius: 50%;
	color: rgba(153, 171, 180, 0.5);
	float: right;
	line-height: normal;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
	height: 16px;
	width: 20px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tdl-holder label a:hover {
	color: rgba(153, 171, 180, 0.8);
}
.tdl-holder input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}
.tdl-holder input[type="checkbox"] + i {
	border: 1px solid rgba(153, 171, 180, 0.3);
	display: block;
	height: 18px;
	position: absolute;
	top: 15px;
	width: 18px;
	z-index: 1;
}
.tdl-holder input[type="checkbox"]:checked + i::after {
	content: "\e64c";
	font-family: 'themify';
	display: block;
	color: rgba(153, 171, 180, 0.5);
	left: 0;
	position: absolute;
	top: -16px;
	z-index: 2;
}
.tdl-holder input[type="checkbox"]:checked ~ span {
	text-decoration: line-through;
}
.tdl-holder input[type="text"] {
	height: 60px;
	margin-top: 20px;
	font-size: 14px;
}
.transition {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body {
	display: block ;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	width: 100%;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #878787;
}
p:focus {
	border: none;
	outline: 0;
}
a, button {
	text-decoration: none;
	outline: none !important;
	color: #878787;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h5 {
	font-size: 1em;
}
ul, ol {
	padding-left: 0;
}
.btn:focus, button:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0;
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}
img {
	max-width: 100%;
}
.modal-header {
	display: block;
}
.mb-0 {
	margin-bottom: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.ov-h {
	overflow: hidden;
}
.btn, button, input, textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.progress-thin {
	border-radius: 0;
	height: 5px;
}
canvas {
	max-width: 100%;
}
.btn {
	border-radius: 3px;
}
.text-muted {
	font-size: 14px;
}
.text-muted.muted-black {
	color: #333648 !important;
	font-weight: 600;
}
.progress-box {
	margin-bottom: 30px;
}
.progress-box .por-title {
	font-size: 1em;
	font-weight: 600;
	color: #868e96;
	padding-bottom: 5px;
}
.progress-box .por-txt {
	font-size: 13px;
	padding-bottom: 5px;
}
.order-table {
	position: relative;
}
.order-table:after, .order-table:before {
	content: "";
	position: absolute;
	top: 0px;
	height: 37px;
	width: 10px;
	background: #e8e9ef;
}
.order-table:after {
	right: -1px;
}
.order-table:before {
	left: -1px;
}
.order-table tr th {
	background: #e8e9ef;
}
.order-table tr td:last-child, .order-table tr th:last-child {
	text-align: right;
}
.order-table tr:last-child td {
	border: none;
}
.order-table .badge {
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.order-table .badge-complete {
	background: #00c292;
}
.order-table .badge-pending {
	background: #fb9678;
}
.messenger-box {
	padding-top: 15px;
}
.messenger-box ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
}
.messenger-box li {
	list-style: none;
	padding-bottom: 20px;
}
.messenger-box .avatar {
	width: 64px;
	float: left;
}
.messenger-box .avatar img {
	border-radius: 100%;
}
.messenger-box .avatar .send-time {
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}
.messenger-box .msg-box {
	margin-left: 84px;
}
.messenger-box .inner-box {
	position: relative;
	border-radius: 10px;
	background-color: #f1f2f7;
	font-size: 14px;
	color: #9aa0a4;
	padding: 14px 20px;
	display: table;
}
.messenger-box .inner-box .name {
	font-size: 16px;
	padding-bottom: 10px;
}
.messenger-box .inner-box:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -18px;
	width: 18px;
	height: 18px;
	border-style: solid;
	border-width: 9px;
	border-color: transparent #f1f2f7 transparent transparent;
}
.messenger-box .msg-sent .avatar, .messenger-box .msg-sent .msg-box {
	float: right;
}
.messenger-box .msg-sent .msg-box {
	margin-left: 0;
	margin-right: 20px;
}
.messenger-box .msg-sent .inner-box:after {
	left: inherit;
	right: -18px;
	border-color: transparent transparent transparent #f1f2f7;
}
.messenger-box .send-mgs {
	margin-top: 20px;
	margin-bottom: 9px;
	position: relative;
}
.messenger-box .send-mgs .yourmsg {
	margin-right: 55px;
}
.messenger-box .send-mgs .yourmsg input {
	border: 1px solid #eceff1;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 7px;
}
.messenger-box .send-mgs .msg-send-btn {
	background: #03a9f3;
	color: #fff;
	font-size: 28px;
	border-radius: 7px;
	padding: 0;
	text-align: center;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
/* Global Styles */
/* Main Styles */
aside.left-panel {
	background: #0e1824;
	height: 100vh;
	padding: 0;
	vertical-align: top;
	max-width: 185px;
	width: 185px;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 999;
}
/*  aside.left-panel:hover {
   overflow-x: scroll; } */

.open aside.left-panel:hover {
	overflow-x: inherit;
}
.small-device .right-panel {
	margin-left: 83px;
}
.navbar {	
	border-radius: 0;
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	vertical-align: top;
}
.navbar .main-menu {
	float: left;
	padding: 0;
	width: 100%;
	float: left;
	padding-bottom: 50px;
}
.navbar .menu-title {
	color: #41434d;
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.navbar .navbar-nav {
	float: none;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 2px;
	/*border-top: 2px solid #2f3740;*/
}
.navbar .navbar-nav > li {
	padding: 0 0 0;
}
.navbar .navbar-nav > li.active {
	background: #06101d;
    /*border-bottom: 2px solid #2f3740;*/
}
.navbar .navbar-nav > li.active .fa {
	color: #159d9b !important;
}
/*.navbar .navbar-nav > li.active a { color: #159d9b !important; }*/
ul.children li{
	border-bottom: 0 !important;
}
.navbar .navbar-nav li.dropdown-item1:first-child  {
     background: #06101d;
}
.navbar .navbar-nav li {
	width: 100%;
    /*border-bottom: 2px solid #2f3740;*/
}
.navbar .navbar-nav li.active .menu-icon, .navbar .navbar-nav li:hover .toggle_nav_button:before,  .navbar .navbar-nav li .toggle_nav_button.nav-open:before {
	color: #03a9f3;
}
.navbar .navbar-nav li .dropdown-toggle:after {
	display: none;
}
.navbar .navbar-nav li > a {
	background: none !important;
	color: #607d8b;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	padding: 10px;
	height: 50px;
	position: relative;
	width: 67%;
}
.navbar .navbar-nav li > a img {
	float: left;
}
.navbar .navbar-nav li > a .fa {
	font-size: 30px;
	line-height: 40px;
	margin-left: 6px;
}
.navbar .navbar-nav li > a em.radius .fa {
	font-size: 21px;
	margin-left: 0;
}
.navbar .navbar-nav li > a em.radius {
	border: solid 2px #fff;
	border-radius: 50%;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
}
.navbar .navbar-nav li a span {
	color: #fff;
	display: inline-block;	
	font-weight: 400;
    letter-spacing: 0.3px;
    font-family: 'Roboto', sans-serif;    
}
.navbar .navbar-nav li a span .fa {
	font-size: 22px;
	margin-left: 0;
	vertical-align: middle;
    margin: 5px 0;
    padding-right: 11px;
}
.navbar .navbar-nav li a span.homemenu {
	line-height: normal;
	padding-top: 0;
	/*position: relative; 
     float: left;*/
     display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.navbar .navbar-nav li p{
    margin-bottom: 0;
}
.navbar .navbar-nav li a span.homemenu img{
	height: 15px;
    margin-right: 8px;
    vertical-align: baseline;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    transition: 0.5s;
}
.navbar .navbar-nav li a span.homemenu em.brand-text{
     font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.navbar .navbar-nav li > a {
	padding: 10px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.navbar .navbar-nav li > a em {
	display: inline-block;
	float: left;
}
.navbar .navbar-nav li > a:hover, .navbar .navbar-nav li > a:hover .menu-icon {
	color: #019ad6;
}
.navbar .navbar-nav li > a .menu-icon {
	color: #607d8b;
	float: left;
	margin-top: 8px;
	width: 55px;
	text-align: left;
	z-index: 9;
}
.navbar .navbar-nav li > a .menu-title-text {
	font-size: 14px;
}
.navbar .navbar-nav li > a .badge {
	border-radius: 0;
	font-weight: 600;
	float: right;
	margin: 6px 0 0 0;
	padding: 0.4em 0.5em;
}
.navbar .navbar-nav li.menu-item-has-children {
	position: relative;
}
.navbar .navbar-nav li.menu-item-has-children a {
	line-height: 30px;
}
.navbar .navbar-nav li.menu-item-has-children a:before {
	content: "";
	position: absolute;
	top: 23px;
	right: 0;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #607d8b #607d8b transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar .navbar-nav li.menu-item-has-children a:hover:before {
	border-color: #03a9f3 #03a9f3 transparent transparent;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
	background: #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow-y: hidden;
	padding: 0 0 0 21px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
	position: relative;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
	color: #c8c9ce;
	float: left;
	padding: 0;
	position: absolute;
	left: 0;
	font-size: 14px;
	top: 9px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
	padding: 2px 0 2px 30px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
	content: '';
	display: none;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
	top: 13px;
	text-align: left;
	width: 25px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:before {
	border-color: transparent #607d8b #607d8b transparent;
	top: 20px;
	right: -5px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:hover:before {
	border-color: transparent #03a9f3 #03a9f3 transparent;
}
.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	max-height: 1000px;
	opacity: 1;
	position: static !important;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
	color: #03a9f3;
}
.navbar-nav li span.count {
	background: #a9d86e;
	border-radius: 50%;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 9px;
	font-weight: 700;
	float: right;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-right: 15px;
	text-align: center;
}
.open .navbar .navbar-brand.hidden {
	display: block;
}
.open .sub-menu .subtitle {
	display: block;
	font-size: 15px;
	line-height: 35px;
	color: #607d8b;
	border-bottom: 1px solid rgba(96, 125, 139, 0.15);
}
.open .sub-menu i {
	left: 15px !important;
}
.sub-menu .subtitle {
	display: none;
}
.sub-menu .subtitle > .menu-icon {
	display: none;
}
.open aside.left-panel {
	max-width: 60px;
	width: 60px;
}
.open aside.left-panel .navbar .navbar-header {
	padding: 0;
}
.open aside.left-panel .navbar .navbar-brand {
	display: none;
}
.open aside.left-panel .navbar .navbar-brand.hidden {
	display: block !important;
	text-align: center;
	width: 100%;
}
.open aside.left-panel .navbar .navbar-brand.hidden img {
	max-width: 100%;
	margin: 0 auto;
}
.open aside.left-panel .navbar .navbar-brand.d-md-none {
	display: block !important;
	margin: 13px 0 0;
	min-height: 67px;
	padding: 0;
	text-align: center;
}
.open aside.left-panel .navbar .navbar-nav:before {
	display: none !important;
}
.open aside.left-panel .navbar .navbar-nav li {
	position: relative;
	padding: 0;
	text-align: center;
}
.open aside.left-panel .navbar .navbar-nav li a {
	font-size: 0;
	z-index: 0;
	-webkit-transition: none;
	transition: none;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
	font-size: 20px;
	z-index: -1;
	text-align: center;
	width: inherit;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
	font-size: 0;
}
.open aside.left-panel .navbar .navbar-nav li a .badge {
	display: none;
}
.open aside.left-panel .navbar .navbar-nav li > a {
	max-width: 100%;
	height: 50px;
}
.open aside.left-panel .navbar .navbar-nav li a em .fa {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	margin-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li a em.radius {
	border: solid 2px #fff;
	border-radius: 50%;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
}
.open aside.left-panel .navbar .navbar-nav li a em.radius .fa {
	font-size: 21px;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
	overflow: hidden;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
	padding-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
	display: block;
	left: 83px;
	top: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 14px;
	max-width: inherit;
	padding: 2px 15px 2px 25px;
	width: 100%;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
	text-align: center;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
	overflow: visible;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	position: absolute !important;
	width: 180px;
	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}
.open aside.left-panel .navbar .navbar-nav li span.count {
	display: none;
	margin-right: 5px;
	z-index: 1;
}
.open aside.left-panel .navbar .navbar-nav li.active a:after {
	content: '';
	display: none;
}
.open aside.left-panel .navbar .navbar-nav .menu-title {
	font-size: 0;
	line-height: 0;
	opacity: 0;
	padding: 0;
}
.open aside.left-panel .menutoggle {
	color: #fff !important;
	right: 0;
	text-align: center;
}
.menutoggle img {
	margin: 0;
}
/* Right panel */
.open .top-left{
	max-width: 50%;
    overflow: hidden;
}
.right-panel {
	background: #fafafa;
	margin-left: 185px;
	margin-top: 35px;
}
.right-panel .top-left {
	width: 12.1%;
	float: left;
	position: relative;
}
.right-panel .top-left:after {
	background: #e8e8e8;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
}
.right-panel .top-rigth {
	float: left;
}
.right-panel .breadcrumbs {
	float: left;
	margin-top: 30px;
	padding: 0 1.875em;
	width: 100%;
}
.right-panel .breadcrumbs .breadcrumbs-inner {
	background-color: #fff;
}
.right-panel .breadcrumbs .col-lg-8 .page-header {
	float: left;
}
.right-panel .page-header {
	min-height: 50px;
	margin: 0px;
	padding: 0px 15px;
	background: #ffffff;
	border-bottom: 0px;
}
.right-panel .page-header h1 {
	font-size: 18px;
	padding: 15px 0;
}
.right-panel .page-header .breadcrumb {
	margin: 0px;
	padding: 13.5px 0;
	background: #fff;
	text-transform: capitalize;
}
.right-panel .page-header .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.right-panel header.header {
	/*background: #f3f3f3;*/
	 background:#0e1824;
    border-bottom: 1px solid #bebebe;
	clear: both;
	padding: 0;
	height: 45px;
	position: fixed;
	left: 280px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	/*box-shadow: 0px 4px 15px 3px #646464;*/
}
.right-panel .navbar-brand {
	width: auto;
	display: inline-block;
}
.right-panel .menutoggle {
	padding-top: 12px;
}
.right-panel .navbar-header {
	width: 100%;
	padding: 0 1.25em 0 0;
	height: 44px;
}
.right-panel .navbar-header > a {
	display: none;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	padding-top: 14px;
}
.right-panel .navbar-header > a:hover{
    color: #878787;
}
.right-panel .navbar-header > a h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}
.right-panel .navbar-brand {
	line-height: 47px;
	margin-left: 1rem;
}
.right-panel .navbar-brand img {
	max-width: 145px;
}
.right-panel .navbar-brand.hidden {
	display: none;
}
.open .right-panel {
	margin-left: 60px;
}
.open .let-panel {
	z-index: 999;
}
header.fixed-top {
	background: #fff;
	padding: 20px;
}
.toptext {
	width: 100%;
	overflow: hidden;
	padding: 0 0 8px 0;
    border-bottom: 2px solid #e6e6e6;
}
.toptext h3 span {
	float: right;
	display: inline-block;
	text-transform: none;
	margin-bottom: 10px;
}
.toptext h3 span a {
	padding: 5px;
	background: #159d9b;
	color: #fff;
	border: none;
	height: 34px;
	border-radius: 5px;
	font-size: 16px;
	width: 90px;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	margin-top: -10px;
	cursor: pointer;
}
.Reportside .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
}
.Reportside .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
	border: none;
	border-bottom: 3px solid #019ad6;
	color: #019ad6;
	font-weight: 600;
}
.Reportside .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none;
}
.Reportside .nav-tabs .nav-link:focus {
	border-bottom: solid 4px #159d9b;
}
.toptext h3 {
	font-size: 20px;
	color: #090909;
	font-weight: 500;
	text-transform: capitalize;
	float: left;	
	font-family: 'Roboto', sans-serif;
}
.toptext select {
	float: right;
    padding: 8px;
    width: 165px;
    height: 32px;
    font-size: 11px;
    border: solid 1px #e8e8e8;    
    font-family: Arial;
    font-weight: 500;    
    color: #565656;
    outline: none;
}
.Tabside {
	width: 100%;
}
.Tabside .toppad .nav-tabs .nav-item {
	font-size: 18px;
	font-weight: 500;
}
.Tabside .toppad {
	padding: 18px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 0px;
	border: solid 1px #ebebeb;
	margin-bottom: 18px;
}
.Tabside .nav-tabs .nav-link {	
    color: #545454;
	border-radius: 0;
	padding: 3px 0;
    margin-right: 25px;    
}
.Tabside .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	border: none;	
    color: #019ad6;
    font-weight: 500;
    padding: 3px 0;
    border: 1px solid transparent;
}
.Tabside .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {	
    color: #019ad6;    
}

.tabtop {
	width: 100%;
	padding: 35px 0;
}
.tabtop.sec {
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
}
.tabtop ul {
	list-style: none;
	margin: 0;
}
.tabtop li {
	margin: 0;
}
.tabtop li .img {
	padding-right: 0;
}
.tabtop li .img img {	
    height: 70px !important;
    border-radius: 100%; 
	width: 70px;
}
.tabtop li:first-child {
	padding-left: 0;
}
.tabtop li .text {
	text-align:left;
	padding: 10px 0 0 15px;	
}
.tabtop li .text.inner {
	padding: 7px 0 0;
}
.tabtop li .text h4 {
	font-size: 27px;
	font-weight: 500;
	margin: 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}
.tabtop li .text h4 span {
	display: block;
	font-size: 13px;
	color: #159d9b;
}
.tabtop li .text em {
	font-style: normal;
	font-size: 13px;
	font-weight: 300;
	color: #000;
}
.tabtop li:first-child .text h4 span {
	color: #8f6fc7;
}
.tabtop li:last-child .text h4 span {
	color: #64aa0a;
}
.Tabside .Revenue {
	width: 100%;
	overflow: hidden;
}
.Tabside .Revenue h3 {
	font-size: 20px;
	color: #555;
	text-transform: uppercase;
	float: left;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.Tabside .Revenue ul {
	list-style: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 10px 0px;	
}
.Tabside .Revenue li {
	float: left;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	padding-right: 38px;
}
.Tabside .Revenue li span {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 3px;
	background: #0b7bff;
	margin-right: 15px;
	vertical-align: middle;
}
.Tabside .Revenue li:first-child span {
	background: #f0415f;
}
.Tabside .Revenue li:last-child span {
	background: #1bc7a3;
}
.Tabside .Revenue li:last-child {
	padding-right: 0;
}
.Tabside .Revenue p {
	font-size: 12px;
	color: #000;
	padding: 7px 0 0 0;
	margin: 0px 0 0;
	border-top: 1px solid #dedede;
	overflow: hidden;	
}
.Tabside .Revenue p em {
	font-style: normal;
	padding-top: 2px;
	display: inline-block;
}
.Tabside .Revenue p span {
	float: right;
	display: inline-block;
	text-align: center;
}
.Tabside .Revenue p span a {
	width: 150px;
	height: 26px;
	display: inline-block;
	border: solid 1px #d1d1d1;
	color: #000;
	background: #d9dee2;
}
.Tabside .report {
	width: 100%;
}
.Tabside .report .pad {
	width: 100%;
	padding: 18px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
	border: solid 1px #ebebeb;
}
.Tabside .report .nav-pills {
	text-align: center;
	font-size: 12px;
	color: #000;
	text-transform: capitalize;
	border-radius: 0;
	display: block;
	padding-left: 15px;
	padding-right: 0;
}
.Tabside .report .nav-pills a {
	width: 100%;
	border: solid 1px #eee;
	margin-bottom: 6px;
	border-radius: 0;
}
.Tabside .report .nav-pills a.active {
	background: #d9dee2;
	color: #000;
}
.Tabside .report .tab-content {
	padding: 15px;   
    max-width: 73% !important;
    padding-top: 0;
}
.Tabside .report .tab-content .tab-pane ul {
	list-style: none;
	margin: 0;
}
.Tabside .report .tab-content .tab-pane li {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.Tabside .report .tab-content .tab-pane li a {
	display: block;
	color: #000;
	padding: 3px 5px 8px 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.Tabside .report .tab-content .tab-pane li.gray {
	background: #f0f0f0;
}
.Tabside .report .tab-content .tab-pane li a span {
	display: none;
	float: right;
	vertical-align: middle;
}
/*.Tabside .left {
	padding-right: 25px;
}*/
.Tabside .right .approve .first {
	width: 100%;
	padding: 18px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 0px;
	border: solid 1px #ebebeb;
	margin-bottom: 18px;
}
.Tabside .right .approve .top {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.Tabside .right .approve .top h3 {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	padding-top: 17px;
}
.Tabside .right .approve .top select {
	float: right;
	padding: 5px;
	width: 84px;
	height: 23px;
	font-size: 8px;
	border: solid 1px #d1d1d1;
	margin-top: 13px;
}
.Tabside .right .approve .select {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.Tabside .right .approve .select select {
	float: left;
	padding: 5px;
	width: 203px;
	height: 34px;
	font-size: 12px;
	border: solid 1px #d1d1d1;
}
.Tabside .right .approve .select button {
	float: right;
	width: 53px;
	height: 34px;
	background: #d9dee2;
	color: #000;
	border: none;
	font-size: 12px;
	cursor: pointer;
}
.Tabside .right .approve .offer {
	width: 100%;
	padding: 18px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
	border: solid 1px #ebebeb;
	margin-bottom: 30px;
}
.Tabside .right .approve .offer h3 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.Tabside .right .approve .offer select {
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	border: solid 1px #d1d1d1;
	font-size: 12px;
}
.Tabside .right .approve .offer ul {
	list-style: none;
	margin: 0;
}
.Tabside .right .approve .offer li {
	width: 100%;
	margin: 0 0 20px;
}
.Tabside .right .approve .offer li h4 {
	font-size: 12px;
	color: #ff6c36;
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px #ff6c36;
	background: #f0f0f0;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.Tabside .right .approve .offer li h4 span {
	float: right;
	display: block;
	color: #000;
	border-left: solid 1px #000;
	padding: 2px 0 2px 20px;
}
.Tabside .right .approve .offer li h5 {
	font-size: 12px;
	color: #000;
	margin: 0;
	padding-top: 7px;
}
.Tabside .right .approve .offer li:last-child {
	margin-bottom: 0;
}
.Statistic {
	width: 100%;
	height: 400px;
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
}
.Statistic h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
	margin: 0 0 22px;
}
.account {
	width: 100%;
	padding: 25px 30px 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
}
.account h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
	margin: 0 0 22px;
}
.account .left {
	padding-right: 0;
}
.account .right {
	padding-left: 0;
}
.account ul {
	list-style: none;
	margin: 0;
}
.account .left ul {
	border-right: solid 1px #ebebeb;
}
.account li {
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
	font-size: 12px;
	color: #000;
}
.account li.gray {
	background: #fafafa;
}
.Billingside {
	width: 100%;
}
.Billingside .bill {
	padding: 13px 14px;
	border: solid 1px#eee;
	background: #fff;
}
.Billingside .total {
	width: 100%;
	padding: 18px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
	border: solid 1px #ebebeb;
	margin-top: 40px;
}
.Billingside .total.pad {
	padding-top: 20px;
}
.Billingside select {
	padding: 5px;
	width: 100%;
	height: 35px;
	border: solid 1px #d2d2d2;
	font-size: 12px;
}
.Billingside ul {
	list-style: none;
	margin: 0;
	float: right;
}
.Billingside li {
	float: left;
	margin: 0 13px 0 0;
}
.Billingside li a {
	display: inline-block;
	padding: 6px 20px;
	font-size: 15px;
	background: #159d9b;
	color: #fff;
	border-radius: 5px;
}
.Billingside li a:hover {
	background: #000;
}
.Billingside li:last-child {
	margin-right: 0;
}
.Billingside table {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.Billingside table thead {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	background: #f1f1f1;
	border-bottom: solid 1px #d8d8d8
}
.Billingside table thead th {
	padding: 10px 20px;
}
.Billingside table tbody tr {
	border-bottom: solid 1px #d8d8d8;
}
.Billingside table tbody tr.gray {
	background: #f9fafc;
}
.Billingside table tr td {
	font-size: 13px;
	color: #000;
	padding: 10px 20px;
}
.Billingside table tr td span {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #91cf10;
	margin-right: 12px;
}
.Billingside table tr td em {
	font-style: normal;
	color: #91cf10;
	font-weight: 700;
}
.suppression {
	width: 100%;
}
.suppression select {
	padding: 5px;
	width: 200px;
	height: 35px;
	border: solid 1px #d2d2d2;
	font-size: 12px;
}
.suppression p {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 20px 0;
}
.suppression span {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	padding-top: 10px;
}
.Startside .Performance {
	width: 100%;
	margin-top: 30px;
}
.Startside .Performance h3 {
	padding-top: 0;
}
.Startside .Performance .text {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
}
.Startside .Performance .text h4 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #000;
	font-weight: 300;
}
.Startside .Offerside {
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
}
.Startside .Offerside .carousel {
	position: inherit;
}
.Startside .Offerside h3 {
	font-size: 16px;
	color: #000;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
	text-transform: uppercase;
	position: relative;
}
.Startside .Offerside .text {
	width: 100%;
}
.Startside .Offerside .text a {
	display: inline-block;
	font-size: 15px;
	color: #159d9b;
	margin-bottom: 20px;
}
.Startside .Offerside .text .right {
	padding-left: 0;
}
.Startside .Offerside .text .right h4 {
	font-size: 12px;
	color: #000;
	margin: 0;
	line-height: 20px;
}
.Startside .Offerside .text .right h4 span {
	display: block;
}
.Startside .Offerside .carousel-control-next-icon, .carousel-control-prev-icon {
	width: auto;
}
.Startside .Offerside a.positionleft {
	position: absolute;
	top: 20px;
	right: 65px;
}
.Startside .Offerside a.positionright {
	position: absolute;
	top: 20px;
	right: 35px;
}
.Startside .Offerside a .fa {
	font-size: 20px;
	color: #000;
}
.Startside .Notification {
	width: 100%;
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
}
.Startside .Notification h3 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 22px;
	margin: 0 0 22px;
}
.Startside .Notification ul {
	list-style: none;
	margin: 0;
}
.Startside .Notification li {
	width: 100%;
	padding: 0 14px;
	margin: 0 0 15px;
}
.Startside .Notification li:last-child {
	margin-bottom: 0;
}
.Startside .Notification li .alert-info {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.Startside .Notification li p {
	margin: 0;
	font-size: 12px;
	color: #000;
}
.Startside .Notification li p span {
	padding-right: 30px;
	display: inline-block;
}
.Startside .Notification li button {
	padding: 0;
	color: #000;
	opacity: 1;
	font-size: 20px;
	vertical-align: middle;
}
.Reportside {
	width: 100%;
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
}
.Reportside .report {
	padding: 35px 0;
}
.Reportside .report ul {
	list-style: none;
	margin: 0;
}
.Reportside .report li {
	margin: 0 0 17px;
}
.Reportside .report li label {
	margin: 0;
	font-size: 14px;
	color: #474747;
}
.Reportside .report li input {
	margin: 0 10px 0 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.Reportside .report .row.sec {
	padding-top: 30px;
}
.Reportside a.nav-link {
	color: #000;
}
.Reportside select {
	padding: 5px;
	height: 35px;
	width: 400px;
	margin-left: 18px;
	font-size: 12px;
	border: solid 1px #d2d2d2;
}
h2.mainheading {
	font-size: 23px;
	color: #159d9b;
	font-weight: 700;
	text-transform: capitalize;
	padding-top: 17px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.Timeframe {
	width: 100%;
	overflow: hidden;
	padding: 25px 30px;
	background: #fff;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.Timeframe h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 22px;
	margin: 0 0 22px;
}
.Timeframe form {
	width: 100%;
}
.Timeframe ul {
	list-style: none;
	margin: 0;
}
.Timeframe li:first-child {
	padding-top: 0;
}
.Timeframe li:last-child {
	margin-right: 0;
}
.Timeframe li label {
	display: block;
	font-size: 13px;
	color: #727daa;
}
.Timeframe li select {
	width: 100%;
	margin-left: 0;
	border: solid 1px #d1d1d1;
	font-size: 12px;
	color: #000;
	padding: 5px;
	height: 34px;
}
.Timeframe li span {
	font-size: 12px;
	color: #000;
	margin-right: 15px;
	display: inline-block;
	width: 120px;
	float: left;
	padding-top: 8px;
}
.Timeframe li input {
	width: 254px;
	height: 34px;
	border: solid 1px #d1d1d1;
	font-size: 12px;
	color: #000;
	padding: 5px;
}
.Timeframe li .date {
	display: inline-block;
	width: 176px;
}
.Statistic_sec {
	width: 100%;
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
}
.Statistic_sec h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 22px;
	margin: 0;
}
.Statistic_sec h3 span {
	float: right;
	display: inline-block;
	text-transform: none;
}
.Statistic_sec h3 span a {
	font-size: 15px;
	color: #fff;
	background: #64aa0a;
	padding: 10px 17px;
}
.Statistic_sec h5 {
	font-size: 15px;
	color: #000;
	padding: 10px 0;
}
.Statistic_sec p {
	font-size: 15px;
	color: #000;
	margin: 0;
}
.Statistic_sec .Statistics {
	width: 100%;
}
.Statistic_sec .Statistics table {
	width: 100%;
	border: solid 1px #d8d8d8;
}
.Statistic_sec .Statistics table thead {
	background: #f1f1f1;
}
.Statistic_sec .Statistics table thead tr {
	font-size: 15px;
}
.Statistic_sec .Statistics table thead th {
	padding: 10px 20px;
}
.Statistic_sec .Statistics table tbody {
	border: solid 1px #d8d8d8;
}
.Statistic_sec .Statistics table tr td span {
	text-align: center;
	display: block;
}
.search-container {
	float: left;
	position: relative;
	width: 268px;
	margin-right: 15px;
	margin-top: 3px;
}
.search-container input {
	border: none;
	border-bottom: solid 2px #9c9c9c;
	font-size: 13px;
	color: #626262;
	padding: 10px;
	padding-right: 0;
	width: 100%;
	background: none;
}
.search-container button {
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	cursor: pointer;
	padding: 0;
	border: none;
}
.search-container button .fa {
	color: #777;
}
.Offerside .topoffer {
	width: 100%;
	margin-bottom: 1.2em;
}
.Offerside .topoffer .right select {
	width: 100%;
	padding: 5px;
	height: 34px;
	font-size: 12px;
	border: solid 1px #d1d1d1;
}
.Offerside .topoffer .leftselect select {
	width: 100%;
	height: 34px;
	border: solid 1px #d1d1d1;
	font-size: 12px;
	background: #fafafa;
	color: rgb(33 33 33) !important;
	border-radius: 0 !important;
}
.Offerside .topoffer .floatright button {
	float: right;
	height: 34px;
	font-size: 12px;
	border: 1px solid #313131;
    outline: none;
    box-shadow: none;
    background: #313131;
    color: #ffffff;
	border: none;
	width: 50px;
	cursor: pointer;
	font-weight: 600;
}
.Offerside .topoffer .floatright label {
	float: right;
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 10px;
}
.Offerside .topoffer .floatright label input {
	margin-right: 5px;
	vertical-align: middle;
}
.Offerside .shorting {
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 22px;
	margin-bottom: -5px;
}
.Offerside .shorting select {
	float: right;
	padding: 5px;
	height: 34px;
	width: 100px;
	outline: none;
	border: 1px solid #d1d1d1;
	background: #eef8f8;
	font-size: 12px;
}
.Offerside .offer {
	width: 100%;
	padding: 18px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
	box-shadow: 0 0 20px rgba(0,0,0,.08);
	background: #fff;
	border-radius: 10px;
	border: solid 1px #ebebeb;
}
.Offerside .offer table {
	width: 100%;
	border: solid 1px #d8d8d8;
}
.Offerside .offer table td {
	border-bottom: 1px solid #d9dee2;
	padding: 10px 20px;
	font-size: 13px;
	color: #000;
	padding: 10px 20px;
}
.Offerside .offer table td em {
	font-style: normal;
}
.Offerside .offer table tr td span {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #91cf10;
	margin-right: 12px;
}
.Offerside .offer table thead th {
	background: #f1f1f1;
	padding: 10px 20px;
	font-size: 15px;
}
.Offerside .offer table tbody {
	border: solid 1px #d8d8d8;
}
.Offerside .offer .bottom {
	width: 100%;
	padding-top: 15px;
}
.Offerside .offer .bottom input {
	vertical-align: middle;
}
.Offerside .offer .bottom ul {
	list-style: none;
	margin: 0;
	float: right;
}
.Offerside .offer .bottom li {
	float: left;
	font-size: 12px;
	margin-right: 10px;
}
.Offerside .offer .bottom li a {
	background: #c6c6c6;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 2px;
	color: #000;
	font-weight: 600;
}
.Offerside .offer .bottom li:last-child a {
	background: #159d9b;
	color: #fff;
}
.Offerside .offer .bottom li:last-child {
	margin-right: 0;
}
.Offerside .offer .bottom li a:hover {
	background: #000;
	color: #fff;
}
button.create {
	float: right;
	padding: 5px;
	background: #159d9b;
	color: #fff;
	border: none;
	height: 34px;
	border-radius: 5px;
	font-size: 16px;
	width: 90px;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	margin-top: -10px;
	cursor: pointer;
}
button.create:hover {
	background: #ff6c36;
}
button.create.bt {
	margin: 0;
}
button.save {
	padding: 5px;
	background: #2e38be;
	color: #fff;
	border: none;
	height: 34px;
	border-radius: 5px;
	font-size: 16px;
	width: 90px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-top: -10px;
	cursor: pointer;
	text-transform: capitalize;
	;
}
button.save:hover {
	background: #ff6c36;
}
.Createfferside {
	width: 100%;
}
.Createfferside .card-header {
	background: #fff;
	border-bottom: none;
	border-radius: 0px;
}
.Createfferside h6 {
	font-size: 20px;
	color: #555;
	font-weight: 700;
	text-transform: capitalize;
	padding-top: 17px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding: 0 18px 10px;
}
.Createfferside h6 em {
	font-size: 14px;
	color: #999;
	font-style: normal;
	font-weight: 300;
}
.Createfferside .card-header h5 a {
	text-align: left;
	width: 100%;
	padding: 0;
	line-height: normal;
}
.Createfferside .card-header h5 a .fa {
	font-size: 20px;
	color: #555;
}
.Createfferside .card-header h5 a:hover {
	text-decoration: none;
}
.Createfferside .card-header h5 a span {
	float: right;
	display: inline-block;
    font-size: 13px;
    color: #838383;
    padding-top: 3px;
}
.Createfferside .card-header h5 a span .fa {
	font-size: 10px;
    color: #838383;
    padding-top: 7px;
    padding-left: 5px;
}
.Createfferside .card-header h5 em {
	font-style: normal;
	font-size: 13px;
	padding-left: 5px;
	color: #555;
}
.Createfferside .card-body {
	padding: 0;
}
.Createfferside .details {
	width: 65%;
}
.Createfferside .details ul {
	list-style: none;
	margin: 0;
}
.Createfferside .details li {
	margin: 0 0 20px;
	overflow: hidden;
}
.Createfferside .details li label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 600;
}
.Createfferside .details li input {
	width: 100%;
	font-size: 12px;
	height: 34px;
	border: solid 1px #d1d1d1;
	padding: 5px;
}
.Createfferside .details li select {
	padding: 5px;
	width: 100%;
	height: 34px;
	font-size: 12px;
	border: solid 1px #d1d1d1;
}
.Createfferside .details li select.leftsec {
	width: 94%;
	float: left;
}
.Createfferside .details li:last-child {
	margin-bottom: 0;
}
.Createfferside .details .tabsec button.btn-primary {
	background: #159d9b;
	height: 34px;
	border: none;
	border: none;
	border-radius: 0;
	float: right;
}
.Createfferside .details textarea {
	width: 100%;
	height: 100px;
	border: solid 1px #d1d1d1;
}
.Createfferside .details p {
	font-size: 12px;
	padding-top: 10px;
	color: #aaa;
}
.Createfferside .tabsec {
	width: 100%;
}
.Createfferside .tabsec .pop {
	width: 100%;
}
.Createfferside .pop {
	padding-bottom: 10px;
}
.Createfferside .pop li {
	margin-bottom: 10px;
}
.Createfferside .pop li label {
	width: auto;
	display: inline-block;
	margin: 0;
}
.Createfferside .pop li label input {
	width: auto;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.Createfferside .pop li select {
	margin-top: 10px;
	width: 100%;
}
.Createfferside button.close {
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
}
.Createfferside button.btn-secondary {
	padding: 5px 20px;
    border-radius: 0;
    font-size: 14px;
    margin-right: 15px;
}
#custom-search-input {
	padding: 5px;
	height: 34px;
	border: solid 1px #d1d1d1;
}
#custom-search-input input {
	border: 0;
	box-shadow: none;
	padding: 0;
	font-size: 12px;
	height: 20px;
}
#custom-search-input button {
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
}
#custom-search-input .fa {
	font-size: 15px;
}
#custom-search-input span.input-group-btn {
	    background: #fafafa;
}
.date {
	width: 100%;
}
.date input[type="date"] {
	padding: 5px;
	height: 34px;
	width: 100%;
	outline: none;
	border: 1px solid #d1d1d1;
	background: #fafafa;
	font-size: 12px;
}
.Offerside .topoffer .left .col-md-5 {
	padding-left: 0;
}
.Offerside .topoffer .left .col-md-1 {
	padding: 0;
}
.Offerside .topoffer .right .col-md-1 input {
	width: 100%;
	height: 34px;
	background: #666;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 800;
}
.Offerside .topoffer .right ul {
	list-style: none;
}
.Offerside .topoffer .right li {
	margin: 0 0 10px;
}
.Offerside .topoffer .right li label {
	margin: 0;
	font-size: 12px;
	color: #474747;
}
.Offerside .topoffer .right li label input {
	vertical-align: middle;
}
.Offerside .topoffer .right .pad {
	padding: 0;
}
.Offerside .topoffer .right .padright {
	padding-right: 0;
}
.Offerside .topoffer .right .padding {
	padding-left: 10px;
}
.menutoggle {	
	color: #99abb4 !important;
	cursor: pointer;
	font-size: 1em;
	padding: 10px 15px;    
	line-height: 40px;
	display: block;
	/*display: flex;
	height: 70px;
    align-items: center;
    align-content: center;
	text-align: center;*/
}
span.homemenu i{
    color: #ffffff;
    font-size: 28px;	
}
.search-trigger {
	background: transparent;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	line-height: 55px;
	padding: 0;
	width: 43px;
}
header .form-inline {
	background: #131c21;
	display: none;
	height: 55px;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
header .form-inline .search-form {
	height: 100%;
	max-width: 1025px;
	margin: 0 auto;
	position: relative;
}
header .form-inline .search-form input[type="text"] {
	background: #131c21;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #d3d3d3;
	font-size: 16px;
	height: inherit;
	margin-right: 0 !important;
	padding: 10px 36px 10px 15px;
	width: 100%;
}
header .form-inline .search-form input[type="text"].active,  header .form-inline .search-form input[type="text"]:focus {
	border-color: rgba(0, 0, 0, 0.125);
	outline: 0;
}
header .form-inline .search-form button {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px !important;
}
header .form-inline .search-form button:active,  header .form-inline .search-form button:focus,  header .form-inline .search-form button:visited,  header .form-inline .search-form .btn-outline-success:hover {
	background: transparent;
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
}
header .form-inline .search-form.close {
	display: none;
}
.header-left {
	display: inline-block;
}
.header-left.open .form-inline {
	display: block;
}
.header-left .dropdown {
	display: inline-block;
}
.header-left .dropdown .dropdown-toggle {
	background: transparent;
	border: none;
	color: #99abb4;
	font-size: 16px;
	line-height: 55px;
	padding-top: 0;
	padding-bottom: 0;
}
.header-left .dropdown .dropdown-toggle:after {
	display: none;
}
.header-left .dropdown .dropdown-toggle .count {
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	right: 0;
	top: 12px;
	position: absolute;
}
.header-left .dropdown .dropdown-toggle:active, .header-left .dropdown .dropdown-toggle:focus, .header-left .dropdown .dropdown-toggle:visited {
	background: none !important;
	border-color: transparent !important;
	color: #292b35 !important;
}
.header-left .dropdown .dropdown-menu {
	background: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 52px !important;
	left: inherit !important;
	right: 0 !important;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	line-height: 35px;
}
.header-left .dropdown .dropdown-menu p {
	font-size: 15px;
	margin: 0;
	padding: 5px 15px;
}
.header-left .dropdown .dropdown-menu .dropdown-item {
	color: #99abb4;
	font-size: 13px;
	padding: 10px 15px 3px;
	text-overflow: ellipsis;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.header-left .dropdown .dropdown-menu .dropdown-item:hover {
	background: rgba(233, 236, 239, 0.5);
}
.header-left .dropdown .dropdown-menu .dropdown-item .photo {
	float: left;
	margin-right: 15px;
	width: 25px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
	margin-top: -5px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
	font-size: 11px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message p {
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
}
.top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}
.header-menu{
    width:100%;	
}
.header-menu:after {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.header-menu .dropdown .dropdown-toggle {
	padding: 0 15px;
	line-height: 55px;
}
.header-menu .dropdown .dropdown-toggle.setting {
	display: none;
}
.header-menu .dropdown .dropdown-toggle img {
	margin-top: -7px;
}
.header-menu .dropdown .dropdown-toggle.active {
	width: 62px;
	padding: 10px 15px 0
}
.for-notification .dropdown-menu .dropdown-item {
	padding: 5px 15px !important;
	text-overflow: ellipsis;
}
.for-notification .dropdown-menu .dropdown-item i {
	float: left;
	font-size: 14px;
	margin: 5px 5px 0 0;
	text-align: left;
	width: 20px;
}
.for-notification .dropdown-menu .dropdown-item p {
	padding: 0 !important;
	text-overflow: ellipsis;
}
.user-area {
	float: right;
	padding-right: 0;
	position: relative;
	padding-left: 0;
	width: 50%;
}
.user-area .user-menu {
	background: #fff;
	border: none;
	left: inherit !important;
	right: 0;
	top: 54px !important;
	margin: 0;
	max-width: 150px;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
	z-index: 999;
	min-width: 150px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.user-area .user-menu .nav-link {
	color: #607d8b;
	display: block;
	font-size: 13px;
	line-height: 22px;
	padding: 5px 0;
}
.user-area .user-menu .nav-link > i {
	margin-right: 10px;
}
.user-area .user-avatar {
	float: right;
	width: 40px;
}
.user-area .user-info .name {
	color: #8c8c8c;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.user-area .count {
	background: #ff6c36;
	border-radius: 50%;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 9px;
	font-weight: 700;
	float: right;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
}
.user-area .dropdown-toggle {
	line-height: 55px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.user-area .dropdown-toggle:after {
	display: none;
}
#menuToggle2 {
	padding-left: 25px;
}
#language-select {
	color: #f1f2f7;
	float: right;
	margin: 7px 20px 0 0;
	max-width: 80px;
}
#language-select:focus, #language-select:visited {
	border: none;
	outline: 0;
}
#language-select .flag-icon {
	line-height: 55px;
}
#language-select .dropdown-toggle::after {
	display: none;
}
#language-select .dropdown-menu {
	background: #fff;
	border: none;
	border-radius: 0;
	left: -8px !important;
	min-width: inherit;
	padding: 0 5px;
	top: 81px !important;
}
#language-select .dropdown-menu .dropdown-item {
	line-height: 1.5;
	margin-right: 0;
	max-width: 25px;
	padding: 0;
}
#language-select .dropdown-menu .dropdown-item:hover {
	background: #fff;
}
#language-select .dropdown-menu .dropdown-item .flag-icon {
	line-height: 1.5;
	margin-right: 0;
	width: 25px;
}
.notification-show + .dropdown-menu, .message-show + .dropdown-menu, .language-show + .dropdown-menu {
	display: block;
}
/*----- new header menu ------*/
.header-tooltip-area {
    text-align: right;
    float: right;
    margin-right: 3px;
}
.header-tooltip-area ul {
    margin-bottom: 0;
}
.header-tooltip-area ul.list-inline li {
    padding: 13px;
    float: left;
    color: #d8d8d8;
    font-size: 13px;
}
.header-tooltip-area ul.list-inline li:last-child {
    padding: 0 10px;
}
.header-tooltip-area ul.list-inline li:nth-child(1) a img, .header-tooltip-area ul.list-inline li:nth-child(2) a img {
    height: 20px;
}
.HP-avtaar img:nth-child(1) {
    height: 45px;
    margin-right: 5px;
    width: 45px;
    border-radius: 65px;
    border: 2px solid #C09541;
    padding: 0;
}
.HP-avtaar img:nth-child(2) {
    width: 12px;
}
.header-tooltip-area ul li:nth-child(2) a {
    position: relative;
}
.header-tooltip-area ul li:nth-child(2) a span {
    background: #ff6c36;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 35px;
    left: 31px;
    top: 18px;
}
.header-tooltip-area ul li:nth-child(2)  a.notification-bell i{
    font-size: 20px;
    color: #ffffff;
    margin-top: 18px;
    position: relative;
}
.header-tooltip-area .dropdown {
    outline: 0;
}
.header-tooltip-area li.dropdown a img{
    border-radius: 50px;
    height: 34px;
    width: 34px;
    margin-top: 0 !important;
}
.header-tooltip-area .dropdown-menu>li>a {
    color: #191919;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
}
.header-tooltip-area .dropdown-menu>li>a:hover {
    color: #ff6c36;
}
.header-tooltip-area .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    background: #e1e1e1;
}
.header-tooltip-area .dropdown ul.dropdown-menu li {
    padding: 0;
    float: none !important;
}
.header-tooltip-area .dropdown ul.dropdown-menu {
    border-radius: 4px;
    box-shadow: 0px 3px 5px 0px #c4c4c4;
    margin-top: 15px;
    width: 200px;
    padding: 10px;
    top: -2px !important;
    left: -15px !important;
    position: absolute !important;
    border: none;
}
.header-tooltip-area .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.header-tooltip-area .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
.searchbar {
	
}
.search_input {
	color: #434343;
    outline: 0;
    background: #ffffff;
    width: 0;
    transition: width 0.4s linear;
    border: 1px solid #e3e3e3;
    border-radius: 27px;
    height: 40px;
    padding: 0 18px;
    right: 0px;
    top: 1px;
    width: 100%;
    position: absolute;
}
.searchbar:hover > .search_input {
	padding: 0 35px 0 18px;
	width: 350px;
	transition: width 0.4s linear;
	height: 40px;
	border: 1px solid #ccc;
	opacity: 1;
}
.searchbar:hover > .search_icon {
	background: transparent;
	z-index: 9999;
}
.search_icon {
	height: 42px;
    width: 40px;
    top: 16px;
    left: 25px;
    border-radius: 50%;
    position: relative;
    padding: 10px;
}
.search_icon  i{
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
}
.autocomplete {
    position: absolute;
    display: inline-block;
    width: 350px;
    margin-top: 7px;
    right: 175px;
}
.content {
	float: left;
	padding: 1.5em;
	padding-top: 18px;
	width: 100%;
	background: #f3f3f3;
	min-height: 670px;
}
.card {
	margin-bottom: 1.2em;
	border-radius: 0px;
	padding: 0;
	border: 0px solid transparent;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.card .box-title {
	font-weight: 600;
	font-size: 1em;
	padding: 5px 0;
}
.card .weather-title.box-title {
	padding: 0 15px;
	line-height: 50px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.card.weather-box .card-body {
	padding-top: 0;
}
.card.weather-box .top {
	background: #eceff1;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	padding-top: 22px;
	overflow: hidden;
}
.card.weather-box .top .wi {
	float: left;
	width: 100px;
	text-align: left;
	padding-bottom: 10px;
}
.card.weather-box .top .wi:before {
	font-size: 60px;
}
.card.weather-box .top .updates {
	font-size: 14px;
	text-align: right;
}
.card.weather-box .top .currently {
	font-size: 22px;
	text-align: right;
}
.card.weather-box .middle {
	clear: both;
	position: relative;
	height: 80px;
	color: #333648;
}
.card.weather-box .middle .city {
	padding-top: 15px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
}
.card.weather-box .middle .city span {
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.card.weather-box .middle .temp {
	position: absolute;
	font-size: 34px;
	top: 10px;
	right: 0;
}
.card.weather-box .middle .temp span {
	font-size: 16px;
}
.card.weather-box .nextdays {
	clear: both;
	padding-top: 22px;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	border-top: 1px solid #ededed;
	background: #fff;
	font-family: "Open Sans", sans-serif;
}
.card.weather-box .nextdays .days {
	display: inline-block;
	width: 20%;
	font-size: 14px;
}
.card.weather-box .nextdays .days span {
	display: block;
}
.card .card-top,  .card .card-footer {
	background: #fafafa;
	border-bottom: 1px solid #e8e9ef;
	float: left;
	padding: .75em 1.125em;
	width: 100%;
}
.card .card-top .card-title,  .card .card-footer .card-title {
	color: #343a40;
	font-size: .875em;
	font-weight: 600;
	padding-top: 5px;
	text-transform: capitalize;
}
.card .card-top button,  .card .card-footer button {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #868e96;
	font-size: 12px;
	padding: 0 5px;
}
.card .card-top[class*="bg"] .card-title,  .card .card-footer[class*="bg"] .card-title {
	color: #fff;
}
.card .card-top[class*="bg"] button,  .card .card-footer[class*="bg"] button {
	color: #fff;
}
.card .card-top.p-0 .card-title,  .card .card-footer.p-0 .card-title {
	padding: 1.125em;
}
.card .card-top.bg-flat-color-1,  .card .card-footer.bg-flat-color-1 {
	background: #5c6bc0;
	border: none;
}
.card .card-top.bg-flat-color-2,  .card .card-footer.bg-flat-color-2 {
	background: #42a5f5;
	border: none;
}
.card .card-top.bg-flat-color-3,  .card .card-footer.bg-flat-color-3 {
	background: #ffa726;
	border: none;
}
.card .card-top.bg-flat-color-4,  .card .card-footer.bg-flat-color-4 {
	background: #ef5350;
	border: none;
}
.card .card-top.bg-flat-color-5,  .card .card-footer.bg-flat-color-5 {
	background: #4dbd74;
	border: none;
}
.card .card-top.bg-flat-color-6,  .card .card-footer.bg-flat-color-6 {
	background: #66bb6a;
	border: none;
}
.card .card-left {
	width: 60%;
}
.card .card-right {
	width: 40%;
}
.card .card-body {
	float: left;
	padding: 1.25em;
	position: relative;
	width: 100%;
}
.card .card-body.gray {
	background: #686868;
	color: #fff;
	padding: 17px;
	height: 145px;
}
.card .card-body h2 {
	font-size: 20px;
}
.card .card-body h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding-bottom: 15px;
}
.card .card-body .dib {
	width: 100%;
}
.card .card-body .dib ul {
	list-style: none;
	margin: 0;
}
.card .card-body .dib li {
	font-family: 'Lato', sans-serif;
	width: 50%;
	float: left;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}
.card .card-body .dib li b {
	font-size: 36px;
	vertical-align: middle;
	margin-left: 30px;
}
.card .card-body .dib li:last-child {
	padding-bottom: 0;
}
.demo h3 {
	display: none;
}
.card h4 {
	font-size: 1.1rem;
}
.card .user-header .media img {
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.card .card-header .card-actions button {
	display: block;
	float: left;
	width: 50px;
 padding: .75rem 0;
	margin: 0 !important;
	color: #fff;
	outline: 0;
	text-align: center;
	background: transparent;
	border: 0;
	border-left: 1px solid rgba(120, 130, 140, 0.4);
}
.card .card-footer {
	padding: 0.65rem 1.25rem;
	background-color: #f0f3f5;
	border-top: 1px solid #c2cfd6;
}
.card .card-footer ul li {
	display: table-cell;
	padding: 0 1rem;
	text-align: center;
}
.card .nav-tabs {
	margin-bottom: -1px;
}
.card .nav-tabs a {
	border-radius: 0;
	color: #b5bcc2;
	font-size: 12px;
	font-weight: 700;
	padding: .25em .5em;
	text-transform: uppercase;
}
.card .nav-tabs a:hover {
	border-color: transparent;
}
.card .nav-tabs .active a {
	border-color: #e8e9ef;
	color: #868e96 !important;
}
.action-menu .dropdown-toggle i {
	font-size: 12px;
}
.action-menu .dropdown-toggle::after {
	display: none;
}
.flotBar1, .flotLine1 {
	height: 75px;
}
.traffic-chart .ct-area {
	fill-opacity: .7;
}
.traffic-chart .ct-series-a .ct-area, .traffic-chart .ct-series-a .ct-slice-donut-solid, .traffic-chart .ct-series-a .ct-slice-pie {
	fill: #66bb6a;
}
.traffic-chart .ct-series-b .ct-area, .traffic-chart .ct-series-b .ct-slice-donut-solid, .traffic-chart .ct-series-b .ct-slice-pie {
	fill: #ef5350;
}
.traffic-chart .ct-series-c .ct-area, .traffic-chart .ct-series-c .ct-slice-donut-solid, .traffic-chart .ct-series-c .ct-slice-pie {
	fill: #5c6bc0;
}
.flotRealtime2 {
	height: 445px;
}
.traffic-chart {
	height: 34vh;
}
#flotBar2 {
	height: 168px;
}
.gauge.g1 svg {
	fill: #ffa726 !important;
}
#area_chart {
	max-height: 280px;
}
#flotLine5 {
	height: 50px;
}
#flotPie1 {
	height: 90px;
}
#flotPie1 .pieLabel {
	display: none;
}
#flotPie1 .legend tr {
	padding-bottom: 5px;
}
#flotPie1 .legendColorBox {
	float: left;
	margin: 2px 5px 0 0;
}
#flotPie1 .legendColorBox > div {
	border: none !important;
}
#flotPie1 .legendLabel {
	color: #868e96;
	font-family: 'Open Sans';
	font-size: 12px;
}
/* Stats Table */
.table-stats table {
	font-family: 'Open Sans';
}
.table-stats table th,  .table-stats table td {
	border: none;
	border-bottom: 1px solid #e8e9ef;
	color: #868e96;
	font-size: 12px;
	font-weight: normal;
	padding: .75em 1.25em;
	text-transform: uppercase;
}
.table-stats table th img,  .table-stats table td img {
	margin-right: 10px;
	max-width: 45px;
}
.table-stats table th .name,  .table-stats table td .name {
	color: #343a40;
	font-size: 14px;
	text-transform: capitalize;
}
.table-stats table td {
	color: #343a40;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: middle;
}
/* Timeline */
.timeline li {
	font-family: 'Open Sans';
	list-style: none;
	padding: 5px 0;
	position: relative;
}
.timeline li i {
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
.timeline li span {
	color: #868e96;
	display: block;
	font-size: 14px;
}
.timeline li span a {
	color: #343a40;
}
.timeline li .time {
	font-size: 12px;
	padding-bottom: 15px;
}
.timeline li img {
	margin: 10px 5px 15px 0;
	max-height: 40px;
}
.timeline .media-body {
	border-bottom: 1px solid #e8e9ef;
}
/* Weather */
.widget .card-footer {
	border-top-color: #e8e9ef;
}
.widget .weather-footer li {
	float: left;
	position: relative;
	width: 33.33%;
}
.widget .weather-footer li:before {
	content: '';
	background: #e8e9ef;
	height: 32px;
	width: 1px;
	top: 5px;
	right: 7.5px;
	position: absolute;
}
.widget .weather-footer li:last-child:before {
	display: none;
}
.widget .weather-footer li span {
	display: block;
}
.widget .pt-0 {
	padding-top: 0 !important;
}
.widget .social .rounded-circle {
	max-width: 130px;
	margin-top: -65px;
}
.widget .social .weather-footer i {
	color: #868e96;
	font-size: 20px;
	line-height: 1;
	margin-top: -3px;
}
/* Tabs */
.nav-tabs a.active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs .dropdown .dropdown-menu {
	top: 100% !important;
}
.custom-tab .nav-tabs > a.active, .custom-tab .nav-tabs > .active > a:focus, .custom-tab .nav-tabs > li.active > a:hover {
	border-color: transparent transparent;
	color: #ff2e44;
	position: relative;
}
.custom-tab .nav-tabs > a.active:after, .custom-tab .nav-tabs > li.active > a:focus:after, .custom-tab .nav-tabs > li.active > a:hover:after {
	background: #ff2e44;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.card .card-header .card-actions {
	float: right;
}
.card .card-header .card-actions [class*="btn"] {
	border-left: 1px solid rgba(120, 130, 140, 0.4);
	color: #878787;
	display: inline-block;
	font-size: 16px;
	float: left;
	padding: 0 7px;
	width: inherit;
	text-align: center;
}
.social-buttons .card-body p button {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.social-buttons .only-icon .card-body p button {
	padding: 0;
}
.social-buttons .social i {
	padding: 0 10px;
	width: inherit !important;
}
.social-buttons .only-text p button {
 padding: 0 .5rem;
}
.buttons button {
	margin: 2px 0;
}
/* Ribons */
.corner-ribon {
	text-align: center;
	width: 71px;
	height: 71px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}
.corner-ribon i {
	padding: 10px 0 0 35px;
	color: #fff;
}
.twt-feed .wtt-mark {
	color: rgba(255, 255, 255, 0.15);
	font-size: 160px;
	position: absolute;
	top: 10px;
	left: 40%;
}
.twt-feed {
	-webkit-border-radius: 4px 4px 0 0;
	color: #FFFFFF;
	padding: 40px 10px 10px;
	position: relative;
	min-height: 170px;
}
.weather-category {
	padding: 15px 0;
	color: #74829C;
}
.weather-category ul li {
	width: 32%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	display: inline-block;
}
.twt-feed.blue-bg {
	background: #58C9F3;
}
.twt-category {
	display: inline-block;
	margin-bottom: 11px;
	margin-top: 10px;
	width: 100%;
}
.twt-category ul li {
	color: #bdbdbd;
	font-size: 13px;
}
.twt-footer {
	padding: 12px 15px;
}
.twt-footer, .twt-footer a {
	color: #d2d2d2;
}
/* Button Reset */
.btn, .button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	border-radius: 3;
	cursor: pointer;
}
/* Icons */
.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"], .icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	-webkit-transition: .3s;
	transition: .3s;
}
.icon-container:hover [class^="ti-"], .icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #aaa;
	margin-left: 35px;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}
.fontawesome-icon-list .page-header {
	border-bottom: 1px solid #C9CDD7;
	padding-bottom: 9px;
	margin: 30px 0px 27px 0px;
}
.fontawesome-icon-list h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 300;
}
.fontawesome-icon-list i {
	font-style: 16px;
	padding-right: 10px;
}
.social-box i {
	line-height: 110px;
}
.social-box ul {
	display: inline-block;
	margin: 7px 0 0;
	padding: 10px;
	width: 100%;
}
.social-box ul li {
	color: #949CA0;
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px 0 0;
	text-align: right;
}
.social-box ul li:last-child {
	padding-left: 10px;
	padding-right: 0;
	text-align: left;
}
.social-box ul li span {
	font-size: 14px;
}
.login-page-wrap {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:100%;
    font-size:0;
    margin-top: 90px;
}
.login-page-wrap .row{
    display: block;
}
.login-page-wrap .col-md-6:nth-child(1) {
    width:40%;
    display:inline-block;
    
}
.login-page-wrap .col-md-6:nth-child(2) {
    width: 32%;
    display:inline-block;
    position: relative;
    top: -45px;
}
.login-page-wrap .col-md-6 .ap-user-login{
    width: 100%;
    float: left;
    font-size: 15px;
}
.login-page-wrap .col-md-6 .ap-user-login h3{
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
}
.login-page-wrap .col-md-6 .ap-user-login a{
    margin-bottom: 20px;
}
.login-logo {
	text-align: center;
	padding: 1em 0 0px 0;
	margin-bottom: 20px;
}
.login-logo a{
    font-size: 29px;
    text-transform: capitalize;
}
.login-logo span {
	color: #ffffff;
	font-size: 24px;
}
.login-content {
	max-width: 750px;
	margin: 5vh auto;
}
.login-form {
	background: #ffffff;
	padding: 25px 30px 20px;
	border-radius: 2px;
}
.login-form form{
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}
.login-form h4 {
	color: #878787;
	text-align: center;
	margin-bottom: 50px;
}
.login-form .checkbox {
	color: #878787;
}
.login-form .checkbox label {
	text-transform: none;
}
.login-form .btn {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
	border: 0px;
}
.login-form .form-control{
	font-size: 14px;
	height: calc(3rem + 2px);
}
.login-form label {
	color: #878787;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
}
.login-form label a {
	color: #ff6c36;
}
.ap-user-login{
	max-width: 460px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.ap-login-btn{
    background: #0466ab;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 41px;
    color: #ffffff;
    border-radius: 4px;
    padding: 3px 0;
}
.ap-login-btn:hover{
	background: #4180f3;
	color: #ffffff;
}
.social-login-content {
	margin: 0px -30px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 30px 0px;
	background: #fcfcfc;
}
.social-button {
	padding: 0 30px;
}
.social-button .facebook {
	background: #3b5998;
	color: #fff;
}
.social-button .facebook:hover {
	background: #344e86;
}
.social-button .twitter {
	background: #00aced;
	color: #fff;
}
.social-button .twitter:hover {
	background: #0099d4;
}
.social-button i {
	padding: 19px;
}
.register-link a {
	color: #ff6c36;
}
.cpu-load {
	width: 100%;
	height: 272px;
	font-size: 14px;
	line-height: 1.2em;
}
.cpu-load-data-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}
.cpu-load-data {
	margin-bottom: 30px;
}
.cpu-load-data li {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}
.cpu-load-data li:last-child {
	border-right: 0px;
}
.nestable-cart {
	overflow: hidden;
}
/* Forms */
.input-group-addon {
	background-color: transparent;
	border-left: 0;
}
.input-group-addon, .input-group-btn {
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
 padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid rgba(0, 0, 0, 0.15);
 border-radius: .25rem;
}
.flotTip {
	background: #252525;
	border: 1px solid #252525;
	padding: 5px 15px;
	color: #ffffff;
}
.flot-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 275px;
	padding: 20px 15px 15px;
	margin: 15px auto 30px;
	background: transparent;
}
.flot-pie-container {
	height: 275px;
}
.flotBar-container {
	height: 275px;
}
.flot-line {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
.legend table {
	border-spacing: 5px;
}
#chart1, #flotBar, #flotCurve {
	width: 100%;
	height: 275px;
}
.morris-hover {
	position: absolute;
	z-index: 1;
}
.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0;
}
.morris-hover.morris-default-style {
	border-radius: 2px;
	padding: 10px 12px;
	color: #666;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	color: #fff !important;
}
.morris-hover-point {
	color: rgba(255, 255, 255, 0.8) !important;
}
#morris-bar-chart {
	height: 285px;
}
.map, .vmap {
	width: 100%;
	height: 400px;
}
.btn-toolbar {
	float: left !important;
}
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,  .btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,  .btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
	background-color: #212529;
	border-color: #212529;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.btn-toolbar .btn-outline-secondary:hover {
	background-color: #212529;
	border-color: #212529;
	color: #fff;
}
/*    Widget One
---------------------------*/
.dib {
	display: inline-block;
}
.stat-widget-one .stat-icon {
	vertical-align: top;
}
.stat-widget-one .stat-icon i {
	font-size: 30px;
	border-width: 3px;
	border-style: solid;
	border-radius: 100px;
	padding: 15px;
	font-weight: 900;
	display: inline-block;
}
.stat-widget-one .stat-content {
	margin-left: 30px;
	margin-top: 7px;
}
.stat-widget-one .stat-text {
	font-size: 14px;
	color: #868e96;
}
.stat-widget-one .stat-digit {
	font-size: 24px;
	color: #373757;
}
/*    Widget Two
---------------------------*/
.stat-widget-two {
	text-align: center;
}
.stat-widget-two .stat-digit {
	font-size: 1.75rem;
	font-weight: 500;
	color: #373757;
}
.stat-widget-two .stat-digit i {
	font-size: 18px;
	margin-right: 5px;
}
.stat-widget-two .stat-text {
	font-size: 16px;
	margin-bottom: 5px;
	color: #868e96;
}
.stat-widget-two .progress {
	height: 8px;
	margin-bottom: 0;
	margin-top: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.stat-widget-two .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
	display: inline-block;
	padding: 33px;
	position: absolute;
	line-height: 21px;
}
.stat-widget-three .stat-icon i {
	font-size: 30px;
	color: #ffffff;
}
.stat-widget-three .stat-content {
	text-align: center;
	padding: 15px;
	margin-left: 90px;
}
.stat-widget-three .stat-digit {
	font-size: 30px;
}
.stat-widget-three .stat-text {
	padding-top: 4px;
}
.home-widget-three .stat-icon {
	line-height: 19px;
	padding: 27px;
}
.home-widget-three .stat-digit {
	font-size: 24px;
	font-weight: 300;
	color: #373757;
}
.home-widget-three .stat-content {
	text-align: center;
	margin-left: 60px;
	padding: 13px;
}
/*    Widget Four
---------------------------*/
.stat-widget-four {
	position: relative;
}
.stat-widget-four .stat-icon {
	display: inline-block;
	position: absolute;
	top: 5px;
}
.stat-widget-four i {
	display: block;
	font-size: 36px;
}
.stat-widget-four .stat-content {
	margin-left: 40px;
	text-align: center;
}
.stat-widget-four .stat-heading {
	font-size: 20px;
}
/*    Widget Five
---------------------------*/
.stat-widget-five {
	min-height: 60px;
}
.stat-widget-five .stat-icon {
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	left: 30px;
	top: 20px;
}
.stat-widget-five .stat-content {
	margin-left: 100px;
}
.stat-widget-five .stat-text {
	color: #455a64;
	font-size: 20px;
}
.stat-widget-five .stat-heading {
	color: #99abb4;
	font-size: 14px;
}
.horizontal:before {
	background: #ffffff;
	bottom: 0;
	content: "";
	height: 38px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* Mixed Styles */
.badges h1, .badges h2, .badges h3, .badges h4, .badges h5, .badges h6 {
	margin: 5px 0;
}
.vue-lists ul, .vue-lists ol {
	padding-left: 30px;
}
.card .dropdown.float-right .dropdown-menu {
	left: inherit !important;
	right: 0 !important;
	top: 93% !important;
}
.dataTables_paginate .pagination {
	border-radius: 0;
}
.dataTables_paginate .pagination li {
	border-radius: 0 !important;
}
.dataTables_paginate .pagination li a {
	border-radius: 0 !important;
	color: #292b35;
}
.dataTables_paginate .pagination li.active a {
	background: #292b35;
	border-color: #292b35;
	color: #fff;
}
.dataTables_paginate .pagination li:hover a {
	background: #292b35;
	border-color: #292b35;
	color: #fff;
}
/* Footer */
footer.site-footer {
	padding: 0 1.875em;
}
footer.site-footer .footer-inner {
	color: #78909c;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.5;
	padding: 2.45em 1.125em;
}
footer.site-footer .footer-inner a {
	color: #6a7074;
}
.calender-cont {
	position: relative;
	padding-top: 20px;
}
.calender-cont .fc-title {
	color: #fff;
}
.calender-cont .fc-center {
	position: absolute;
	top: 0;
	left: 0;
}
.calender-cont .fc-center h2 {
	font-size: 16px;
	font-weight: 700;
}
.calender-cont td .fc-event {
	border: 0px solid transparent;
	padding: 1px;
}
.calender-cont td .fc-time {
	color: white;
	font-weight: 400;
	font-size: 11px;
	padding: 2px;
}
.calender-cont .fc-left .fc-button-group {
	position: absolute;
	top: 0;
	right: 0;
}
.calender-cont .fc-left .fc-button-group button {
	height: 20px;
	width: 20px;
	line-height: 18px;
	padding: 0;
	border: 0px solid transparent;
	background: #eceff1;
	color: #889196;
}
.calender-cont .fc-left .fc-button-group button.fc-prev-button {
	margin-right: 4px;
}
.calender-cont .fc-left .fc-button-group button .fc-icon {
	font-size: 11px;
}
.calender-cont .fc-left .fc-button-group button:hover {
	background: #d8d8d8;
}
.calender-cont.widget-calender {
	padding-top: 20px;
}
.calender-cont.widget-calender td, .calender-cont.widget-calender th {
	font-size: 14px;
	border: 0px solid transparent;
}
.calender-cont.widget-calender .fc-right {
	display: none;
}
.calender-cont.widget-calender .fc-today-button {
	display: none;
}
.calender-cont.widget-calender .fc-widget-content {
	height: 45px !important;
	min-height: 45px !important;
}
.calender-cont.widget-calender .fc-day-grid-container {
	max-height: 250px !important;
	overflow: hidden !important;
}
 @media (max-width: 1680px) {
.timeline li {
	padding: 2px 0;
}
}
@media (max-width: 1368px) {
.twt-category {
	margin-bottom: 0;
}
.twt-feed {
	max-height: 155px;
}
.twt-feed img {
	height: 75px;
	width: 75px;
}
.stat-widget-one .stat-content {
	margin-left: 15px;
}
.card-body {
	padding: 15px;
}
.badges button {
	margin: 2px 0;
}
#g2 {
	padding-top: 33px;
}
.timeline li .time {
	padding-bottom: 10px;
}
.height-93 {
	height: 75px;
}
.height-100 {
	height: 90px;
}
.widget .row.p-4.height-93 {
	padding: 1.125em 1.75em !important;
}
.widget .card-footer.p-3.bg-white.text-center {
	padding: .9em !important;
}
.weather h3.fw-r.text-white {
	font-size: 1.125em;
}
.weather span {
	font-size: 12px;
}
}
@media (max-width: 1024px) {
.open aside.left-panel {
	width: 280px;
	max-width: 280px;
}
aside.left-panel:hover {
	overflow-x: inherit;
}
aside.left-panel.open-menu {
	overflow-x: scroll;
}
aside.left-panel {
	max-width: 83px;
	width: 83px;
}
aside.left-panel .navbar .navbar-header {
	padding: 0;
}
aside.left-panel .navbar .navbar-brand {
	display: none;
}
aside.left-panel .navbar .navbar-brand.hidden {
	padding: 0 0 10px;
	text-align: center;
	width: 100%;
}
aside.left-panel .navbar .navbar-brand.hidden img {
	max-width: 100%;
	margin: 0 auto;
}
aside.left-panel .navbar .navbar-brand.d-md-none {
	margin: 13px 0 0;
	min-height: 67px;
	padding: 0;
	text-align: center;
}
aside.left-panel .navbar .navbar-nav:before {
	display: none !important;
}
aside.left-panel .navbar .navbar-nav li {
	position: relative;
}
aside.left-panel .navbar .navbar-nav li a {
	font-size: 0;
	z-index: 0;
	-webkit-transition: none;
	transition: none;
}
aside.left-panel .navbar .navbar-nav li a .menu-icon {
	font-size: 20px;
	z-index: -1;
	text-align: center;
	width: inherit;
}
aside.left-panel .navbar .navbar-nav li a .menu-title-text {
	font-size: 0;
}
aside.left-panel .navbar .navbar-nav li a .badge {
	display: none;
}
aside.left-panel .navbar .navbar-nav li > a {
	max-width: 60px;
	padding-left: 0;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
	overflow: hidden;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
	content: '';
	display: none;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
	padding-left: 0;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
	display: block;
	left: inherit;
	right: -160px;
	top: 0;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 14px;
	max-width: inherit;
	padding: 2px 15px 2px 35px;
	width: 100%;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
	text-align: center;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu i {
	left: 10px;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
	overflow: visible;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	position: absolute !important;
}
aside.left-panel .navbar .navbar-nav li span.count {
	display: none;
	margin-right: 5px;
	z-index: 1;
}
aside.left-panel .navbar .navbar-nav li.active a:after {
	content: '';
	display: none;
}
aside.left-panel .navbar .navbar-nav .menu-title {
	font-size: 0;
	line-height: 0;
	opacity: 0;
	padding: 0;
}
aside.left-panel .menutoggle {
	display: none;
}
aside.left-panel.open-menu {
	max-width: 280px;
	width: 280px;
}
aside.left-panel.open-menu .navbar .navbar-nav li > a {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}
aside.left-panel.open-menu .navbar .navbar-nav li > a .menu-icon {
	width: 55px;
	font-size: inherit;
	text-align: left;
}
aside.left-panel.open-menu .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	position: static !important;
	margin-left: 45px;
}
aside.left-panel.open-menu .navbar .navbar-nav .menu-title {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 50px;
	opacity: 1;
}
.navbar .main-menu {
	padding: 0;
}
#language-select,  .user-area .dropdown-toggle,  header .form-inline {
	height: 48px;
}
.header-left .dropdown .dropdown-menu {
	top: 47px !important;
}
#language-select .dropdown-menu {
	top: 49px !important;
}
.user-area .user-menu {
	top: 51px !important;
}
.content {
	padding: 1.25em;
}
.flotRealtime2 {
	height: 330px;
}
.card {
	margin-bottom: 1.25em;
}
.card .card-header {
	position: relative;
}
.card .card-header strong {
	display: block;
}
.card .card-header small {
	float: left;
}
.card .card-header .card-actions {
	right: 0;
 top: .75rem;
	position: absolute;
}
.card-footer.bg-white.br-0.pl-5.pr-5.pt-0.pb-5 {
	padding-bottom: 1.5em !important;
	padding-left: 1em !important;
	padding-right: 1em !important;
}
#g2 {
	height: auto !important;
	padding-top: 7px;
}
#flotBar2 {
	height: 150px;
}
#g1 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}
.card-footer.bg-white [class*="float"] {
	display: block;
	float: none !important;
	text-align: center;
}
.card-footer.bg-white [class*="float"].currency {
	display: inline-block;
}
.card-footer.bg-white [class*="float"].fa {
	display: inline-block;
	float: left !important;
}
#traffic-chart {
	height: 232px !important;
}
i.p-4.font-3xl.width-90.text-center.mr-3.float-left.text-light {
	font-size: 1.8125em;
	width: 75px;
}
.card i + h4 {
	display: inline;
	padding-top: 1em !important;
}
.timeline li img {
	margin: 0px 5px 5px 0;
}
.timeline li span {
	padding-bottom: 8px !important;
}
.card-footer.bg-white.br-0.pl-5.pr-5.pt-1.pb-4.mb-3 {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.font-4xl {
	font-size: 2.75em;
}
.media.p-4.height-100,  .widget .row.p-4.height-93 {
	padding: 1rem !important;
}
.height-100 {
	height: 63px;
}
.widget .social .rounded-circle {
	max-width: 60px;
	margin-top: 8px;
}
footer.site-footer {
	padding: 0 1.125em;
}
footer.site-footer .footer-inner {
	padding: 1.75em 1em;
}
}
@media (max-width: 992px) {
[class*="col"].no-padding {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
}
@media (max-width: 768px) {
.navbar {
	height: 100vh;
}
.navbar .navbar-nav li.menu-item-has-children > a:before {
	display: block !important;
}
.navbar .main-menu {
	float: none;
	padding-bottom: 70px;
}

aside.left-panel {
	overflow: scroll;
}
.right-panel header.header {
	height: 62px;
}
.right-panel .top-left, .right-panel .top-right {
	width: 100%;
	float: none;
	background: white;
}
.right-panel .menutoggle {
	float: right;
}
.right-panel .navbar-header {
	padding: 0;
}
.right-panel header.header {
	position: static;
}
.right-panel header.header .top-left {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 30px;
	z-index: 999;
}
.right-panel header.header .top-right {
	padding: 0 30px;
}
.small-device .right-panel {
	margin-left: 0;
}
#left-panel {
	max-width: 100%;
	width: 100%;
}
#left-panel .navbar .navbar-nav li > a {
	max-width: inherit;
	font-size: 14px;
}
#left-panel .navbar .navbar-nav li > a .menu-icon {
	width: 55px;
	text-align: left;
	font-size: 14px;
}
#left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	position: static !important;
	padding-left: 50px;
}
.orders {
	overflow: hidden;
}
.order-table .avatar, .order-table .serial {
	display: none;
}
}
@media (max-width: 575px) {
#left-panel .navbar {
	display: inherit;
}
#left-panel .navbar .main-menu {
	display: inherit;
}
#left-panel .navbar .sub-menu.children {
	display: none;
}
#left-panel .navbar .sub-menu.children.show {
	display: block;
}
.right-panel .navbar-brand {
	width: 220px;
	padding-bottom: 5px;
}
.right-panel .menutoggle {
	width: 20px;
}
}
#cellPaiChart {
	height: 160px;
}
#cellPaiChart .pieLabel {
	top: 50px !important;
}
#cellPaiChart .pieLabel div {
	font-size: 16px !important;
}
#cellPaiChart #pieLabel1 {
	left: 20px !important;
}
#cellPaiChart #pieLabel0 {
	left: inherit !important;
	right: 20px !important;
}

/*# sourceMappingURL=style.css.map */

.Eventsalevideo .text {
	padding: 0 15px !important;
}
.Eventsalevideo .video {
	padding: 0 15px !important;
}
.Learnside li {
	padding: 0 15px !important;
}
.collapsing {
	transition: height .70s ease !Important;
}
/* .............................16-09-2019............................ */

.dropdown-item:hover {
	background: none !important;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
	padding: 2px 0 2px 30px;
	color: #666 !important;
}
/* .............................21-09-2019............................ */






.children {
	opacity: 1;
	position: absolute !important;
	top: 0px;
	left: 100%;
	right: -211px;
	display: none;
	z-index: 9999;
	background: #fff;
	height: 100vh;
	padding: 16px 20px;
	list-style: none;
	margin: 0px;
	min-width: 209px;
}
.children ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.children ul li {
	list-style: none;
}
.children ul li a {
	color: #666 !important;
}
.dropdown-item1:hover .children {
	display: block;
}
.navbar-nav .active span {
	color: #019ad6 !important;
}
.navbar .navbar-nav li > a {
	padding: 10px;
	color: #000;
	font-size: 13px !important;
	font-family: 'Roboto', sans-serif;
}
.open aside.left-panel .navbar .navbar-nav li {
	position: unset !important;
	padding: 0;
	text-align: left;
}
.open aside.left-panel .navbar .navbar-nav li a span {
	font-size: 0px !important;
	display: none;
}
.open aside.left-panel .navbar .navbar-nav li:first-child a span {
	
	display: flex !important;
	left: 0px;
}
.open aside.left-panel .navbar .navbar-nav li:first-child a span img{
	height: 15px;    
    vertical-align: middle;    
    margin-top: 0px;
    transform: rotate(-180deg);
    transition: 0.5s;
}
.open aside.left-panel .navbar .navbar-nav li:first-child a span em{
   display: none;
}
/*=====================================
------------- Test Offer --------------
=====================================*/
h3.sub-head{
	font-size:22px;
	margin-bottom:15px;
	color:#000;
}
#offer-main-wrapper{
    border: 1px solid #eaeaea;
    border-top: 4px solid #ff6c36;
    padding: 25px 20px 0px 20px;
	margin-bottom: 30px;
    box-shadow: 0px 2px 7px 0px #e2e2e2;
	display: inline-block;
    width: 100%;	
}
.TL_wrapper{
   display: inline-flex;;
   width:100%;	
}
.TL_wrapper textarea, .IP_input input{
    width: 95%;
    float: left;
	border-radius: 0;
    font-size: 13px; 
 }
.TL_wrapper button[type=reset], .IP_input button[type=reset]{
    float: right;
    width: 5%;
    background: #6e6e6e;
    border: none;
    height: 72px;
    color: white;
}
.IP_input button[type=reset]{
	height: 38px;
}
.TL_option h2{
	font-size: 18px;
    color: #4e4e4e !important;
	margin-bottom: 17px;
}
.TL_option ul li{
    float: left;
	width:37.5%;	
	font-size:14px;
}
.TL_option li.TL_social{
	width:25%;
}
.TL_option li.TL_social a{
    background: #6e6e6e;
    padding: 7px 12px;
    color: white;
	margin-left: 1%;	
}
.TL_option li.TL_social a:hover{
	background:#4180f3;
}
.IP_input{
   display:none;	
}
.TL_customise_header{
	/*background: #f7f7f7;*/
    padding: 10px;
    display: inline-block;
    width: 100%;
    /*border: 1px solid #dedede;*/
	margin-bottom: 15px;
}
.TL_customise h3.TL-heading{
	width:25%;
	float:left;
	font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #4a4a4a;	
}
.TL_customise ul.TL-tabs{
	width:75%;
	float:left;
	margin-bottom:0;
}
.TL_customise ul.TL-tabs button{
	background: transparent;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    color: #232323;
    padding: 0 13px;
	border-radius: 50px;
	cursor:pointer;
}
.TL_customise ul.TL-tabs button.active{
	background: #2e38be !important;
    border: 1px solid #2e38be !important;    
    color: #ffffff !important;
	border-radius: 50px !important;
}
.TL_customise ul.TL-tabs li{
   float:left;
   margin-left:20px;
   list-style:none;	
   line-height:28px;
}
.TL_customise{
   display:block;
   width:100%;	
   margin-top: 30px;
}
.card-block{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #afafaf;	
}
.card-block h4{
   font-size: 14px;
    margin-bottom: 10px;	
}
.AA_source input{
    width: 90%;
    float: left;
	border-radius: 0;
    font-size: 13px; 
}
.AA_source button[type=submit]{
    float: right;
    width: 10%;
    background: #2e38be;    
    border: none;
    height: 38px;
    color: white;
	font-size: 13px; 
}
.AA_source button[type=submit]:hover{
	background: #4180f3;
}
.AA_source select{
	float: left;
    width: 57%;
}
.AA_source .add-prev{
	float: left;
    width: 35%;
    margin-left: 2%;
	margin-top: 6px;
}
.AA_source .btn-th a {    
    padding: 11px 12px;
}
.col-40{
    width:38%;
	margin-right:2%;
	float:left;	
}
.col-60{
    width:60%;	
	float:left;	
}
.col-60 p{
   font-size: 13px;
    line-height: 19px;
    color: #676767;	
	margin-bottom:0;
}
.Add-id p{
   font-size: 13px;
    line-height: 19px;
    color: #676767;
	margin-bottom:15px;
}
.Add-id-input{
	width:18.4%;
	float:left;
	margin-right:2%;
}
.Add-id-input-last{
	margin-right:0;
	width:18.4%;
	float:left;
}
.Add-id-input label, .Add-id-input-last label{
	font-size: 13px;    
    color: #676767;
}
.u-btn{
   width:100%;
   display: inline-block;
	margin-top:15px;	
}
.u-btn button{
	padding:8px 15px;
    background: #2e38be;
    border: none;
    height: 38px;
    color: white;
    font-size: 13px;	
}
.u-btn button:hover{
	background: #4180f3;
}
.TL_customise .form-control{
   border-radius:0;	
}
.TL_customise .form-control:focus, .TL_wrapper .form-control:focus {    
    border-color: #2e38be;
    outline: 0;
    box-shadow: none;
}
/*------------ offer details ---------*/
.offer-details{
	margin-bottom:10px;
	display: inline-block;
    width: 100%;
}
.offer-details ul{
	list-style:none;
}
.offer-details ul li{
    float: left;	
}
.offer-details ul li h3{
	background: #f5f5f5;
    font-size: 14px;
    padding: 14px 15px;
    line-height: 14px; 
}
.offer-details ul li.offer-id{
	width:20%;
}
.offer-details ul li.expires{
	width:20%;
}
.offer-details ul li.offer-protocol{
	width:20%;
}
.offer-details ul li.location{
	width:40%;
}
.details-text{
	padding: 10px 15px;
	font-size: 14px;
	color: #565656;
}
.details-text p.date, .details-text p.expiry-days{
	margin-bottom: 0px;
    font-size: 14px;
	color: #565656;
}
.Payout-details{
    margin-bottom:10px;
	display: inline-block;
    width: 100%;	
}
.details-text p span.red{
	color:red;
}
.Payout-details h4.payout-title{
	background: #f5f5f5;
    font-size: 14px;
    padding: 14px 15px;
    line-height: 14px;
}
.notes-TD{
   margin: 25px 0 35px 0;
   display: inline-block;
    width: 100%;	
}
.notes-TD>h2{
	color: #2f2f2f !important;
    font-size: 22px;
    margin-bottom: 10px;
}
.notes-TD p{
      font-size: 14px;
    color: #525252;	
}
.notes-TD a{
	background: #0466ab;
    padding: 7px 12px;
    color: white; 
	margin-right:10px;
	font-size:14px;  
}
.notes-TD a:hover{
	background: #4180f3;
}
/*------ advance targetting --------*/
#adv-targeting, #postbacks{
	border: 1px solid #eaeaea;
    border-top: 4px solid #ff6c36;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 7px 0px #e2e2e2;
    display: inline-block;
    width: 100%;
}
.adv-tgt-wrapper .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.adv-tgt-wrapper h4.panel-title{
    font-size: 18px;	
}
.adv-tgt-wrapper .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.adv-tgt-wrapper .panel-title > a{
	color:#383838;
}
.adv-tgt-wrapper .panel-title > a:hover, 
.adv-tgt-wrapper .panel-title > a:focus  {
    text-decoration:none;
	color:#019ad6 !important;
}
.adv-tgt-wrapper .panel-body{
      font-size: 16px;
    margin-top: 20px;
	
}
/*---- creatives-wrapper -----------*/
.creatives-details-wrapper{
	border: 1px solid #eaeaea;
    border-top: 3px solid #ff6c36;
    padding: 20px;    
    box-shadow: 0px 2px 7px 0px #e2e2e2;
    display: inline-block;
    width: 100%;
}
#creatives-wrapper h3.sub-head {
    margin-right:10px;
    float: left;
}
.btn-th{
    text-align:right;
}
.btn-th a{
    background: #2e38be;
    padding: 10px 12px;
    color: white;
    margin-right: 10px;
    font-size: 14px;	
}
.btn-th a:hover {
    background: #4180f3;
}
.btn-th a:last-child{
	margin-right:0;
}
@media (min-width: 1350px) and (max-width: 1564px){
	.TL_option ul li {    
       width: 35%;    
}
.TL_option li.TL_social {
    width: 30%;
}
}

/*-------------- account profile ---------------*/
 .MA-profile{   
    margin-top: 8px;
    margin-bottom: 3%;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    padding: 1.25rem;
}
.MA-profile-img{
    text-align: center;
	position: relative;
}
.MA-profile-img img{
    width: 100%;
    height: 100%;
	position: relative;
}
.MA-profile-img:hover >.MA-profile-img-bg{
	display:block;
	transition:0.5s;
	transform:rotate(360deg);
}
.MA-profile-img-bg{
	height: 100%;
    width: 100%;
    background: #00000047;
    position: absolute;
    top: 0;
	display:none;
}
.MA-profile-img-bg input{
	left: 40%;
    top: 42%;
    opacity: 0;
    z-index: 1;
    width: 19%;
    height: 17%;
    position: absolute;
    border-radius: 100%;
}
.MA-profile-img-bg i{
    position: absolute;
    top: 43%;
    left: 41%;     
    font-size: 50px;
    color: #ffffffd9;	
}
.MA-profile-head h5{
    color: #5f5f5f;
    font-size: 22px;
    padding-bottom: 3px;
    letter-spacing: 0.5px;
}
.MA-profile-head h6{
    color: #019ad6;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.MA-proile-rating{
    font-size: 12px;
    color: #818182;
    margin: 4% 0;
}
.MA-proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.MA-profile-head .nav-tabs{
    margin-bottom:3%;
    margin-top: 1%;
}
.MA-profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;	
    display: block;
    padding: 0.5rem 0rem;
	border-bottom: 2px solid #dee2e6;
}
.MA-profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom: 2px solid #ff6c36;
    padding: 0.5rem 0;
}
.MA-profile-link{    
    margin-top: 5%;
}
.MA-profile-link p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.MA-profile-link ul{
    list-style: none;
}
.MA-profile-link ul li{
       padding: 10px 5px 10px 0;
    border-bottom: 1px solid #efefef;	
}
.MA-profile-link ul li:hover{
    background: #f7f7f7;    	
}
.MA-profile-link ul li:hover a{  
    padding-left: 10px;
    transition: 0.8s;
	color:#019ad6;
}
.MA-profile-link ul li:hover span i{  
    transform:rotate(360deg);
    transition: 0.8s;
	color:#019ad6;
}
.MA-profile-link ul li span{
    font-size: 18px;
    float: right;
    display: inline-block;
    width: 4%;	
    cursor: pointer;
}
.MA-profile-link a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 96%;
}
.MA-profile-tab label{
    font-weight: 600;
}
.MA-profile-tab span{
    font-size: 14px;
}
.MA-profile-tab p{
    color: #5f5f5f;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.MA-profile .col-md-offset-2{
	padding-left:5%;
}
.MA-profile .nav-tabs .nav-item {    
    margin-right: 4%;
}
.MA-profile .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}
.MA-profile .nav-tabs .nav-item {
    margin-bottom: -2px;
}
/*------------ conversion-details ---------------*/
.date-range-wrapper {
    background: #fff;
    border-bottom: none;
    margin-bottom: 1.2em;
    border-radius: 0;
    padding: 1.25em;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.date-range-wrapper h3{
   font-size: 20px;
   margin-bottom: 25px;	
}
.date-range-wrapper label, .cd-wrapper label{
	font-size:14px;	
}
.date-range-wrapper .form-control, .cd-wrapper .form-control, .CM-report-wrap .form-control{
	width: 100%;
    height: 34px;
    border: solid 1px #d1d1d1;
    font-size: 12px;
    background: #fafafa;
    border-radius: 0;
}
.date-range-wrapper .form-control:focus, .cd-wrapper .form-control:focus, .CM-report-wrap .form-control {
    box-shadow: none;
}
.date-range-wrapper .form-group {
    margin-bottom: 0;
}
.date-range-wrapper .date-range .input-cal{
	width: 33%;
    float: left;
    position: relative;
}
.date-range-wrapper .date-range input{
	position: relative;
}
.date-range-wrapper .date-range .input-cal i{
	position: absolute;
    right: 5px;
    top: 10px;
}
.date-range-wrapper .date-range span{
	width:27%;
	float:left;
	font-size:14px;
}
.date-range-wrapper .date-range label{
   width:7%;
   float:left;
   text-align:center;	
   font-size:14px;
}
.conversion-details ul li, .conversion-details ul li label{
	list-style:none;
	line-height:25px;
	letter-spacing:0.2px;
}
.conversion-details input[type=checkbox]{
   vertical-align: middle;
   margin-right: 7px;	
}
label.l-title{
	color: #969696;
	margin-bottom:10px;
}
.mb-30{
   margin-bottom: 30px;	
}
.CM-report-wrap label{
    margin-right:5px;
	float: left;
	margin-bottom: 0;
    font-size: 14px;	
}
.CM-report-wrap button{
    margin-left:10px;
	background: #d9dee2;
    padding: 8px 16px;
    font-size: 14px;
    color: #1f1f1f;
	outline:none;
	border:none;
}
.CM-report-wrap button:hover{
	background: #c7c7c7;
}
.CM-report-wrap input.form-control{
   	width:63%;
	float:left;
	padding: 5px 0;
    height: 37px;
}
.CM-report-wrap select.form-control{
	width:55%;
	float:left;
	padding: 5px 0;
    height: 30px;
}
.CM-report-wrap .form-group{
    margin-bottom:0;	
}

/*--------------------------------------
================ Notification ----------
======================================*/
.notif-list{    
	position:relative;	
}
.notif-list ul{
    max-height: 270px;
	overflow-y:auto;
	margin: 0 0 27px 0;
}
.notif-list li{    
	list-style: none;
    list-style: none;    
    padding: 5px 0px;    
    border-bottom: 1px solid #efefef;
}
.notif-list li span{
	font-size: 13px;
    color: #bbbbbb;
}
.notif-list li p{
    color: #717171;
    font-size: 13px;
    line-height: 19px;
	margin-bottom:0;	
}
.notif-list li p a:hover{
    color: #2e38be;
    text-decoration: underline;	
}
.notif-list input[type=checkbox], .act-btn input[type=checkbox]{
	vertical-align:middle;
}
.act-btn{
    position: absolute;
    bottom: 0;
	background: white;
    padding: 15px 0;
    display: inline-block;
    width: 87%;	
}
.act-btn .btn-success {
    color: #1f1f1f;
    background-color: #d9dee2;
    border-color: #d9dee2;
    padding: 7px 18px;
    border: 0;
    font-size: 13px;
}
.act-btn .btn-success:hover {
    background-color: #d9dee2 !important;
    border-color: #d9dee2 !important;
    color: #1f1f1f !important;
}
.act-btn .btn-success:focus {
    box-shadow: none !important;
}
.act-btn a{
    background: #d9dee2;
    padding: 9px 18px;
    font-size: 13px;
    color: #1f1f1f;	
}
.not-search input{
    float: right;
    padding: 5px 22px 5px 10px;
    width: 50%;
    height: 32px;
    font-size: 12px;
    border: solid 1px #d1d1d1;    
    position: relative;	
}
.not-search i{
    position: absolute;
    right: 25px;
    vertical-align: middle;
    top: 25px;
    color: #9a9a9a;	
}
.OA-list ol{
    list-style:none;
	margin-top:5px;
	max-height: 185px;
    overflow-y: auto;	
}
.OA-list ol li{
    margin-bottom: 0px !important;
    font-size: 14px;
    padding: 9px 0;
    border-bottom: 1px solid #eee;	
}
.OA-list ol li:last-child{
    border-bottom:0;	
}
/*====================================
------------- loader -----------------
====================================*/
#OT-loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  position: fixed;
  display: block;   
  z-index: 999;
  text-align: center;  
  background: #00000008;
}
#OT-loader img{
	width:150px; 
}
#loading-image {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 100;
}
/*======================================
------------ custom css ----------------
=======================================*/
ul.menu-toggle-btn{
	float: left;
    list-style: none;
	margin-bottom:0;
}
.header-menu-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.CP-title h2{
	font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #159d9b;
    padding-bottom: 13px;
    padding-top: 10px;
    padding-left: 18px;
    font-weight: 700;
}
.CP-title h2 span{
	
}
.CP-title img{
	vertical-align: baseline;
    height: 20px;
    margin-right: 15px;
    display: none;
}
.toppad .nav-tabs {
    border-bottom: none;
	    margin-top: 15px;
}
.RL-tabs{
    margin-top:30px;	
}
.top-offers, .top-affiliates{
	width: 100%;
    padding: 18px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 0px;
    border: solid 1px #ebebeb;
	margin-bottom: 18px;
}
.top-offers h4, .top-affiliates h4 {
    font-size: 12px;
    color: #019ad6;
    margin: 0;
    padding: 10px;    
    background: #f0f0f0;
    font-weight: 600;
    letter-spacing: 0.3px;
	margin-top: 5px;
}
.top-offers h4 span, .top-affiliates h4 span {
    float: right;
    display: block;
    color: #000;
    border-left: solid 1px #000;
    padding: 2px 0 2px 20px;
}
.top-offers ul, .top-affiliates ul {
	margin-bottom:0;
	margin-top:10px;
}
.top-offers li, .top-affiliates li {
    width: 100%;
    display: flex;
	padding: 7px 0;
	font-size: 14px;	
	border-bottom:1px solid #ececec;
}
.top-offers li p, .top-affiliates li p{
    width: 88%;	
	margin-bottom: 0;
	font-size: 14px;
	    color: #2d2d2d;
}
.top-offers li span, .top-affiliates li span{
    white-space: nowrap;	
}
/*=======================================
------------ account totals -------------
=======================================*/
.AC-totals{
    display: inline-block;
    width: 100%;	
}
.AC-totals ul{
	margin-bottom:0;
	margin-top: 5px;
}
.AC-totals li{    
    list-style: none;
    width: 100%;
    display: flex;    
    vertical-align: bottom;
    background: #f5f5f5;
    padding: 5px;
	font-size:14px;	
}
.AC-totals li:nth-child(even){
	background:none;
}
.AC-totals li:last-child{
	margin-bottom:0;
}
.AC-totals li p{
	margin-bottom:0;
	display: flex;
    width: 90%;
    float: left;
	font-size: 14px;
	padding-top: 5px;
	color: #151515;
}
.AC-totals li span{
	white-space: nowrap;
	padding-top: 5px;
	display: inline-block;
}
.AC-icon{	
    float: left;
    margin-right: 10px;
	width:30px;
}
.AC-icon i{
    vertical-align: middle;
	padding: 9px;
	color:#019ad6;	
}
.content h2 img{
	
}
/*===============================
--------- Affiliate DB ----------
===============================*/
.tab-wrapper{
	padding: 18px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 0px;
    border: solid 1px #ebebeb;
    margin-bottom: 19px;
	width: 100%;
}
.stats-wrap{
    display:inline-block;
	width:100%;
	margin-top:15px;	
}
.adv-stats-wrapper .stats-one{
    width: 20%;
 }
.stats-one{
    width: 33%;
    float: left;
    margin-right: 0;
    border-right: 1px solid #e8e8e8;
    text-align: center;	
    padding-top: 10px;
}
.stats-one:last-child{
	margin-right:0;
	border-right:0;
}
.stats-one h3{
    font-size: 26px;
    margin-bottom: 5px;
    color: #1b1b1b;	
}
.stats-one h4{
	text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    color: #019ad6;
}
.stats-one p{
	color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}
.stats-one span{
	color: #545454;
    font-size: 14px;
}
.form-check .form-check-label input {
     position: absolute;
     top: 0;
     left: 0;
     margin-left: 0;
     margin-top: 0;
     z-index: 1;
     cursor: pointer;
     opacity: 0;
     filter: alpha(opacity=0)
 }
 .list-wrapper ul{
	  list-style:none;
	  margin-bottom:0; 	  
 }
 .list-wrapper ul li{
	 padding: 10px 0;
	 border-bottom:1px solid #f3f3f3;
 }
 .list-wrapper ul li:last-child{
	 border-bottom:0;
	 padding-bottom:0;
 }
.list-wrapper  input[type="radio"],
 .list-wrapper input[type="checkbox"] {
     box-sizing: border-box;
     padding: 0
 }

 .list-wrapper ul li .form-check{
     text-overflow: ellipsis;
     overflow: hidden;
     max-width: 100%;
     white-space: nowrap;
	 padding-left: 2rem;
	 font-size: 14px;
 }
.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
     content: "";
     width: 18px;
     height: 18px;
     border-radius: 2px;
     border: solid #405189;
     border-width: 2px;
     -webkit-transition: all;
     -moz-transition: all;
     -ms-transition: all;
     -o-transition: all;
     transition: all;
     transition-duration: 0s;
     -webkit-transition-duration: 250ms;
     transition-duration: 250ms
 }

 .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
 .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
     position: absolute;
     top: 0;
     left: 0
 }

 .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
     -webkit-transition: all;
     -moz-transition: all;
     -ms-transition: all;
     -o-transition: all;
     transition: all;
     transition-duration: 0s;
     -webkit-transition-duration: 250ms;
     transition-duration: 250ms;
     font-family: Material Design Icons;
     opacity: 0;
     filter: alpha(opacity=0);
     -webkit-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transform: scale(0);
     content: '\F12C';
     font-size: .9375rem;
     font-weight: bold;
     color: #ffffff
 }

 .form-check .form-check-label input[type="checkbox"]+.input-helper:before,
 .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
     position: absolute;
     top: 0;
     left: 0
 }

 .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
     background: #405189;
     border-width: 0
 }

 .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
     content: "";
     width: 18px;
     height: 18px;
     border-radius: 2px;
     border: solid #405189;
     border-width: 2px;
     -webkit-transition: all;
     -moz-transition: all;
     -ms-transition: all;
     -o-transition: all;
     transition: all;
     transition-duration: 0s;
     -webkit-transition-duration: 250ms;
     transition-duration: 250ms
 }

 .form-check .form-check-label input[type="checkbox"]+.input-helper:after {
     font-family: FontAwesome;
     content: "\f095";
     display: inline-block;
     padding-right: 3px;
     vertical-align: middle;
     color: #fff
 }
 
 .card-offer {
  margin: 0 auto;
  display:inline-block;
  width:100%;
}
.card-offer .carousel-item {
  height: 200px;
}
.card-offer .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card-offer .carousel-caption h3 {
  color: #3d3d3d;
  font-size: 22px;
  padding-bottom: 15px;
}
.card-offer .carousel-caption h4 {
  font-size: 14px;
  padding-bottom: 2px;	
}
.card-offer .carousel-caption p {
	font-size: 14px;  
}
.card-offer .carousel-caption p {
  line-height: 30px;
}
.card-offer .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card-offer .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}
@media (min-width: 768px){
.Createfferside .col-md-6:first-child, .myaccountside .left.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 51%;
    padding-right: 5px;
}
}
/*------ new css 30/01/21------*/
.ctrl.al{
	display: inline-block;
	width: 50%;
}
.ctrl.al .action{
	float: left;
}
.ctrl.al .action input{
	color: #1f1f1f;
    background-color: #d9dee2;
    border-color: #d9dee2;
    padding: 7px 18px;
    border: 0;
    font-size: 13px;
}
.no-record{
	text-align: center;
	margin: 5em 0;
}
.no-record img{
   max-height: 90px;
}
.no-record p{
   font-size: 20px;
   padding-top: 15px;
}
#report_result nav .pagination{
	float: right;
}
#report_result nav .pagination .page-item:first-child .page-link, 
#report_result nav .pagination .page-item:last-child .page-link {
	font-size: 21px;
    vertical-align: top;
    display: block;
    margin-top: -7px;
}
#report_result nav .pagination .page-item .page-link {
    color: #242424;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
    font-size: 13px;
    padding: 0 4px;
    margin: 0 4px;
    outline: 0;
}
#report_result nav .pagination .page-item.active .page-link{
	color: #ffffff;
    background: #0e1824;
}
#report_result table{
	width: 100%;
    overflow-x: scroll;
    display: inline-block;
}

/*============= css 2/4/21 ==========*/
.Createfferside .details .tabsec.tag-btn button.btn-primary{
	top:94.5% !important;
}

/*====================================
---------- convirsion pixel ----------
====================================*/
.CP-note{
    padding: 0 115px 0 20px;
  }
  .CP-note p{
    font-size: 13.5px;
    line-height: 22px;
  }
  .CP-input input[type="radio"]{
    width: 15px !important;
    height: 18px !important;
    vertical-align: middle;
  }
  .CP-input span{
    font-size: 13px;
  }
  .CP-input textarea{
    height:auto !important;
    padding: 5px 8px;
    font-size: 12px;
  }


/*====================================
---------- Password check ----------
====================================*/

.pass_show {
	position: relative
}
.pass_show .ptxt {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	color: #ff6c36;
	margin-top: -10px;
	cursor: pointer;
	transition: .3s ease all;
	font-size: 13px;
	padding-top: 0;
}
.pass_show .ptxt i{
	margin-left:5px;
}
#pswd_info {
	background: #ffffff none repeat scroll 0 0;
	color: #fff;
	left: 0px;
	position: relative;
	top: 14px;
	border: 1px solid #e0e0e0;
	min-width: 250px;
}
#pswd_info h4 {
	background: black none repeat scroll 0 0;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 17px 0;
	text-align: center;
	text-transform: uppercase;
}
#pswd_info ul {
	list-style: outside none none;
	margin-bottom: 0;
	padding: 7px 0;
}
#pswd_info ul li {
	padding: 3px 12px;
	width: 100%;
	display: inline-block;
}
.valid {
	background: rgba(0, 0, 0, 0) url("https://s19.postimg.org/vq43s2wib/valid.png") no-repeat scroll 2px 6px;
	color: green;
	line-height: 16px;
	padding-left: 22px;
	font-size: 12px;		
}
.invalid {
	background: rgba(0, 0, 0, 0) url("https://s19.postimg.org/olmaj1p8z/invalid.png") no-repeat scroll 2px 6px;
	color: orangered;
	line-height: 16px;
	padding-left: 22px;
	font-size: 12px;
}
#pswd_info::before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 15px;
	left: 30px;
	margin-top: -8.5px;
	position: absolute;
	top: 0%;
	transform: rotate(45deg);
	width: 15px;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#pswd_info {
	display: none;
}

.error{
	color: #e81d1d;
    font-size: 12px;
}
.login-form .alert{ font-size: 14px;  }
.login-form .alert li{list-style: none; }


/*// Radion button desing*/
      .sampling_radio{
      display: inline-block;
      margin-right: 20px;
    }
    .sampling_radio input[type=radio]{
      width: 15px !important ;    
      height: 16px !important;
    }
    .sampling_radio span{
      font-size: 13px;
    }
    .samp_value input{
      float: left;
      width: 87% !important;
      border-radius: 0;
    }
    .samp_value input:focus {
      outline: 0 !important ;
      box-shadow: none ;
    }
    .samp_value span.add-on{
      padding: 4px 8px;
      float: left;
      vertical-align: middle;
      border: 1px solid #ccc;
      border-left: 0;
    }
    .samp_value span.add-on i{
      font-size: 12px;
    }

 /*==== function filter =========*/
 .fun-filters-wrap{
 	position: relative;
 }
 .fun-filters ul{
    display: inline-flex;
    list-style: none;
    z-index: 99;  
    margin-left: 19px; 
    margin-bottom: 5px; 
 }
 .fun-filters ul li{
 	margin-right: 7px;
 	display: inline-block;
 }
  .fun-filters ul li input, .table-hovered tr td:first-child input[type="checkbox"], .table-hovered tr th:first-child input[type="checkbox"]{
       height: 15px;
       width: 15px;
    vertical-align: middle;
  }
  .fun-filters li input{
     margin-right: 16px;
  }
 .fun-filters li a { 	
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    /*background: #d9d9d9;*/
 }
  .fun-filters li i{
 	color: #3c3c3c;
 }
 .tooltip-1 {
  position: relative;
  display:block;  
}

.tooltip-1 .tooltiptext-1 {
  visibility: hidden;
  background-color: #454c55;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 3px 15px;
    position: absolute;
    z-index: 1;
    left: -50%;
    bottom: -28px;
    font-size: 13px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip-1:hover .tooltiptext-1 {
  visibility: visible;
}

.formbtn.run_report, .filters .formbtn{
	background: #6e6e6e !important;
}
.filters .formbtn{
	width: 100%;
}

/*=========== Network Integration ==========*/
.N-integ_card{
	background: #ffffff;
	padding: 0 15px 15px 15px;
	box-shadow: 0 0 6px 2px #eeeeee;
    border: 1px solid #f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px;
}
.N-img_wrap{
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.N-img_wrap img{
    max-width: 100%;
    max-height:100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;    
}
.bottom_buttons{
	display: flex;
	align-items: center;
	justify-content:space-between;;
}
.bottom_buttons a{
	color: #0466ab;
	font-size: 14px;
}
.bottom_buttons .button{
    background: #0466ab;
    padding: 5px 13px;
    color: white;
    font-size: 13px;
    border: none;
    cursor: pointer;
}
.bottom_buttons .button:hover{
    background: #4180f3;
}
.bottom_buttons button i{
   padding-right: 6px;
}
/*---- Network integ forms -----*/
.steps-form.progressbar {
  counter-reset: step;
  padding-left: 0;
  text-align: center;
  margin-top: 10px;
  margin-left: -15px;

}
.steps-form.integration-card{
  border: 1px solid #ccc;
}
.steps-form.progressbar .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    justify-content: center;

}
.steps-form.progressbar a {
  list-style: none;
  display: inline-block;
  width: 15.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #acacac;
  font-size: 15px;
}
.steps-form.progressbar a p{
    color: #bbbbbb;
    font-size: 12px;
}
.steps-form.progressbar a:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;

}
.steps-form.progressbar a:after {
  content: "";
    position: absolute;
    width: 84.8%;
    height: 1.3px;
    background-color: #ddd;
    top: 18px;
    left: -42.5%;
}
.steps-form.progressbar a:first-child:after {
  content: none;
}
.steps-form.progressbar a.active {
  color: #019ad6;
}
.steps-form.progressbar .nav-tabs a.active {    
    border: none;   
}
.steps-form.progressbar .nav-tabs a {
    text-transform: unset !important;
}
.steps-form.progressbar a.active-back{
   color: #489be8;
}
.steps-form.progressbar a.active:before {
  border-color: #019ad6;
      background: aliceblue;
} 
.steps-form.progressbar a.active + a:after {
  background-color: #019ad6;
}
.step-form-wrap{
	display: block;
	max-width: 65%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.SP_title h2{
    color: #373737;
    margin-bottom: 35px;
}
.SP_form ul{
	margin-bottom: 0;
}
.SP_form.P_LR{
   padding: 0 90px;
}
.SP_form{
	text-align:left;
}
.SP_form .form-group{
	margin-bottom: 15px;
}
.SP_form label{
	font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}
.SP_form input, .SP_form select{
   width: 100%;
    font-size: 12px;
    height: 32px;
    border: solid 1px #d1d1d1;
    padding: 5px;
}
.SP_form input[type="checkbox"], .SP_form input[type="radio"]{
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin-right: 5px;    
}
.UC-checkbox input[type="checkbox"]{
    margin-top: 20px;
}
.split-form input, .split-form select{
    margin-bottom: 10px;
}
.SP_form textarea{
	width: 100%;
	font-size: 12px;
	padding: 5px;
}
.append-item{
    font-size: 12px;
    display: inline;
    padding: 7px 12px;
    height: 32px;
    color: #fff !important;
    border-radius: 0;
    border: none;
    background: #6e6e6e;
}
.append-item i{
	color: #fff !important;
}
.del-item{
    color: #fff !important;
    border-radius: 0;
    border: none;
    margin-left: -8px;      
}
.del-item a{
	background: #ff6969;
    font-size: 12px;
    display: inline-block;
    padding: 6.5px 12px;
    height: 32px;
}
.del-item i{
    color: #fff !important;
}
.input-sub-text{
	font-size: 10px;
	color:#ccc;
}
a.right-add{
	background: #6e6e6e;
	float: right;
	color: #fff !important;
	padding: 0 5px;
}
.SP-checkbox-list{
	display: flex;
}
.SP-checkbox-list li{
	margin-right: 20px;
    font-size: 13px;
}
.SP-btn-group{
	text-align: center;
	margin-top: 40px;
	border-bottom: none;
}
.SP-btn-prev, .SP-btn-next, a.view-offers , .SP-btn-next1{
	padding: 8px 15px !important;
	margin: 0;
	color: #fff !important;
	border: none;
     font-size: 14px !important;
    min-width: 110px;
    cursor: pointer;
    margin-bottom: 0 !important;
    line-height: 21px;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
.SP-btn-next , .SP-btn-next1:nth-child(1){
    background: #6e6e6e !important;
    margin-right: 5px;
}
.SP-btn-next:nth-child(2), .SP-btn-next.primary_btn, a.view-offers , .SP-btn-next1{
    background: #0466ab !important;
}
.form-sub-heading h4{
	font-size: 12px;
    color: #000;
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-weight: 800;
    display: block;
    margin-top: 60px;
    border-bottom: 1px solid #ccc;
}
.switch-toggle {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 28px;
}
.switch-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-toggle:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-toggle input:checked + .slider-toggle {
  background-color: #2196F3;
}
.switch-toggle input:focus + .slider-toggle {
  box-shadow: 0 0 1px #2196F3;
}
.switch-toggle input:checked + .slider-toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider-toggle.round {
  border-radius: 34px;
}

.slider-toggle.round:before {
  border-radius: 50%;
}
.SP-table{
	width: 100%;
    text-align: left;
}
.SP-table td{
	font-size: 13px;
	color: #717171;
	padding-bottom: 15px;
	vertical-align: top;
     /*word-break: break-all;*/
}
.SP-table td:first-child{
   width: 35%;
   color: #313131;
    font-weight: 500;
}
.strip-data{
	text-transform: uppercase;
     font-size: 11px;
    background: #0e1824;
    color: #fff;
    margin-right: 10px;
    padding: 1px 5px;
}
#view-offer .step-form-wrap{
	max-width: 75%;
}
.step-form-wrap .table-responsive{
    /*display: inline-table;*/
    padding: 10px 2px;
    width: 100%;
    font-size: 14px;
}
.step-form-wrap .table-responsive #campaign_table_wrapper{
	background: #f3f3f3;
	padding: 8px 3px !important; 
}
.step-form-wrap .table-responsive thead th, .step-form-wrap .table-responsive tbody td{
    padding: 10px 10px !important;
}
.step-form-wrap .table-responsive thead th:nth-child(1){
	width: 15px !important;
}
.step-form-wrap .table-responsive thead th:nth-child(2){
	width: 12px !important;
}
.step-form-wrap .table-responsive thead th:nth-child(3){
	width: 40% !important;
}
#view-offer .step-form-wrap .dataTables_length label{
	padding-left: 9px;
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}
#view-offer .step-form-wrap .dataTables_filter label{
    font-size: 14px;
   
}
#view-offer .step-form-wrap .dataTables_info{
	padding-left: 5px;
}
#view-offer .step-form-wrap .dataTables_filter input{
	border: 1px solid #d5d5d5;
	margin-right: 7px;
}
#view-offer .step-form-wrap .dataTables_paginate{
	margin-top: 6px;
}
.login-page-wrap .col-md-6:nth-child(1) {
    width: 100%;
}
.login-page-wrap .col-md-6:nth-child(2){
	margin-top: 60px;
	width: 100%;
}
.login-page-wrap {
    margin-top: 50px;
}
/*======================================
------------- optimize rule ------------
======================================*/
.OR-desc-text{
	color: #5a5a5a !important;
	padding-top: 0 !important;
	margin-bottom: 0;
	font-size: 12px;
}

/*===============================
------------ pricing ------------
===============================*/
.pricing-plan-wrap{
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.pricing-spe-box{
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    transition: all .5s ease 0s;
}
.pricing-spe-box.active{
	 background: #fffbf5;
}
.pricing-spe-box:hover{
   box-shadow: 0 0px 8px rgb(0 0 0 / 10%);
   margin-top: -10px;
}
.price{
	text-align: center;
	padding: 25px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    background: #fafafa;
    transition: all .5s ease 0s;  
    border-bottom: 1px solid #ececec;  
}
.price h3{
	font-size: 3.5em !important;
   font-weight: 600 !important;
}
.price span{
   color: #2f2f2f;
    font-size: 13px;
}
.pricing-details{
	margin: 3em 0 2.5em 0;
	text-align: center;
	padding: 0 25px;
}
.pricing-details h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.pricing-details p{
    margin-bottom: 25px;
    font-size: 13px;
    color: #363636;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.pricing-spe-box.active .pricing-details .pricing-btn{
	border: 1px solid #ff6c36;
    font-size: 15px;
    padding: 13px 0;
    background: #ff6c36;
    color: #ffffff;
    width: 100%;
    display: block;
    border-radius: 6px;
}
.pricing-spe-box.active .pricing-details .pricing-btn:hover{
    border: 1px solid #ff6c36;
    background:transparent;
    color: #ff6c36;
}
.pricing-details .pricing-btn{
    border: 1px solid #ff6c36;
    background:transparent;
    color: #ff6c36;
    font-size: 15px;
    padding: 13px 0;
    width: 100%;
    display: block;
    border-radius: 6px;
}
.pricing-details .pricing-btn:hover{
    border: 1px solid #ff6c36;    
    background: #ff6c36;
    color: #ffffff;
}
.plan-specfic{
    padding: 0 25px;
}
.plan-specfic ul{
	 padding-left: 0;
	 list-style: none;
	 margin-bottom: 2em;
}
.plan-specfic ul li{
     padding: 12px 0;
    font-size: 14px;
    line-height: 1.5625rem;
    font-weight: 700;
    letter-spacing: .5px;
    color: #303030;
    border-bottom: 1px solid #e5e5e5;
}
.plan-specfic ul li:before{
	content: "\f00c";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   margin-right: 10px;
   color: #ff6c36;
}
.plan-details{
   margin-bottom: 3em;
   padding: 0 25px;
}
.plan-details p{
    font-size: 13px;
    color: #363636;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

/*===============================
--------- plan details ----------
===============================*/
.plan-details-wrap{
	margin-top: -10px;
}
.plan-details-wrap table{
    font-size: 14px;
}
.plan-details-wrap table td{
    padding:5px 8px 5px 0;
}
.upgrade-btn-sec{
	margin: 35px 0 20px 0;
	text-align: left;
}
.upgrade-btn-sec .formbtn{
    padding: 10px 25px !important;
}
/*===============================
------------ checkout -----------
===============================*/
.card-header.custom-heading .toptext {   
    border-bottom: 1px solid #e6e6e6;
}
.checkout-main-wrap{
	margin: 10px 0 20px 0;
}
.form-title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #3a4045;
   letter-spacing: 0.5px;
}
.form-sub-title{
	font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 30px;
}
.checkout-form label{
	font-weight: 500;
    color: #484848;
    text-transform: capitalize;
    font-size: 14px;
}
.checkout-form label .req-alert{
   color: red;
}
.checkout-form input, .checkout-form select{
   border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}
.checkout-form input:focus, .checkout-form select:focus{
   box-shadow: none;
   outline: 0;
   border-color: red;
}
.invalid-validate{
	font-size: 12px;
    color: #ee0000;
    padding-top: 5px;
    display: none;
} 
.checkout-form .col-md-6, .checkout-form .col-md-4, .checkout-form .col-md-12{
	margin-bottom: 20px;
}
.checkout-btn{
   margin-top: 25px;
}
.checkout-btn .formbtn {
    padding: 11px 30px;
}
.cart-wrapper{
	background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 2em 25px 3.5em 25px;
}
.billing-info-title{
	color: #393939;
    font-size: 18px;
    margin-bottom: 20px;
}
.cart-list{
   padding: 10px 0;
   border-bottom: 1px solid #d5d5d5;
}
.cart-list:last-child{
    border: none;
    padding-bottom: 0;
}
.cart-list h5{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #555555;
}
.cart-list p{
	color: #7c7c7c;
    font-size: 13px;
    margin-bottom: 3px;
}
.cart-list ul{
     margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.cart-list li{
    margin: 0;    
}
.cart-list li:last-child{
    padding: 0;
}
.cart-list li h6{
    color: #454545;
    font-size: 13px;
}
.cart-list li small{
    color: #636363;
    font-size: 13px;
} 
.cart-list:last-child li h6, .cart-list:last-child li small{
    font-weight: 600;
}
/*===============================
--------- order summary ---------
===============================*/
.card.order__summary{
	width: 40%;
    margin: 0 auto;
}
.card.order__summary .card-body{
    padding-top: 0;
    margin-top: -10px;
}
.card.order__summary .checkout-main-wrap {
    margin: 10px 0 10px 0;
}
.razorpay-payment-button{
	float: right;
	margin-top: 30px;
}
/*===============================
------------ invoice ------------
===============================*/
.invoice {
    background: #fff;
    padding:0 20px;
}
.invoice-company {
    font-size: 20px
}
.company-title-text{
	text-transform: uppercase;
	font-weight: 500;
}
.invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px
}
.table-invoice{
   margin-bottom: 2.5rem;
   margin-top: 1.5rem;
}
.invoice-date,
.invoice-from,
.invoice-to {
    display: table-cell;
    width: 1%
}
.invoice-from,
.invoice-to {
    padding-right: 20px
}
.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
    font-size: 16px;
    font-weight: 600
}
.invoice-date {
    text-align: right;
    padding-left: 20px
}
.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
}
.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}
.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
}
.invoice-price .invoice-price-row {
    display: table;
    float: left
}
.invoice-price .invoice-price-right {
    width: 25%;
    background: #0e1824;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300
}
.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
}
.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 18px; 
    text-align: center;   
}
.invoice-footer p.thnk-msg{
   font-size: 14px;
   margin-bottom: 10px;
    color: #434343;
}
.invoice-footer p span{
   font-size: 13px;
   margin: 0 5px;
}
.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%
}
.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px
}
.btn.btn-white, .btn.btn-white.disabled, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:hover, .btn.btn-white[disabled], .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}