/* app css stylesheet */

@font-face {
    font-family: Artifakt-Element;
    src: url('../fonts/element/Artifakt-Element-Thin.woff');
    font-weight: 100;
}

@font-face {
    font-family: Artifakt-Element;
    src: url('../fonts/element/Artifakt-Element-Regular.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: Artifakt-Element;
    src: url('../fonts/element/Artifakt-Element-Medium.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: Artifakt-Element;
    src: url('../fonts/element/Artifakt-Element-Bold.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: artifaktLegendRegular;
    src: url(../fonts/legend/Artifakt-Legend-Regular.woff)
    format('woff');
}

body {
    background-color: #F5F5F5;
    font-family: artifakt-Element;
    font-size: 1.4rem;
    color: #808081;
    overflow: hidden;
}

.container-fluid {
    padding-top: 15px;
}

input::placeholder {
    color: #cecece;
    font-style: italic;
}

a {
    color: #159ADE;
}

:focus {
    outline: 0;
}

.background-card {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 140px;
    min-width: 342px;
    /* For browsers that do not support gradients */
    background: #1fb9aa;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #1fb9aa, #50bd99);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #1fb9aa, #50bd99);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #1fb9aa, #50bd99);
    /*Standard*/
    background: linear-gradient(to right, #1fb9aa, #50bd99);
}

.pageContentHeader {
    margin-top: 20px;
    color: #fff;
}

.main-title {
    margin: 15px 0 25px 0;
    font-size: 2.2rem;
    font-weight: 600;
    color: #185FC4;
}

.secondary-title {
    font-size: 1.8rem;
    font-weight: 300;
    color: #185FC4;
}

.pageDescription {
    font-size: 16px;
}

.content-panel {
    position: relative;
    padding: 2.5rem;
    padding-left: 1.8rem;
}

.large-panel {
    max-width: 930px;
    min-width: 260px;
    padding: 20px 20px 50px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    margin: 0;
}

.small-panel {
    min-width: 342px;
    padding: 37px;
    padding-top: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
}

@media (max-width: 320px) {
    .content-panel {
        padding: 3.5rem;
        padding-left: 1.5rem;
    }
}

@media (max-width: 320px) {
    .content-panel {
        padding: 3.5rem;
        padding-left: 1.5rem;
    }
}

@media (max-width: 379px) {
    .small-panel {
        padding: 20px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .small-panel {
        padding: 37px 24px;
    }
}

@media (min-width: 1200px) {
    .small-panel {
        max-width: 440px;
    }
}

.extra-large-panel {
    min-width: 260px;
    padding: 37px;
    padding-top: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
}

@media (max-width: 379px) {
    .extra-large-panel {
        padding: 20px 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .extra-large-panel.computer-selector {
        padding: 37px 10px;
    }
}


@media (max-width: 991px) {
    .second-info-box {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .first-info-box, .second-info-box {
        padding-right: 0;
    }
}

.outside-buttons {
    max-width: 930px;
}


.description-list {
    list-style: none;
}

.description-list > li {
    display: block;
    margin: 2.4rem 0;
}

@media (min-width: 1200px) {
    .description-list > li {
        display: block;
        margin: 3.15rem 0;
    }
}

.description-list > li:last-child {
    margin-bottom: 2rem;
    min-height: 72px;
}

.description-list > li > .title {
    color: #32BCAD;
}

.description-list > li > span {
    display: block;
    font-size: 1.7rem;
}

input.error {
    border:1px solid #D63E18;
    background: #FFE6E1;
}

btn.error {
    border:1px solid #D63E18;
    background: #FFE6E1;
}

.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.icon + span.feedback-message {
    width: auto;
    margin-left: .7rem;
    font-size: 1.8rem;
    background: none !important;
    display: inline-block;
    vertical-align: bottom;
}

.error .icon, .error span.feedback-message {
    background: url('../images/user_error.png') center;
    color: #D63E18;
}

.success .icon, .success span {
    background: url('../images/user_success.png') center;
    color: #87BC40;
}

.warning .icon, .warning span {
    background: url('../images/user_later.png') center;
    color: #EE8822;
}

.breadcrumb-container {
    margin-left: 3px;
    color: rgba(255,255,255,.5);
    font-size: 1.6rem;
}

.breadcrumb-container .active {
    color: rgba(255,255,255,1);
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/*********************************/
/******* CHECK ELIGIBILITY ********/
/*********************************/

.teammateEligibility-feedback {
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
}

.eligibility-buttons-container {
    padding-right: 0;
}

.eligibility-buttons-container > p {
    margin-top: 3rem;
}

.eligibility-buttons-container > button.primary-btn {
    margin-top: 32px;
}

.eligibility-buttons-container > button.primary-btn {
    margin-top: 32px;
}

.team-eligibility .eligibility-buttons-container > button.primary-btn {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .eligibility-buttons-container {
        padding-left: 0;
        margin-top: 2rem;
    }

    .eligibility-buttons-container > p {
        margin-top: 0;
    }

    .eligibility-buttons-container > button.primary-btn {
        margin-top: 0;
    }
}

.eligible-icon {
    width: 100px;
    height: 100px;
    float: left;
    background: url('../images/noteligible.png') center;
}

.eligible .eligible-icon{
    margin-bottom: 0;
    background: url('../images/eligible.png') center;
}

.eligibleOn .eligible-icon{
    margin-bottom: 0;
    background: url('../images/eligibleFutureDate.png') center;
}

.eligible-info {
    float: left;
    padding-left: 3rem;
    width: 75%;
}

@media (max-width: 536px) {
    .eligible-info {
        padding-left: 0;
        width: 100%;
    }
}

.eligible-title {
    margin-bottom: 0;
    color: #D63E1B;
}

@media (min-width: 537px) and (max-width: 991px) {
    .eligible-title {
        margin-top: 15px;
    }
}

@media (min-width: 1217px) {
    .eligible-title {
        margin-top: 27px;
    }
}

.eligible .eligible-title {
    color: #87BC40;
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-top: 30px;
}

.eligibleOn .eligible-title {
    color: #1858A8;
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-top: 30px;
}

/* TYPEAHEAD */

.ui-select-multiple.spinner:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    background: url(../images/loading.gif);
    background-size: cover;
}

.refresh-spinner {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    background: url(../images/loading.gif);
    background-size: cover;
}

/* loading spinner for UI-Select for Teammate Eligibility*/
.ui-select-spin {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    background: url(../images/ui-select-loading.gif);
    background-size: cover;
}
.teammate-typeahead > .ui-select-match {
    outline: 0;
}

.teammate-typeahead > .ui-select-match > .btn {
    width: 100%;
    border-radius: 0;
    border: 1px solid #cecece;
    padding: 9px 8px;
    padding-left: 2rem;
    text-transform: initial;
    overflow: hidden;
}

.teammate-typeahead > .ui-select-match > .btn:active {
    box-shadow: none;
}

.teammate-typeahead .btn-default:hover,
.teammate-typeahead .btn-default:focus{
    color: #333;
    background-color: transparent;
    border-color: #cecece;
}

.teammate-typeahead .btn-default:active {
    color: #333;
    background-color: transparent;
    border-color: #cecece;
}

.teammate-typeahead .form-control {
    border-radius: 0;
    padding: 8px;
    padding-left: 2rem;
}

.teammate-typeahead .form-control:focus {
    border-color: #cecece;
    outline: 0;
    box-shadow: none;
}

.teammate-typeahead .btn .caret {
    display: none;
}

.teammate-typeahead input {
    height: 40px;
}

.teammate-typeahead input::placeholder,
.teammate-typeahead .ui-select-placeholder {
    color: #cecece;
    font-style: italic;
}

.teammate-typeahead .btn-default-focus{
    color: #333;
    background-color: transparent;
    border-color: #cecece;
    box-shadow: none;
}

/*
.error .ui-select-toggle {
    border: 1px solid #D63E18 !important;
    background: #FFE6E1;
}
*/




/*********************************/
/********** ORDER A PC ***********/
/*********************************/

input {
    width: 100%;
    padding: 8px;
    padding-left: 2rem;
    border: 1px solid #cecece;
}

textarea {
    width: 100%;
    padding: 8px;
    padding-left: 2rem;
    border: 1px solid #cecece;
}

/* custom radio and checkbox */

input[type=radio] {
    display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    width: 100%;
}

input[type="radio"] + label > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #CBCAC9;
    background: white;
    box-sizing: border-box;
}

input[type="radio"]:checked + label > span::before {
    content: '';
    position: absolute;
    margin-top: 25%;
    margin-left: 30%;
    width: 6px;
    height: 6px;
    background: #4C4C4C;
    border-radius: 50%;
}

.radio-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 1rem;
    vertical-align: middle;
}

.radio-icon.business {
    background: url('../images/business.png') center;
    background-size: contain;
}

.radio-icon.development {
    background: url('../images/development.png') center;
    background-size: contain;
}

.radio-container {
    margin: 4rem 0;
    min-width: 300px;
}

.radio-container > label > .radio-info {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .radio-container > label > .radio-info {
        width: 70%;
    }
}

@media (max-width: 370px) {
    .radio-container > label > .radio-info {
        width: 45%;
    }
}

@media (max-width: 370px) {
    .radio-container > label > .radio-info {
        width: 45%;
    }
}

.radio-container > label > .radio-info > .radio-title  {
    display: block;
    font-size: 1.7rem;
    font-weight: 300;
}

.radio-container > label > .radio-info > .radio-description  {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    margin-top: -4px;
}

input[type=checkbox] {
    display: none;
}

input[type="checkbox"] + label > span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    border: 1px solid #CBCAC9;
    background: white;
    box-sizing: border-box;
}

input[type="checkbox"]:checked + label > span::before {
    content: '';
    position: absolute;
    margin-top: 4.5px;
    margin-left: 5.5px;
    width: 6px;
    height: 6px;
    background: #4C4C4C;
}

.checkbox-container {
    margin: 1.5rem 0;
}

.checkbox-container > label > .checkbox-info {
    display: inline-block;
    margin: 0 0 0 1rem;
    max-width: 90%;
}

@media (max-width: 424px) {
    .checkbox-container > label > .checkbox-info {
        margin: 0 0 0 .5rem;
        width: 80%;
    }
}

.checkbox-container > label > .checkbox-info > .checkbox-title  {
    display: block;
    font-size: 1.7rem;
    font-weight: 300;
}

@media (max-height: 500px) {
    .checkbox-container > label > .checkbox-info > .checkbox-title  {
        font-size: 1.3rem;
    }
}

.available-computer {
    padding: 0 2rem;
    margin: 3rem 0;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .available-computer {
        padding: 0 1rem;
    }
}

@media (max-width: 450px) {
    .available-computer {
        padding: 0;
    }
}

@media (max-width: 1216px) {
    .container-fluid {
        padding: 0;
        padding-top: 15px;
    }
}

.divisor {
    border-right: 1px solid #E4E4E3;
}

@media (max-width: 992px) {
    .divisor {
        border: none;
    }
}

.computer-info {
    padding: 2rem;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .computer-info {
        padding: 0 1rem;
    }
}

@media (max-width: 450px) {
    .computer-info {
        padding: 1rem ;
    }
}

.computer-info > .computer-image {
    padding: 2rem;
    height: auto;
    margin: 0 auto;
    max-width: 245px;
    max-height: 171px;
    min-height: 171px;
}

.computer-info > .computer-image > img {
    width: 90%;
}

.computer-info > h3.small-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.computer-info > h3.medium-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.computer-info > p.small-description {
    font-size: 1.2rem;
    text-align: center;
}

.computer-info > p.medium-description {
    font-size: 1.5rem;
    text-align: center;
}


.computer-info > button {
    width: 70%;
    margin: 1rem 15%;
    min-width: 100px;
}

.computer-info > .computer-specs {
    margin-top: 2rem;
}

.computer-info > .computer-specs dt,
.computer-info > .computer-specs dd {
    display: inline-block;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #E4E4E3;
}

.computer-info > .computer-specs dt {
    width: 15%;
    text-align: left;
    color: #1858A8;
    font-size: 1.47rem;
}

.computer-info > .computer-specs dd {
    width: 85%;
    float: right;
    text-align: right;
    font-size: 1.4rem;
}

/*********************************/
/********** ENTER DETAILS ***********/
/*********************************/

.watchers {
    width: 100%;
    border: 1px solid #cecece;
    padding: 8px;
    padding-left: 2rem;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: none;
    border-radius: 0;
    font-family: artifakt-Element;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: auto !important;
    min-width: 60%;
    height: auto;
    padding: 8px;
}

.ui-select-bootstrap>.ui-select-choices, .ui-select-bootstrap>.ui-select-no-choice {
    border-radius: 0;
    background: #F0EFEF;
}

.ui-select-bootstrap>.ui-select-choices {
    width: 100.4%;
    margin-left: -1px;
}

@media (min-width: 992px) {
    .ui-select-bootstrap>.ui-select-choices {
        width: 100.3%;
    }
}

.dropdown-menu {
    padding: 0px 0;
    border: 1px solid #cecece;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    padding: 5px 20px;
    font-size: 1.6rem;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #1858A8;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin: 0;
    padding: 2px 6px;
    height: auto;
    min-width: auto;
    background: #1858A8;
    color: white;
    font-size: 1.2rem;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: 1;
    color: white;
    text-shadow: none;
    opacity: 1;
}

.ui-select-multiple.ui-select-bootstrap {
    padding-left: .8rem;
}

.enter-details button.cancel-btn,
.verify-order button.cancel-btn {
    margin-right: 3rem;
}

@media (max-width: 650px) {
    .enter-details button.cancel-btn,
    .verify-order button.cancel-btn {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

/*********************************/
/********** VERIFY ORDER ***********/
/*********************************/

.verify-order .large-panel {
    position: relative;
    padding: 20px 37px;
}

@media (max-width: 992px) {
    .verify-order > div:first-child {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .verify-order > div:first-child button {
        margin-top:  7rem;
    }
}

@media (max-width: 1090px) {
    .verify-container {
        margin-left: 0;
    }
}

/*********************************/
/********** SUCCESS ORDER ***********/
/*********************************/

.success-order.large-panel {
    padding: 20px 37px;
}

.success-order-alert {
    padding: 2rem 0 4rem 0;
    border-bottom: 2px solid #CBCAC9;
}

.success-order-icon {
    width: 70px;
    height: 70px;
    background: url('../images/success.png') center;
    display: inline-block;
    vertical-align: middle;
}

.success-order-info {
    height: 70px;
    margin-left: 2rem;
    display: inline-block;
}

@media (max-width: 633px) {
    .success-order-info {
        margin-left: 0;
    }
}

@media (min-width: 634px) and (max-width: 652px) {
    .success-order-info {
        margin-left: 0.4rem;
    }
}

.success-order-info > .success-order-title {
    color: #87BC40;
}

.success-order .description-list > li > .title {
    padding: 2rem 0;
    font-size: 2.2rem;
    color: #32BCAD;
}

.success-order .description-list > li > span {
    display: block;
    font-size: 1.5rem;
    max-width: 90%;
}
/*********************************/
/********  *********/
/*********************************/

/* .loader {
	display: block;
	margin: 5% auto;
} */

.loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: #F5F5F5;
    opacity: .5;
}

.loading-overlay img {
    display: block;
    margin: 10% auto;
}

/*********************************/
/*********** Buttons *************/
/*********************************/

.flat-btn {
    border-radius: 0px !important;
    border: 1px #fff solid !important;
    color: #fff !important;
    text-transform: uppercase;
    background: #1fb9aa;
}

.flat-btn:hover {
    color: #1fb9aa !important;
    background: #fff !important;
}

.flat-btn-outlined {
    border-radius: 0px !important;
    border: 1px #1fb9aa solid !important;
    color: #1fb9aa;
    text-transform: uppercase;
    background: transparent;
    font-size: 14px;
}

.flat-btn-outlined:hover {
    color: #fff;
    background: #1fb9aa !important;
}

.primary-btn {
    background: rgba(255,255,255,0);
    height: 38px;
    color: #0696D7 !important;
    border: 1px #0696D7 solid !important;
}
.primary-btn:hover {
    color: rgba(255,255,255,1) !important;
    background: #0696D7 !important;
}

.secondary-btn {
    background: rgba(255,255,255,0);
    height: 38px;
    color: #36BDAE !important;
    border: 1px #36BDAE solid !important;
}
.secondary-btn:hover {
    color: rgba(255,255,255,1) !important;
    background: #36BDAE !important;
}

.cancel-btn {
    background: rgba(255,255,255,0);
    height: 38px;
    color: #979797 !important;
    border: 1px #979797 solid !important;
}

.cancel-btn:hover {
    color: rgba(255,255,255,1) !important;
    background: #979797 !important;
}

.btn {
    Font-size: 14px;
    padding: 0px 30px;
    text-transform: uppercase;
    height: 40px;
    min-width: 200px;
    white-space:normal;
}

@media  (min-width: 769px) and (max-width: 991px) {
    .btn {
        padding: 0;
    }
}

input[type="button"]:disabled {
    background: #9b9b9b !important;
    color: #FFFFFF !important;
}

/*********************************/
/******** Modal Dialog ***********/
/*********************************/
.ng-modal {
    width: 40%;
    max-width: 40%;
    color: #9f9fa2;
}

.ng-modal h2 {
    font-size: 2.5rem;
    color: #1858A8;
}

.ng-modal-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.ng-modal-dialog {
    z-index: 10000;
    position: fixed;
    max-height: 600px;
    min-width: 250px;
    max-width: 800px;
    width: 95%;
    top: 310px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
    padding: 15px;
}

@media (max-height: 500px) {
    .ng-modal-dialog {
        top: 220px;
    }
}
.ng-modal-dialog-content {
    padding: 10px 20px;
    text-align: left;
    overflow-y: auto;
    max-height: 550px;
}

.ng-modal ul {
    list-style: none;
    padding: 0;
}

/*********************************/
/***** alert message style *******/
/*********************************/
.alert {
    color: #fff !important;
    border-radius: 0;
    padding: 10px;
    display: block!important;
    margin-bottom:0px;
    min-height: 40px;
}

.alert-success {
    background-color: #87bc40;
}

.alert-info {
    background-color: #88c7e6;
}

.alert-warning {
    background-color: #edb94b;
}

.alert-danger {
    background-color: #bb5363;
}

.fade-in-out {
    transition: all linear 0.5s;
}

.fade-in-out.ng-hide {
    opacity: 0;
}
/*********************************/
/******* mobile overrides ********/
/*********************************/
@media ( max-width : 480px) {
    .computer-info > .computer-specs dt{
        height:60px;
        padding-top: 2rem;
        padding-bottom:0.5rem;
        width: 30%;
        font-size:1.2rem;

    }

    .computer-info > .computer-specs dd{
        height:60px;
        padding-top: 2rem;
        padding-bottom:0.5rem;
        width: 70%;
        font-size:1.2rem;
    }


}
@media ( max-width : 650px) {
    table {
        font-size: 14px;
    }
    .dataTables_filter {
        display: none;
    }
    .toolbar {
        padding: 0 20px;
    }
    .dataTable th {
        font-size: 14px;
    }
    .cancel-btn {
        width: 100%;
    }
    .primary-btn {
        width: 100%;
    }
    .secondary-btn {
        width: 100%;
    }
    .table-panel {
        padding: 5px;
    }
    .table-col {
        padding: 0;
    }
    .background-card {
        /* height: 100%; */
    }
    .email-btn-add {
        width: 75%;
    }
    .email-btn-add-menu-toggle {
        width: 25%;
    }
    .description-content {
        font-size: 14px;
    }
}
@media ( max-width : 992px) {
    .details-button-panel {
        padding-top: 5px;
    }
    .email-parent-button-container {
        margin-top : 20px;
        width: 100%;
    }
    .email-button-container {
        padding-left: 0;
    }
    .email-check-button-container {
        padding-right: 10px;
    }
    .email-add-button-container {
        padding-left: 10px;
    }
    .add-panel {
        padding: 20px;
    }
    .email-input {
        font-size : 12px;
    }

}
@media ( max-width : 1200px) {
    .table-panel {
        max-width: 1000px;
    }
    .main-navigation {
        text-align: center;
    }
}


/*********************************/
/******* HELPERS ********/
/*********************************/

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.margin-top-1x {
    margin-top: 2rem;
}

.margin-top-2x {
    margin-top: 4rem;
}

.margin-top-3x {
    margin-top: 6rem;
}

.margin-bottom-1x {
    margin-bottom: 2rem;
}

.margin-bottom-2x {
    margin-bottom: 4rem;
}

.clear {
    overflow: hidden;
}

.container {
    min-width: 342px;
}
.my-devices-div{
    margin: 5px 0 15px 0;

}

.my-devices-text {
    padding-top: 1em;
}
.my-devices-link{
    color: #159ADE;
    cursor: pointer;
}
.my-devices-link:hover{
    text-decoration: underline;
}
