body {
    font: 10px sans-serif;
    margin: 0;
}

.main-container {
    width: 1216px;
    margin: auto;
    margin-bottom: 100px;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

header {
    border-bottom: 1px solid #78243d;
    background-color: #faebd7;
}

.menu {
    margin: 0 auto;
    width: 300px;
    height: 60px;
}

.menu-item {
    width: 140px;
    margin-top: 23px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    color: #78243d;
}

.menu-item a {
    text-decoration: none;
    color: #78243d;
}

.menu-item:hover a {
    color: #78243d;
    text-decoration: none;
    font-weight: bold;
}

.title {
    text-transform: uppercase;
    margin: 80px 0;
    font-size: 18px;
    font-weight: bold;
    margin-left: 400px;
}
.start-title{
    margin-left: 0;
    text-align: center;
}
form, .right-section {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.calculatorform {
    padding-left: 45px;
    width: 35%;
}
.form-group {
    margin-bottom: 0 !important;
}
.all-architectures-images {
    width: 812px;
    margin: auto;
}

.architecture-image {
    width: 100px;
    height: 95px;
    margin-bottom: 50px;
    margin-top: -150px;
    margin-left: 390px;
}

.arch-img {
    width: 100px;
    height: 95px;
}

.img-container {
    display: inline-block;
    margin-right: 50px;
    margin-left: 50px;
    cursor: pointer;
}

.img-container span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.arch0 {
    background-image: url('../images/chain.jpg');
}

.arch1 {
    background-image: url('../images/star.jpg');
}

.arch2 {
    background-image: url('../images/mesh.jpg');
}

.arch3 {
    background-image: url('../images/hypercube.jpg');
}

.form-input input, .form-input label {
    display: block;
}

.form-input input, .form-input select {
    width: 200px;
    height: 30px;
}

.form-input {
    height: 70px;
}

.error-info {
    font-size: 10px;
    color: red;
}

.table-param td, input, select {
    width: 100px;
    heighgt: 30px;
}

button {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: transparent;
    border: 1px solid #78243d;
    color: #78243d !important;
    width: 200px;
    height: 35px;
    margin-top: 30px !important;
}

button:hover {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #78243d;
    background-color: #78243d;
    color: #fff !important;
}

button.has-error {
    cursor: text;
    border: 1px solid #918885;
    color: #918885 !important;
}

button.has-error:hover {
    cursor: text;
    border: 1px solid #918885;
    color: #918885 !important;
    background-color: #fff !important;
}

.table-param, .table-solution {
    display: table;
    width: 100%;
}

.table-row input {
    display: table-cell;
    width: 25%;
}

.table-header span {
    width: 24%;
    display: inline-block;
    height: 30px;
    text-align: center;
}

.table-row span {
    width: 21%;
    display: inline-block;
    height: 30px;
    text-align: center;
}

h3 {
    text-align: center;
    margin-top: 0 !important;
}

.table-solution span {
    width: 48%;
    display: inline-block;
    height: 30px;
    text-align: center;
}

.table-solution {
    width: 90% !important;
    margin-top: 50px;
}

.solution-time h3 {
    text-align: left;
}

input.ng-invalid.ng-dirty {
    border: 1px solid red;
    color: red;
    outline-color: red;
}

.params-form {
    width: 90%;
}

.start-form {
    width: 100%;
}

.start-architecture {
    margin: auto;
    width: 350px;
}

.btn-find {
    margin-left: 40px;
}

.btn-rst {
    width: 150px;
}

.comm {
    font-weight: bold;
}