﻿.form-signin
{
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}


.navbar{
	min-height:50px;
}
.navbar-brand{
	padding-top:0px;
}

:-ms-input-placeholder.form-control {
	color: #ccc;
}

::-webkit-input-placeholder {
		color: #ccc !important;
}
::-mox-placeholder {
		color: #ccc !important;
}

:-mox-placeholder {
		color: #ccc !important;
}

/* IE9 support */
.placeholdersjs{
		color: #ccc !important;
}

@media (max-width: 768px) {
	.rcbItem input[type=checkbox], input[type=radio] {
		margin-right: 10px !important;
	}
    .rcbHovered input[type=checkbox], input[type=radio] {
		margin-right: 10px !important;
	}
}


@media (max-width: 768px) {
	input[type=checkbox] {
		/* Double-sized Checkboxes */
		-ms-transform: scale(2); /* IE */
		-moz-transform: scale(2); /* FF */
		-webkit-transform: scale(2); /* Safari and Chrome */
		-o-transform: scale(2); /* Opera */
		
		margin: 10px;
	}
}

@media (min-width: 1200px) {
  .container {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
	input[type=checkbox], input[type=radio] {
		padding-right: 4px !important;
	}
}

small {
	font-size: 0.6em;
	color: silver;
}

label {
    font-weight: normal;
}

textarea {
		line-height: 1.0 !important;
	}


/* Telerik overrides */

.rcbEmptyMessage{
	font-style: normal !important;
    color: silver !important;
}

.riEmpty{
	font-style: normal !important;
    color: silver !important;
}


.rcbDisabled .rcbInput {
	color: black !important;
}

.rcbInner.rcbDisabled {
	background-color: rgb(238, 238, 238) !important;
}

.rcbSeparator input { display: none }