main > .container {
    padding: 70px 15px 20px;
    display: grid;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
    border: 0;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.8);
}

@media(max-width:767px) {
	
	.nav-item {
		text-align:center;
	}
	
    .nav li > form > button.logout {
        display:block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.kv-table-header {
	background:none;
}

.create-portfolio-form {
	padding-left: 25%;
    padding-right: 25%;
}

.portfoliosList {
	margin-top:20px;
}

.portfoliosList a:hover {
	text-decoration:none;
}

.add-coin-in-portfolio-form {
	padding-left: 25%;
    padding-right: 25%;
}

.coin_search_field_in_portolio {
	width: 50%;
	float: left;
	padding:10px;
}

.coinSelectToAdd,.coinSelectToAdd2 {
	text-align:left;
	margin-bottom:20px;
}


.coinSymbolAndName {
	margin-left:20px;
}

.has-error .help-block {
	color:#f00;
}

.blockchainList {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}

.blockchainNameInList {
	font-size:20px;
}

.walletsList {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}

.walletNameInList {
	font-size:20px;
}

.transactionSelectToAdd {
	margin-bottom:40px;
}

.transactionSelectToAdd span {
	margin-top:10px;
}

.portfolioSummary {
	margin-top:25px;
	font-size:17px;
}

.portfolioName {
	font-size:30px;
}

.subPortfolioName {
	font-size:20px;
}
/*
----------------
 */
html, body {height: 100%;}
body {background-color: #23262D;font-family: "Play";color:#C5C0C0;}
body {padding-top: 20px;padding-bottom: 20px;}
* {
    outline: none;
}
h1 {font-size: 3rem;}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -40px;
    padding: 0 0 60px;
}
.not-set {color: #c55;font-style: italic;}
a:hover, a:focus, a:active {
    text-decoration: none;
}
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {content: "\e151";}
a.desc:after {content: "\e152";}
.sort-numerical a.asc:after {content: "\e153";}
.sort-numerical a.desc:after {content: "\e154";}
.sort-ordinal a.asc:after {content: "\e155";}
.sort-ordinal a.desc:after {content: "\e156";}
.grid-view th {white-space: nowrap;}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.image-grayscale {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.noselect {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.tltp {cursor: pointer;}
.squilla-black {color: #333;}
.squilla-white {color: #C5C0C0;}
.squilla-orange {color: #e84d3b;}
.squilla-green {color: #5cb85c;}
.squilla-aqua {color: #36BBA6;}
.row.no-gutters {
    margin: 0px;
}
.no-gutters [class^='col-'] {
    padding: 0px;
}
.btn {
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #32343B;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.43);
}
.btn:active, .btn:focus {
    border: 1px solid #30353B;
}

.btn.btn-default,.btn.btn-default:hover,.btn.btn-default:focus,.btn.btn-default:active,
.btn.btn-primary,.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active,
.btn.btn-danger,.btn.btn-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:active,
.btn.btn-warning,.btn.btn-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:active,
.btn.btn-info,.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info:active,
.btn.btn-link,.btn.btn-link:hover,.btn.btn-link:focus,.btn.btn-link:active,
.btn.btn-success,.btn.btn-success:hover,.btn.btn-success:focus,.btn.btn-success:active {
    background-color: #30353B;
}
.btn.btn-default:hover,.btn.btn-default:focus,.btn.btn-default:active,
.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active,
.btn.btn-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:active,
.btn.btn-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:active,
.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info:active,
.btn.btn-link:hover,.btn.btn-link:focus,.btn.btn-link:active,
.btn.btn-success:hover,.btn.btn-success:focus,.btn.btn-success:active {
    border-color: #3c434c;
}

.panel-danger > .panel-heading {
    background-color: rgba(217, 83, 79, 0.18);
    border-color: rgba(217, 83, 79, 0.18);
    color: #d9534f;
}
.panel-warning > .panel-heading {
    background-color: rgba(255, 193, 104, 0.18);
    border-color: rgba(255, 193, 104, 0.18);
    color: #f0ad4e;
}
.panel-success > .panel-heading {
    background-color: rgba(132, 255, 132, 0.18);
    border-color: rgba(132, 255, 132, 0.18);
    color: #5cb85c;
}

.btn.btn-primary, .btn.btn-default {color:#36BBA6;}
.btn.btn-success {color:#5cb85c;}
.btn.btn-danger {color:#d9534f;}
.btn.btn-warning {color:#f0ad4e;}
.btn.btn-info {color:#5bc0de;}

.btn.btn-link, a {color: #36BBA6;}

.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link:focus,
a:hover,a:focus,a:active {color: #68C7B8;}

textarea {
    resize: vertical;
}
.armory-image {
    width: 24px;
}
.armory-character-image {
    width: 40px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #3c434c;
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #3c434c;
}
::-webkit-scrollbar-thumb {
    background-color: #36BBA6;
}

/*
::-webkit-input-placeholder {color:#36BBA6;}
::-moz-placeholder          {color:#36BBA6;}
:-moz-placeholder           {color:#36BBA6;}
:-ms-input-placeholder      {color:#36BBA6;}
*/

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 8px 10px;
    color: #d8d4d4;
    background-color: #262a30;
    border: 1px solid #3c434c;
    border-radius: 0px;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    background-color: #262a30;
    color:#36BBA6;
    box-shadow: none;
}
.input-group-addon {
    padding: 6px 10px;
    color: #afacac;
    background-color: #262a30;
    border: 1px solid #3c434c;
    border-radius: 0px;
}
.pagination {
    border-radius: 0px;
	justify-content: center;
}
.pagination > li > a, .pagination > li > span {
    padding: 8px 10px;
    color: #afacac;
    background-color: #262a30;
    border: 1px solid #3c434c;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.badge {
    padding: 3px 7px;
    color: #36BBA6;
    background-color: #C5C0C0;
    border-radius: 10px;
}

/*# menu */
nav#general-menu,
.dropdown-menu {
    background-color: #202328;
}
nav#general-menu a.navbar-brand {font-size: 32px;}
ul.nav > li {
    z-index: 2;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    vertical-align: baseline;
}
#general-menu.navbar ul.nav > .active > a:focus,
#general-menu.navbar ul.nav > .active > a:hover,
ul.nav > .active > a.dropdown-toggle {
    background-color: inherit;
}
ul.nav > .active > a.dropdown-toggle,
#general-menu.navbar ul.nav > .active > a:focus,
#general-menu.navbar ul.nav > .active > a:hover {
    color: #36BBA6;
}

#general-menu ul.nav > li > a:not(.dropdown-toggle):before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: inherit;
    text-align: left;
    content: attr(data-hover);
    color: #36BBA6;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -moz-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    -webkit-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
#general-menu ul.nav > li > a {
    position: relative;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#general-menu ul.nav > li.active > a:not(.dropdown-toggle),
#general-menu ul.nav > li:hover > a:not(.dropdown-toggle) {
    -moz-transform: rotateX(90deg) translateY(-22px);
    -ms-transform: rotateX(90deg) translateY(-22px);
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
    background-color: inherit;
}
ul.nav > li.active > a,
ul.nav .open > a,
ul.nav > .open > a:hover,
ul.nav > .open > a:focus {
    background-color: inherit;
    background-image: none;
    border: 0px;
    box-shadow: none;
    color: #C5C0C0;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: inherit;
}
.nav-tabs > li > a {border: 0px;}
ul.nav > li a, .dropdown-menu > li > a:hover {color: #777;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #C5C0C0;
}
ul.nav > li > a:hover,
ul.nav > li.active > a:hover,
ul.nav > li.active > a:focus {
    background-color: inherit;
    border: 0px;
    color: #C5C0C0;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(52,55,60,0.79);
}
.dropdown-menu .divider {background-color: #9d9d9d;}
/*# menu end */
/*# carusel */
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #36BBA6;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.carousel-indicators .active {
    width: 30px;
    height: 3px;
}
/*# carusel end*/
/*# pagination*/

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: inherit;
}

.pagination > li > a,
.pagination > li > span {
    background-color: inherit;
    border: 0px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #9d9d9d;
    text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #36BBA6;
    background-color: inherit;
}
/*# pagination end*/
/*# breadcrumb */
.breadcrumb {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    color: #36BBA6;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    padding: 4px 7px 4px 8px;
    background-color: rgba(25,25,25,0.43);
    background-image: none;
    width: 100%;
    margin: 5px 0px 11px 0px;
    word-spacing: 1px;
    color: #36BBA6;
}
.breadcrumb > li > a {
    color: #36BBA6;
}
.breadcrumb > li > a:hover {
    color: #68C7B8;
}
/*# breadcrumb end */
/*# tables */
.table > tbody > tr.no-hover:hover {
    background-color: inherit;
}
.table > tbody > tr:hover:not(.no-hover) {
    background-color: #1f2021ba;
}
.table > tbody > tr > td {
    border: 0px;
    color: rgba(255, 255, 255, 0.8);
}
.table > tbody > tr:not(:last-child) {
    border-bottom: 1px solid #34373cc7;
}
/*# tables end */
/*# content */
.wrap > .push-header {padding: 31px 0px 20px;}
/*# content end */
/*# articles */
.article-item, .page-item {margin-bottom: 15px; padding: 10px;}
.article-item .article-title,
.article-item .article-title a {
    margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
    font-size: .85em;
}
.article-item .article-meta a {text-decoration: underline;}
.article-item .article-thumb {
    margin-right: 10px;
    margin-bottom: 10px;
}
.article-item .article-text {margin-top: 7px;}
/*# articles end */
/*# widgets */
.widget,
.flat {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.widget {
    background-color: inherit;
    padding: 10px 5px;
    border: 0px;
}
.widget .panel-heading {
    background-color: inherit;
    border-bottom-color: #C5C0C0;
    color: #C5C0C0;
}
.widget .panel-body {}
#widget-status_servers .panel-body .panel.server-panel {
    background-color: inherit;
    border: 0px;
}
#widget-status_servers .panel-body .panel.server-panel .panel-heading {
    color: #C5C0C0;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}
/*# widgets end */
/*# footer */
.footer {
    height: 60px;
    padding-top: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.43);
    background-color: #202328;
    border-top: 1px solid rgba(0,0,0,0.45);
}
/*# footer end */

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    #left-side {}
    #right-side {
        margin-top: 15px;
    }
    .text-center-xs {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .text-center-md {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .text-center-lg {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    #general-menu ul.nav > li > a:not(.dropdown-toggle):before {
        left: 5px;
    }
    .navbar-right .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        left: initial;
        right: initial;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: rgba(52,55,60,0.79);
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
    }
    .navbar-nav {
        float: none!important;

    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #general-menu .container {
        width: 100%;
    }
    #general-menu .navbar-collapse.in {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
}
@media (max-width: 768px) {
    ul.nav {width: 100%;}
}
.datepicker-days table td,
.datepicker-days table td:hover,
.datepicker-days table td:active,
.datepicker-days table td:focus,
.datepicker-days table th,
.datepicker-days table th:hover,
.datepicker-days table th:active,
.datepicker-days table th:focus,
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th,
.datepicker-months .month,
.datepicker-months .month:focus,
.datepicker-months .month:hover,
.datepicker-years .year,
.datepicker-years .year:focus,
.datepicker-years .year:hover,
.datepicker-decades .decade,
.datepicker-decades .decade:focus,
.datepicker-decades .decade:hover,
.datepicker-centuries .century,
.datepicker-centuries .century:focus,
.datepicker-centuries .century:hover,
.dropdown-item:hover, .dropdown-item:focus
{
    color: #36BBA6;
}

.table-bordered > thead.kv-table-header > tr,
.table-bordered > thead.kv-table-header > tr > th,
.table-bordered > thead.kv-table-header > tr > td,
.kv-table-header > tr,
.kv-table-header > tr > th,
.kv-table-header > tr > td,
.dropdown-item,
.kv-checkbox-list label
{
    color: #36BBA6;
}

.kv-table-wrap tr > td:first-child span.in {
    color: #ccc;
}

.kv-table-wrap tr > td:first-child span.out {
    color: #a94442;
}

.kv-table-wrap td {
		
}

@media screen and (max-width: 480px) {
	
	.portflioTable td {
		max-width:50%;
		display: inline-block;
		font-size:1em !important;
		border:0 !important;
		margin:0 !important;
		padding:15px !important;
	}
	
	.portflioTable th {
		max-width:50%;
		display: inline-block;
	}
	
	
    .kv-table-wrap tr > td:first-child {
        border-top: 0;
        margin-top: 10px;
        font-size: 1.5em;
    }
    .kv-table-wrap tr > td {
        padding: 5px;
    }
	
    .element-hide-for-smarts {display: none !important}
}

@media screen and (max-width: 1024px) {
    .element-hide-for-ipads {display: none}
    ul.nav > li {font-size: 1rem;}
    ul.nav > li > form > button {font-size: 1rem;}
	
	h1 {
		font-size: 2rem !important;
	}
}

@media screen and (max-width: 925px) {
    .element-hide-for-ipads {display: none}
    ul.nav > li {font-size: 0.75rem;}
    ul.nav > li > form > button {font-size: 0.75rem;}
}

.table-bordered th, .table-bordered td {
    border: 1px solid #36BBA6;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused,
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover,
.datepicker table tr td span:hover, .datepicker table tr td span.focused
{
    background: #444444;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.dropdown-item:hover, .dropdown-item:focus
{
    background-color: #292d36;
    border: 0px;
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 1256px;
    }
}

@media (max-width: 480px) {
	.holding-table .filters {
		display:none;
	}

	.holding-table th, .holding-table td {
		display: table-cell;
		text-align: center;
		font-size: 0.8em !important;
		max-width:25%;
	}
    .management-table .filters {
        display:none;
    }
    .management-table th, .management-table td {
        display: table-cell;
        text-align: center;
        font-size: 0.6em !important;
        padding: 5px;
        max-width: 100%;
    }

    .input-output-table .filters {
        display:none;
    }

    .input-output-table th, .input-output-table td {
        display: table-cell;
        text-align: center;
        font-size: 0.4em !important;
        max-width:100%;
        padding: 20px;
    }
    .wallets-table .filters {
        display:none;
    }
    .wallets-table th, .wallets-table td {
        display: table-cell;
        text-align: center;
        font-size: 0.5em !important;
        max-width:100%;
        padding: 20px;
    }
    .transaction-table .filters {
        display:none;
    }
    .transaction-table th, .transaction-table td {
        display: table-cell;
        text-align: center;
        font-size: 0.4em !important;
        padding: 20px;
        max-width: 100%;
    }

	.portflioTableMainPage th, .portflioTableMainPage td {
		display: table-cell;
		text-align: center;
		font-size: 0.8em !important;
		max-width:25%;
	}
	
}
.portfolioMenuButton{
    margin: 8px;
}
.portfolioMenuButton2{
    padding: 8px 10px;
    line-height: 30px;
    margin-right: 6px;
}
.navbar-brand{
    margin-right: 2px;
    font-size: 16px;
    text-shadow:0 0 15px #36BBA6, 0 0 40px #0081bc;
}
.highcharts-root{
    border-radius: 20px;
}
.form-control{
    border-radius: 10px;
}
.tables-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.grid-view .summary {
    display: none;
}

.kv-field-range-container{
    position: relative;
    top: -25px;
}

.portfolioIndexCard {
    /*min-width: 400px;*/
    min-height: 220px;
    padding: 20px;
    box-shadow: 5px 5px 5px #599781;
    margin-top:25px;
    font-size:17px;
    border-radius: 10px;
}
/* toggle_switch */
.toggle_switch{
    display: flex;
    justify-content: flex-end;
}
.indexInformation{
    padding:10px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #36BBA4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #d92e2e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #d92e2e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(-26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
