@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
    font-family: 'scrap';
    src: url('../fonts/scrap_fancy.ttf') format('truetype');
}

.form-control {
  height: 30px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}


.input-group-addon {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 0.5;
    color: #2c3e50;
    text-align: center;
    background-color: #ecf0f1;
    border: 1px solid #dce4ec;
    height:30px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin:3px;
    padding: 3px;
    height:30px;
    width: 98%;
}

.lsm_button {
   /* border: 0.5px solid #a51c30;
   background: #a51c30; */
   /*background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#a51c30));*/
   /* background: -webkit-linear-gradient(top, #a51c30, #a51c30);
   background: -moz-linear-gradient(top, #a51c30, #a51c30);
   background: -ms-linear-gradient(top, #a51c30, #a51c30);
   background: -o-linear-gradient(top, #a51c30, #a51c30);
   background: linear-gradient(top, #a51c30, #a51c30); */
   border: 0.5px solid #eee;
   background: #eee;
   /*color: #000;*/
   /*background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#a51c30));*/
    background: -webkit-linear-gradient(top, #777, #777);
   background: -moz-linear-gradient(top, #777, #777);
   background: -ms-linear-gradient(top, #777, #777);
   background: -o-linear-gradient(top, #777, #777);
   background: linear-gradient(top, #777, #777);
   /*background-image: -ms-linear-gradient(top, #a51c30 0%, #a51c30 100%);*/
   padding: 6.5px 13px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   /*-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #000000 0 1px 0;*/
   color: #ffffff;
   font-size: 15px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: default;

}

.lsm_button1 {
   width: 150px;
}

.lsm_button2 {
   width: 250px;
}

.lsm_button3 {
   width: 350px;
}

.lsm_button4 {
   width: 450px;
}

.lsm_button5 {
   width: 550px;
}

.lsm_button_buffer {
   width: 103px;
   height:28px;
   border: 0.5px solid #eee;
   background: #eee;
   /*color: #000;*/
   /*background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#a51c30));*/
    background: -webkit-linear-gradient(top, #777, #777);
   background: -moz-linear-gradient(top, #777, #777);
   background: -ms-linear-gradient(top, #777, #777);
   background: -o-linear-gradient(top, #777, #777);
   background: linear-gradient(top, #777, #777);
}

.lsm_button_not_solid {
   /* border: 0.5px solid #a51c30; */
   /*background: #fff;*/
   /*background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#000000));*/
   /* background: -webkit-linear-gradient(left, #fff, #a51c30, #a51c30, #a51c30, #fff);
   background: -moz-linear-gradient(left, #fff, #a51c30, #a51c30, #a51c30, #fff);
   background: -ms-linear-gradient(left, #fff, #a51c30, #a51c30, #a51c30, #fff);
   background: -o-linear-gradient(left, #fff, #a51c30, #a51c30, #a51c30, #fff);
   background: linear-gradient(left, #fff, #a51c30, #a51c30, #a51c30, #fff); */
   border: 0.5px solid #eee;
   background: #eee;
   /*color: #000;*/
   /*background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#a51c30));*/
    background: -webkit-linear-gradient(left, #fff, #777, #777, #777, #fff);
   background: -moz-linear-gradient(left, #fff, #777, #777, #777, #fff);
   background: -ms-linear-gradient(left, #fff, #777, #777, #777, #fff);
   background: -o-linear-gradient(left, #fff, #777, #777, #777, #fff);
   background: linear-gradient(left, #fff, #777, #777, #777, #fff);
   /*background-image: -ms-linear-gradient(left, #000000 0%, #000000 100%);*/
   padding: 6.5px 13px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   /*-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #000000 0 1px 0;*/
   color: #fff;
   font-size: 15px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: default;
}

.trigger{
    background-color: white;
    border-radius: 15px;

}

.trigger:hover{
    background-color: #ecf0f1;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.rotate_2 {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate_2.down {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}



.SLA-tab{
    background-color: #7F89FF;
    color: white;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.SLA-tab.down{
    color: black;
    background-color: white;
    transition: all 0.35s linear;
}



.switch {
    position:relative;
    top:2px;
    left:2px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: #acb6c0 solid 1px;
    background-image: -webkit-radial-gradient(whitesmoke, lightgrey);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 5;
}

.switchbar_before {
    width: 60px;
    height: 24px ;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(lightgrey), to(whitesmoke));

    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.switchbar {
    width: 0px;
    height: 24px ;
    border-radius: 30px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.switch.down {
    -moz-transform:translateX(36px);
    -webkit-transform:translateX(36px);
    transform:translateX(36px);
}

.switchbar.down{
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#7379DE), to(#95A3FD));*/
    background-color: #7379DE;
    width: 60px;
    animation: 1s;
}

.visually-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.cloud_button_small,
.cloud_button {
    padding: 19px 15px;
    font-size: 22px;
    font-weight: lighter;
    font-family: Helvetica;
    line-height: 0.5;
    color: black;
    text-align: center;
    border: 1.5px solid #7379DE;
    background-color: white;
    width: 280px;
    height: 50px;
    border-radius: 12px;
    position: relative;

    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.cloud_button_small {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: normal;
    width: 80%;
    height: 30px;  
}

.cloud_button_small:hover,
.cloud_button:hover {
    background: #7379DE;
    color: white;
}

.cloud_button_small:active,
.cloud_button:active {
    background-color: #7379DE; background-image: -webkit-gradient(linear, left top, left bottom, from(#7379DE), to(#7F89FF));
    background-image: -webkit-linear-gradient(top, #7379DE, #7F89FF);
    background-image: -moz-linear-gradient(top, #7379DE, #7F89FF);
    background-image: -ms-linear-gradient(top, #7379DE, #7F89FF);
    background-image: -o-linear-gradient(top, #7379DE, #7F89FF);
    background-image: linear-gradient(to bottom, #7379DE, #7F89FF);
}

.color_bar{
    display: inline-block;
    height: 30px;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.color_bar:hover{
    transform: scale(0.9);
    border-radius: 2px;
}

.download_icon{
    cursor: default;
    height: 40px;
    width: 40px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.download_icon:hover{
    transform: scale(1.2);
}

.download_icon:active{
    transform: scale(0.8);
    -webkit-transition-duration: 0.07s;
    -moz-transition-duration: 0.07s;
    transition-duration: 0.07s;
}

.tooltip1 {
    position: relative;
}

.tooltip2 {
}

.tooltip3 {
}

.tooltip1 .tooltiptext_input {
    width: 200px;
    visibility: hidden;
    opacity: 0;
    background-color: white;
    font-size: 12px;
    color: #2c3e50;
    text-align: center;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    padding: 3px 0;

    /* Position the tooltip */
    position: absolute;
    top:110%;
    left: calc(50% - 100px);
    z-index: 15;

    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    white-space: normal;
    line-height: 100%;
}

.tooltip1:hover .tooltiptext_input {
    opacity: 1;
    visibility: visible;
    width: 200px;
}

.tooltip2 .tooltiptext_mode {
    visibility: hidden;
    opacity: 0;
    width: 330px;
    height: 59px;
    background-color: white;
    font-size: 12px;
    color: black;
    text-align: center;
    border: 1px solid black;
    border-radius: 6px;
    padding: 3px 0;

    /* Position the tooltip */
    position: absolute;
    top:102%;
    left: calc(0%);
    z-index: 15;

    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.tooltip2:hover .tooltiptext_mode {
    bottom: 0px;
    opacity: 0.45;
    visibility: visible;
    height: 59px;
    width: 330px;
}

.tooltip3 .tooltiptext_mode {
    visibility: hidden;
    opacity: 0;
    width: auto;
    height: 20px;
    background-color: white;
    font-size: 10px;
    color: black;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;

    /* Position the tooltip */
    position: absolute;
    left: 0px;
    z-index: 15;

    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.tooltip3:hover .tooltiptext_mode {
    top: 0px;
    opacity: 0.45;
    visibility: visible;
    height: 15px;
    width: auto;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 250px;
    height: 0px;
    background-color: white;
    font-size: 10px;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;


    /* Position the tooltip */
    position: absolute;
    top:50px;
    left: -10px;
    z-index: 15;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.tooltip1:hover .tooltiptext {
    top:55px;
    opacity: 0.45;
    visibility: visible;
    height:auto;
}

.myinput{
    height:30px;
    border-radius: 0px;
    font-size: 13px;
    padding: 5px;
    margin: 0px;
    border: 1px solid #dce4ec;
    background-color:#ecf0f1;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    horiz-align: left;
    margin-top: 1%;
    margin-left: 1%;
}

.myinput:focus{

    outline-color: #C7E0E8;
}

.myinput2{
    height:24px;
    border-radius: 0px;
    font-size: 12px;
    padding: 2px;
    margin: 0px;
    border: 1px solid #dce4ec;
    background-color:#ecf0f1;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    horiz-align: left;
    margin-top: 1%;
    margin-left: 1%;
}



.myselect:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding-right: 1.5em
}

.radiobutton {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight:normal;
}

/* Hide the browser's default radio button */
.radiobutton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.check_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border:1px solid #7F89FF;
    border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.radiobutton:hover input ~ .check_mark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobutton input:checked ~ .check_mark {

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check_mark::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 0px;
    height: 0px;
    top: 9px;
    left: 9px;
    opacity: 0;
    border-radius: 50%;
}

/* Show the indicator (dot/circle) when checked */
.radiobutton input:checked ~ .check_mark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #7F89FF;
    z-index: 10;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1;
}

/* Style the indicator (dot/circle) */
.radiobutton .check_mark:after {

}

.radiobutton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.check_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border:1px solid #7F89FF;
    border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.radiobutton:hover input ~ .check_mark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobutton input:checked ~ .check_mark {

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check_mark::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 0px;
    height: 0px;
    top: 9px;
    left: 9px;
    opacity: 0;
    border-radius: 50%;
}

/* Show the indicator (dot/circle) when checked */
.radiobutton input:checked ~ .check_mark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #7F89FF;
    z-index: 10;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1;
}

/* Style the indicator (dot/circle) */
.radiobutton .check_mark:after {

}

.checkbox { display: none; }

.checkbox + label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight:normal;
    color: #2c3e50;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checkbox + label:last-child { margin-bottom: 0; }



.checkbox + label:before {
     content: '';
     display: block;
     width: 19px;
     height: 19px;
     border: 2px solid #7F89FF;
     position: absolute;
     left: 0;
     top: 0;
     opacity: .6;
     -webkit-transition: all .12s, border-color .08s;
     transition: all .12s, border-color .08s;
 }

.checkbox.checkbox_radio + label:before {
    border-radius: 10px;
}

.checkbox:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox.checkbox_radio:checked + label:before {
    content: '';
    display: block;
    background-color: #7F89FF;
    width: 9px;
    height: 9px;
    border: 0px solid #7F89FF;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.checkbox:checked + label:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border: 2px solid #7F89FF;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.checkbox.checkbox_radio + label:after {
    border-radius: 10px;
}

.tab{
    display: inline-block;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    width:45px;
    height:30px;
    border: 1px solid lightgrey ;
    color: grey;
    border-radius: 8px;

    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.tab:hover{
    background-color: #F0F0F0;
}


.tab.down{
    color: #7F89FF ;
    border: 1px solid #7F89FF;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 5;
    background-color: white;
}

.tab_l{
    display: inline-block;
    font-family: Helvetica;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    padding: 9px;
    width: 50%;
    height: 40px;
    border: 1px solid #D1D7FD ;
    border-radius: 20px;
    background-color: #FFFFFF;
    z-index: 100;
    /*region Description*/
    cursor: pointer;
    /*endregion*/

    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.tab_l>div{
    border: 1px solid #D1D7FD ;
    background-color: #FFFFFF;
    transform: scale(0.64);
    -webkit-transform: scale(0.64);
    -moz-transform: scale(0.64);
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.tab_l:hover{
    background-color: #E8F0F8;
}


.tab_l.down{
    cursor: default;
    color: #7F89FF ;
    border-color: #7F89FF;
    /*transform: scale(1.1);*/
    background-color: #E3E8FD;
}

.tab_l.down>div{
    border-width: 1px;
    box-shadow: 0pt 0pt 3pt 2pt #7F89FF;
    border-color: #7F89FF;

    //background-color: #E3E8FD;
    -webkit-animation: rotation 3s infinite linear;
}

@-webkit-keyframes beat {

}

@-webkit-keyframes shinebox {
    0%, 100%{
        box-shadow: 0pt 0pt 3pt 2pt white;
    }
    50% {
        box-shadow: 0pt 0pt 3pt 2pt #7F89FF;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg) scale(0.64);
    }
    100% {
        -webkit-transform: rotate(359deg) scale(0.64);
    }
}

@-webkit-keyframes blin {
    0%, 100%{
        opacity: 0.6;
    }
    50% {
        opacity: 0.4;
    }
}



/*.button:hover {
   border: 2px solid #000000;
   text-shadow: #000000 0 1px 0;
   background: #a51c30;
   background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#a51c30));
   background: -webkit-linear-gradient(top, #a51c30, #a51c30);
   background: -moz-linear-gradient(top, #a51c30, #a51c30);
   background: -ms-linear-gradient(top, #a51c30, #a51c30);
   background: -o-linear-gradient(top, #a51c30, #a51c30);
   background-image: -ms-linear-gradient(top, #a51c30 0%, #a51c30 100%);
   color: #000000;
   }
.button:active {
   text-shadow: #000000 0 1px 0;
   border: 2px solid #000000;
   background: #a51c30;
   background: -webkit-gradient(linear, left top, left bottom, from(#a51c30), to(#a51c30));
   background: -webkit-linear-gradient(top, #a51c30, #a51c30);
   background: -moz-linear-gradient(top, #a51c30, #a51c30);
   background: -ms-linear-gradient(top, #a51c30, #a51c30);
   background: -o-linear-gradient(top, #a51c30, #a51c30);
   background-image: -ms-linear-gradient(top, #a51c30 0%, #a51c30 100%);
   color: #000000;
   }*/

.guide{
    height:28px;
    width:28px;
    border: 1px solid #7379DE;
    border-radius: 20px;
    padding: 3px 9px;
    font-size: 14px;
    color: white;
    background-color: #7379DE;
    cursor: pointer;
}

.guide_text{
    position: relative;
    left: 30px;
    top: -21px;
    width: 100px;
    font-size: 13px;
    opacity: 0.45;
    color: black;
    font-style: italic;
    //-webkit-animation: blin 0.2s infinite linear;
}

.guide_text_wider{
    position: relative;
    left: 26px;
    top: -21px;
    width: 120px;
    font-size: 13px;
    opacity: 0.45;
    color: black;
    font-style: italic;
//-webkit-animation: blin 0.2s infinite linear;
}

.guide_text_inputs{
    position: relative;
    left: 5%;
    width: 90%;
    font-size: 13px;
    opacity: 0.45;
    color: black;
    font-style: italic;
    //-webkit-animation: blin 0.2s infinite linear;
}

.loading-indicator {
    position: relative; 
    top: -40px; 
    transform: scale(0.7); 
    opacity: 0;
}

.loading-indicator-percentage {
    width: 64px; 
    height: 20px;
    font-size: 15px;
    position: relative;
    bottom: 24px; 
    text-align: center;
    margin-left: calc(50% - 20px);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7F89FF;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.theme-color{
    color: #7F89FF;
}

.question-navi-text{
    margin-bottom: 6px;

}

.SLA-box{
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    width:190px;
    border: #BBBBBB solid 0.5px;
    border-bottom: #FFFFFF solid 0.5px;
    border-right-width: 0px;
    text-align: center;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #2c3e50;
    height: 100%;
    vertical-align:top;

}

.SLA-box.description{
    width:800px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    font-style: italic;
    border-right-width: 0.5px;
}

.SLA-box-2{
    height: 20%;
}



.blur-body > *:not(#interactiveDemo){
    filter: blur(10px);
    pointer-events: none;
    opacity: 0.7;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.blur > *:not(#SLA){
    filter: blur(10px);
    pointer-events: none;
    opacity: 0.7;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.exist-button{
    width: 35px;
    height:120px;
    text-align: center;
    border: 2px solid #BBBBBB;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px;
    font-weight: bold;
    transform: perspective(10px) rotateY(2deg);
}

.show-design{
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    border-color: #7F89FF;
}

.stage {
    width: 100%;
    height: 102px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1200px;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateY(0);
    }
    4% {
        -webkit-transform: rotateY(60deg);
    }
    16% {
        -webkit-transform: rotateY(60deg);
    }
    20% {
        -webkit-transform: rotateY(120deg);
    }
    32% {
        -webkit-transform: rotateY(120deg);
    }
    36% {
        -webkit-transform: rotateY(180deg);
    }
    48% {
        -webkit-transform: rotateY(180deg);
    }
    52% {
        -webkit-transform: rotateY(240deg);
    }
    64% {
        -webkit-transform: rotateY(240deg);
    }
    68% {
        -webkit-transform: rotateY(300deg);
    }
    80% {
        -webkit-transform: rotateY(300deg);
    }
    84% {
        -webkit-transform: rotateY(360deg);
    }
    96% {
        -webkit-transform: rotateY(360deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.shape {
    position: relative;
    top: 160px;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    -webkit-transform-style: preserve-3d;
}
.plane {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 12px;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-family: Times, serif;
    font-size: 42px;
    color: white;
    -webkit-transform: translateZ(380px);
    backface-visibility: visible;
    -webkit-box-shadow: 0 0 8px #CCCCCC;
    box-shadow: 0 0 8px #CCCCCC;
    -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}
.plane:nth-child(1) {
    -webkit-transform: rotateY(-60deg) translateZ(90px);
}
.plane:nth-child(2) {
    -webkit-transform: rotateY(-120deg) translateZ(90px);
}
.plane:nth-child(3) {
    -webkit-transform: rotateY(-180deg) translateZ(90px);
}
.plane:nth-child(4) {
    -webkit-transform: rotateY(-240deg) translateZ(90px);
}
.plane:nth-child(5) {
    -webkit-transform: rotateY(-300deg) translateZ(90px);
}
.plane:nth-child(6) {
    -webkit-transform: rotateY(-360deg) translateZ(90px);
}

.stat-block {
     display: inline-block;
     margin-bottom: 4px;
     padding-top: 4px;
     width: 33%;
     height: 33%;
     border: #6699CC solid 0.5px;
     border-radius: 12px;
     background-color: white;
     vertical-align: top;
 }


.stat-graph{
    margin-top: 4%;
    padding: 2px;
    width: 310px;
    height: calc( 80% );
    margin-left: calc(50% - 178px);
}

.stat-input{
    position: absolute;
    height: 24px;
    width: 36px;
    transform: scale(0.8);
    transform-origin: top left;
    font-size: 16px;
    text-align: center
}