html, body {
	height: auto;
	background-color: #cbdaec47 !important;
}
body {
	margin: 0;
	padding: 0;
}

.table-rad th, .table-rad td {
	border:0;
}

.table-rad th, .table-rad td {
	font-weight: 500;
	font-size: 11px;
}

table.table-rad tr:last-child th:first-child {
	border-top-left-radius: 8px;
}

table.table-rad tr:last-child th:last-child {
	border-top-right-radius: 8px;
}

table.table-rad tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

table.table-rad tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}



/* Navbar */
.navbar-c-main {
	background-color: #3D5B7D !important;
	padding-left: 65px;
	box-shadow: 3px 4px 22px 0 rgba(32, 33, 36, .28);
}

.bg-c-primary {
	background-color:#3D5B7D !important
}

.content-wrapper {
	/*max-width: 1200px;*/
	padding: 40px 50px;
}

/* Sidebar */
.sidebar-c {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 8px;
	box-shadow: 4px 4px 20px 0 rgba(36, 37, 38, 0.15);
}

.sidebar-c-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.info-wallet-wrapper {
	display: inline-block;
}

.sidebar-menu {
	border: 0;
	margin-bottom: 16px;
	box-shadow: 0px 0px 9px 4px rgba(167, 167, 167, 0.28);
	border-radius: 9px !important;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #737373;
}

.sidebar-menu.active {
	background-color:#E8E8E8;
	border-radius: 0px 9px 9px 0px !important;
	box-shadow: -5px 8px 9px 0 #1e426b3d;
	color: #3E3E3E ;
}

.sidebar-menu.active:before {
	content: " ";
	display: block;
	height: 30px;
	width: 13px;
	background-color: #e8e8e8;
	position: absolute;
	left: -12px;
	top: 0;
	border-radius: 9px 0px 0px 9px;
	/*box-shadow: 0px 0px 22px 0 rgba(32, 33, 36, .28);*/
}

/* Sideview */

.side-view {
	border:none;
	border-radius: 8px;
	box-shadow: 4px 4px 20px 0 rgba(36, 37, 38, 0.15);
}

.head-tools {
	display: flex;
	margin-bottom: 25px;
}

.filter-pin {
	display: flex;
}

.filter-item {
	background-color: #f3f3f3;
	margin: 2px;
	padding: 5px 20px;
	border-radius: 32px;
	border: 1px solid #949494;
	color: #737373;
	font-size: 11px;
}

.filter-item.active {
	background-color: #1e426b2e;
	border: 1px solid #335173;
}

.box-group {
	border: 1px solid grey;
	font-size: 12px;
	padding: 8px;
	border-radius: 8px;
	height: 35px;
	display: flex;
}

.icon-group {
	position: relative;
	top: -2px;
	width: 20px;
}

/* Memo */

.memo-wrapper {
	position: relative;
	left: -20px;
	bottom: -10px;
	margin-right: -40px;
	background-color: #E8E8E8;
	border-radius: 0px 0px 0px 8px;
}

.memo-sidebar {
	float: left;
	width: 175px;
	background: #fff;
	overflow-y: auto;
	position: relative;
	height: 400px;
	background-color: #E8E8E8;
	padding: 20px 0px;
	margin-bottom: -10px;
	border-radius: 0px 0px 0px 8px;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #eaecee;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.memo-view {
	position: relative;
	overflow: auto;
	height: 400px;
	padding: 20px 0px;
	background-color: #F3F3F3;
	margin-bottom: -10px;
}

.memo-menu-group {
	margin-top: 20px;
}

.memo-menu-group .sidebar-menu {
	background-color:#E8E8E8;
	border: 0;
	margin-bottom: 0px !important;
	box-shadow: none;
	border-radius: 0px !important;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
}

.memo-menu-group .sidebar-menu.active {
	background-color: white;
	box-shadow: none;
	color: #000;
	border-left: 4px solid #3d5b7d;
	border-radius: 4px 0px 0px 4px !important;
}

.memo-menu-group .sidebar-menu:hover {
	background-color: #c7c7c7;
}

.memo-menu-group .sidebar-menu.active:before {
	display: none;
}

/* Input */

.input-c:focus {
	box-shadow: none;
	border-color: #D3E34B ;
}

.input-c.rad-left {
	border-radius:10px 0px 0px 10px !important;
}

.input-c.rad-right {
	border-radius:0px 10px 10px 0px !important;
}

/* Typography contract */

.text-c-primary {
	color: #3d5b7d;
}

.text-nominal {
	font-weight: 700;
	font-size: 24px;
}

.text-mini {
	font-size: 11px;
}

.text-grey-smooth {
	color: #545454;
}

.text-green-lemon {
	color: #D3E34B;
}

.text-center {
	display: block;
	margin: 0px auto;
}


