/* FONTS */

@font-face {
    font-family: 'Main-Light';
    src: url('fonts/lato/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Main-Regular';
    src: url('fonts/lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Main-Bold';
    src: url('fonts/lato/Lato-Bold.ttf') format('truetype');
}

/* COLORS */
.icon-lt-dark{color:#383a40;}
.icon-lt-med{color:#86878c;}
.icon-lt-light{color:#bbb;}
.icon-lt-vlight{color:#ddd;}

.icon-dk-med{color:#ece3e3;}

.text-lt-dark{color:#383a40;}
.text-lt-med{color:#4d4a4a;}
.text-lt-lmed2{color:#716d6d}
.text-lt-light{color:#5c5f62}
.text-lt-vlight{color:#a4abc5;}

.text-dk-med{color:#ece3e3;}
.text-dk-light{color:#f2f2f2;}

.background-dark{background-color:#2c2f3a;}
.background-med{background-color:#2c2f3a;}
.background-light{background-color:#f7f7f7;}
.background-vlight{background-color:#fbfbfb;}

.color-positive{color:#05973e;}
.color-negative{color:#df0101;}

/* ICONS */

.oicon-def
{
	font-size: 14px;
	color: #383a40;
}

.icon-close-v1
{
	font-size: 11px;
	margin-left:15px;
	color: #bbb;
}

.icon-close-v1:focus,.icon-close-v1:hover,.icon-close-v1:active
{
	opacity:0.8;
	cursor:pointer;
}

.icon-close-v2
{
	font-size: 11px;
	margin-left:15px;
	color: #bbb;
}

.icon-close-v2:focus,.icon-close-v2:hover,.icon-close-v2:active
{
	opacity:0.8;
	cursor:pointer;
}

@media (min-width: 991.98px) 
{
 
	.collapse.collapse-sm-only1 
	{
		display: block;
		height: auto !important;
		visibility: visible;
	}
  
	.icon-close-v1
	{
		display:none;
	}
}

/* Simulators ---------------------------------------------------------------------------------------------------------------- */

.card-inner-header-t1
{
	margin-top:30px;
}

.table-cur-v1-txt
{
	text-transform: uppercase;
	font-size: 10px;
	color: #a4abc5;
}

.tx-subheader-v1
{
	display: initial !important;
}


.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #4d4a4a;
}

.nav-tabs-custom .nav-item .nav-link::after {
    color: #4d4a4a;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    box-shadow: none !important;
}

.com-details-tab
{
	padding-left:0px !important;
}

.com-details-tablex1 tr:first-child  th{
    border-top:none;
}

.com-details-tablex1 tr:first-child  td{
    border-top:none;
}

.nav-pills > a, .nav-pills > li > a, .nav-tabs > li > a {
    color: #7b8190;
}

.row-wd-smm1
{
	width:250px;
	font-size:14px;
	font-family: 'Main-Light', sans-serif;
	color: #383a40;
}

.tab-t-v2
{
	text-transform:capitalize;
	font-size:14px;
	font-family: 'Main-Light', sans-serif;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid #fff;
    border-color: #fff;
	border-bottom:2px solid black;
}

.nav-tabs
{
	box-shadow: none !important;
}


.table td, .table th {
    border-color: #f7f7f7 !important;
}


.color-positive123
{
	color: #00822d !important;
}

.color-negative123
{
	color: #b30808 !important;
}

.color-completed123
{
	color: #07649b !important;
}

.complete-c11
{
	background-color: #099157 !important;
}

.active-c11
{
	background-color: #07649b !important;
}

.report-logo-x1
{
	height: 170px;
	width: 150px;
	opacity:0.65;
}

.report-hd-1
{
	background-color:#2c2f3a;
}

.thead-v2x {
    font-size: 14px;
    color: #dbdbdb;
    font-family: 'Main-Light', sans-serif;
}

.header-main-v2
{
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.tablex1-key1
{
	font-size: 14px;
	font-family: 'Main-Light', sans-serif;
	font-weight: 600;
}

.tbold1
{
	font-family: 'Main-Bold', sans-serif !important;
}


/* CHECKLIST ---------------------------------------------------------------------------------------------------------------- */

.chklist-con-v1
{
	margin-top:20px;
	margin-bottom:30px;
}

.chklist-ul-v1
{
	padding-left:0px;
}

.chklist-ul-v1 li
{
	display:inline-block !important;
	width:24%;
	text-align: center;
}

.chklist-iconx
{
	background-color: #ddd;
	padding: 10px;
	border-radius: 50%;
	height:36px;
	width:36px;
	color:#b5aeae;
	font-size:15px;
}

.chklist-t1
{
	font-size:15px;
}


@media (max-width: 771.98px) {
	
	.chklist-t1
	{
		font-size:13px;
	}
	
	.chklist-iconx
	{
		padding: 8px;
		height: 30px;
		width: 30px;
		font-size: 13px;
	}
	
}

/* DataTables ---------------------------------------------------------------------------------------------------------------- */

.dataTables_filter input
{
	max-width:220px !important;
}

div.dataTables_wrapper div.dataTables_info
{
	color: #a4abc5;
	font-size: 13px;
}

div.dataTables_wrapper div.dataTables_length label
{
	font-size: 13px;
	color: #716d6d;
}

div.dataTables_wrapper div.dataTables_filter label
{
	font-size: 13px;
}

.page-item.active .page-link
{
	background-color: #2c2f3a;
	border-color: #2c2f3a;
}


/* Dashboard ---------------------------------------------------------------------------------------------------------------- */

.assetperf-top-info-container
{
	margin-bottom:20px;
	border-radius: 2px;
	border-bottom:1px solid #b1b1b1;
}

.asset-td-view-11
{
	list-style: none;
	padding: 15px;
	margin-bottom: 0px;
	border-right: 1px solid #f7f7f7;
}

.assetperf-list-item1
{
	font-size: 18px;
}

.assetperf-list-item2
{
	font-family: 'Main-light', sans-serif;
	margin-top: 15px;
	color: #5c5f62;
	font-size: 14px;
}

.tab-link-v11
{
	color:#5c5f62;
	font-size:14px;
	padding: 2px 10px;
}

.nav-pills .tab-link-v11.active, .nav-pills .show > .tab-link-v11, .tab-link-v11.focus
{
	background-color: #2c2f3a;
}

.tf-container
{
	padding: 0px 20px;
	margin-top:15px;
}

/* Rebalance ---------------------------------------------------------------------------------------------------------------- */

.separator-dk-v11
{
	width:100%;
	height:1px;
	background-color:#a4abc5;
	margin-top:50px;
	margin-bottom:30px;
}

.reb-note-con-11
{
	min-height:50px;
	width:100%;
	background-color:#f0f0f0;
	padding:20px;
}

.reb-note-item-v1
{
	margin-bottom:10px;
}

.reb-note-item-v1-t1
{
	font-size:16px;
	font-family: 'Main-Light', sans-serif;
	margin-left: 10px;
}

.reb-header-main
{
	margin-top:50px;
	border-bottom: 2px solid #383a40;
	padding-bottom: 50px;
}


.item-x1-v1
{
	font-size: 14px;
	color: #716d6d;
}

.item-x1-v2
{
	font-size: 15px;
	text-transform:uppercase;
	font-family: 'Main-Bold', sans-serif;
}

.item-x1-v3
{
	font-size: 14px;
	color: #716d6d;
}


.port-details-v1
{
	margin-top:30px;
	max-width:500px;
}

.doc-icon-con1
{
	text-align:center;
	margin-bottom:50px;
}

.doc-icon-v1
{
	text-align: center;
	vertical-align: middle;
	display: inline;
	font-size: 150px;
}

.doc-v1-list li
{
	margin-bottom: 10px;
}


.table-doc-v1
{
	margin-top:30px;
}

.reb-alloc-con1
{
	margin-bottom:50px;
}

@media (max-width: 771.98px) {
	
	.reb-header-main
	{
		margin-top:20px;
		padding-bottom: 20px;
	}
	
	.doc-icon-con1
	{
		display:none;
	}
	
	.btn-doc-authx1
	{
		margin-bottom:30px;
	}
	
	.reb-note-item-v1-t1
	{
		margin-left: 0px;
	}
	
	.reb-alloc-con1
	{
		margin-bottom:30px;
	}
	
	.doc-v1-list li
	{
		margin-bottom: 10px;
	}

}

@media (min-width: 771.98px) {
	
	.card-header-v1-doc {
		padding: 15px 35px !important;
	}
	
	.card-body-v1-doc {
		padding: 15px 35px !important;
	}

}


/* LIST ---------------------------------------------------------------------------------------------------------------- */

.list-unstyled-v1
{
	list-style: none;
	padding-left:0px;
}

.badge-v1-cus
{
	padding:10px;
	background-color: #383a40;
	color: #f2f2f2;
	letter-spacing: 2px;
	font-family: 'Main-Light', sans-serif;
	min-width:150px;
}

/* TABLE DARK v1 ---------------------------------------------------------------------------------------------------------------- */


.table-dark-v1
{
	color: #fff;
	background-color: #2c2f3a;
}

.td-v1-t1
{
	font-size: 13px;
	font-family: 'Main-Bold', sans-serif;
	color: #ece3e3;
	margin-bottom:10px;
}

.td-v1-t2
{
	font-size: 15px;
	color: #aaa;
}

.tx-header-v1
{
	font-size: 30px;
	font-family: 'Main-Light', sans-serif;
}

.tx-subheader-v1
{
	font-size: 13px;
	margin-left: 10px;
	display:none;
}

/* TABLE ---------------------------------------------------------------------------------------------------------------- */

.table-iv1 td {
    font-size:13px;
	color:#383a40;
	vertical-align:middle;
}

.table-iv1 thead th
{
	border-bottom: none;
	border-top: none;
	background-color: #f7f7f7;
	vertical-align:middle;
}

.table-iv1 th
{
	padding: 12px 15px;
}

.table-iv1 td
{
	padding: 15px 15px;
	border-top: 1px solid #f7f7f7;
}

.thead-v1x
{
	font-size:14px;
	color:#5c5f62;
	font-family: 'Main-Light', sans-serif;
}

.dataTables_wrapper
{
	margin-top:20px;
}

.page-link
{
	color:#4d4a4a;
}

.page-link:hover, .page-link:active, .page-link:focus
{
	-webkit-appearance:none;
	box-shadow: none;
}

.table-v2-x1 th
{
	background-color: #383a40!important;
	color: #f2f2f2 !important;
}

.table-v2-x2 td
{
	background-color: #ddd!important;
}

/* OVERRIDE ---------------------------------------------------------------------------------------------------------------- */

.text-uppercase
{
	text-transform:uppercase;
}

.text-capitalize
{
	text-transform:capitalize;
}

.text-bold1
{
	font-family: 'Main-Bold', sans-serif;
}

.checkbox-con1
{
	height:30px;
	width:30px;
	border:1px solid #ddd;
}


/* OVERRIDE ---------------------------------------------------------------------------------------------------------------- */

a
{
	color:#383a40;
}

a:focus,a:hover,a:active
{
	color:#383a40;
	opacity:0.9;
	text-decoration:none;
}

/* Alert ---------------------------------------------------------------------------------------------------------------- */

.alert-box-v1
{
	text-align: left;
	font-size: 15px;
	background-color:#fff;
	font-family: 'Main-Regular', sans-serif;
}

.close-quote
{
	line-height: 0.85;
}

.alert-warning
{
	color: #bb900e;
	border-color: #ffeeba;
	text-align: left;
}

.alert-success
{
	color: #0e5abb;
	border-color: #bac8ff;
}

.alert-danger
{
	color: #bb0e0e;
	border-color: #ffbaba;
}

@media (min-width: 771.98px) {
	
	.alert-box-v1
	{
		font-size: 16px;
	}
}


/* TRADEVIEW ---------------------------------------------------------------------------------------------------------------- */

.tradeview-graph-container-v112
{
	
}

.modal-body-pad-x1
{
	margin-top:25px;
	margin-bottom:25px;
}

.change-market-btn
{
	width: 100%;
	padding: 25px;
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
	background-color:#fff;
	border: 1px solid #ddd;
}

.change-market-btn:focus,.change-market-btn:hover,.change-market-btn:active
{
	background-color:#ddd;
}

.tradeview-top-info-container
{
	
}

.td-view-ul1
{
	list-style: none;
	padding-left: 0px;
}

.tdview-list-item1
{
	font-size:18px;
}

.tdview-list-item1-1
{
	font-size:13px;
}

.tdview-list-item2
{
	font-family: 'Main-light', sans-serif;
	margin-top: 15px;
	color: #4d4a4a;
	font-size:14px;
}

.apend-tdview-11
{
	min-width:60px;
	font-size:12px;
}

.tdview-btn123
{
	width:100%;
	margin-top:30px;
}

.model-currency-x1-txt
{
	text-transform:uppercase;
	font-size:12px;
	color: #a4abc5;
	
}

.table-delete-icon-v1
{
	font-size: 15px;
	color: #86878c;
}

.td-view-list-modal-v11
{
	list-style: none;
	padding-left: 0px;
}

.modal-list-v11-li
{
	padding: 20px 15px;
}

.modal-td1-listitem1
{
	font-family: 'Main-Regular', sans-serif;
	color: #4d4a4a;
	font-size: 15px;
}

.modal-td1-listitem2
{
	font-family: 'Main-Light', sans-serif;
	color: #4d4a4a;
	font-size: 15px;
}

.td-icon-open-close-v11
{
	font-size: 18px;
}

.td-icon-open-close-v11:hover, .td-icon-open-close-v11:active, .td-icon-open-close-v11:focus
{
	opacity:0.8;
	cursor:pointer;
}

/* EXCHANGE ---------------------------------------------------------------------------------------------------------------- */

.ex-logo-v1
{
	height:50px;
	width:50px;
}

/* NAVBAR ---------------------------------------------------------------------------------------------------------------- */

.navbar-v1
{
	background-color:#2c2f3a;
	padding:0px !important;
	height:60px
}

.nav-v1-sticky-top
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.nav-item-v2
{
	color: #555;
	font-family: 'Main-Regular', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #28262b;
	letter-spacing: 1px;
	font-weight: 500;
}

.navbar-v1-white
{
	background-color:#fff;
	box-shadow: 0px 5px 27px rgba(0,0,0,0.08) !important;
}

.container-fluid-nav1
{
	padding-left:0px;
}

.logo-container-v1-min
{
	width:120px;
	height:60px;
}

.logo-container-v1-inner-min
{
	background-color:white;
	height: 60px;
	width: 60px;
	float: left;
}

.logo-container-def
{
	height:60px;
}

.logo-container-v1-max
{
	width:360px;
}

.logo-container-v1-inner-max
{
	background-color:white;
	width: 300px;
	float: left;
}

.logo-container-v1-min-width
{
	width:120px;
}

.logo-container-v1-inner-min-width
{
	width: 60px;
}

.navcon-hide
{
	display:none;
}

.navcon-show
{
	display:block;
}

.navbar-brand-v1
{
	margin-left:10px !important;
}

.navbar-brand
{
	margin-left:30px;
	margin-top:7px;
}

.logo-text-v1
{
	font-family: 'Main-Bold', sans-serif;
	vertical-align:middle;
	color:#2c2f3a;
	font-size:23px;
	margin-left: 10px;
	letter-spacing: 3px;
}

.oicon-def
{
	font-size: 14px;
	color: #000;
}

.navbar-toggler:focus,.navbar-toggler:hover,.navbar-toggler:active
{
	opacity:0.8;
	cursor:pointer;
}

.nav-brand-logo-img
{
	height:35px;
}

.nav-icon
{
	color:#ece3e3;
}

.nav-toggle-icon
{
	color:#ece3e3;
	margin-right:15px;
}

.nav-icon-container
{
	cursor:pointer;
	padding:5px 15px;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.nav-list-item-x1
{
	padding-left:15px !important;
}

.user-menu-v1
{
	right: 0;
	left: auto;
	margin:0px;
	border:none;
	background-color:#2c2f3a;
	border-radius:2px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
}

.user-x1-toggle
{
	color:#ece3e3;
}

.user-x1-toggle:focus,.user-x1-toggle:hover,.user-x1-toggle:active,.user-x1-toggle > .active
{
	color:#ece3e3;
	opacity:0.8;
}


.user-dropdown-text-x1
{
	color: #ece3e3;
	padding: 15px;
	padding-left:25px;
	font-size: 15px;
}

.user-dropdown-text-x1:focus,.user-dropdown-text-x1:hover,.user-dropdown-text-x1:active,.user-dropdown-text-x1 > .active
{
	background-color:#353944;
	color: #ece3e3;
}


@media (min-width: 991.98px) {
	
	.offcanvas-menu
	{
		display:none !important;
	}

}


@media (max-width: 991.98px) {
	
	.logo-text-v1
	{
		font-size:20px;
	}
	
	.nav-icon-container
	{
		display:none !important;
	}
	
	.navbar-brand
	{
		margin-left:10px;
	}
	
	.offcanvas-user
	{
		display:none !important;
	}
	
	.logo-container-v1-max
	{
		display:none !important;
	}
	
	.logo-container-v1-min
	{
		display:inline-block !important;
	}

}

@media (max-width: 500px) {
	
	.nav-toggle-icon
	{
		margin-right:5px;
	}
	
	.logo-text-v1
	{
		margin-left:0px;
	}

}

/* SIDEBAR ---------------------------------------------------------------------------------------------------------------- */

.sidebar-main-con1
{
	max-width:300px;
}

.sidebar-toggle .sidebar-wrapper
{
	display:none !important;
}


.sidebar-container-x1
{
	height: 80vh;
	margin-top:60px;
	overflow: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.sidebar-container-x1::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.sidebar-menu
{
	margin-top:20px;
}

.side-nav-item
{
}

.sidebar-menu-icon-x1
{
	color:#ddd;
	margin-right:15px;
}

.sidebar-list-item-x1
{
	font-family: 'Main-Regular', sans-serif;
	color:#383a40;
	padding:15px;
	padding-left:45px;
	font-size:16px;
	
}

.sidebar-toggle-icon:focus,.sidebar-toggle-icon:hover,.sidebar-toggle-icon:active
{
	opacity:0.8;
	cursor:pointer;
}

.sidebar-list-item-x1:focus,.sidebar-list-item-x1:hover,.sidebar-list-item-x1:active,.sidebar-list-item-x1 > .active
{
	background-color:#fbfbfb;
}

.side-nav-item.active
{
	background-color:#f7f7f7;
}

.side-nav-item.active > .sidebar-list-item-x1 > .sidebar-menu-icon-x1
{
	color:#383a40 !important;
}


/* TABLE ---------------------------------------------------------------------------------------------------------------- */

.borderless-t1-main
{
	font-family: 'Main-Regular', sans-serif;
	color:#4d4a4a;
	font-size: 15px;
}

.borderless-t1-secondary
{
	font-family: 'Main-Light', sans-serif;
	color:#4d4a4a;
	font-size: 15px;
}


/* MODAL ---------------------------------------------------------------------------------------------------------------- */

.modal-content
{
	border-radius:2px;
}

.modal-header
{
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

.modal-title
{
	font-family: 'Main-Bold', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.modal-footer
{
	border-top:none;
	justify-content: initial;
}

.modal-header-t2
{
	padding: 1rem 1rem;
	margin-top:10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.header-t2-fix1
{
	padding-left:25px;
}

.modal-title-t2
{
	font-size: 15px;
	font-family: 'Main-light', sans-serif;
	color: #4d4a4a;
}

.close-no-out
{
	
}

.close-no-out:focus,.close-no-out:hover,.close-no-out:active,.close-no-out > .active
{
	outline:0 !important;
	box-shadow:none !important;
}

/* CONTENT ---------------------------------------------------------------------------------------------------------------- */

.content-container
{
	margin:20px;
	margin-bottom:50px;
	margin-top:80px;
}

.content-container-flex100
{
	margin-top:70px;
}


.card-v1
{
	border:none;
	box-shadow: 0px 0px 3px rgba(31, 30, 47, 0.05);
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 24px;
	min-height:50px;
}

.card-v1-tp-bg
{
	background-color:transparent;
	border-color:transparent;
	border:none;
	box-shadow:none;
}

.card-header-v1
{
	padding:10px 20px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 15px;
}

.card-header-v1-pad-bot-5
{
	padding-bottom: 5px !important;
}

.card-body-v1
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding:10px 20px;
	padding-bottom:25px;
}


.card-header-title-v1
{
	font-family: 'Main-Bold', sans-serif;
	font-size:15px;
}

.card-header-subtitle-v1
{
	font-size: 15px;
	font-family: 'Main-light', sans-serif;
	margin-top: 15px;
	color:#4d4a4a;
}

.card-header-subtitle-v1-1
{
	font-size: 16px;
}


.page-header-t1
{
	font-size:18px;
	color: #716d6d;
	margin-bottom: 20px;
}

.card-inner-header-container1
{
	
}

.card-inner-header-t1
{
	font-family: 'Main-Bold', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #4d4a4a;
	margin-bottom:20px;
}

.inner-row-con-v1
{
	margin-top:20px;
}


@media (min-width: 991.98px) {
	
	.card-header-v1
	{
		padding:15px 20px;
	}
	
	.card-body-v1
	{
		padding:15px 20px;
		padding-bottom:25px;
	}
	
	.card-header-subtitle-v1
	{
		font-size: 16px;
	}

}

/* CARD MIN ---------------------------------------------------------------------------------------------------------------- */
.cardx-con1-main
{
	min-height:30px;
	width:100%;
	background-color:#fff;
	padding: 15px 20px;
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
	box-shadow:0px 5px 7px rgba(0,0,0,0.08);
}

.cardx-con1-inner-head-t1
{
	font-family: 'Main-Bold', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#4d4a4a;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.cardx-con1-inner-content
{
	margin-top:10px;
	padding-left:5px;
}

.cardx-con1-inner-content-t1
{
	font-size:25px;
	color:#383a40;
	text-transform: capitalize;
}

.cardx-con1-inner-head-icon-t1
{
	float:right;
	top:3px;
	font-size: 25px;
	color: #ddd;
}

.cardx-con1-inner-footer
{
	margin-top:5px;
	padding-left:5px;
}

.cardx-con1-inner-footer-t1
{
	font-family: 'Main-Light', sans-serif;
	font-size:13px;
}

.cardx-inner-t1-clickable22
{
	cursor:pointer;
	color:#00459d !important;
}


/* PORTFOLIO ---------------------------------------------------------------------------------------------------------------- */

.portfolio-min-container1
{
	height:100px;
	background-color:#fff;
	margin-bottom: 20px;


}

.portfolio-chart-lg1
{
	height:500px;
}

.treeview-container-body
{
	margin-bottom:10px;
}

@media (max-width: 500px) {
	
	.portfolio-chart-lg1
	{
		height:300px;
	}
	
}

/* CARD ---------------------------------------------------------------------------------------------------------------- */


.card-v2-text1
{
	font-family: 'Main-Bold', sans-serif;
	font-size:25px;
}


.card-v2-text2
{
	font-family: 'Main-Regular', sans-serif;
	color:#a4abc5 !important;
	font-size:15px;
}

/* AUTH ---------------------------------------------------------------------------------------------------------------- */

.auth-container-v1
{
	
}

.content-card-v2
{
	background-color:#fff;
	width:100%;
	min-height:50px;
	border-radius:2px;
	margin-top:30px;
	padding:30px 50px;
	box-shadow:0px 5px 27px rgba(0,0,0,0.08) !important;
}


.auth-card-v2
{
	box-shadow:0px 5px 27px rgba(0,0,0,0.08) !important;
	text-align:center;
	max-width:550px;
	margin-top:50px;
	margin-bottom:50px;
}

.auth-body-v2
{
	padding:40px 20px;
}

.auth-body-2
{
	margin-top:30px;
}

.auth-text1
{
	color: #a4abc5 !important;
	font-size: 13px;
}

.auth-text2
{
	color:#383a40;
}

.auth-text2:hover, .auth-text2:active, .auth-text2:focus
{
	color:#383a40;
	opacity:0.9;
	text-decoration:none;
}

@media (max-width: 991.98px) {
	
	.content-card-v2
	{
		padding:30px 30px;
	}
	
}

@media (max-width: 500px) {
	
	.content-card-v2
	{
		padding:30px 15px;
	}
	
	.auth-card-v2
	{
		margin-top:25px;
	}
	
}

/* BUTTON ---------------------------------------------------------------------------------------------------------------- */

.btn-def-v1
{
	font-family: 'Main-Bold', sans-serif;
	font-size: 13px;
	border-radius: 3px;
	padding: 10px 25px;
	box-shadow: 0px 5px 7px rgba(0,0,0,0.08) !important;
	letter-spacing: 1.3px;
}

.btn-uppercase
{
	text-transform:uppercase;
}

.btn-def-v1:hover, .btn-def-v1:active, .btn-def-v1:focus
{
	-webkit-appearance:none;
	box-shadow: none;
}

.btn-full-wd
{
	width:100%;
}

.auth-btn-v1
{
	margin-top:20px;
}

.btn-icon-v1-1
{
	color: #4d4b4b;
	margin-right: 5px;
}

.btn-primary-v1
{
	background-color:#fff;
	color:#4d4a4a;
	border:1px solid #4d4a4a;
	height:45px;
}

.btn-primary-v1:hover, .btn-primary-v1:active
{
	background-color:#f2f2f2;
	color:#4d4a4a;
	opacity:0.95;
}

.btn-primary-v1:hover > .btn-icon-v1-1, .btn-primary-v1:active > .btn-icon-v1-1 .btn-primary-v1:focus > .btn-icon-v1-1
{
	color:#ddd;
}


.btn-secondary-v1
{
	background-color:#2c2f3a;
	color:#f2f2f2;
	height:45px;
}

.btn-secondary-v1:hover, .btn-secondary-v1:active
{
	background-color:#2c2f3a;
	color:#f2f2f2;
	opacity:0.95;
}

.table-btn-detailsx
{
	padding:8px 20px;
	height:auto;
	border: 1px solid #bbb;
	font-family: 'Main-Regular', sans-serif;
}

.td-btn-icon11
{
	margin-right:10px;
}

@media (max-width: 991.98px) {
	
	.btn-def-v1
	{
		font-size:14px;
	}

}

/* SETUP BTN ---------------------------------------------------------------------------------------------------------------- */

.setup-body-v1
{
	margin-top: 15px;
	margin-bottom: 30px;
}

.setup-btn-v1
{
	width:100%;
	padding: 25px;
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
}

.setup-btn-v1-wt-bg
{
	background-color:#fff;
}

.setup-btn-v1:hover, .setup-btn-v1:active, .setup-btn-v1:focus
{
	background-color:#fbfbfb;
	opacity:0.95;
}

.setup-title1-v1
{
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #383a40;
}

.setup-title2-v1
{
	font-family: 'Main-Light', sans-serif;
	font-size: 15px;
	color:#5c5f62;
}

.setup-icon-v1
{
	font-size: 30px;
	color:#ddd;
}

.setup-body2-v1
{
	margin-top:20px;
}

.setup-body2-t1
{
	font-family: 'Main-Light', sans-serif;
	font-size:16px;
	color:#5c5f62;
}

.setup-body2-t2
{
	font-family: 'Main-Regular', sans-serif;
	font-size:15px;
}

/* INFO ---------------------------------------------------------------------------------------------------------------- */

.info-iconx-v1
{
	color: #bbb;
	margin-left: 5px;
	font-size: 13px;
}

.btn-iconx-con1:focus > .info-iconx-v1 ,.btn-iconx-con1:hover > .info-iconx-v1,.btn-iconx-con1:active > .info-iconx-v1
{
	color:#86878c;
}


.btn-iconx-con1
{
	-webkit-appearance:none;
	box-shadow: none;
	outline:none;
	padding:0px;
	vertical-align: initial;
	height:25px;
}

.btn-iconx-con1:focus,.btn-iconx-con1:hover,.btn-iconx-con1:active
{
	-webkit-appearance:none;
	box-shadow: none;
	outline:none
}

/* FORM ---------------------------------------------------------------------------------------------------------------- */

.form-label-v2
{
	font-family: 'Main-Bold', sans-serif;
	font-size: 12px;
	color: #383a40;
}

.form-label-v2-2
{
	color: #a4abc5;
}

.form-g-left
{
	text-align:left;
}

.form-control
{
	border:1px solid #ccc;
	border-radius: 2px;
}

.form-control:focus,.form-control:hover,.form-control:active
{
	border-color: #3c3a3a;
    -webkit-appearance:none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder { color: #c5c5c5; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #c5c5c5; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #c5c5c5; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #c5c5c5; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #c5c5c5; }  /* Microsoft Edge */
.form-control:-ms-textarea-placeholder { color: #c5c5c5; }  /* Internet Explorer 10-11 */

@mixin tab-focus() {outline: none;}

input:focus, textarea:focus, select:focus{
	outline: none !important;
	outline: 0 !important;
}
	
select:hover, select:active, select:focus {
	outline: none !important;
	outline: 0 !important;
	border: none !important;
}

.inner-form-sm-v1
{
	max-width:500px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select {
    background: transparent;
}

/* BODY ---------------------------------------------------------------------------------------------------------------- */

html,body
{
	min-height:100%;
	letter-spacing:.5px;
}

html 
{
  position: relative;
}

body 
{
	font-family: 'Main-Regular', sans-serif;
	text-rendering: optimizeLegibility;
	font-size:16px;
	color:#383a40;
	line-height:1.5;
}

.no-padding-lr
{
	padding-right:0px !important;
	padding-left:0px !important;
}

.body-wrapper
{
	display:flex;
	width:100%:
}

.content-wrapper
{
	display: flex;
	flex-direction: column;
	width:100%;
	min-height:100vh;
	background-color: #f7f7f7;
}

.sidebar-wrapper
{
	background-color:#FFF;
	min-width:300px;
	box-shadow:20px 5px 27px rgba(0,0,0,0.08) !important;
	display: flex;
	flex-direction: column;
}


@media (max-width: 991.98px) {
	
	.sidebar-wrapper
	{
		display:none !important;
	}

}



/*FOOTER ---------------------------------------------------------------------------------------------------------------- */

.footer {
	background-color: #eee;
}

.footer-container
{
	padding-top:1rem;
	padding-bottom:1rem;
	background-color: #2c2f3a;
	color: #8a8a8a;
	font-size: 15px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* OFF-CANVAS ---------------------------------------------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 60px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  
}

/* Slider ---------------------------------------------------------------------------------------------------------------- */

.slidecontainer
{
	margin-bottom: 10px;
}

.slider-handle
{
	background-image:none !important;
	background-color: #2c2f3a !important;
}

.slider-track
{
	background: #e9ecef !important;
	border-radius:2px !important;
	width:100%;
}

.slider-selection {
	background: #2c2f3a !important;
	border-radius:2px !important;
}


/* CHECKBOX ---------------------------------------------------------------------------------------------------------------- */

.btn-checkboxx-def
{
	border-radius: 3px !important;
	min-width: 100px;
	font-size:15px;
	margin-right: 20px;
	padding:10px 30px;
	cursor:pointer;
	max-width:250px;
}






.btn-group, .btn-group-vertical {
    display: block !important;
}

.btn-checkboxx
{
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08) !important;
	background-color: #fff;
	border-color: #ececec;
	color: #716d6d;
}

@media (max-width: 991.98px) {
	
	.btn-checkboxx
	{
		margin-bottom:20px !important;
	}
}

@media (max-width: 700px) {
	
	.btn-checkboxx
	{
		max-width:200px;
	}

}

.btn-checkboxx:focus,.btn-checkboxx:hover,.btn-checkboxx:active,.btn-checkboxx > .active
{
	box-shadow:none !important;
	background-color: #383a40;
	border-color: #383a40;
	color: #f2f2f2 !important;
	opacity:0.95;
}

.btn-checkboxx:not(:disabled):not(.disabled).active, .btn-checkboxx:not(:disabled):not(.disabled):active, .show > .btn-checkboxx.dropdown-toggle
{
	box-shadow:none !important;
	background-color: #383a40;
	border-color: #383a40;
	color: #f2f2f2 !important;
}

.btn-checkbox1-icon
{
	display:none;
	color: #ddd;
	margin-right: 5px;
}






.btn-checkboxx:not(:disabled):not(.disabled).active  > .btn-checkbox1-icon, .btn-checkboxx:not(:disabled):not(.disabled):active > .btn-checkbox1-icon, .show > .btn-checkboxx.dropdown-toggle
{
	display:inline-block;
}



.btn-checkboxx2
{
	background-color: transparent;
	border-color: transparent;
	color: #716d6d;
	box-shadow: none !important;
	outline: 0 !important;
	padding-left:0px;
	text-align:left !important;
}

.btn-checkboxx2:focus,.btn-checkboxx2:hover,.btn-checkboxx2:active,.btn-checkboxx2 > .active
{
	background-color: #fff;
	border-color: #fff;
	color: #4d4a4a;
	-webkit-appearance:none;
	box-shadow: none !important;
	outline: 0 !important;
}

.btn-checkbox2-icon 
{
    color: #fff;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
	
}

.btn-checkboxx2:not(:disabled):not(.disabled).active  > .btn-checkbox2-icon , .btn-checkboxx2:not(:disabled):not(.disabled):active > .btn-checkbox2-icon , .show > .btn-checkboxx2.dropdown-toggle
{
	display:inline-block;
	background-color: #383a40;
	border-color: #383a40;
}

@media (max-width: 500px) {
	
	.btn-checkboxx
	{
		width:100%;
	}
	
	.btn-checkbox-wd-override
	{
		width:initial;
	}
	
	.btn-checkboxx2
	{
		width:100%;
	}


}

/* PROGRESSBAR ---------------------------------------------------------------------------------------------------------------- */

.custom-progressbar
{
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	margin-top:5px;
}

.progress
{
	margin-bottom:20px;
	border-radius: 2px;
}

.progress-bar
{
	background-color:#383a40 !important
}

/* NAV-SCROLLER ---------------------------------------------------------------------------------------------------------------- */

.nav-scroller {
  position: fixed;
  margin-top:60px;
  width:100%;
  box-shadow: 0px 5px 27px rgba(0,0,0,0.08) !important;
  font-family: 'Main-Light', sans-serif;
  padding-left:5px;
  padding-right:5px;
  
  z-index: 2;
  height: 45px;
  overflow-y: hidden;
  
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #5c5f62;
}

.nav-underline .nav-link:hover {
  color: #000;
}

.nav-underline .active {
  font-weight: 600;
  color: #383a40;
}