@import url(bootstrap.css);
@import url(responsive.css);
@import url(font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic);

body {
	background: #f1f2f6;
}

::-webkit-scrollbar { 
    display: none; 
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.navbar-bank .nav {
	margin: 0;
}

.navbar-bank {
	margin-top: 20px;
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: white;
	background-image: none;
	border-width: 0;
	filter: none;
	-webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
	z-index: 1500;
}

.navbar-bank .nav > li > a {
	padding: 25px 20px 25px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

.navbar-bank .nav > .active > a, .navbar-bank .nav > .active > a:hover, .navbar-bank .nav > .active > a:focus {
	color: #555555;
	text-decoration: none;
	background-color: rgba(0,0,0,0.05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-bank .brand {
    padding: 15px 20px 15px;
    font-weight: 300;
    color: #666666;
    text-shadow: none;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.dropdown-menu {
	background-color: #ccd0d9;
	padding: 10px 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	color: white;
	text-align: left;
}

.dropdown-menu {
	padding: 10px 0;
	margin: 0;
}

.navbar .nav > li > .dropdown-menu:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ccd0d9;
	border-left: 6px solid transparent;
}

.navbar .nav > li > .dropdown-menu:before {
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccd0d9;
	border-left: 7px solid transparent;
}

.dropdown-menu li a, .dropdown-menu li a:hover {
	font-size: 14px;
	color: white;
}

.dropdown-menu li a:hover {
	background-image: none;
	background-color: #aab2bd;
}

.btn-bank {
	color: #ffffff;
	padding: 10px 15px;
	text-shadow: none;
	background-color: #aab2bd;
	background-image: none;
	border-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-bank:hover {
	color: white;
	background-color: #97e2ec;
	text-decoration: none;
}

.navbar .btn-navbar {
	float: right;
	padding: 7px 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #ffffff;
	text-shadow: none;
	background-color: #aab2bd;
	background-image: none;
	border-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar .btn-navbar .icon-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

hr {
	border-top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.well {
	padding: 20px;
	background-color: white;
	border: 0;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0 2px 0px rgba(0,0,0,0.1);
	position: relative;
}

.with-bg {
	background-image: url(../img/bg.png);
	background-size: 100%;
	color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.profile img {
	margin-right: 10px;
}

.profile h1 {
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	margin: 5px 0 5px;
}

.profile h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	margin: 0;
}

.profilepic {
	float: left;
	height: 50px;
	width: 50px;
	background: #ed5564;
	margin-right: 10px;
	border-radius: 100%;
	text-align: center;
	font-size: 25px;
	font-family: Bitter;
	font-weight: 700;
	color: white;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
	line-height: 45px;
}

.pp-large {
	float: none;
	margin: auto;
	height: 80px;
	width: 80px;
	font-size: 40px;
	line-height: 75px;
}

.status {
	height: 55px;
	margin-top: 20px;
}

.status div {
	float: left;
	width: 66px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

.status div:first-child {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.status div:last-child {
	border-left: 1px solid rgba(0,0,0,0.1);
}

.status div h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

.status div h2 {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	margin: 0;
}

h1 {
	font-size: 25px;
	font-weight: 300;
	margin: 0;
	line-height: 50px;
}

.current div {
	font-size: 32px;
	padding: 10px 0;
}

.settings {
	font-size: 18px !important;
	margin: 0;
	padding: 0 !important;
}

.utilities {
	font-size: 18px !important;
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	padding: 0 !important;
}

.utilities.open, .utilities.open:hover {
	color: darkgrey;
}

.utilities a, .utilities a:hover, .settings a, .settings a:hover {
	color: grey;
	text-decoration: none;
}

.utilities i {
	font-size: 18px;
}

.log {
	list-style: none;
	padding: 0;
	margin: 0;
}

.log li {
	margin: 15px 0;
}

.log li:last-child {
	margin: 0;
}

.log li b {
	font-weight: 300;
	font-size: 16px;
}

.log li p {
	font-size: 12px;
	font-style: italic;
}

.amount {
	margin-top: 10px;
	text-shadow: none;
	background-color: #aab2bd;
}

.landing h1 {
	font-size: 55px;
	margin: 0 0 15px;
	color: rgba(0,0,0,0.3);
}

.landing p {
	font-weight: 300;
	font-size: 18px;
	color: white;
}

.grapefruit {
	background: #ed5564;
}

.sunflower {
	background: #ffce55;
}

.grass {
	background: #a0d468;
}

.mint {
	background: #48cfae;
}

.aqua {
	background: #50c1e9;
}

.jeans {
	background: #5d9cec;
}

.lavander {
	background: #ac92ed;
}

.pinkrose {
	background: #ec87c1;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: white;
	padding: 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.input-block-level {
	min-height: 40px;
}

legend {
	font-weight: 300;
}

.alertbox {
	color: white;
}

.alertbox h1 {
	margin: 0px 0px 10px;
	line-height: normal;
	text-align: center;
}
.alertbox a, .alertbox a:hover {
	color: white;
	text-decoration: none;
}

.datepicker {
	width: 280px;
	margin: 5px 0 0 0;
	padding: 5px;
}

.datepicker:before {
	border-bottom: 6px solid transparent;
}

.datepicker:after {
	border-bottom: 6px solid #ccd0d9;
}

.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled], .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
	color: #ffffff;
	background-color: #abb2bd;
}

.datepicker td span.active, .datepicker td.active, .datepicker td.active:hover {
	color: #ffffff;
	text-shadow: none;
	background-image: none;
	border-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.kill h1 i {
	font-size: 60px;
	line-height: 75px;
	color: rgba(0,0,0,0.3);
}

.kill p {
	font-size: 20px;
	color: white;
	line-height: 30px;
	font-weight: 300;
}

@media (max-width: 979px) {
  .status {
	  margin-bottom: -20px;
  }
  .status div {
    width: 27.34873%;
    padding: 5px 5px 0 5px;
  }
  
  .status div h1 {
	  font-size: 8px;
  }
  
  .status div h2 {
	  font-size: 12px;
  }
  
  .navbar-bank .nav > li > a {
	  padding: 15px 10px 15px;
  }
  
  .navbar-bank .brand {
	  border-right: 0;
  }
  
  .about-user h1 {
	  font-size: 18px;
	  line-height: 15px;
	  margin-top: 15px;
  }
  
  .navbar .btn-navbar {
    margin: 21px 0 0;
  }
  
  .dropdown-menu {
  	left: -140px;
  }
}

@media (max-width: 767px) {
  .status div {
    width: 31%;
  }
}

@media (max-width: 480px) {
  .status div {
    width: 29%;
  }
}

.activemail {
	color: #ed5564;
}

.mailbox {
	margin: 0;
}

.mailbox tr {
	height: 50px;
}

.mailbox tr:hover {
	color: #ed5564;
	cursor: pointer !important;
}

.mailbox tr:first-child td {
	border-top: 0;
}

.mailbox tr td:first-child {
	padding: 15px 0 15px 15px;
}

.mailbox tr td {
	padding: 15px;
}

.tid .header {
	margin: auto;
	padding: 40px 0px;
	text-align: center;
}

.tid div > legend {
	text-align: center;
}

.tid div > form {
	margin: 0;
}
