@font-face {
  font-family: 'Assistant-AutoPat';
  src: url("../fonts/Assistant-Regular.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Assistant-AutoPat';
  src: url("../fonts/Assistant-SemiBold.ttf");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: 'Assistant-AutoPat';
  src: url("../fonts/Assistant-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
	display: flex;
	flex-direction: row;
	 color: #4d515a;
  	font-size: 16px;
  	line-height: 24px;
  	background-color: #ecf0f8;
  	font-family: Assistant-AutoPat, sans-serif;
  	overflow-x: hidden;
}

.abcRioButtonLightBlue, .abcRioButton, .abcRioButtonContents {
	background-color: #ecf0f8 !important;
	box-shadow: none !important;
	font-family: Assistant-AutoPat, sans-serif !important;
	font-size: 16px !important;
	letter-spacing: normal !important;
}

.hidden {
	display: none!important;
	transition: display 1s;
}

.clear {
	opacity: 0%;
	transition: opacity 0.5s;
	pointer-events: none;
}

#screen {
	position: fixed;
	top: 97px;
	left: 320px;
	height: 100vh;
	width: calc(100vw - 685px);
	background-color: #ecf0f8;
	z-index: 1000;
}


/****************************CONTAINERS****************************/

#app, #oat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	min-width: 1020px;
}

#left-container {
	position: fixed;
	background-color: #ffff;
	width: 320px;
	left: 0px;
	height: 100vh;
	border-radius: 0px;
	z-index: 100;
}

#title {
	font-size: 150%;
	color: white;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left:15px;
}

.sign-in {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 3;
}

.sidebar-element {
	margin-top: 15px;
	margin-left:15px;
}

.user-label {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#content {
	counter-reset: claim_counter;
	counter-reset: figure_counter;
	position: absolute;
	top: 0px;
	left: 320px;
	width: calc(100% - 670px);
	min-height: 100vh;
}

.info-container {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 335px;
	margin-right: 15px;
	margin-top: 97px;
	padding-left: 10px;
	padding-right: 10px;
	background: white;
	display: flex;
	flex-direction: column;
	border-radius: 3px;
	box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.feature-header, .claim-number-header, .figure-number-header {
	text-align: center;
	margin: 15px;
	margin-bottom: 0px;
}

.feature-header {
	border-top: 2px solid gray;
}

.nav {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.nav-button {
 	padding: 5px;
 	text-align: center;
 	font-size: 16px;
 	width: 50%;
 	border-radius: 0px;
 	cursor: pointer;
 }

.nav-button:hover {
	color: white;
}

.children {
	margin-left: 20px;
}

/****************************TABS****************************/

.tab-input {
	display: none;
}

.tab {
	padding-bottom: 350px;
}

.tab-content {
	flex-direction: column;
	position: relative;
	margin-top: 97px;
	margin-bottom: 97px;
	padding-left: 50px;
}

.tab-header {
	z-index: 2;
	background-color: #ecf0f8;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 97px;
	padding-top: 35px;
	padding-left: 350px;
}

/****************************CLAIMS****************************/

.claim {
	border-radius: 0px;
	counter-increment: claim_counter;
}

.claim-buttons {
	display: none;
	flex-direction: row;
	justify-content: left;
}

/****************************FIGURES****************************/

.figure {
	counter-increment: figure_counter;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
}

.selected-figure {
	background-color: rgba(225,225,225,1);
	padding: 5px;
}

.figure-number {
	cursor: pointer;
}

.figure-number:after {
	content: counter(figure_counter);
}

.figure-number-header:after {
	content: ' ' counter(figure_counter);
}

.figure-category {
	border: none;
}

.figure-identifier, .preamble {
	cursor: pointer;
	outline:none;
	z-index: 10;
	display: inline;
}

.move-figure {
	position: absolute;
	width: 22px;
	top: 45px;
	left: -28px;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 24px;
	background: #fff;
	border-radius: 5px;	
	padding: 2px;
	font-size: 24px;
	padding-left: 3px;
}

.figure-content {
	width: 100%;
	margin-right: 15px;
	padding-right: 25px;
}

.figure-content .figure-delete-button {
	position: absolute;
	display: none;
	top: 2px;
	right: 2px;
}

.figure-content:hover .figure-delete-button {
	display: inline-block;
}

.figure-description {
	border:none;
	outline: none;
	width:100%;
}

.steps, .components {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
}

.component {
	position: relative;
	margin-top: 5px;
	width: 250px;
}

.component-name {
	width: 225px;
}

.add-component-button, .add-step-button {
	margin-top: 15px;
}

.step {
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	padding-right: 25px;
}

.step-text {
	width: 100%;
}

.step-delete-button {
	position: absolute;
	right: 10px;
	top: 0px;
}

.move-steps {
	position: absolute;
	top: 2px;
	left: -17px;
	display: flex;
	flex-direction: column;
	width: 12px;
	height: 100%;
	font-size: 14px;
}

.move-steps > .button {
	display: none;
}

.step:hover .move-steps > .button {
	display: block;
}

.move-step-button:hover {
	font-weight: bold;
	color: blue;
}

/****************************PARTS, ACRONYMS****************************/

#parts-header > div, .part-info-container, #acronym-header > div, .acronym-abbreviation-container {
	width: 300px;
}

.part, .acronym {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 3px;
}

.invalid-sentence {
	background-color: rgba(255,236,236,1);
}

.additional-sentences, .hide-sentences {
	cursor: pointer;
}

.part-text-container {
	margin-left: 15px;
	width: 100%;
}

.part-text {
	position: relative;
	padding-right: 25px;
	margin-bottom: 15px;
}

.acronym-definition {
	width: 100%;
	padding-right: 50px;
}

.acronym-definition input {
	width: 100%;
	margin-left: 25px;
	height: 50px;
}


/****************************CONFIGURATION****************************/

#configuration-button {
	margin-top: 0px !important;
	margin-bottom: 29px !important;
}

