
nav {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 56px;
	line-height: 56px;
	box-shadow: none;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	margin-bottom: 10px;
}

nav ul a,
nav .brand-logo {
	font-size: 100%;
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

nav ul li a {
	text-decoration: none;
	font-size: unset;
}

nav img {
	vertical-align: middle;
}

nav .sidenav-trigger i {
	color: #e65f44;
}
/*
body,
button,
input,
optgroup,
select,
textarea {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}*/

.form-control {
	height: 23px !important;
	padding-left: 5px !important;
}

label.control-label {
	padding-top: 0 !Important;
}

table {
	font-style: normal;
	font-size: medium;
}

.tTd tr td:nth-child(2) {
	width: 90%
}

.tTd tr td {
	padding: 5px;
}

code {
	background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #e55e45;
    color: #666;
    page-break-inside: avoid;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

input {
	border-radius: 0 !important;
}

.rightSideOne .form-control {
	height: 24px
}


.tTd tr td:first-child,.currencyIcon {
	background: #4CAF50;
	color: #fafafa;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 35px;
	display: block;
	height: 35px;
	line-height: 25px;
	font-size: 15px;
	margin: 2px;
	text-align: center;
	padding: 5px 0;
}
.tab a {
	color: #1e88e5 !important;
    font-size: large !important;
}

.page-footer {
	padding-top: 20px;
	color: #fff;
	background-color: #fafafa;
}

.select-wrapper input.select-dropdown {
	height: 35px;
}

a {
	text-decoration: none
}

.contItems {
	padding: 0;
}

.choosevalute {
	position: absolute;
	width: 280px;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.choosevalute {
		position: relative;
		width: 100%;
	}
	.row .col {
		padding:0;
	}
	.header-cards h1 {
		padding: 0;
		margin: 0;
		    font-size: 16px;
	}
	.header-cards .card-panel {
	 margin: 4px 0px 4px 4px;
    padding: 20px;
	}
}

.all ul {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	list-style: none;
}

.all ul li {
	background: #fefefe;
	-webkit-box-flex: 1;
	flex-grow: 1;
	width: 290px;
	padding: 10px;
	color: #3F51B5;
	border: 1px solid #f1f1f1;
	margin: 2px;
	margin-left: 0;
}

.all img {
	vertical-align: middle;
	float: left;
	padding: 0px 4px 0px 0px;
	height: 35px;
}

.all span {
	font-size: medium;
	line-height: 35px;
}

.all p {
	padding: 0;
	margin: 0;
}

.rightSideOne img {
	width: 100%;
	/*height: 30px;*/
}

h1 {
	font-size: 2rem;
	line-height: 110%;
	margin: 2.8rem 0 1.68rem 0;
}

.rightSideOne .card,
.rightSideOne input {}

span.badge {
	font-size: 1rem;
	line-height: 22px;
	color: white
}
.badgecur {
		display: inline-block;
float: right;
color: white;
padding: 0 10px;
font-size: 1rem;
}

.menu {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.bar1, .bar2, .bar3 {
    width: 100%;
    height: 4px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}
.circle_red {
    display: inline-block;
	  width: 0; 
	  height: 0; 
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-top: 10px solid #F44336;
}
.circle_green {
	
	     display: inline-block;
	  width: 0; 
	  height: 0; 
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-bottom: 10px solid #4CAF50;
	  
}
.dataTables_filter{
    margin-top: 10px;
}