/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}







#unauth .full-height {
    height: 100vh;
}

#unauth .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

#unauth .position-ref {
    position: relative;
}

#unauth .top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

#unauth .content {
    text-align: center;
}

#unauth .title {
    font-size: 84px;
}

#unauth .links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

#unauth .m-b-md {
    margin-bottom: 30px;
}

.file_div{
    display: inline-block;
    border: 1px solid #555;
    border-radius: 3px;
    margin:5px;
    width:202px;
    height: 185px;
    background: #eee;
}
.file_div a{
    display: inline-block;
    color:#555;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    width: 100%;
}
.file_div .file_anchor{
    height: 150px;
}
.file_div a img{
    margin: 0;
    padding: 0;
    display: block;
}
.file_label {
    width: 200px;
    height: 25px;
    line-height: 20px;
    overflow: hidden;
}
.file_label button{
    margin-right: 5px;
}
.file_div .label_anchor{
    display: inline-block;
    width: 175px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.file_div:hover{
    background: #fff;
}

.green{
    color:green;
}

.red{
    color:red;
}

#step_indicator {
    width: 100%;
}
#step_indicator li {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    background: #d3d3d3;
    margin: 0 150px;
    display: inline-block;
    color: white;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #step_indicator li {
        margin: 0 25px !important;
    }
    #step_indicator li::before {
        left: -45px !important;
        width: 40px !important;
    }
}

#step_indicator li::before {
    content: "";
    position: absolute;
    top: 24px;
    left: -280px;
    width: 260px;
    height: 2px;
    background: #d3d3d3;
    z-index: 1;
}
#step_indicator ul {
    display: flex;
  justify-content: center;
  align-items: center;
}
#step_indicator li:first-child {
    margin-left: 0px;
}
#step_indicator li:first-child::before {
    display: none;
}
#step_indicator li:last-child::after {
    display: none;
}
#step_indicator li:last-child{
    margin-right: 0px;
}
#step_indicator .active {
    background: #334e79;
}

#step_indicator .active ~ li {
    background: lightblue;
}

#step_indicator .active ~ li::before {
    background: lightblue;
}
#step_indicator .next-step {
    display: inline-block;
    background: #334e79!important;
}
#step_indicator .btn-theme {
    width: 140px;
    height: 48px;
    line-height: 34px;
    vertical-align: middle;

}
.btn-theme{
    background: #334e79;
    color: white;
}
.btn-theme:hover{
    color: white;
}
.table_anchor{
    display: inline-block;
    background: #eee;
    text-decoration: underline;
    border-radius: 3px;
}

.table_anchor:hover{
    background: #ccc;
}
#sidebar {
    background: #fff!important;
}
#sidebar li{
    border-bottom: 1px solid #ccc;
}
#sidebar li a{
    font-size: 15px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

#sidebar li a:hover{
    color: black;
    background: #eee;
}

.fa-cog, .fa-lock{
    cursor: pointer;
}

.disable-bg{
    background: #eee;
}

.reps_dropdown{
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    z-index: 100;
}

.rep{
    padding: 5px;
    cursor: pointer;
    font-size: 15px;
    
}

.rep:hover{
    background-color: #ccc;
}

.rep:not(:last-child){
    border-bottom: 1px solid #ccc;
}

.fullscreendiv{
    position:fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.timeline:before{
    content: "";
    position: absolute;
    top: 0;
    left:30px;
    height: 100%;
    border-right-style: dashed!important;
    border-right:2px solid #ccc;
}

.timeline-item{
    
    position: relative;
}
.timeline-content{
    margin-left:30px;
    position: relative;
    padding: 20px 30px;
}

.timeline-content .title{
    line-height: 30px;
    height: 30px;
    color: #555;
}

.timeline-icon{
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #b9eed3;
    color:#1aae6f;
    top:20px;
}

.timeline-icon i{
    width:100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
}

.claim-message{
    border-radius: 15px;
    background-color: #eee;
    padding: 15px;
    /* border:1px solid #333; */
    max-width: 400px;
    display: inline-block;
}

.score{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    border-radius: 15px;
    background-color: green;
}

label{
    margin-bottom: 0!important;
}