.configuration-element {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	margin-top: 10px;
}

.configuration-header {
	margin-left: 50px;
}

.configuration-button {
	margin-left: 15px;
	position: relative;
	width: 250px;
}

.claim-variations {
	margin-top: 30px;
	margin-left: 50px;
}

.variation {
	display: flex;
	flex-direction: row;
}

.variation-column {
	margin:10px;
}

.left-column {
	width: 185px;
}

.right-column {
	width: 100%;
	margin-right: 25px;
}

.variation-element {
	margin-top: 5px;
}

.variation-label {
	font-weight: bold;
}

.variation-delete-button {
	position: absolute;
	top: 2px;
	right: 2px;
}

/*Redesign*/

h1, h2, h3, h4, h5, h6 {
  font-family: Assistant-AutoPat, sans-serif; }

h1 {
  font-size: 3.3em;
  line-height: 0.95; }

h2 {
  font-size: 1.875em;
  line-height: 1.1;
  color: #456db6;
  font-weight: 600; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  font-size: 21px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 20px; }

a {
  color: #456db6;
  outline: 0; }
  a:hover {
    color: #456db6;
    outline: 0; }

a:hover, a:active, a:focus {
  outline: 0; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #4d515a;
  opacity: 1;
  font-size: 16px; }

#claims, #acronyms, #parts, #configuration, #figures {
	display: none;
}

#claims-tab:checked ~ #labels #claims-label,
#acronyms-tab:checked ~ #labels #acronyms-label,
#parts-tab:checked ~ #labels #parts-label,
#configuration-tab:checked ~ #labels #configuration-label,
#figures-tab:checked ~ #labels #figures-label {
	background-color: #ecf0f8;
}

#claims-tab:checked ~ #content #claims,
#acronyms-tab:checked ~ #content #acronyms,
#parts-tab:checked ~ #content #parts,
#configuration-tab:checked ~ #content #configuration,
#figures-tab:checked ~ #content #figures {
    display: block;
}

.main-menu {
	z-index: 200;
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0px;
	top: 375px;
	width: 320px;
  padding-bottom: 53px;
  margin: 0;
  padding: 0;}
  .main-menu label {
    padding: 17px 45px;
    position: relative; }
    .main-menu label:hover {
      background-color: #ecf0f8; }
      .main-menu label:hover:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        background-color: #456db6;
        left: 0;
        top: 0; }
    .main-menu label {
      color: #4d515a;
      font-weight: 600;
      margin: 0px;
      text-transform: uppercase;
      text-decoration: none; }
      .main-menu label:hover {
        color: #4d515a;
        text-decoration: none; }

