body {
    font-size: 20px;
}

h2 {
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    display: inline-block;
}

.swm-topbar {
    background: #252628;
    font-size: 14px;
    color: #bbbbbb;
    display: block;
    margin: 0 auto;
    width: auto;
    position: relative;
    padding: 0;
    line-height: 40px;
    border-bottom-style: solid;
}

.swm-container {
    padding: 0 15px;
    max-width: 1200px;
}

.swm-topbar .swm-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% + 50px);
    height: 100%;
    display: block;
    z-index: 0;
    width: 100%;
}

.swm-topbar .swm-container:before,
.swm-topbar-content .left:before,
.swm-topbar-content .left:after {
    background: #d83030;
}

.swm-topbar .swm-container:before,
.swm-topbar-content .left:before,
.swm-topbar-content .left:after {
    background: #ff5a00;
}

.swm-topbar-content .left,
.swm-topbar-content .right {
    padding: 5px 0;
    position: relative;
    z-index: 1;

}

.left {
    float: left;
}

.right {
    float: right;
}

.clear,
.clearfix,
.clearall,
.clear:after,
.clearfix:after {
    clear: both;
}

#steps_header {
    width: 100%;
    display: flex;
    justify-content: center;

}

#steps_steps {
    width: 95%;
    display: table;
    table-layout: fixed;
}

.steps_header_container {
    width: 80%;
    display: flex;
    table-layout: fixed;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    justify-content: center;
}

.steps_header .step_item {
    width: 25%;
    text-align: center;
    color: #aaa;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.steps_header .step_item.step_active {
    background-color: transparent;
    color: #ff5a00;
    font-weight: 600;
}

.steps_header .step_item.step_completed {
    background-color: transparent;
    color: #008000;
    font-weight: 600;
}

.steps_header .step_item::after,
.steps_header .step_item::before {
    content: ' ';
    width: 100%;
    height: 1px;
    z-index: 1;
    top: 20px;
    right: 0;
    background: #aaa;
    position: absolute;
}

.steps_header .step_item.step_active::before {
    background: #ff5a00;
}

.steps_header .step_item.step_completed::before {
    background: #008000;
}

.steps_header .step_item .step_number {
    width: 40px;
    height: 40px;
    z-index: 2;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    line-height: 32px;
    border: 2px solid #aaa;
}

.steps_header .step_item .step_number,
.steps_header .step_item .step_text {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-size: 18px;
}

.steps_header .step_item.step_active .step_number {
    background: #fff;
    color: #ff5a00;
    border-color: #ff5a00;
}

.steps_header .step_item.step_completed .step_number {
    background: #fff;
    color: #008000;
    border-color: #008000;
}

.steps_header .step_item.step_active .step_number.activeD {
    border: 3px solid #ff5a00;
    font-weight: bold;
}

.pinokio {
    background: #fdfdfd;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 1em;
    margin-bottom: 4em;
}

.footer {
    padding-top: 50px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

.spacerW20 {
    width: 20px;
    display: inline-block;
}

.fas {
    font-size: 20px;
    margin-right: 5px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ff5a00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    top: -9px;
}

.tooltip i {
    padding-left: 2px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 20px;
    padding: 10px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


label {
    display: inline;
}

.selctmis {
    margin-bottom: 5px;
}

.rowflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.rownorm {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.rownopads {
    max-width: 800px;
    margin: 0 auto 10px auto;
}

.col6 {
    width: 13%;
}

.col5 {
    width: 15%;
}

.col4 {
    width: 20%;
}

.col3 {
    width: 33.333%;
}

.col3s {
    width: 30%;
}


.col2 {
    width: 50%;
}

.col2s {
    width: 46%;
}

.col1 {
    width: 100%;
}

.selelem {
    text-align: left;
    display: inline-block;
}


.col5 {
    width: 15%;
}

.col4 select {
    width: 135px;
}

.col4 input[type="text"] {
    width: 125px;
}

.col5 input[type="text"] {
    width: 125px;
}

.col6 input[type="text"] {
    width: 70px;
}

.col2s input[type="text"] {
    width: 340px;
}

.col3s input[type="text"] {
    width: 200px;
}

.bigger {
    width: 800px !important;
}

.chapter {
    text-align: center;
    background: #ff5a00;
    display: inline-block;
    padding: 20px 50px;
    color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.singleton {
    text-align: center;
    margin-bottom: 40px;
}

.fullwidth select {
    width: 100%;
}

.form-group {text-align: center;}
.form-group button {
    background: #ff5a00;
    color: #fff;
    padding: 10px 35px;
}

.btnicons {
    position: relative;
    top: 2px;
}

.btn-danger a {color: #fff;}

.errorSection {
    margin: 20px 20px 40px 20px;
    background: #ff00000f;
    padding: 20px;
    border: 1px solid red;
}

.trailText {
    margin: 20px 20px 40px 20px;
    background: #3bff000f;
    padding: 20px;
    border: 1px solid green;
}

.rowflexFull {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0px auto;
}

.width35p {
    width: 50%;
}

.trailTextWhite {
    margin: 20px 20px 40px 20px;
    background: #fcfcfc;
    padding: 20px;
    border: 1px solid #ededed;
}

.ui-datepicker-trigger {
    position: relative;
    left: -30px;
    cursor: pointer;
}

.form-group .mybtn, #oferTable .mybtn{
    background: #ff5a00;
    color: #fff;
    padding: 10px 35px;
}

.noBtmspace {
    margin-bottom: 0;
}

.userTypeBtn.active {
    background: #dedede;
}

.bubles {
    background: #838383;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.userTypeBtn.active .bubles, .soferBtn.active .bubles {
    background: #ff5a00;
}

.twoclip input[type="text"], .twoclip select {
    width: 290px;
    font-size: 100%;
}

.oneclip input[type="text"], .oneclip select {
    width: 85%;
    font-size: 100%;
}

.underlined {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.underlined i {
    margin-right: 10px;
    color: #ff5a00;
}

.underlined span {
    font-size: 22px;
    font-weight: 600;
}

#sofix {
    margin-bottom: 80px;
}

.swm-header-menu-section {
    margin: 30px 0;
}

.swm-primary-nav>li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    text-align: -webkit-match-parent;
}


ul.swm-primary-nav>li>a {
    color: #032e42;
    font-size: 15px;
    margin: 0 19px;
    text-transform: uppercase;
}

ul.swm-primary-nav>li>a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
}


ul.swm-primary-nav>li {
    line-height: 107px;
}

img.swm-std-logo {
    margin-top: 15px;
}














