html, body {
    height: 100%;
    background: url(../../main/images/bgr/v1.png) top left repeat;
}
a {
    cursor: pointer;
}
a,
a:focus,
button,
input,
textarea {
    outline: 0;
}
legend {
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #6a6a6a;
}

/* content */
.page-container {
    position: relative;
}
@media (min-width: 769px) {
    .page-container {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
}

.has-feedback-left .form-control-eye {
    position: absolute;
    right: 0;
    top: 34px;
    text-align: center;
    width: 36px;
    left: auto;
    color: #999999;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.has-feedback-left .form-control-eye:hover {
    color: #000;
}

.page-content {
    display: table;
    width: 100%;
    height: 100%;
}
.content-wrapper {
    /* padding-bottom: 20px; */
    width: 100%;
    background: url(../images/v1.png) top left repeat;
    vertical-align: middle;
    display: table-cell;
}
@media (min-width: 767px) {
    .setup-block {
        width: 700px;
        margin: auto;
    }
}
/* panel */
.panel {
    margin: 0 auto 20px auto;
    background: #f3f4ee;
    box-shadow: 0 2px 2px -2px #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #6a6a6a;
}
.panel-flat > .panel-heading {
    padding: 0;
}
.panel-heading {
    position: relative;
    color: #636363;
    border: 1px solid #cdcdcd;
    padding: 0;
    background: #dfe0db;
    background: -moz-linear-gradient(top, #dfe0db 0%, #edede7 50%, #e1e2de 50%, #e1e2de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe0db), color-stop(50%,#edede7), color-stop(50%,#e1e2de), color-stop(100%,#e1e2de));
    background: -webkit-linear-gradient(top, #dfe0db 0%,#edede7 50%,#e1e2de 50%,#e1e2de 100%);
    background: -o-linear-gradient(top, #dfe0db 0%,#edede7 50%,#e1e2de 50%,#e1e2de 100%);
    background: -ms-linear-gradient(top, #dfe0db 0%,#edede7 50%,#e1e2de 50%,#e1e2de 100%);
    background: linear-gradient(to bottom, #dfe0db 0%,#edede7 50%,#e1e2de 50%,#e1e2de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe0db', endColorstr='#e1e2de',GradientType=0 );
}
.panel-title {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 14px 7px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* form components */
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="number"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="url"], input[type="tel"], textarea {
    outline: 0;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    padding: 5px 9px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
}
label {
    font-weight: 400;
}
.validation-error-label, .validation-valid-label {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    color: #EB2718;
    position: relative;
    padding-left: 26px;
}
.validation-error-label:before {
    content: '\ed63';
}
.validation-error-label:before, .validation-valid-label:before {
    font-family: 'icomoon';
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
}
/* wizard */
.components {
    display: inline-block;
    position: relative;
    text-align: center;
}
.components  span {
    position: absolute;
    top: 0;
    right: 0;
}
.wizard {
    width: 100%;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-top: none;
}
.wizard > .steps .current-info,
.wizard > .content > .title {
    position: absolute;
    left: -99999px;
}
.wizard > .content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
}
.wizard > .content > .body {
    padding: 0 20px;
}
.wizard > .content > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}
.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard > .steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard > .steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard > .steps > ul > li a {
    position: relative;
    padding-top: 58px;
    margin-top: 35px;
    margin-bottom: 20px;
    display: block;
}
.wizard > .steps > ul > li a > i {
    display: none;
}
/*.wizard > .steps > ul > li:before,*/
.wizard > .steps > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 55px;
    width: 19%;
    height: 8px;
    /* background-color: #ddd; */
    background: url(../images/wizard-arrow.png) center center no-repeat;
    z-index: 9;
}
.wizard > .steps > ul > li:before {
    left: 0;
}
.wizard > .steps > ul > li:after {
    right: -7px;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
    content: none;
}
.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:before,
.wizard > .steps > ul > li.current ~ li:after {
    /*background-color: #ddd;*/
}
.wizard > .steps > ul > li.current > a {
    color: #333333;
    cursor: default;
    font-weight: 600;
}
.wizard > .steps > ul > li.current .number {
    font-size: 32px;
    border-color: #77AE06;
    background-color: #77AE06;
    color: #fff;
    width: 58px;
    height: 58px;
    margin-left: -28px;
    top: -10px;
    line-height: 58px;
}
.wizard > .steps > ul > li.current .number:after {
    /*content: '\e913';*/
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.wizard > .steps > ul > li.disabled a,
.wizard > .steps > ul > li.disabled a:hover,
.wizard > .steps > ul > li.disabled a:focus {
    color: #999999;
    cursor: default;
}
.wizard > .steps > ul > li.done a,
.wizard > .steps > ul > li.done a:hover,
.wizard > .steps > ul > li.done a:focus {
    color: #a50575;
}
.wizard > .steps > ul > li.done .number {
    /*font-size: 0;*/
    background-color: #A50575;
    border-color: #A50575;
    color: #fff;
}
.wizard > .steps > ul > li.done .number:after {
    content: '\ed6f';
    font-family: 'icomoon';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #77AE06;
    border-radius: 50%;
    width: 18px;
    line-height: 18px;
    font-size: 10px;
}
.wizard > .steps > ul > li.error .number {
    /*border-color: #EB2718;*/
    /*color: #EB2718;*/
}
@media (max-width: 768px) {
    .wizard > .steps > ul {
        margin-bottom: 20px;
    }
    .wizard > .steps > ul > li {
        display: block;
        float: left;
        width: 50%;
    }
    .wizard > .steps > ul > li > a {
        margin-bottom: 0;
    }
    .wizard > .steps > ul > li:first-child:before,
    .wizard > .steps > ul > li:last-child:after {
        content: '';
    }
    .wizard > .steps > ul > li:last-child:after {
        background-color: #A50575;
    }
}
@media (max-width: 480px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }
    .wizard > .steps > ul > li.current:after {
        background-color: #A50575;
    }
}
.wizard > .steps .number {
    background-color: #a50575;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    border: 1px solid #a50575;
    font-size: 26px;
    border-radius: 50%;
    z-index: 10;
    line-height: 51px;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.panel-flat > .wizard > .steps > ul {
    border-top: 1px solid #ddd;
}
.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 20px;
    padding-top: 0;
}
.wizard > .actions > ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard > .actions > ul:after {
    content: '';
    display: table;
    clear: both;
}
.wizard > .actions > ul > li {
    float: left;
}
.wizard > .actions > ul > li + li {
    margin-left: 10px;
}
.wizard > .actions > ul > li > a {
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 2px;
    border: 1px solid transparent;
    background: rgb(203,96,179);
    background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(50%,rgba(193,70,161,1)), color-stop(51%,rgba(168,0,119,1)), color-stop(100%,rgba(219,54,164,1)));
    background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    background: -o-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    background: linear-gradient(to bottom, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
}
.wizard > .actions > ul > li > a:hover,
.wizard > .actions > ul > li > a:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard > .actions > ul > li > a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.wizard > .actions > ul > li > a[href="#previous"] {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #ddd;
}
.wizard > .actions > ul > li > a[href="#previous"]:hover,
.wizard > .actions > ul > li > a[href="#previous"]:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard > .actions > ul > li > a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.wizard > .actions > ul > li.disabled > a,
.wizard > .actions > ul > li.disabled > a:hover,
.wizard > .actions > ul > li.disabled > a:focus {
    color: #999999;
}
.wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard > .actions > ul > li.disabled > a[href="#previous"]:hover,
.wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Uniform form inputs plugin*/
.checkbox {
    padding-bottom: 6px;
}
.checker {
    cursor: pointer;
    position: relative;
    display: -moz-inline-box;
    display: block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    margin-right: 8px;
    box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
}
.checker,
.checker span,
.checker input {
    width: 16px;
    height: 16px;
}
.checker span {
    position: relative;
    background: url(../images/forms/checkboxes.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
.checker span.checked {
    background-position: 0 -17px;
}
.checker input[type=checkbox],
.choice input[type=radio] {
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox .checker,
.checkbox-inline .checker {
    position: absolute;
    top: 1px;
    left: 0;
}
.form-horizontal .checkbox .checker,
.form-horizontal .checkbox-inline .checker {
    top: 9px;
}
.checkbox-inline.checkbox-right {
    padding-right: 20px;
    padding-left: 0;
}
.checkbox-right .checker {
    left: auto;
    right: 0;
    margin-left: 8px;
    margin-right: 0;
}
.checker.active span:after,
.checkbox > label:active .checker span:after,
.checkbox-inline:active .checker span:after {
    display: block;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.checker.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.checker.disabled,
.checker.disabled input[type=checkbox] {
    cursor: not-allowed;
}
.checkbox > label:active .checker.disabled span:after,
.checkbox-inline:active .checker.disabled span:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox > label:active .checker.disabled span.checked:after,
.checkbox-inline:active .checker.disabled span.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checker[class*=border-] span {
    border-color: inherit;
    color: inherit;
}
.dropdown-menu > .active:not(.disabled) .checker span,
.dropdown-menu[class*=bg-] .checker span,
.navbar-inverse .navbar-form .checker span,
.sidebar:not(.sidebar-default) .checkbox .checker span {
    border-color: #fff;
    color: #fff;
}
.choice {
    cursor: pointer;
    position: relative;
    display: -moz-inline-box;
    display: block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    margin-top: 0;
    margin-right: 8px;
}
.choice,
.choice span,
.choice input {
    width: 16px;
    height: 17px;
}
.choice span {
    position: relative;
    background: url(../images/forms/radios.png) no-repeat 0 0;
    height: 17px;
    width: 16px;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

.choice span.checked {
    background-position: 0 -18px;
}
.radio .choice,
.radio-inline .choice {
    position: absolute;
    top: 0;
    left: 0;
}
.form-horizontal .radio .choice,
.form-horizontal .radio-inline .choice {
    top: 9px;
}
.radio-right .choice {
    left: auto;
    right: 0;
}
.choice.active span:after,
.radio > label:active .choice span:after,
.radio-inline:active .choice span:after {
    display: block;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.choice.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.choice.disabled,
.choice.disabled input[type=radio] {
    cursor: not-allowed;
}
.radio > label:active .choice.disabled span:after,
.radio-inline:active .choice.disabled span:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.radio > label:active .choice.disabled span.checked:after,
.radio-inline:active .choice.disabled span.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.choice[class*=border-] span {
    border-color: inherit;
}
.choice[class*=border-] span:after {
    border-color: inherit;
}
.dropdown-menu > .active .choice span,
.dropdown-menu[class*=bg-] .choice span,
.navbar-inverse .navbar-form .choice span,
.sidebar:not(.sidebar-default) .checkbox .choice span {
    border-color: #fff;
}

/* Select2 selects */
.form-group .select2-container {
    min-width: 100%;
}

.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  min-width: 222px;
  max-width: 100%;
}
.select2-container .select2-selection {
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 36px;
  height: 36px;
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  color: #707070;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
  background: linear-gradient(top, #f8f8f8 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
  box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset;
  -webkit-box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset;
  -moz-box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset;
  -moz-box-sizing: border-box !important;
  min-width: 222px;
  max-width: 100%;
  vertical-align: middle;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  height: 36px;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #ccc;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear {
  potision: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 2px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-selection--single .select2-selection__arrow {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 32px;
}
.select2-selection--single .select2-selection__arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../images/forms/sidebar-dropdown-arrows.png) no-repeat center center;
  width: 32px;
  height: 100%;
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--multiple:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 3px 3px 3px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 3px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 5px;
  -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  display: block;
  left: -100000px;
  background: #fff;
  color: #6a6a6a;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  z-index: 9998;
  width: 100%;
  margin-top: 0px;
  font-size: 13px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  margin: 0;
  padding: 0 5px 5px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 5px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 5px;
}
.select2-results__option {
  padding: 7px 5px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 10px;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results__option[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.6);
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 5px;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999999;
  cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
  color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 5px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 5px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  width: 100%;
  margin: 5px 0;
  padding: 0 5px;
}

.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 2px;
  padding-bottom: 2px;
}

.select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px 7px 6px;
  width: 100%;
  margin: 0;
  height: 32px;
}
.select2-search--dropdown::after {
  content: "\e98e";
  font-family: 'icomoon';
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 3px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DADADA;
  width: 32px;
  height: 34px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  font-size: 14px;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}
.select-sm.select2-selection--single {
  height: 34px;
  padding: 6px 0;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 12px;
}
.select2-result-repository__description {
  font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 15px;
}

/* alert */
.alert {
    padding: 5px;
    margin-bottom: 5px;
}
.alert-success, .alert-success .close {
    color: #205823;
}

/* footer */
.footer {
    text-align: center;
    padding: 8px;
    border: 1px solid #cdcdcd;
    border-top: 0;
    background: #f1f1eb;
}

/* btn */
.btn-violet {
    color: #fff;
    background: rgb(203,96,179);
    background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(50%,rgba(193,70,161,1)), color-stop(51%,rgba(168,0,119,1)), color-stop(100%,rgba(219,54,164,1)));
    background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    background: -o-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    background: linear-gradient(to bottom, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
}
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
    color: #ffffff;
    background-color: #961682;
    border-color: #961682;
}

.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
    background-image: none;
}

.btn-violet.disabled,
.btn-violet[disabled],
fieldset[disabled] .btn-violet,
.btn-violet.disabled:hover,
.btn-violet[disabled]:hover,
fieldset[disabled] .btn-violet:hover,
.btn-violet.disabled:focus,
.btn-violet[disabled]:focus,
fieldset[disabled] .btn-violet:focus,
.btn-violet.disabled:active,
.btn-violet[disabled]:active,
fieldset[disabled] .btn-violet:active,
.btn-violet.disabled.active,
.btn-violet[disabled].active,
fieldset[disabled] .btn-violet.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.legend {
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #6a6a6a;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* helpers */
.m-10 {
    margin: 10px;
}
.text-bold {
    font-weight: bold;
}
.position-left {
    margin-right: 10px;
}


/* pace-demo */
.pace {
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    width: 100%;
}
.pace .pace_progress {
    display: none;
}
.theme_xbox_xs,
.theme_xbox_sm,
.theme_xbox {
    position: relative;
    width: 115px;
    height: 115px;
    margin: auto;
}
.theme_xbox_xs .pace_activity,
.theme_xbox_sm .pace_activity,
.theme_xbox .pace_activity {
    width: 115px;
    height: 115px;
    -webkit-animation: rotation 1.5s ease-in-out infinite;
    -o-animation: rotation 1.5s ease-in-out infinite;
    animation: rotation 1.5s ease-in-out infinite;
}
.theme_xbox_xs .pace_activity,
.theme_xbox_xs .pace_activity:before,
.theme_xbox_xs .pace_activity:after,
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:before,
.theme_xbox_sm .pace_activity:after,
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:before,
.theme_xbox .pace_activity:after {
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #6a6a6a;
}
.theme_xbox_xs .pace_activity:before,
.theme_xbox_sm .pace_activity:before,
.theme_xbox .pace_activity:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: rotation 2s ease-in-out infinite;
    -o-animation: rotation 2s ease-in-out infinite;
    animation: rotation 2s ease-in-out infinite;
}
.theme_xbox_xs .pace_activity:after,
.theme_xbox_sm .pace_activity:after,
.theme_xbox .pace_activity:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -o-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}
.theme_xbox_with_text span {
    display: block;
    margin-top: 7px;
    color: #fff;
}
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:before,
.theme_xbox_sm .pace_activity:after {
    border-width: 2px;
}
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:before,
.theme_xbox .pace_activity:after {
    border-width: 3px;
}
.theme_perspective {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px;
}
.theme_perspective .pace_activity {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-animation: perspective 1.2s infinite ease-in-out;
    -o-animation: perspective 1.2s infinite ease-in-out;
    animation: perspective 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes rotation {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}
@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotation_reverse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@-ms-keyframes rotation_reverse {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(-360deg);
    }
}
@-o-keyframes rotation_reverse {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(-360deg);
    }
}
@keyframes rotation_reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}