#logo {
	background-color: #456db6;
	text-align: center;
	padding: 24px; 
	z-index: 3;
}

#sidebar {
	padding: 30px 15px 20px;
}

.content-title {
  margin-top: 30px; 
}

.sidebar-input:focus {
	outline: none;
}

.detail-outline {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  border-radius: 3px;
  position: relative;
  margin-bottom: 25px;
  outline:none;
  min-height: 48px;
}
.detail-outline input, .detail-outline select, .detail-outline textarea, .detail-outline .select, .detail-outline span {
	background-color: transparent;
	outline: none;
	border: none !important;
	width: 100%;
	resize: none;
}
.detail-outline:before {
	content: attr(title);
	color: #456db6;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: -8px;
	padding: 0 15px;
	letter-spacing: 0.1em; 
}
.detail-outline .select {
	line-height: 41px;
}

.feature-component input, .feature-info-text div {
    width: 100%;
    font-size: 16px;
    color: #4d515a;
    border: none;
    max-height: 148px;
    overflow-y: hidden;
}

.action-buttons {
	position: fixed;
	left: 0px;
	bottom: 10px;
	width: 300px;
  padding: 0 15px; }
  .action-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .action-buttons ul li {
      border-style: solid;
      border-width: 2px;
      border-color: #f3f6f9;
      border-radius: 3px;
      background-color: #ecf0f8;
      padding: 10px 10px 10px 80px;
      margin-bottom: 10px;
      position: relative; }
      .action-buttons ul li a {
        text-transform: uppercase;
        font-weight: 600;
        line-height: .9375;
        display: inline-block;
        color: #456db6;
        text-decoration: none; }
      .action-buttons ul li a:before {
        position: absolute;
        height: 30px;
        left: 25px;
        display: block;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;}
      .action-buttons ul li .save-app:before {
        content: url("../img/save.svg");}
      .action-buttons ul li .print-spec:before {
        content: url("../img/print.svg");}
      .action-buttons ul li .print-drawing:before {
        content: url("../img/print-d.svg");}

.action-buttons a:hover {
	color: #4d515a;
}