/* Button */

.btn-c-primary {
	height: 35px;
	width: auto;
	padding: 0px 20px;
	border-radius: 10px;
	background-color: #3D5B7D;
	border: 1px solid #3D5B7D;
	color: #D3E34B;
	font-size: 13px;
}

.btn-c-primary-mini {
	height: 17px;
	width: auto;
	padding: 0px 5px;
	border-radius: 10px;
	background-color: #3D5B7D;
	border: 1px solid #3D5B7D;
	color: #D3E34B;
	font-size: 10px;
}

.btn-c-secondary {
	height: 35px;
	width: auto;
	padding: 0px 20px;
	border-radius: 10px;
	background-color: #a5a5a5;
	border: 1px solid #3D5B7D;
	color: #ffffff;
	font-size: 13px;
}

.btn-c-type3 {
	height: 35px;
	width: auto;
	padding: 0px 20px;
	border-radius: 40px;
	background-color: #D3E34B;
	border: none;
	color: #000;
	font-size: 13px;
}

.btn-c-type3:hover {
	background-color: #D3E34B;
	border: 1px solid #000;
	color: #000;
}

.btn-c-type3:active {
	background-color: #D3E34B !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.btn-c-type4-mini {
	height: 17px;
	width: auto;
	padding: 0px 5px;
	border-radius: 10px;
	background-color: #f3f3f3;
	border: 1px solid #949494;
	color: #737373;
	font-size: 10px;
}

.btn-deposit {
	display: inline-block;
	position: absolute;
	right: 14px;
}

.btn-center {
	display: block;
	margin: 0px auto;
}

/* Position contract */

.mt-reverse-5 {
	margin-top: -5px;
}

.pd-left-40 {
	padding-left: 40px;
}

.m-tb-10-0 {
	margin:10px 0px;
}

/* Stylush contract */


.no-border {
	border:0;
}

.bg-dark-grey {
	background-color: #ABABAB;
	color:white;
}

.separator {
	background-color: #c7c7c7;
	height: 1px;
	margin: 10px 0px 20px 0px;

}

.separator:after {
	content: " ";
	display: block;
	background: #c7c7c7;
	height: 1px;
	width: 100px;
	position: absolute;
	right: 0px;

}

/* Effect contract */

.hov-ease-out {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.hov-ease-out:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	opacity: 1;
	box-shadow: 0px 0px 8px 4px #1e426b3d;
}

.hov-border:hover {
	color: #335173;
	border: 1px solid #335173 ;
}

/* Modal */

.modal.fade .modal-dialog.modal-dialog-zoom {
	-webkit-transform: translate(0,0)scale(.5);
	transform: translate(0,0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
	-webkit-transform: translate(0,0)scale(1);
	transform: translate(0,0)scale(1);
}

.modal-rad {
	border-radius:10px;
}


/* Date picker custom */

.datepicker thead tr .dow {
	color: #3D5B7D;
	text-transform: uppercase;
	font-size: 11px;
}

.datepicker th.datepicker-switch {
	width: 145px;
	background: #3D5B7D;
	color:#D3E34B;
}

.datepicker th.datepicker-switch:hover {
	background: #778390 !important;
	color:#D3E34B;
}

.datepicker table tr td.active {
	background: #3D5B7D !important;
	color:#D3E34B !important;
}


/* Static page */

.static-view {
	border: none;
	border-radius: 20px;
	box-shadow: 4px 4px 20px 0 rgba(36, 37, 38, 0.15);
	background-color: #3D5B7D;
}

.static-body {
	flex: 1 1 auto;
}

.static-wrapper {
	padding: 10px;
	height: auto;
	background: #FFFFFF;
	border-radius: 0px 0px 20px 20px;
}

.static-page-logo {
	display: flex;
	justify-content:center;
	margin:10px;
}

.static-menu-group {
	background-color: #fff;
	box-shadow: 0px 8px 20px 0px rgba(32, 33, 36, 0.15);
}

.static-menu-group .nav-item:hover::after {
	content: " ";
	display: block;
	height: 2px;
	border-radius: 57px;
	background: #D3E34B;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.static-menu-group .nav-item.active::after {
	content: " ";
	display: block;
	height: 2px;
	border-radius: 57px;
	background: #D3E34B;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav-item.active .nav-link.static-page  {
	color: #3d5b7d;
}

.nav-link.static-page {
	color: #808080;
	font-size: 11px;
}

.nav-link.static-page:active {
	color: #000 !important;
	text-decoration: none;
	background-color: #e2e2e2;
}

.nav-link.static-page:hover {
	color: #3d5b7d;
}

.static-content {
	margin: 25px;
	font-size: 12px;
}

.text-nominal {
    font-weight: 700;
    font-size: 16px;
}


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