@charset "utf-8";

body {
	background-color: #F3F5F7;
	overflow-y: scroll;
}

.main-section {
	background-color: #FFF;
}
#smallTopBar a:focus {
	color:white !important;
}

.contain-to-grid, .top-bar {
	background-color: rgb(225, 225, 225);
}

.top-bar-section li:not(.has-form) a:not(.button)rgb(51, 51, 51) {
	background-color: rgb(225, 225, 225);
}

.dropdown a {
	text-transform: none !important;
}

ul.right li {
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
}

.contain-to-grid {
	background-color: #FFF;
}
input, #saveBtn{
	transition: all 0.2s ease !important;
}
.input-wrapper{
	display: flex;
  margin: 0 0 1rem 0;
  align-items: center;
}
.editable{
	margin:0 !important;
}
.isEdited{
	background: #ffffb2 !important;
	box-shadow: none !important;
}

.isNotActive{
	background: #b9b9b9;
}
.isNotActive:hover{
	background: #b9b9b9;
	cursor: default;
}
.isActive{
	background: #ffd950;
	color: #5e5e5e;
	font-weight: 600;
}
.isActive:hover{
	background: #ffb950;
}
.revert-button{
	color: white;
	background: #636363;
	position: absolute;
	padding: .3em .8em;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 1.8em;
	transition: all 0.2s ease;
}
.revert-button:hover{
	background: #9c9c9c;
	transform: translateY(-2px);
}
.revert-button:active{
	transform: translateY(0px);
}

.revert-button span{
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

/* override button padding which excludes mobile devices */
@media screen and (min-width: 737px){
	.left-button-padding-override{
		padding-left: 0;
	}
	.right-button-padding-override{
		padding-right: 0;
	}
}


#cancelBtn{
	background: #b8b8b8;
}
#cancelBtn:hover{
	background: #7a7a7a;
}
fieldset{
	background: #fafafa;
	border-radius: 10px;
}

h3{
	font-weight: bold;
}

input:disabled{
	box-shadow: none;
	background: #f1f1f1 !important;
	color: #737373;
}

<!--[if IE]>
.input-wrapper{
	display:block;
}
.revert-button{
	top:28px;
}
<![endif]-->