.attributeWrapper {
    padding: 6px 0;
}

.attributeWrapper label {
    width: 180px;
    display: inline-block;
    line-height: 1.5;
}

.attributeError {
    display: none;
    color: red;
}

#statusMapSpinnerHolder {
	text-align: center;
}

.ajaxLoading {
    text-align: center;
}

form[name="CAUserSettings"] .attribute_header {
    padding-top: 0;
    padding-bottom: 5px;
}

.caRow {
    padding-bottom: 12px;
}

.caRow label {
    width: 180px;
    display: inline-block;
}

#ca_save_button {
    margin-top: 5px;
}

label[for="linkCAIdea"] {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
    background: #e4e4e4;
    padding: 6px 10px;
    border: 1px solid #ccc; 
}

select#linkCAIdea {
	width: 100%;
}

.selectWrapper {
	width: 100%;
	text-align: center;
	padding: 6px;
}

.selectWrapper select {
	width: 100%;
	font-size: 14px;
}

.selectWrapper p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background: #ccc;
  border-radius: 6px;
  z-index: 20004;
  display: none;
}

.centered i {
	color: #fff;
}

.ajaxLoader {
	display: none;
	padding: 20px;
	text-align: center;
}

.ajaxLoader i {
	color: #aaa;
}

#alreadyLinked {
	display: none;
}

#tableContainer {
	padding: 6px;	
}

#tableContainer table {
	border: solid 1px #ccc;
	min-width: 700px;
}

#tableContainer tr {
	border: none;
}

#tableContainer tr th {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}

#tableContainer tr:nth-of-type(even) td {
	background: #e4e4e4;
}

#tableContainer tr th, #tableContainer tr td {
	border: none;	
	text-align: center;
	padding: 6px;
}

#tableContainer tr td:first-of-type {
	text-align: left;
}

.noResultsRender {
	padding: 10px;
	background: #e4e4e4;
	text-align: center;
	display: none;	
}

#removeCALink {
	cursor: pointer;
}

#existingPagination {
	display: none;
}

#existingPagination .pageBlock {
	float: right;	
}

.pageBlock span {
	margin: 6px;
}

.pageBlock p {
	line-height: 40px;
	margin-bottom: 0;
}

.pageBlock p span {
	margin: 0;
}

.binotify {
    display: none;
    position: fixed;
}

#rallyErrorMsg {
    background: #a94442 !important;
}

#CA-agile-create-popup .bimodal-container, #CA-remove-link-popup .bimodal-container, #CA-agile-existing-popup .bimodal-container,
#CA-error-handler-popup .bimodal-container {
	width: auto !important;
}

#CA-sync-statuses-popup p {
	font-weight: normal;
	font-size: 14px;
}

.CA-sync-statuses-popup {
    top: 50px !important;
}

#statusMapWrapper {
	display: none;
}

#nextPhase, #prevPhase {
	float: right;
}

.clearfix {
	clear: both;
}

.dl, #unlinkedBox {
	margin-bottom: 12px;
}

.dropdown dd, .dropdown dt, .dropdown ul { 
	margin: 0px; 
	padding: 0px; 
    margin-bottom: 10px;
}

.dropdown dd { 
	position: relative; 
}

.dropdown a, .dropdown a:visited { 
	color: #090127; 
	text-decoration: none; 
	outline: none;
}

.dropdown a:hover { 
	color: #090127;
}

.dropdown dt a:hover { 
	color: #090127; 
	border: 1px solid #ccc;
}

.dropdown dt a {
	display: block; 
    border: 1px solid #ccc; 
    width: 99%;
}

.dropdown dt a span {
	cursor: pointer; 
	display: block; 
	padding: 5px;
}

.dropdown dd ul { 
	background: #fff none repeat scroll 0 0; 
	border: 1px solid #ccc; 
	color: #090127; 
	display:none;
    left: 0px; 
    padding: 0;
    top: 2px; 
    width: auto; 
    min-width: 170px; 
    list-style: none;
    width: 99%;
}

.dropdown span.value { 
	display:none;
}

.dropdown dd ul li a { 
	padding:5px; 
	display:block;
}

.dropdown dd ul li a:hover { 
	background-color: #eee;
}

#caLogout {
	float: right;
}

#syncStatuses {
	font-size: 16px;
	margin: 6px 0;
	display: block;
    padding: 2px 12px;
}

#ca_content .fa-spinner {
	color: #000;
}

#status_list_head table tr td {
    width: 50%;
    text-align: center;
    font-size: 16px;
}

#ItemStates .attributeWrapper {
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 5px;
    margin-top: 5px;
}

#ItemStates .attributeWrapper input, #ItemStates .attributeWrapper select {
    width: 47%;
    padding: 4px 6px;
    font-size: 14px;
    margin: 5px;
    border: solid 1px #c8c8c8;
}

#ItemStates .attributeWrapper select {
    height: 30px;
}

#submitFormDiv {
    float: right;
}

#trialForm p {
    font-size: 13px;
    line-height: 1.2;
}

#selectCAWorkspace, #selectCAProject, #selectCAWorkItem {
    min-width: 350px;
}

#selectParentWrapper {
    display: none;
}

#selectParentWrapperValues {
    display: none;
}

.asterisk {
    font-weight: bold;
    color: red;
}

#CA-agile-existing-popup #bi-modal-button .green_btn_center {
    background: #2ecc71;
}

#rallySyncStatusSuccessMsg, #rallyLicenseMsg {
    text-align: center;
    left: 40%;
}

#caLicenseBanner {
    background: #fff7cc;
    width: 100%;
    padding: 20px 6px;
    display: none;
    position: relative;
    z-index: 2000;
    border-bottom: none;
}

#caLicenseBanner p {
    text-align: center;
    font-size: 14px;
}

#closeCaBanner {
    float: right;
    margin-top: 3px;
    margin-right: 20px;
    cursor: pointer;
}

#rallyLicenseMsg {
    display: none;
}

#caLicenseMsgContainer {
    padding: 5px;
}

#caLicenseMsgContainer h2 {
    margin-bottom: 7px;
}

#caLicenseMsgContainer .redactor-box {
    border: solid 1px #ccc;
}

#caLicenseMsgContainer textarea {
    outline: none;
    border: solid 1px #ddd;
    padding: 30px;
    width: 100%;
}

#licenseSubmit {
    float: right;
}

.clearfix {
    clear: both;
}
