#circle {
    width: 70px;
    height: 70px;
    background: rgb(141, 169, 60);
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
}

#circleBorder {
    width: 80px;
    height: 80px;
    background: White;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 2px 5px #888888;
}

.page-sidebar-wrapper {
    display: none;
}

#GlobalHierarchySearch {
    display: none;
}

.top-menu {
    display: none;
}

.page-logo {
    pointer-events: none;
}

.nobottommargin {
    margin-bottom: 5px !important;
    line-height: 1;
}

.page-logo {
    pointer-events: none;
}

.page-content-wrapper .page-content {
    margin-left: 0px !important;
    margin-top: 0;
    min-height: 600px;
    padding: 25px 20px 10px;
    margin-top: -50px;
}

.page-header {
    display: none;
}

.AffinitasColor {
    background-color: #29235c !important;
}

.btn-success-Affinitas {
    background-color: #29235c !important;
    border-color: black;
}

.btnClose-Affinitas {
    border-color: #29235c !important;
    color: #29235c !important;
}

.style1 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.style2 {
    font-size: 18px;
    color: black;
    font-style: italic;
}

.style3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    font-style: italic;
    text-decoration: underline;
}

.style4 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    font-style: italic;
}

.style5 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.style6 {
    font-size: 18px;
    color: black;
}

textarea {
    resize: none;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px !important;
    border: 1px solid green;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form.submitted .ng-invalid {
    border: 1px solid #e80c4d;
}

.center {
    margin: auto;
    width: 60%;
}

.modal-body {
    height: calc(100vh - 126px);
    overflow-y: scroll;
}

.pricing-plan-border {
    border: 2px solid #e67d25;
    border-radius: 11px 11px 11px 11px !important;
    -moz-border-radius: 11px 11px 11px 11px !important;
    -webkit-border-radius: 11px 11px 11px 11px !important;
    box-shadow: 0 1px 1px #e67d25;
    border-collapse: initial !important;
    border-spacing: 2px;
    font-size: 11px;
    font-weight: 500;
    position: relative;
}

.centered-title {
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.pricing-plan-content {
    text-align: left;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 11px;
}

.pricing-plan-value {
    text-align: right;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: 11px;
}

.green-circle-container {
    position: absolute;
    top: -35px;
    right: -35px;
    text-align: center;
}

.green-circle {
    background: #8dc657;
    border-radius: 50px !important;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    color: #fff;
}

.green-circle-label {
    z-index: 99;
    color: white;
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width:767px) {
    .green-circle-container {
        position: absolute;
        top: -23px;
        right: -14px;
        text-align: center;
    }

    .onboarding-page label {
        text-align: left !important;
    }

    .green-circle {
        width: 50px;
        height: 50px;
    }

    .green-circle-label {
        z-index: 99;
        color: #fff;
        text-align: center;
        font-size: 11px;
    }

    .responsiveDeviceMarginBottom {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .green-circle-container {
        position: absolute;
        top: -25px;
        right: -14px;
        text-align: center;
    }

    .green-circle {
        width: 50px;
        height: 50px;
    }

    .green-circle-label {
        z-index: 99;
        color: #fff;
        text-align: center;
        font-size: 11px;
    }
}

.locked {
    color: #000000;
    font-size: 18px;
    font-family: 'Microsoft Yahei', serif;      
    background-color: #eff3ea;   
}

 

.unlocked {
    background-color:#8dc643;
}

.locked_handle {
  background-image: url("/Areas/Onboarding/Images/right_arrow.png") !important; 
} 

.unlocked_handle {
  background-image: url("/Areas/Onboarding/Images/left_arrow.png")!important; 
} 

.slideToUnlock {   
    position:relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 20px 20px 20px 20px !important;  
}

.progressBar {
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%; 
    border-radius: 25px !important;
   } 
   .text {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%; 
    border-radius: 25px !important;
    border: 1px solid #8dc643; 
    background-color:transparent;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
   } 

.drag {
    position: absolute;
    width:50px;
    height: 50px;
    left:0%;
    display: inline-block;
    line-height: 50px;
    border-radius: 25px !important;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #8dc643;
    color: #692003;  
    text-align: center;
}


