html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #000000;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    text-align: center;
    color:white
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-brand {
    position: relative;
    height: 57px;
}

.navbar-brand img {
    max-height: 100%;
    /*top: 9px;*/
    position: absolute;
}

.header-line {
    border: solid 2px #F26938;
    width: 120px;
    float: left;
}

.registration-menu li {
    border: solid 1px #dedede;
}

.registration-menu li a {
    color: #333333;
}

/*.registration-menu .active {
    background-color: #EEEEEE!important;
}*/

.registration-menu .active a {
    color: #F26938!important;
}

.nav-pills.registration-menu > li.active > a, .nav-pills.registration-menu > li.active > a:hover {
    background-color: #ECF0F7!important;
}

.registration-tab-content {
    border: solid 1px #dedede;
    background-color: #ECF0F7;
    padding: 1.5rem;
}

.device-registration-form, #finder-form, #finder-product-form {
    /*width: 40%;*/
    margin: auto;
}

.btn-code-submit {
    background-color: #2864D3;
    border: none;
    padding: 8px 18px;
}

.registration-content-title {
    color: #F26938;
    text-align: center;
}
.registration-content-title-white {
    color: white;
    text-align: center;
    /*border-radius: 70px;*/
    background-color:#F26938;
    /*padding: 10px 70px 10px 70px;*/
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

input[type=radio]:checked + label>.device-type-item {
    border: 2px solid #F26938;
    background-color: #F26938;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>.device-type-item {
    border: 2px solid white;
    width: 120px;
    height: 120px;
    transition: 500ms all;
    border-radius: 5px;
    margin: 0.5rem;
    background-color: #333333;
}

.device-type-list {
    width: 100%;
    display: flex;
    overflow-y: scroll;
}

.device-type-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
}

.btn-log-out {
    background-color: #f19550;
    border: none;
    padding: 8px 18px;
    margin-top: 2rem;
}

.btn-blue {
    width: 57%;
    background-color: #1261A0;
    color: white;
    text-align: center;
    border-radius: 70px;
    margin-top: 0px;
    padding: 10px 0px;
    border: solid 1px #1261A0;
}

.btn-orange {
    width: 57%;
    background-color: #F26938;
    color: white;
    text-align: center;
    border-radius: 70px;
    margin-top: 0px;
    padding: 10px 0px;
    border: solid 1px #F26938;
}

.btn-yellow {
    width: 57%;
    background-color: #f5a30dde;
    color: white;
    text-align: center;
    border-radius: 70px;
    margin-top: 0px;
    padding: 10px 0px;
    border: solid 1px #f5a30dde;
}


.btn-light {
    background-color: #FFFFFF;
    border: solid 1px #f19550;
    color: #f19550;
    padding: 8px 18px;
    margin-top: 1rem;
}

.top-image img{
    max-width: 100%;
}

.top-image {
    margin-top: 5rem;
}

#finder-form fieldset:not(:first-of-type) {
    display: none
}

input.invalid {
    background-color: #ffb3b3;
}

.general-btn-group, .step-description {
    text-align: center;
}

#finder-congratuation .modal-content {
    text-align: center;
}

.previous:hover {
    cursor: pointer;
}

.avatar {
    vertical-align: middle;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #F2693D;
    margin: auto;
}

.avatar-uploader {
    display: flex;
    flex-direction: column;
}

.avatar-uploader .form-group {
    margin: auto;
}

.modal-reward {
    color: #F6773D;
}

.btn-cancel {
    margin-top: 1rem;
}

@media(max-width:768px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .device-registration-form {
        width: 100%;
        margin: auto;
    }

    #finder-form, #finder-product-form {
        /*width: 80%;*/
    }
}

.finder_bg{
    background-color: #F26938;
}

.bg_black{
    background-color: #000000;
    color: #F26938;
}

.tb-padding{
    padding: 35px 0;
}

.radius_input{
    border: 1px solid #f26938!important;
    border-radius: 70px!important;
    height: 45px!important;
    text-align: center; 
    margin-bottom: -6px!important;
    width: 57%!important;
}
.iti {
    position: relative;
    display: initial;
    /* margin-left: 307px; */
    /*width: 100%;*/
}
 .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    /*padding-right: 6px;*/
    padding-left: 37px;
    margin-left: 0; 
 }