*{
	-webkit-font-smoothing:antialiased;
}
.hidden_input{
	display: none;
	float: left;
	width:40%;
	padding:15px;
	background: #d4d4d4;
}
.notes {
    background-attachment: local;
    background-image:
        linear-gradient(to right, white 10px, transparent 10px),
        linear-gradient(to left, white 10px, transparent 10px),
        repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    line-height: 31px;
    padding: 8px 10px;
}
.content-header{border-bottom: 1px solid #fcb3b8; padding-top:20px!important; padding-bottom: 10px;}
th{padding:8px 10px; background: #dd4b39; color:#ffffff; font-family: 'Roboto Condensed', sans-serif; font-weight:400;}
table tr{margin:2px; padding:8px 10px; background: #e5e5e5;}
td{margin:2px;}
#skin-grey{
	background: #e5e5e5;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
#bg-white{
	background: #FFF;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
#bg-blue{
	background: #FFF;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
.clear{
	clear: both;
}
.content-header h1{font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size: 35px!important;}
.button-1{
	color: #ffffff;
	padding: 50px 60px;
	background: #ff0033;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-2{
	color: #ffffff;
	padding: 50px 60px;
	background: #006666;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-3{
	color: #ffffff;
	padding: 50px 80px;
	background: #006699;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-4{
	color: #ffffff;
	padding: 50px 60px;
	background: #330066;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-5{
	color: #ffffff;
	padding: 50px 60px;
	background: #ff0000;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.modal-dialog{
	width:1080px!important;
}
.half-width-box{
	float:left;
	width:45%;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
.inner-box{
	float: left;
	width:46%;
	padding: 30px 25px;
	margin-right: 10px;
	text-align: center;
	border-radius: 3px;
	background: rgba(218, 223, 225, 1);
}
.my-row{
	width: 100%;
	padding:10px 30px!important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  color: #ff0033;
  font-size: 84px;  /* Preferred icon size */
  text-align: center;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.material-icons:hover{
	opacity: 0.8;
	transition: 0.5s;
}
.my-btn-text{
	font-size: 25px;
	text-align: center;
	line-height: 0.8em;
}
.form-control{
	border-radius: 2px!important;
}
label{
	color: #444;
	font-size: 18px;
}
input{border-bottom: 1px solid rgba(108, 122, 137, 1);}
.box-body{overflow-y: scroll;}