|  | @@ -1955,6 +1955,12 @@ a:hover {
 | 
	
		
			
				|  |  |  .fill_width {
 | 
	
		
			
				|  |  |    width: 100% !important; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +.breadcrumbs {
 | 
	
		
			
				|  |  | +  white-space: nowrap;
 | 
	
		
			
				|  |  | +  text-overflow: ellipsis;
 | 
	
		
			
				|  |  | +  padding-right: 200px;
 | 
	
		
			
				|  |  | +  overflow: hidden; }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  .top {
 | 
	
		
			
				|  |  |    padding: 20px; }
 | 
	
		
			
				|  |  |    .top-breadcrumbs {
 | 
	
	
		
			
				|  | @@ -2362,7 +2368,7 @@ a:hover {
 | 
	
		
			
				|  |  |  .fill_width {
 | 
	
		
			
				|  |  |    width: 100% !important; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
 | 
	
		
			
				|  |  | +.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .segmented-button, .segmented-button:visited, .segmented-button:hover {
 | 
	
		
			
				|  |  |    border: 0;
 | 
	
		
			
				|  |  |    border-radius: 4px;
 | 
	
		
			
				|  |  |    font-size: 13px;
 | 
	
	
		
			
				|  | @@ -2430,7 +2436,31 @@ a:hover {
 | 
	
		
			
				|  |  |    background-color: #6f7e95;
 | 
	
		
			
				|  |  |    color: #fff; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -a.button {
 | 
	
		
			
				|  |  | +.segmented-button, .segmented-button:visited, .segmented-button:hover {
 | 
	
		
			
				|  |  | +  font-size: 12px;
 | 
	
		
			
				|  |  | +  text-align: center;
 | 
	
		
			
				|  |  | +  background-color: #d0dbe6;
 | 
	
		
			
				|  |  | +  color: #6f7e95;
 | 
	
		
			
				|  |  | +  padding: 0 10px;
 | 
	
		
			
				|  |  | +  display: inline-block;
 | 
	
		
			
				|  |  | +  text-transform: none;
 | 
	
		
			
				|  |  | +  border-radius: 0; }
 | 
	
		
			
				|  |  | +.segmented-button:hover {
 | 
	
		
			
				|  |  | +  background-color: #639af5;
 | 
	
		
			
				|  |  | +  color: #fff; }
 | 
	
		
			
				|  |  | +.segmented-button:active {
 | 
	
		
			
				|  |  | +  background-color: #6f7e95;
 | 
	
		
			
				|  |  | +  color: #fff; }
 | 
	
		
			
				|  |  | +.segmented-button.disabled {
 | 
	
		
			
				|  |  | +  background-color: #d0dbe6 !important;
 | 
	
		
			
				|  |  | +  color: #6f7e95;
 | 
	
		
			
				|  |  | +  opacity: 0.5; }
 | 
	
		
			
				|  |  | +.segmented-button.left {
 | 
	
		
			
				|  |  | +  border-radius: 4px 0 0 4px; }
 | 
	
		
			
				|  |  | +.segmented-button.right {
 | 
	
		
			
				|  |  | +  border-radius: 0 4px 4px 0; }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +a.button, a.segmented-button {
 | 
	
		
			
				|  |  |    line-height: 32px; }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  textarea {
 | 
	
	
		
			
				|  | @@ -3559,6 +3589,9 @@ table#change-history {
 | 
	
		
			
				|  |  |    background-color: #fff;
 | 
	
		
			
				|  |  |    border-radius: 4px;
 | 
	
		
			
				|  |  |    min-width: 800px; }
 | 
	
		
			
				|  |  | +  .changeform-navigation {
 | 
	
		
			
				|  |  | +    float: left;
 | 
	
		
			
				|  |  | +    margin-bottom: 20px; }
 | 
	
		
			
				|  |  |    .changeform-tabs {
 | 
	
		
			
				|  |  |      border-bottom: 2px solid #ecf2f6;
 | 
	
		
			
				|  |  |      padding-left: 16px !important; }
 |