.user-login {
	z-index: 3;
	position: fixed;
	top: 25px;
	right: 180px;
	width: 120px;}
  .user-login:before {
    content: url("../img/user.svg");
    position: absolute;
    height: 36px;
    left: -50px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .user-login a {
    color: #4d515a;
    text-decoration: none; }
    .user-login a:hover {
      text-decoration: none;
      color: #4d515a; }
    .user-login a span {
      color: #456db6;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.1em;
      text-transform: uppercase; }

.login-buttons .google-login {
  padding: 24.5px 15px 24.5px 52px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .login-buttons .google-login:before {
    content: url("../img/google.svg");
    position: absolute;
    height: 36px;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .login-buttons .google-login a {
    color: #4d515a;
    text-decoration: none; }
    .login-buttons .google-login a:hover {
      text-decoration: none;
      color: #4d515a; }

.claim-number-header:after {
	content: ' ' counter(claim_counter);
}

.dropdown {
  margin-top: 0px !important;
}

.dropdown .dropdown-menu {
	display:block;
	width: calc(100% + 2px);
	padding: 0;
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: none;
	border-style: solid;
	border-width: 2px;
	border-color: #f3f6f9;
	border-top: none;
	margin-top: 1px;
	margin-left: -1px;
	margin-right: -1px; 
}

.dropdown .dropdown-menu li {
  padding: 10px 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; 
}

.dropdown .dropdown-menu li:hover {
  background-color: #b8bec3; 
}

.dropdown.active .claim-category:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); 
}

.claim-details {
  max-height: calc(100vh - 97px);
  overflow-y: auto; 
}

#claimtab {
  border: none;
  outline: 0; }
  #claimtab .nav-item {
    width: 50%;
    text-align: center; }
  #claimtab .nav-link {
    border: none;
    color: #4d515a;
    font-weight: 600;
    background-color: #b8bec3; }
    #claimtab .nav-link.active {
      color: #456db6;
      font-weight: 600;
      background-color: #fff; }

#claimtabcontent {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
  margin-bottom: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.detail-button:after {
    content: var(--image);
    position: absolute;
    height: 62px;
    width: 62px;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; 
}

.statutory-class input {
    width: 100%;
	border:none;
    height: 41px; 
}

.statutory-class-list {
  margin-top: 10px;
  padding: 0;
  list-style: none; }
  .statutory-class-list li {
    position: relative;
    padding: 10px 50px 10px 30px;
    display: inline-block;
    border-radius: 3px;
    background-color: #f3f6f9;
    margin-right: 10px;
    margin-bottom: 12px; }
    .statutory-class-list li .remove-class {
      cursor: pointer;
      position: absolute;
      height: 15px;
      right: 15px;
      top: -5px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
      .statutory-class-list li .remove-class:after {
        content: url("../img/remove.svg"); }


.blue-button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #456db6;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.blue-button:hover {
	background-color: #ecf0f8;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; 
}

.nav-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nav-arrows a {
    font-weight: 600;
    letter-spacing: 0.1em; }
    .nav-arrows a:hover {
      text-decoration: none; }
    .nav-arrows a.hidden {
      color: #b8bec3; }

.nav-arrows a.next:after {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-blue.svg");
  margin-left: 15px; }

.nav-arrows a.hidden.next:after {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-grey.svg");
  margin-left: 15px; }

.nav-arrows a.prev:before {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-blue.svg");
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav-arrows a.hidden.prev:before {
  display: inline-block;
  vertical-align: middle;
  content: url("../img/arrow-right-grey.svg");
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.content-title {
  margin-left: 64px;
  margin-bottom: 34px; }

.claim-wrap, .figure-content, .part, .acronym, .variation, .configuration-part {
  position: relative;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
  padding: 25px;
  padding-right: 0px;
  margin-bottom: 15px;
  margin-right: 15px; 
  padding-bottom:25px;
  min-width: 400px;
}

.claim-wrap, .figure-content {
	padding-top:10px;
}

.claim-number, .figure-number {
  position: absolute;
  top: 0;
  left: -34px;
  width: 34px;
  height: 38px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #456db6; }
.claim-number:before {
	content: counter(claim_counter) '.';
}

.feature {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 25px;
}

.control-buttons-wrap, .control-buttons {
	display: none;
}

.content-unit:hover .control-buttons-wrap {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 15px;
}

.feature:hover .control-buttons-wrap {
	display: flex;
	justify-content: flex-end;
}

.element:hover .control-buttons {
	display: flex;
	flex-direction: column;
}

.delete-feature:hover, .add-feature:hover {
    background-color: white; 
}
.delete-feature {
	position: absolute;
	top: -5px;
	right: 27px;
	height: 0px;
	width: 0px;
}
.delete-feature:before {
	content: url("../img/delete.svg");
	display: inline-block;
	height: 27px;
	width: 27px;
}
.add-feature {
	position: absolute;
	top: 15px;
	right: 27px;
	height: 0px;
	width: 0px;
}
.add-feature:before {
	content: url("../img/add-feature.svg");
	display: inline-block;
	height: 27px;
	width: 27px;
}

.element-outline {
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f6f9;
  border-radius: 3px;
  position: relative;
}

.element:hover .element-outline {
	border-color: #456db6;
	border-bottom-right-radius: 0px
}

.features-list {
  max-height: calc(100vh - 97px);
  overflow-y: auto; }

.add-claim, .add-figure, .add-part {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #456db6;
  margin-left: 35px;
  line-height: 1; }
  .add-claim:hover, .add-figure:hover, .add-part:hover {
    color: #456db6;
    text-decoration: none; }
  .add-claim:before, .add-figure:before, .add-part:before {
    content: url("../img/add-new.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }

.delete-claim {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b8bec3;
  margin-left: 35px;
  line-height: 1; }
  .delete-claim:hover {
    color: #b8bec3;
    text-decoration: none; }
  .delete-claim:before {
    content: url("../img/trash.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }

.left-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.content {
	margin-left: 320px;
	margin-right: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.claims {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.configuration-part {
	margin-left: 50px;
	padding: 50px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .left-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px; }
  .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 320px); } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 720px); }
  .claims {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px; } }


