﻿* { box-sizing: border-box; -moz-box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-width: 300px; }
a { text-decoration: none; }
h1 { font-size: 1.8em; padding: 5px; margin: 5px 5px 10px 5px; border-radius: 5px; }
h2 { font-size: 1.2em; padding: 5px; margin: 10px 5px; border-radius: 5px; }
h3 { font-size: 1.1em; padding: 5px; }
input[type=text], select, textarea { border-radius: 5px; padding: 2px 5px; border: 1px solid #CCC; }
select, option { text-overflow: ellipsis; }
input[type=button], input[type=submit], a.fakeButton { text-align: center; border-radius: 5px; padding: 5px; border: 1px solid #CCC; transition: color 0.2s, background-color 0.2s; background-color: #E0EFFF; -webkit-appearance: none; }
input[type=button]:hover, input[type=submit]:hover, select:hover, a.fakeButton:hover, a.fakeButton:focus { cursor: pointer; }
input[type=button]:hover, input[type=submit]:hover, input[type=button]:focus, input[type=submit]:focus, a.fakeButton:hover, a.fakeButton:focus { background-color: #2075B1; color: #FFF; }
input[type=button].selected, input[type=button].current, a.fakeButton.current { background-color: #004990; color: #FFF; border-color: #004990; }
a img { border: none; } /* IE still does this */

/* CSS spec requires these be separate selectors */
input[placeholder] { text-overflow: ellipsis; }
::-moz-placeholder { text-overflow: ellipsis; }
::-webkit-input-placeholder { text-overflow: ellipsis; }
:-ms-input-placeholder { text-overflow: ellipsis; }

/* Site/theme stuff */
#content { padding-bottom: 50px; }
.iblock { display: inline-block; vertical-align: top; }
label.cbx { padding: 2px 5px; border-radius: 5px; transition: background-color 0.2s; }
label.cbx:hover, label.cbx:focus { background-color: #EEE; cursor: pointer; }

/* New Worknet Button */
.btn.btn-primary.worknetbtn {
	text-decoration: none;
	color: #fff !important;
	background: #004990;
	border-color: #004990;
}

.btn.btn-default.worknetbtn {
	text-decoration: none;
	color: #004990;
	background: #fff !important;
	border-color: #004990;
}

.btn.worknetbtn:hover {
	font-weight: bold;
	/*border: ##004990  solid 2px;*/
} 