/* Links devices */
.deviceHolder {
    float: left;
    text-align: center;
}

.deviceHolder.movie {
    width: 32%;
    height: 9em;
}

.deviceHolder.profile {
    width: 20%;
    height: 12em;
}

@media (max-width: 999px) {
    .deviceHolder.profile {
        width: 50%;
    }
}

.deviceBaseCircle {
    left: 50%;
    border-radius: 50%;
    position: relative;
}

.deviceInsideCircle {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.deviceInsideCircle br {
    display: none;
}

.deviceInsideCircle input {
    display: none;
}

.deviceName label {
    cursor: pointer;
}

.devices {
    width: 100%;
    height: 100%;
    margin: 15px 0px 15px 0px;
    margin-left: 2%;
}

.devicesSubmit {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.devicesSubmit input {
    position: relative;
}

.devicesInfo {
    font-size: 13px;
    text-align: center;
}

.deviceBaseCircle.movie {
    margin: 0px 0px 0px -42px;
    height: 84px;
    width: 84px;
    box-shadow: 0 0 1px 0px #1a1a1a inset, 0 0 1px 0px #1a1a1a;
}

.deviceBaseCircle.profile {
    margin: 0px 0px 0px -66px;
    height: 132px;
    width: 132px;
    box-shadow: 0 0 1px 0px #ececec inset, 0 0 1px 0px #ececec;
}

.deviceBaseCircle.register {
    margin: 0px 0px 0px -50px;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 1px 0px #ececec inset, 0 0 1px 0px #ececec;
}

.deviceInsideCircle.movie {
    height: 82px;
    width: 82px;
    background-color: black;
    margin: -41px 0px 0px -41px;
}

.deviceInsideCircle.profile {
    height: 130px;
    width: 130px;
    background-color: #ececec;
    margin: -65px 0px 0px -65px;
}

.deviceInsideCircle.register {
    height: 98px;
    width: 98px;
    background-color: #ececec;
    margin: -49px 0px 0px -49px;
}

.deviceBaseCircle.telprofile {
    margin: 0px 0px 0px -66px;
    height: 132px;
    width: 132px;
    background-color: #b1ede9;
    box-shadow: 0 0 1px 0px #ececec inset, 0 0 1px 0px #ececec;
}

.deviceBaseCircle.telregister {
    margin: 0px 0px 0px -50px;
    height: 100px;
    width: 100px;
    background-color: #b1ede9;
    box-shadow: 0 0 1px 0px #ececec inset, 0 0 1px 0px #ececec;
}

.deviceInsideCircle.telprofile {
    height: 130px;
    width: 130px;
    background-color: #ececec;
    margin: -65px 0px 0px -65px;
    box-shadow: 0 0 1px 0px #b1ede9 inset, 0 0 1px 0px #b1ede9;
}

.deviceInsideCircle.telregister {
    height: 98px;
    width: 98px;
    background-color: #ececec;
    margin: -49px 0px 0px -49px;
    box-shadow: 0 0 1px 0px #b1ede9 inset, 0 0 1px 0px #b1ede9;
}

.deviceInsideCircleSelected.telprofile {
    background-color: #d4fffc !important;
    box-shadow: 0 0 1px 0px #d4fffc inset, 0 0 1px 0px #d4fffc !important;
}

.deviceInsideCircleSelected.telregister {
    background-color: #d4fffc !important;
    box-shadow: 0 0 1px 0px #d4fffc inset, 0 0 1px 0px #d4fffc !important;
}

.deviceName {
    margin: 5px 0px 0px 0px;
    position: relative;
    font-size: 13px;
    line-height: 14px;
}

.devicesSaving {
    margin: 15px 0px 15px 0px;
    display: none;
    text-align: center;
}