#total_bags {
    width: 200px;
    margin-left: 5px;
}

.header {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    height: 250px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner::after {
    position: absolute;
    width: 100%;
    height: auto;
}

.table-sortable tbody tr {
    cursor: move;

}

input[type=radio] {
    display: none;
    text-align: left;
}

label.radio {
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 5px 20px 15px 0;
    cursor: pointer;
}

.question span {
    margin-left: 30px;
}

.question-answer label {
    display: block;
    text-align: left;
}

label.radio:before {
    text-align: left;
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

input[type=radio]:checked + label:before, label.radio:hover:before {
    text-align: left;
    border: 2px solid #669999;
}

label.radio:after {
    content: "";
    text-align: left;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 4px;
    border: 3px solid #669999;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    opacity: 0;
}

input[type=radio]:checked + label:after {
    text-align: left;
    opacity: 1;
}

input {
    text-align: left;
    padding: 8px 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    vertical-align: middle;
}

input:hover, textarea:hover {
    text-align: left;
    outline: none;
    border: 1px solid #095484;
}

.personal-details, .question-block, .statements-block {
    padding-bottom: 20px;
    text-align: left;
}

.personal-details > div {
    text-align: left;
    display: flex;
    flex-direction: column;
}

#save_button {
    background-color: #8ebf42;
    color: white;
    padding: 14px 0;
    margin: 10px 0;
    border: none;
    width: 100%;
}

.link_button{
    display: flex;
    flex-wrap: wrap;
}

.link_button .btn {
    width: auto;
    margin: 10px;
    text-align: center;
    max-width: 100%;
   /* white-space: break-spaces;*/
    word-wrap: break-word;
}

#btn_1{
    flex-grow: 2;
    text-align: center;
}

#btn_2{
    flex-grow: 3;
    text-align: center;
}

#btn_3{
    flex-grow: 3;
    text-align: center;
}


ul li {
    text-align: left;
    position: relative;
}

h3 {
    text-align: left;
    position: relative;
}

@media screen and (max-width: 620px) {
    table td, table th {
        display: block !important;
        width: 100%;

    }

    table select {
        width: 100%;
    }

    #checkbox{
        position:absolute;
        left:90px;
        padding:10px 10px;
        font-weight: bold;
    }
}


.text-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.clearBtn {
    position: absolute;
    top: 0;
    left: auto;

    transition: right 0.2s;
}
.show {
    left: 5px;
}

/* Global CSS, you probably don't need that */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.arrow-bar {
    font-family: 'Lato', sans-serif;
/*    width: 1080px;
    margin: 0 auto;*/

    display: flex;
    flex-wrap: wrap;
}

.wrapper {
    display: table-cell;
    vertical-align: middle;
}

.nav {
    margin-top: 40px;
}

.pull-right {
    float: right;
}

a, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #999;
}

/* Breadcrups CSS */

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #23468c;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #23468c;

}


input {
    width: 100%;
    margin:4px;
    box-sizing: border-box;
    padding-left:30px;
}

.Icon-inside {
    position:relative;
}

.Icon-inside i {
    position:absolute;
    left:10px;
    padding:10px 10px;
    font-weight: bold;
}


#checkbox{
    position:absolute;
    left:90px;
    padding:10px 10px;
    font-weight: bold;
}

