
.has-switch {
    -moz-user-select: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    line-height: 8px;
    min-width: 100px;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.has-switch.switch-mini, .has-switch.switch-xs {
    min-width: 72px;
}
.has-switch.switch-mini i.switch-mini-icons, .has-switch.switch-xs i.switch-mini-icons {
    height: 1.2em;
    line-height: 9px;
    margin-bottom: -1px;
    margin-top: -1px;
    text-align: center;
    transform: scale(0.6);
    vertical-align: text-top;
}
.has-switch.switch-small, .has-switch.switch-sm {
    min-width: 80px;
}
.has-switch.switch-large, .has-switch.switch-lg {
    min-width: 120px;
}
.has-switch.deactivate {
    cursor: default !important;
    opacity: 50;
}
.has-switch.deactivate label, .has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    display: inline-block;
    position: relative;
    top: 0;
    width: 150%;
}
.has-switch > div.switch-animate {
    transition: left 0.5s ease 0s;
}
.has-switch > div.switch-off {
    left: -50%;
}
.has-switch > div.switch-on {
    left: 0;
}
.has-switch input[type="radio"], .has-switch input[type="checkbox"] {
    display: block;
    margin-left: -60%;
    position: absolute;
}
.has-switch span, .has-switch label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
}
.has-switch span.switch-mini, .has-switch label.switch-mini, .has-switch span.switch-xs, .has-switch label.switch-xs {
    font-size: 10px;
    line-height: 9px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.has-switch span.switch-small, .has-switch label.switch-small, .has-switch span.switch-sm, .has-switch label.switch-sm {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.has-switch span.switch-large, .has-switch label.switch-large, .has-switch span.switch-lg, .has-switch label.switch-lg {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 9px;
    padding-top: 9px;
}
.has-switch label {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-bottom: -1px;
    margin-top: -1px;
    text-align: center;
    width: 34%;
    z-index: 100;
}
.has-switch label.switch-left {
    background-color: #e6e6e6;
    color: #333333;
}
.has-switch label.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch label.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
    color: #333333;
}
.has-switch label:active, .has-switch label.active {
}
.has-switch label i {
    color: #000;
    line-height: 18px;
    pointer-events: none;
}
.has-switch span {
    text-align: center;
    width: 33%;
    z-index: 1;
}
.has-switch span.switch-left {
    background-clip: padding-box;
    border-bottom-left-radius: 49px;
    border-top-left-radius: 49px;
}
.has-switch span.switch-right {
}
.has-switch span.switch-right.switch-left {
    background-color: #ffffff;
    color: #333333;
}
.has-switch span.switch-right.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-right.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-right:hover, .has-switch span.switch-right:focus, .has-switch span.switch-right:active, .has-switch span.switch-right.active, .has-switch span.switch-right.disabled, .has-switch span.switch-right[disabled] {
    color: #333333;
}
.has-switch span.switch-right:active, .has-switch span.switch-right.active {
}
.has-switch span.switch-primary, .has-switch span.switch-left {
}
.has-switch span.switch-primary.switch-left, .has-switch span.switch-left.switch-left {
    background-color: #0088cc;
    color: #ffffff;
}
.has-switch span.switch-primary.switch-right, .has-switch span.switch-left.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-primary.switch-right:hover, .has-switch span.switch-left.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-primary:hover, .has-switch span.switch-left:hover, .has-switch span.switch-primary:focus, .has-switch span.switch-left:focus, .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active, .has-switch span.switch-primary.disabled, .has-switch span.switch-left.disabled, .has-switch span.switch-primary[disabled], .has-switch span.switch-left[disabled] {
    color: #ffffff;
}
.has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active {
}
.has-switch span.switch-info {
}
.has-switch span.switch-info.switch-left {
    background-color: #5bc0de;
    color: #ffffff;
}
.has-switch span.switch-info.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-info.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] {
    color: #ffffff;
}
.has-switch span.switch-info:active, .has-switch span.switch-info.active {
}
.has-switch span.switch-success {
}
.has-switch span.switch-success.switch-left {
    background-color: #62c462;
    color: #ffffff;
}
.has-switch span.switch-success.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-success.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] {
    color: #ffffff;
}
.has-switch span.switch-success:active, .has-switch span.switch-success.active {
}
.has-switch span.switch-warning {
}
.has-switch span.switch-warning.switch-left {
    background-color: #fbb450;
    color: #ffffff;
}
.has-switch span.switch-warning.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-warning.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] {
    color: #ffffff;
}
.has-switch span.switch-warning:active, .has-switch span.switch-warning.active {
}
.has-switch span.switch-danger {
}
.has-switch span.switch-danger.switch-left {
    background-color: #ee5f5b;
    color: #ffffff;
}
.has-switch span.switch-danger.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-danger.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] {
    color: #ffffff;
}
.has-switch span.switch-danger:active, .has-switch span.switch-danger.active {
}
.has-switch span.switch-default {
}
.has-switch span.switch-default.switch-left {
    background-color: #ffffff;
    color: #333333;
}
.has-switch span.switch-default.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-default.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
.has-switch span.switch-default:hover, .has-switch span.switch-default:focus, .has-switch span.switch-default:active, .has-switch span.switch-default.active, .has-switch span.switch-default.disabled, .has-switch span.switch-default[disabled] {
    color: #333333;
}
.has-switch span.switch-default:active, .has-switch span.switch-default.active {
}
.bootstrap-tagsinput {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #555;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 6px 8px 8px;
    vertical-align: middle;
}
.bootstrap-tagsinput:hover {
    border-color: #cbd0d9;
}
.bootstrap-tagsinput input {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    margin: 0;
    max-width: inherit;
    outline: medium none;
    padding: 0;
    width: auto !important;
}
.bootstrap-tagsinput input:focus {
    border: medium none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    color: white;
    display: inline-block;
    font-size: 10px;
    margin-right: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 8px;
}
.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "x";
    padding: 0 2px;
}
div.datepicker {
    background-clip: padding-box;
    border-radius: 3px;
    direction: ltr;
    padding: 4px;
}
div.datepicker-inline {
    width: 206px;
}
div.datepickerdiv.datepicker-rtl {
    direction: rtl;
}
div.datepickerdiv.datepicker-rtl table tr td span {
    float: right;
}
div.datepicker-dropdown {
    left: 0;
    top: 0;
}
div.datepicker-dropdown::before {
    border-color: -moz-use-text-color transparent rgba(0, 0, 0, 0.2);
    border-style: none solid solid;
    border-width: 0 7px 7px;
    content: "";
    display: inline-block;
    position: absolute;
}
div.datepicker-dropdown::after {
    border-color: -moz-use-text-color transparent #ffffff;
    border-style: none solid solid;
    border-width: 0 6px 6px;
    content: "";
    display: inline-block;
    position: absolute;
}
div.datepicker-dropdown.datepicker-orient-left::before {
    left: 6px;
}
div.datepicker-dropdown.datepicker-orient-left::after {
    left: 7px;
}
div.datepicker-dropdown.datepicker-orient-right::before {
    right: 6px;
}
div.datepicker-dropdown.datepicker-orient-right::after {
    right: 7px;
}
div.datepicker-dropdown.datepicker-orient-top::before {
    top: -7px;
}
div.datepicker-dropdown.datepicker-orient-top::after {
    top: -6px;
}
div.datepicker-dropdown.datepicker-orient-bottom::before {
    border-bottom: 0 none;
    border-top: 7px solid #ccc;
    bottom: -7px;
}
div.datepicker-dropdown.datepicker-orient-bottom::after {
    border-bottom: 0 none;
    border-top: 6px solid #ffffff;
    bottom: -6px;
}
div.datepicker > div {
    display: none;
}
div.datepicker.days div.datepicker-days {
    display: block;
}
div.datepicker.months div.datepicker-months {
    display: block;
}
div.datepicker.years div.datepicker-years {
    display: block;
}
div.datepicker table {
    -moz-user-select: none;
    margin: 0;
}
div.datepicker td, div.datepicker th {
    background-clip: padding-box;
    border: medium none;
    border-radius: 4px;
    height: 20px;
    text-align: center;
    width: 20px;
}
.table-striped div.datepicker table tr td, .table-striped div.datepicker table tr th {
    background-color: transparent;
}
div.datepicker table tr td.day:hover {
    background: #eeeeee none repeat scroll 0 0;
    color: #303641;
    cursor: pointer;
    transition: all 300ms ease-in-out 0s;
}
div.datepicker table tr td.old, div.datepicker table tr td.new {
    color: #999999;
}
div.datepicker table tr td.disabled, div.datepicker table tr td.disabled:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dee0e4;
    cursor: default;
}
div.datepicker table tr td.today, div.datepicker table tr td.today:hover, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover {
    color: #000;
}
div.datepicker table tr td.today.switch-left, div.datepicker table tr td.today.switch-left:hover, div.datepicker table tr td.today.disabled.switch-left, div.datepicker table tr td.today.disabled.switch-left:hover {
    background-color: #737397;
    color: #ffffff;
}
div.datepicker table tr td.today.switch-right, div.datepicker table tr td.today.switch-right:hover, div.datepicker table tr td.today.disabled.switch-right, div.datepicker table tr td.today.disabled.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.today.switch-right:hover, div.datepicker table tr td.today.switch-right:hover:hover, div.datepicker table tr td.today.disabled.switch-right:hover, div.datepicker table tr td.today.disabled.switch-right:hover:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.today:hover, div.datepicker table tr td.today:hover:hover, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today.disabled:hover:hover, div.datepicker table tr td.today:focus, div.datepicker table tr td.today:hover:focus, div.datepicker table tr td.today.disabled:focus, div.datepicker table tr td.today.disabled:hover:focus, div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today.active:hover, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled.active:hover, div.datepicker table tr td.today.disabled, div.datepicker table tr td.today.disabled:hover, div.datepicker table tr td.today.disabled.disabled, div.datepicker table tr td.today.disabled.disabled:hover, div.datepicker table tr td.today[disabled], div.datepicker table tr td.today[disabled]:hover, div.datepicker table tr td.today.disabled[disabled], div.datepicker table tr td.today.disabled[disabled]:hover {
    color: #ffffff;
}
div.datepicker table tr td.today:active, div.datepicker table tr td.today:hover:active, div.datepicker table tr td.today.disabled:active, div.datepicker table tr td.today.disabled:hover:active, div.datepicker table tr td.today.active, div.datepicker table tr td.today.active:hover, div.datepicker table tr td.today.disabled.active, div.datepicker table tr td.today.disabled.active:hover {
}
div.datepicker table tr td.today:hover:hover {
    color: #000;
}
div.datepicker table tr td.today.active:hover {
    color: #fff;
}
div.datepicker table tr td.range, div.datepicker table tr td.range:hover, div.datepicker table tr td.range.disabled, div.datepicker table tr td.range.disabled:hover {
    background: #eeeeee none repeat scroll 0 0 padding-box;
    border-radius: 0;
}
div.datepicker table tr td.range.today, div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today.disabled:hover {
    background-clip: padding-box;
    border-radius: 0;
}
div.datepicker table tr td.range.today.switch-left, div.datepicker table tr td.range.today.switch-left:hover, div.datepicker table tr td.range.today.disabled.switch-left, div.datepicker table tr td.range.today.disabled.switch-left:hover {
    background-color: #f3ea7a;
    color: #ffffff;
}
div.datepicker table tr td.range.today.switch-right, div.datepicker table tr td.range.today.switch-right:hover, div.datepicker table tr td.range.today.disabled.switch-right, div.datepicker table tr td.range.today.disabled.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.range.today.switch-right:hover, div.datepicker table tr td.range.today.switch-right:hover:hover, div.datepicker table tr td.range.today.disabled.switch-right:hover, div.datepicker table tr td.range.today.disabled.switch-right:hover:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.range.today:hover, div.datepicker table tr td.range.today:hover:hover, div.datepicker table tr td.range.today.disabled:hover, div.datepicker table tr td.range.today.disabled:hover:hover, div.datepicker table tr td.range.today:focus, div.datepicker table tr td.range.today:hover:focus, div.datepicker table tr td.range.today.disabled:focus, div.datepicker table tr td.range.today.disabled:hover:focus, div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today.active:hover, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled.active:hover, div.datepicker table tr td.range.today.disabled, div.datepicker table tr td.range.today.disabled:hover, div.datepicker table tr td.range.today.disabled.disabled, div.datepicker table tr td.range.today.disabled.disabled:hover, div.datepicker table tr td.range.today[disabled], div.datepicker table tr td.range.today[disabled]:hover, div.datepicker table tr td.range.today.disabled[disabled], div.datepicker table tr td.range.today.disabled[disabled]:hover {
    color: #ffffff;
}
div.datepicker table tr td.range.today:active, div.datepicker table tr td.range.today:hover:active, div.datepicker table tr td.range.today.disabled:active, div.datepicker table tr td.range.today.disabled:hover:active, div.datepicker table tr td.range.today.active, div.datepicker table tr td.range.today.active:hover, div.datepicker table tr td.range.today.disabled.active, div.datepicker table tr td.range.today.disabled.active:hover {
}
div.datepicker table tr td.selected, div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td.selected.switch-left, div.datepicker table tr td.selected.switch-left:hover, div.datepicker table tr td.selected.disabled.switch-left, div.datepicker table tr td.selected.disabled.switch-left:hover {
    background-color: #808080;
    color: #ffffff;
}
div.datepicker table tr td.selected.switch-right, div.datepicker table tr td.selected.switch-right:hover, div.datepicker table tr td.selected.disabled.switch-right, div.datepicker table tr td.selected.disabled.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.selected.switch-right:hover, div.datepicker table tr td.selected.switch-right:hover:hover, div.datepicker table tr td.selected.disabled.switch-right:hover, div.datepicker table tr td.selected.disabled.switch-right:hover:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.selected:hover, div.datepicker table tr td.selected:hover:hover, div.datepicker table tr td.selected.disabled:hover, div.datepicker table tr td.selected.disabled:hover:hover, div.datepicker table tr td.selected:focus, div.datepicker table tr td.selected:hover:focus, div.datepicker table tr td.selected.disabled:focus, div.datepicker table tr td.selected.disabled:hover:focus, div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected.active:hover, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled.active:hover, div.datepicker table tr td.selected.disabled, div.datepicker table tr td.selected.disabled:hover, div.datepicker table tr td.selected.disabled.disabled, div.datepicker table tr td.selected.disabled.disabled:hover, div.datepicker table tr td.selected[disabled], div.datepicker table tr td.selected[disabled]:hover, div.datepicker table tr td.selected.disabled[disabled], div.datepicker table tr td.selected.disabled[disabled]:hover {
    color: #ffffff;
}
div.datepicker table tr td.selected:active, div.datepicker table tr td.selected:hover:active, div.datepicker table tr td.selected.disabled:active, div.datepicker table tr td.selected.disabled:hover:active, div.datepicker table tr td.selected.active, div.datepicker table tr td.selected.active:hover, div.datepicker table tr td.selected.disabled.active, div.datepicker table tr td.selected.disabled.active:hover {
}
div.datepicker table tr td.active, div.datepicker table tr td.active:hover, div.datepicker table tr td.active.disabled, div.datepicker table tr td.active.disabled:hover {
    background: #303641 none repeat scroll 0 0;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td span {
    background-clip: padding-box;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
    margin: 1%;
    width: 23%;
}
div.datepicker table tr td span:hover {
    background: #eeeeee none repeat scroll 0 0;
}
div.datepicker table tr td span.disabled, div.datepicker table tr td span.disabled:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999999;
    cursor: default;
}
div.datepicker table tr td span.active, div.datepicker table tr td span.active:hover, div.datepicker table tr td span.active.disabled, div.datepicker table tr td span.active.disabled:hover {
    background: #303641 none repeat scroll 0 0;
    color: #fff;
}
div.datepicker table tr td span.old, div.datepicker table tr td span.new {
    color: #999999;
}
div.datepicker th.datepicker-switch {
    width: 145px;
}
div.datepicker thead tr:first-child th, div.datepicker tfoot tr th {
    cursor: pointer;
}
div.datepicker thead tr:first-child th:hover, div.datepicker tfoot tr th:hover {
    background: #eeeeee none repeat scroll 0 0;
}
div.datepicker .cw {
    font-size: 10px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
    width: 12px;
}
div.datepicker thead tr:first-child th.cw {
    background-color: transparent;
    cursor: default;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    background-clip: padding-box;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-left: -5px;
    margin-right: -5px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    width: auto;
}
.datepicker-inline {
    border: 1px solid #ebebeb;
}
.datepicker-inline.no-border {
    border-color: transparent;
}
.datepicker-inline table {
    width: 195px;
}
.input-group-addon .color-preview {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker .add-on {
    cursor: pointer;
}
.bootstrap-timepicker .add-on i {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    z-index: 10000;
}
.bootstrap-timepicker-widget.dropdown-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left::before {
    left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left::after {
    left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right::before {
    right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right::after {
    right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top::before {
    top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top::after {
    top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::before {
    border-bottom: 0 none;
    border-top: 7px solid #ccc;
    bottom: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::after {
    border-bottom: 0 none;
    border-top: 6px solid #ffffff;
    bottom: -6px;
}
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 3px;
}
.bootstrap-timepicker-widget table {
    margin: 0;
    width: 100%;
}
.bootstrap-timepicker-widget table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    border: 1px solid transparent;
    color: #303641;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 0;
    width: 100%;
}
.bootstrap-timepicker-widget table td a:hover {
    background-clip: padding-box;
    background-color: #f5f5f6;
    border-color: #ebebeb;
    border-radius: 3px;
    text-decoration: none;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
}
.bootstrap-timepicker-widget table td a i::before {
    font-family: "Entypo";
    font-size: 12px;
    font-style: normal;
}
.bootstrap-timepicker-widget table td a i.icon-chevron-up::before {
    content: "?";
}
.bootstrap-timepicker-widget table td a i.icon-chevron-down::before {
    content: "?";
}
.bootstrap-timepicker-widget table td input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    outline: medium none;
    text-align: center;
    width: 25px;
}
.bootstrap-timepicker-widget table td input:focus {
    background: #f5f5f6 none repeat scroll 0 0;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}
.date-and-time > input.datepicker {
    float: left;
    width: 70%;
}
.date-and-time > input.timepicker {
    float: right;
    width: 30%;
}
.date-and-time > input:first-child {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px;
    border-right: 0 none;
}
.date-and-time > input:last-child {
    background-clip: padding-box;
    border-radius: 0 3px 3px 0;
}
@media (min-width: 767px) {
.bootstrap-timepicker-widget.modal {
    margin-left: -100px;
    width: 200px;
}
}
@media (max-width: 767px) {
.bootstrap-timepicker {
    width: 100%;
}
.bootstrap-timepicker .dropdown-menu {
    width: 100%;
}
}
.colorpicker-saturation {
    background-image: url("../images/colorpicker/saturation.png");
    cursor: crosshair;
    float: left;
    height: 100px;
    width: 100px;
}
.colorpicker-saturation i {
    border: 1px solid #000;
    border-radius: 3px;
    display: block;
    height: 5px;
    left: 0;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    width: 5px;
}
.colorpicker-saturation i b {
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    height: 5px;
    width: 5px;
}
.colorpicker-hue, .colorpicker-alpha {
    cursor: row-resize;
    float: left;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    width: 15px;
}
.colorpicker-hue i, .colorpicker-alpha i {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    display: block;
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 0;
    width: 100%;
}
.colorpicker-hue {
    background-image: url("../images/colorpicker/hue.png");
}
.colorpicker-alpha {
    background-image: url("../images/colorpicker/alpha.png");
    display: none;
}
div.colorpicker {
    border-radius: 2px;
    left: 0;
    margin-top: 1px;
    min-width: 130px;
    padding: 4px;
    top: 0;
    z-index: 2500;
}
.colorpicker::before, .colorpicker::after {
    content: "";
    display: table;
    line-height: 0;
}
.colorpicker::after {
    clear: both;
}
.colorpicker::before {
    border-bottom: 7px solid #e6e6e6;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
}
.colorpicker::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 7px;
    position: absolute;
    top: -6px;
}
.colorpicker div {
    position: relative;
}
.colorpicker.colorpicker-with-alpha {
    min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block;
}
.colorpicker-color {
    background-image: url("../images/colorpicker/alpha.png");
    background-position: 0 100%;
    clear: both;
    height: 10px;
    margin-top: 5px;
}
.colorpicker-color div {
    height: 10px;
}
.colorpicker-element .input-group-addon i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.colorpicker.colorpicker-inline {
    display: inline-block;
    float: none;
    position: relative;
}
.colorpicker.colorpicker-horizontal {
    height: auto;
    min-width: 110px;
    width: 110px;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
    cursor: col-resize;
    float: left;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 15px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../images/colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../images/colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
    display: none;
}
.colorpicker.colorpicker-visible {
    display: block;
}
.colorpicker-inline.colorpicker-visible {
    display: inline-block;
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file > input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}
.fileinput .uneditable-input {
    cursor: text;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.fileinput i + .fileinput-filename, .fileinput .btn + .fileinput-filename {
    padding-left: 5px;
}
.fileinput.fileinput-exists .close {
    color: #dee0e4;
    margin-left: 5px;
    opacity: 1;
    position: relative;
    top: 3px;
}
.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileinput .thumbnail[data-trigger="fileinput"] {
    cursor: pointer;
}
.fileinput .thumbnail::before, .fileinput .thumbnail::after {
    content: " ";
    display: table;
}
.fileinput .thumbnail::after {
    clear: both;
}
.fileinput .thumbnail > img {
    display: block;
    max-height: 100%;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput .uneditable-input {
    white-space: normal;
}
.fileinput-new .input-group .btn-file {
    border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 2px 2px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 3px 3px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
    border-color: #ffd78a;
    color: #574802;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #574802;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #ffd78a;
}
.form-group.has-error .fileinput .uneditable-input {
    border-color: #ffafbd;
    color: #ac1818;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #ac1818;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ffafbd;
}
.form-group.has-success .fileinput .uneditable-input {
    border-color: #b4e8a8;
    color: #045702;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #045702;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #b4e8a8;
}
.input-group-addon:not(:first-child) {
    border-left: 0 none;
}
.fileinput .uneditable-input, .fileinput-new .input-group .btn-file {
    display: table-cell !important;
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}
.toast-message a, .toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
    position: relative;
    right: -0.3em;
    text-shadow: 0 1px 0 #ffffff;
    top: -0.3em;
}
.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.toast-close-button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.toast-top-full-width {
    margin-bottom: 10px;
    margin-top: 10px;
    right: 0;
    top: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    left: 12px;
    top: 12px;
}
.toast-top-right {
    right: 12px;
    top: 12px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
}
#toast-container * {
    box-sizing: border-box;
}
#toast-container > div {
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #ffffff;
    margin: 0 0 6px;
    opacity: 0.8;
    padding: 15px 15px 15px 50px;
    width: 300px;
}
#toast-container > *:hover {
    cursor: pointer;
    opacity: 1;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: auto;
    width: 96%;
}
#toast-container .toast-success.black, #toast-container .toast-error.black, #toast-container .toast-info.black, #toast-container .toast-warning.black {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #00a651;
}
.toast-error {
    background-color: #cc2424;
}
.toast-info {
    background-color: #21a9e1;
}
.toast-warning {
    background-color: #f89406;
}
@media all and (max-width: 240px) {
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
}
#toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
}
#toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
}
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #ffffff;
    color: #949494;
    font-family: "Helvetica Neue",Helvetica,"Noto Sans",sans-serif,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #373e4a;
    text-decoration: none;
}
a:hover, a:focus {
    color: #818da2;
}
a:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.img-rounded {
    border-radius: 3px;
}
.img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 2px;
    transition: all 0.2s ease-in-out 0s;
}
.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 17px;
    margin-top: 17px;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
figure {
    margin: 0;
}
p {
    font-size: 12px;
    margin: 0 0 8.5px;
}
.lead {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 17px;
}
@media (min-width: 768px) {
.lead {
    font-size: 18px;
}
}
small, .small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #949494;
}
a.text-primary:hover {
    color: #7b7b7b;
}
.text-success {
    color: #045702;
}
a.text-success:hover {
    color: #022501;
}
.text-info {
    color: #2c7ea1;
}
a.text-info:hover {
    color: #215f79;
}
.text-warning {
    color: #574802;
}
a.text-warning:hover {
    color: #251f01;
}
.text-danger {
    color: #ac1818;
}
a.text-danger:hover {
    color: #7f1212;
}
.bg-primary {
    background-color: #949494;
    color: #fff;
}
a.bg-primary:hover {
    background-color: #7b7b7b;
}
.bg-success {
    background-color: #bdedbc;
}
a.bg-success:hover {
    background-color: #95e294;
}
.bg-info {
    background-color: #c5e8f7;
}
a.bg-info:hover {
    background-color: #98d6f1;
}
.bg-warning {
    background-color: #ffefa4;
}
a.bg-warning:hover {
    background-color: #ffe671;
}
.bg-danger {
    background-color: #ffc9c9;
}
a.bg-danger:hover {
    background-color: #ff9696;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #373e4a;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}
h1, h2, h3 {
    margin-bottom: 8.5px;
    margin-top: 17px;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 65%;
}
h4, h5, h6 {
    margin-bottom: 8.5px;
    margin-top: 8.5px;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 31px;
}
h2, .h2 {
    font-size: 25px;
}
h3, .h3 {
    font-size: 21px;
}
h4, .h4 {
    font-size: 15px;
}
h5, .h5 {
    font-size: 12px;
}
h6, .h6 {
    font-size: 11px;
}
.bg-primary {
    background-color: #949494;
    color: #fff;
}
a.bg-primary:hover {
    background-color: #7b7b7b;
}
.bg-warning {
    background-color: #ffefa4;
}
a.bg-warning:hover {
    background-color: #ffe671;
}
.bg-danger {
    background-color: #ffc9c9;
}
a.bg-danger:hover {
    background-color: #ff9696;
}
.bg-success {
    background-color: #bdedbc;
}
a.bg-success:hover {
    background-color: #95e294;
}
.bg-info {
    background-color: #c5e8f7;
}
a.bg-info:hover {
    background-color: #98d6f1;
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 34px 0 17px;
    padding-bottom: 7.5px;
}
ul, ol {
    margin-bottom: 8.5px;
    margin-top: 0;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-bottom: 17px;
}
dt, dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd::before, .dl-horizontal dd::after {
    content: " ";
    display: table;
}
.dl-horizontal dd::after {
    clear: both;
}
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    border-left: 5px solid #eeeeee;
    margin: 0 0 17px;
    padding: 8.5px 17px;
}
blockquote p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small {
    color: #999999;
    display: block;
    line-height: 1.42857;
}
blockquote small::before {
    content: "— ";
}
blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #eeeeee;
    padding-left: 0;
    padding-right: 15px;
}
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right;
}
blockquote.pull-right small::before, blockquote.pull-right .small::before {
    content: "";
}
blockquote.pull-right small::after, blockquote.pull-right .small::after {
    content: " —";
}
blockquote::before, blockquote::after {
    content: "";
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 17px;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    color: #303641;
    font-weight: 400;
    text-align: left;
}
.table {
    margin-bottom: 17px;
    width: 100%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ebebeb;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table > thead > tr > th .progress, .table > tbody > tr > th .progress, .table > tfoot > tr > th .progress, .table > thead > tr > td .progress, .table > tbody > tr > td .progress, .table > tfoot > tr > td .progress {
    margin-bottom: 0;
}
.table > thead > tr > th .label, .table > tbody > tr > th .label, .table > tfoot > tr > th .label, .table > thead > tr > td .label, .table > tbody > tr > td .label, .table > tfoot > tr > td .label {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ebebeb;
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.table > tbody + tbody {
    border-top: 2px solid #ebebeb;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f5f5f6;
    border-bottom-width: 1px;
    color: #a6a7aa;
}
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    background-color: #f5f5f6;
    border-top-width: 1px;
    color: #a6a7aa;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f8f8f8;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f2f2f4;
}
table col[class*="col-"] {
    display: table-column;
    float: none;
}
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f2f2f4;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e5e5e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #bdedbc;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #a9e8a8;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #c5e8f7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #afdff4;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffefa4;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #ffeb8a;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #ffc9c9;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ffafaf;
}
@media (max-width: 767px) {
.table-responsive {
    border: 1px solid #ebebeb;
    margin-bottom: 12.75px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive > .table {
    margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.table-responsive > .table-bordered {
    border: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}
}
table > tbody > tr.highlight > td, table > tbody > tr.highlight > th {
    background-color: #f1f2f4 !important;
    color: #303641;
}
.table > thead > tr > .middle-align, .table > tbody > tr > .middle-align, .table > tfoot > tr > .middle-align {
    vertical-align: middle;
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #7d8086;
    display: block;
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 17px;
    padding: 0;
    width: 100%;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
output {
    color: #555555;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding-top: 7px;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #555555;
    display: block;
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: #c8cdd7;
    box-shadow: 0 2px 1px rgba(203, 208, 217, 0.08);
    outline: 0 none;
}
.form-control:-moz-placeholder {
    color: #aaaaaa;
}
.form-control::-moz-placeholder {
    color: #aaaaaa;
}
.form-control:-moz-placeholder {
    color: #aaaaaa;
}
.form-control::-moz-placeholder {
    color: #aaaaaa;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="date"] {
    line-height: 31px;
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 17px;
    padding-left: 20px;
}
.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: normal;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-top: 1px;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    border-radius: 2px;
    font-size: 11px;
    height: 28px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-sm {
    height: 28px;
    line-height: 28px;
}
textarea.input-sm, select.input-sm[multiple] {
    height: auto;
}
.input-lg {
    border-radius: 3px;
    font-size: 15px;
    height: 41px;
    line-height: 1.33;
    padding: 10px 16px;
}
select.input-lg {
    height: 41px;
    line-height: 41px;
}
textarea.input-lg, select.input-lg[multiple] {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 38.75px;
}
.has-feedback .form-control-feedback {
    display: block;
    height: 31px;
    line-height: 31px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 22px;
    width: 31px;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffd40b;
}
.has-warning .form-control {
    border-color: #ffd78a;
}
.has-warning .form-control:focus {
    border-color: #ffc658;
}
.has-warning .input-group-addon {
    background-color: #ffefa4;
    border-color: #ffd78a;
    color: #ffd40b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff3030;
}
.has-error .form-control {
    border-color: #ffafbd;
}
.has-error .form-control:focus {
    border-color: #ff7c92;
}
.has-error .input-group-addon {
    background-color: #ffc9c9;
    border-color: #ffafbd;
    color: #ff3030;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #46cd43;
}
.has-success .form-control {
    border-color: #b4e8a8;
}
.has-success .form-control:focus {
    border-color: #91dd80;
}
.has-success .input-group-addon {
    background-color: #bdedbc;
    border-color: #b4e8a8;
    color: #46cd43;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    color: #d4d4d4;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (min-width: 768px) {
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    vertical-align: middle;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 24px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group::before, .form-horizontal .form-group::after {
    content: " ";
    display: table;
}
.form-horizontal .form-group::after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    top: 0;
}
.bs-example > .btn, .bs-example > .make-switch, .bs-example > .btn-group {
    margin-bottom: 4px;
    margin-right: 9px;
    margin-top: 4px;
}
.bs-example.bs-baseline-top .btn, .bs-example.bs-baseline-top .btn-group {
    vertical-align: top !important;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #303641;
    outline: medium none;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn.btn-icon {
    position: relative;
}
.btn.btn-icon i {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-default {
    background-color: #f0f0f1;
    border-color: #f0f0f1;
    color: #303641;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #dbdbdd;
    border-color: #d0d0d3;
    color: #303641;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #f0f0f1;
    border-color: #f0f0f1;
}
.btn-default .badge {
    background-color: #303641;
    color: #f0f0f1;
}
.btn-default > .caret {
    border-bottom-color: #303641 !important;
    border-top-color: #303641;
}
.btn-default.dropdown-toggle {
    border-left-color: #dedee0;
}
.btn-default.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-default.btn-icon i {
    background-clip: padding-box;
    background-color: #dbdbdd;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-default.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-default.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-default.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-default.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-default.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-default.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-default.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-default.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-default.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-default.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-default.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-primary {
    background-color: #303641;
    border-color: #303641;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #1f232a;
    border-color: #16191e;
    color: #ffffff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #303641;
    border-color: #303641;
}
.btn-primary .badge {
    background-color: #ffffff;
    color: #303641;
}
.btn-primary > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-primary.dropdown-toggle {
    border-left-color: #21252c;
}
.btn-primary.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-primary.btn-icon i {
    background-clip: padding-box;
    background-color: #1f232a;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-primary.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-primary.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-primary.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-primary.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-primary.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-primary.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-primary.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-primary.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-primary.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-primary.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-primary.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-blue {
    background-color: #0072bc;
    border-color: #0072bc;
    color: #ffffff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #005993;
    border-color: #004d7f;
    color: #ffffff;
}
.btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-image: none;
}
.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue.active[disabled], fieldset[disabled] .btn-blue.active {
    background-color: #0072bc;
    border-color: #0072bc;
}
.btn-blue .badge {
    background-color: #ffffff;
    color: #0072bc;
}
.btn-blue > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-blue.dropdown-toggle {
    border-left-color: #005c98;
}
.btn-blue.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-blue.btn-icon i {
    background-clip: padding-box;
    background-color: #005993;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-blue.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-blue.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-blue.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-blue.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-blue.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-blue.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-blue.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-blue.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-blue.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-blue.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-blue.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-red {
    background-color: #d42020;
    border-color: #d42020;
    color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
    background-color: #b11b1b;
    border-color: #9f1818;
    color: #ffffff;
}
.btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
    background-image: none;
}
.btn-red.disabled, .btn-red[disabled], fieldset[disabled] .btn-red, .btn-red.disabled:hover, .btn-red[disabled]:hover, fieldset[disabled] .btn-red:hover, .btn-red.disabled:focus, .btn-red[disabled]:focus, fieldset[disabled] .btn-red:focus, .btn-red.disabled:active, .btn-red[disabled]:active, fieldset[disabled] .btn-red:active, .btn-red.disabled.active, .btn-red.active[disabled], fieldset[disabled] .btn-red.active {
    background-color: #d42020;
    border-color: #d42020;
}
.btn-red .badge {
    background-color: #ffffff;
    color: #d42020;
}
.btn-red > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-red.dropdown-toggle {
    border-left-color: #b51b1b;
}
.btn-red.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-red.btn-icon i {
    background-clip: padding-box;
    background-color: #b11b1b;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-red.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-red.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-red.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-red.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-red.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-red.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-red.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-red.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-red.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-red.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-red.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-orange {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #ffffff;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d67e00;
    border-color: #c27200;
    color: #ffffff;
}
.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-image: none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange.active[disabled], fieldset[disabled] .btn-orange.active {
    background-color: #ff9600;
    border-color: #ff9600;
}
.btn-orange .badge {
    background-color: #ffffff;
    color: #ff9600;
}
.btn-orange > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-orange.dropdown-toggle {
    border-left-color: #db8100;
}
.btn-orange.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-orange.btn-icon i {
    background-clip: padding-box;
    background-color: #d67e00;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-orange.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-orange.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-orange.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-orange.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-orange.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-orange.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-orange.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-orange.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-orange.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-orange.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-orange.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-gold {
    background-color: #fcd036;
    border-color: #fcd036;
    color: #846e20;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
    background-color: #fbc70e;
    border-color: #f1bc04;
    color: #846e20;
}
.btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold {
    background-image: none;
}
.btn-gold.disabled, .btn-gold[disabled], fieldset[disabled] .btn-gold, .btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, .btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled:active, .btn-gold[disabled]:active, fieldset[disabled] .btn-gold:active, .btn-gold.disabled.active, .btn-gold.active[disabled], fieldset[disabled] .btn-gold.active {
    background-color: #fcd036;
    border-color: #fcd036;
}
.btn-gold .badge {
    background-color: #846e20;
    color: #fcd036;
}
.btn-gold > .caret {
    border-bottom-color: #846e20 !important;
    border-top-color: #846e20;
}
.btn-gold.dropdown-toggle {
    border-left-color: #fbc813;
}
.btn-gold.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-gold.btn-icon i {
    background-clip: padding-box;
    background-color: #fbc70e;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-gold.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-gold.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-gold.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-gold.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-gold.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-gold.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-gold.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-gold.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-gold.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-gold.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-gold.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
    background-image: none;
}
.btn-black.disabled, .btn-black[disabled], fieldset[disabled] .btn-black, .btn-black.disabled:hover, .btn-black[disabled]:hover, fieldset[disabled] .btn-black:hover, .btn-black.disabled:focus, .btn-black[disabled]:focus, fieldset[disabled] .btn-black:focus, .btn-black.disabled:active, .btn-black[disabled]:active, fieldset[disabled] .btn-black:active, .btn-black.disabled.active, .btn-black.active[disabled], fieldset[disabled] .btn-black.active {
    background-color: #000000;
    border-color: #000000;
}
.btn-black .badge {
    background-color: #ffffff;
    color: #000000;
}
.btn-black > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-black.dropdown-toggle {
    border-left-color: #000000;
}
.btn-black.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-black.btn-icon i {
    background-clip: padding-box;
    background-color: #000000;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-black.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-black.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-black.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-black.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-black.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-black.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-black.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-black.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-black.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-black.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-black.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ebebeb;
    color: #303641;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background-color: #ebebeb;
    border-color: #e0e0e0;
    color: #303641;
}
.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white.active[disabled], fieldset[disabled] .btn-white.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-white .badge {
    background-color: #303641;
    color: #ffffff;
}
.btn-white > .caret {
    border-bottom-color: #303641 !important;
    border-top-color: #303641;
}
.btn-white.dropdown-toggle {
    border-left-color: #ededed;
}
.btn-white.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-white.btn-icon i {
    background-clip: padding-box;
    background-color: #ebebeb;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-white.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-white.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-white.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-white.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-white.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-white.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-white.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-white.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-white.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-white.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-white.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-warning {
    background-color: #fad839;
    border-color: #fad839;
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #f9d011;
    border-color: #f0c706;
    color: #ffffff;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #fad839;
    border-color: #fad839;
}
.btn-warning .badge {
    background-color: #ffffff;
    color: #fad839;
}
.btn-warning > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-warning.dropdown-toggle {
    border-left-color: #f9d116;
}
.btn-warning.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-warning.btn-icon i {
    background-clip: padding-box;
    background-color: #f9d011;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-warning.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-warning.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-warning.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-warning.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-warning.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-warning.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-warning.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-warning.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-warning.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-warning.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-warning.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-danger {
    background-color: #cc2424;
    border-color: #cc2424;
    color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #a91e1e;
    border-color: #981b1b;
    color: #ffffff;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #cc2424;
    border-color: #cc2424;
}
.btn-danger .badge {
    background-color: #ffffff;
    color: #cc2424;
}
.btn-danger > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-danger.dropdown-toggle {
    border-left-color: #ae1f1f;
}
.btn-danger.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-danger.btn-icon i {
    background-clip: padding-box;
    background-color: #a91e1e;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-danger.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-danger.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-danger.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-danger.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-danger.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-danger.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-danger.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-danger.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-danger.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-danger.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-danger.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-success, .btn-green {
    background-color: #00a651;
    border-color: #00a651;
    color: #ffffff;
}
.btn-success:hover, .btn-green:hover, .btn-success:focus, .btn-green:focus, .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
    background-color: #007d3d;
    border-color: #006933;
    color: #ffffff;
}
.btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
    background-image: none;
}
.btn-success.disabled, .btn-green.disabled, .btn-success[disabled], .btn-green[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-green, .btn-success.disabled:hover, .btn-green.disabled:hover, .btn-success[disabled]:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-green:hover, .btn-success.disabled:focus, .btn-green.disabled:focus, .btn-success[disabled]:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-green:focus, .btn-success.disabled:active, .btn-green.disabled:active, .btn-success[disabled]:active, .btn-green[disabled]:active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-green:active, .btn-success.disabled.active, .btn-green.disabled.active, .btn-success.active[disabled], .btn-green.active[disabled], fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-green.active {
    background-color: #00a651;
    border-color: #00a651;
}
.btn-success .badge, .btn-green .badge {
    background-color: #ffffff;
    color: #00a651;
}
.btn-success > .caret, .btn-green > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-success.dropdown-toggle, .btn-green.dropdown-toggle {
    border-left-color: #008240;
}
.btn-success.btn-icon, .btn-green.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-success.btn-icon i, .btn-green.btn-icon i {
    background-clip: padding-box;
    background-color: #007d3d;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-success.btn-icon.icon-left, .btn-green.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-success.btn-icon.icon-left i, .btn-green.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-success.btn-icon.btn-lg, .btn-green.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-success.btn-icon.btn-lg.icon-left, .btn-green.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-success.btn-icon.btn-lg i, .btn-green.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-success.btn-icon.btn-sm, .btn-green.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-success.btn-icon.btn-sm.icon-left, .btn-green.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-success.btn-icon.btn-sm i, .btn-green.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-success.btn-icon.btn-xs, .btn-green.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-success.btn-icon.btn-xs.icon-left, .btn-green.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-success.btn-icon.btn-xs i, .btn-green.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-info {
    background-color: #21a9e1;
    border-color: #21a9e1;
    color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #1a8fbf;
    border-color: #1782ad;
    color: #ffffff;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #21a9e1;
    border-color: #21a9e1;
}
.btn-info .badge {
    background-color: #ffffff;
    color: #21a9e1;
}
.btn-info > .caret {
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff;
}
.btn-info.dropdown-toggle {
    border-left-color: #1a92c4;
}
.btn-info.btn-icon {
    border: medium none;
    padding-right: 39px;
    position: relative;
}
.btn-info.btn-icon i {
    background-clip: padding-box;
    background-color: #1a8fbf;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px;
}
.btn-info.btn-icon.icon-left {
    padding-left: 39px;
    padding-right: 12px;
}
.btn-info.btn-icon.icon-left i {
    background-clip: padding-box;
    border-radius: 3px 0 0 3px !important;
    float: left;
    left: 0;
    right: auto;
}
.btn-info.btn-icon.btn-lg {
    padding-right: 55px;
}
.btn-info.btn-icon.btn-lg.icon-left {
    padding-left: 55px;
    padding-right: 16px;
}
.btn-info.btn-icon.btn-lg i {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px;
}
.btn-info.btn-icon.btn-sm {
    padding-right: 36px;
}
.btn-info.btn-icon.btn-sm.icon-left {
    padding-left: 36px;
    padding-right: 10px;
}
.btn-info.btn-icon.btn-sm i {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 6px;
}
.btn-info.btn-icon.btn-xs {
    padding-right: 32px;
}
.btn-info.btn-icon.btn-xs.icon-left {
    padding-left: 32px;
    padding-right: 10px;
}
.btn-info.btn-icon.btn-xs i {
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 6px;
}
.btn-link {
    border-radius: 0;
    color: #373e4a;
    cursor: pointer;
    font-weight: normal;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #818da2;
    text-decoration: underline;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.btn-lg {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-sm, .btn-xs {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.ui-rangeSlider .ui-rangeSlider-container {
    background: #ebebeb none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    height: 10px;
}
.ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar {
    background: #ec5956 none repeat scroll 0 0;
    height: 10px;
}
.ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle {
    background: #ec5956 none repeat scroll 0 0 padding-box;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    margin-top: -7px;
    padding: 10px;
    position: relative;
    width: 10px;
}
.ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle.ui-rangeSlider-leftHandle {
    transform: translateX(-100px);
}
.ui-rangeSlider .ui-rangeSlider-label {
    visibility: hidden;
}
.slider {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    height: 10px;
    margin-bottom: 30px;
}
.slider .ui-slider-handle {
    background: #ec5956 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: -5px;
    outline: medium none;
    top: 0;
    width: 20px;
}
.slider .ui-slider-handle .ui-label {
    color: #bcbcbc;
    left: -50%;
    margin-left: 5px;
    position: absolute;
    top: 20px;
    white-space: nowrap;
}
.slider .ui-slider-range {
    background: #ec5956 none repeat scroll 0 0 padding-box;
    border-radius: 3px;
}
.slider.ui-slider-vertical {
    height: 250px;
}
.slider.ui-slider-vertical .ui-slider-handle {
    margin-left: -1px;
    top: auto;
}
.slider.ui-slider-vertical .ui-slider-handle .ui-label {
    left: 15px;
    top: 1px;
}
.slider .ui-slider-handle {
    background: #ec5956 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}
.slider .ui-slider-range, .slider .ui-fill {
    background: #ec5956 none repeat scroll 0 0;
}
.slider.slider-green, .slider.slider-success {
    background: #ebebeb none repeat scroll 0 0;
}
.slider.slider-green .ui-slider-handle, .slider.slider-success .ui-slider-handle {
    background: #0fbd71 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}
.slider.slider-green .ui-slider-range, .slider.slider-success .ui-slider-range, .slider.slider-green .ui-fill, .slider.slider-success .ui-fill {
    background: #0fbd71 none repeat scroll 0 0;
}
.slider.slider-blue, .slider.slider-info {
    background: #ebebeb none repeat scroll 0 0;
}
.slider.slider-blue .ui-slider-handle, .slider.slider-info .ui-slider-handle {
    background: #21a9e1 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}
.slider.slider-blue .ui-slider-range, .slider.slider-info .ui-slider-range, .slider.slider-blue .ui-fill, .slider.slider-info .ui-fill {
    background: #21a9e1 none repeat scroll 0 0;
}
.slider.slider-gold, .slider.slider-warning {
    background: #ebebeb none repeat scroll 0 0;
}
.slider.slider-gold .ui-slider-handle, .slider.slider-warning .ui-slider-handle {
    background: #f7d227 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}
.slider.slider-gold .ui-slider-range, .slider.slider-warning .ui-slider-range, .slider.slider-gold .ui-fill, .slider.slider-warning .ui-fill {
    background: #f7d227 none repeat scroll 0 0;
}
.checkbox-replace, .radio-replace {
    margin: 0;
    padding-left: 0;
    position: relative;
}
.checkbox-replace input[type="checkbox"], .radio-replace input[type="checkbox"], .checkbox-replace input[type="radio"], .radio-replace input[type="radio"] {
    visibility: hidden;
}
.checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper {
    -moz-user-select: none;
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    height: 15px;
    margin-bottom: 0;
    position: relative;
    transition: all 300ms ease-in-out 0s;
    width: 16px;
}
.checkbox-replace .cb-wrapper input, .radio-replace .cb-wrapper input {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}
.checkbox-replace .cb-wrapper.disabled, .radio-replace .cb-wrapper.disabled {
    opacity: 0.3;
}
.checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked {
    background: #ebebeb none repeat scroll 0 0 padding-box;
    border-radius: 2px;
    bottom: 2px;
    display: block;
    left: 2px;
    opacity: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.checkbox-replace .cb-wrapper + label, .radio-replace .cb-wrapper + label {
    margin-left: 6px;
    position: relative;
    top: -2px;
}
.checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}
.checkbox-replace.radio-replace .cb-wrapper, .radio-replace.radio-replace .cb-wrapper {
    background-clip: padding-box;
    border-radius: 16px;
}
.checkbox-replace.radio-replace .cb-wrapper .checked, .radio-replace.radio-replace .cb-wrapper .checked {
    background-clip: padding-box;
    border-radius: 16px;
}
.checkbox-replace.checked .cb-wrapper .checked, .radio-replace.checked .cb-wrapper .checked {
    opacity: 1;
}
.checkbox-replace .cb-wrapper, .radio-replace .cb-wrapper {
    border: 1px solid #d2d2d2;
}
.checkbox-replace .cb-wrapper .checked, .radio-replace .cb-wrapper .checked {
    background: #d2d2d2 none repeat scroll 0 0;
}
.checkbox-replace:hover .cb-wrapper, .radio-replace:hover .cb-wrapper {
    box-shadow: 0 0 0 2px;
}
.checkbox-replace.color-primary .cb-wrapper, .radio-replace.color-primary .cb-wrapper {
    border: 1px solid #303641;
}
.checkbox-replace.color-primary .cb-wrapper .checked, .radio-replace.color-primary .cb-wrapper .checked {
    background: #303641 none repeat scroll 0 0;
}
.checkbox-replace.color-primary:hover .cb-wrapper, .radio-replace.color-primary:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(48, 54, 65, 0.1);
}
.checkbox-replace.color-red .cb-wrapper, .radio-replace.color-red .cb-wrapper {
    border: 1px solid #ee4749;
}
.checkbox-replace.color-red .cb-wrapper .checked, .radio-replace.color-red .cb-wrapper .checked {
    background: #ee4749 none repeat scroll 0 0;
}
.checkbox-replace.color-red:hover .cb-wrapper, .radio-replace.color-red:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(238, 71, 73, 0.1);
}
.checkbox-replace.color-blue .cb-wrapper, .radio-replace.color-blue .cb-wrapper {
    border: 1px solid #21a9e1;
}
.checkbox-replace.color-blue .cb-wrapper .checked, .radio-replace.color-blue .cb-wrapper .checked {
    background: #21a9e1 none repeat scroll 0 0;
}
.checkbox-replace.color-blue:hover .cb-wrapper, .radio-replace.color-blue:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(33, 169, 225, 0.1);
}
.checkbox-replace.color-green .cb-wrapper, .radio-replace.color-green .cb-wrapper {
    border: 1px solid #00a651;
}
.checkbox-replace.color-green .cb-wrapper .checked, .radio-replace.color-green .cb-wrapper .checked {
    background: #00a651 none repeat scroll 0 0;
}
.checkbox-replace.color-green:hover .cb-wrapper, .radio-replace.color-green:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(0, 166, 81, 0.1);
}
.checkbox-replace.color-gold .cb-wrapper, .radio-replace.color-gold .cb-wrapper {
    border: 1px solid #fad839;
}
.checkbox-replace.color-gold .cb-wrapper .checked, .radio-replace.color-gold .cb-wrapper .checked {
    background: #fad839 none repeat scroll 0 0;
}
.checkbox-replace.color-gold:hover .cb-wrapper, .radio-replace.color-gold:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(250, 216, 57, 0.1);
}
.checkbox-replace.color-white .cb-wrapper, .radio-replace.color-white .cb-wrapper {
    border: 1px solid #ffffff;
}
.checkbox-replace.color-white .cb-wrapper .checked, .radio-replace.color-white .cb-wrapper .checked {
    background: #ffffff none repeat scroll 0 0;
}
.checkbox-replace.color-white:hover .cb-wrapper, .radio-replace.color-white:hover .cb-wrapper {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.select2 {
    visibility: hidden;
}
.page-body .select2-container {
    display: block;
}
.page-body .select2-container.select2-dropdown-open .select2-choice, .page-body .select2-container.select2-dropdown-open .select2-choices {
    background-clip: padding-box;
    border-radius: 3px 3px 0 0;
}
.page-body .select2-container .select2-choice {
    background: #fff none repeat scroll 0 0 padding-box;
    border-color: #ebebeb !important;
    border-radius: 3px;
    box-shadow: none;
    height: 42px;
    line-height: 41px;
    outline: medium none;
    padding-left: 15px;
}
.page-body .select2-container .select2-choice .select2-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #ebebeb;
    text-align: center;
    transition: all 300ms ease-in-out 0s;
    width: 40px;
}
.page-body .select2-container .select2-choice .select2-arrow b {
    background: transparent none repeat scroll 0 0;
}
.page-body .select2-container .select2-choice .select2-arrow b::before {
    color: #303641;
    content: "?";
    display: block;
    font-family: "Entypo";
    position: relative;
    transition: all 150ms ease-in-out 0s;
}
.page-body .select2-container .select2-choice .select2-search-choice-close {
    margin-top: -7px;
    right: 50px;
    top: 50%;
}
.page-body .select2-container .select2-choices {
    background: #fff none repeat scroll 0 0 padding-box;
    border-color: #ebebeb !important;
    border-radius: 3px;
    box-shadow: none;
    padding: 4px 6px 0;
}
.page-body .select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}
.page-body .select2-container .select2-choices .select2-search-choice {
    background: #f3f3f3 none repeat scroll 0 0 padding-box;
    border: 0 none;
    border-radius: 3px;
    color: #666;
    font-size: 11px;
    transition: all 300ms ease-in-out 0s;
}
.page-body .select2-container .select2-choices .select2-search-choice .select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}
.page-body .select2-container .select2-choices .select2-search-choice:hover {
    background-color: #e6e6e6;
    color: #303641;
}
.page-body .select2-container.select2-container-active .select2-choices {
    box-shadow: none;
}
.page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow {
    background-color: rgba(245, 245, 246, 0.8);
}
.page-body .select2-container.select2-dropdown-open .select2-choice .select2-arrow b::before {
    transform: rotate(180deg);
}
.page-body .select2.visible {
    visibility: visible;
}
.page-body .select2-drop {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}
.page-body .select2-drop .select2-search, .page-body .select2-drop .select2-results {
    margin: 0;
    padding: 0;
}
.page-body .select2-drop .select2-search .select2-no-results, .page-body .select2-drop .select2-results .select2-no-results {
    color: #737881;
    padding: 12px 15px;
}
.page-body .select2-drop .select2-search .select2-result-label, .page-body .select2-drop .select2-results .select2-result-label {
    padding: 4px 15px;
}
.page-body .select2-drop .select2-search .select2-result-selectable, .page-body .select2-drop .select2-results .select2-result-selectable {
    background: transparent none repeat scroll 0 0;
    color: #888;
    transition: all 300ms ease-in-out 0s;
}
.page-body .select2-drop .select2-search .select2-result-selectable:hover, .page-body .select2-drop .select2-results .select2-result-selectable:hover, .page-body .select2-drop .select2-search .select2-result-selectable.select2-highlighted, .page-body .select2-drop .select2-results .select2-result-selectable.select2-highlighted {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #303641;
}
.page-body .select2-drop .select2-search .select2-result-sub li, .page-body .select2-drop .select2-results .select2-result-sub li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.page-body .select2-drop .select2-search .select2-result-sub .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label {
    color: #888888;
    padding: 5px 25px;
    transition: all 300ms ease-in-out 0s;
}
.page-body .select2-drop .select2-search .select2-result-sub .select2-result-label:hover, .page-body .select2-drop .select2-results .select2-result-sub .select2-result-label:hover {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #303641;
}
.page-body .select2-drop .select2-search .select2-result-sub .select2-highlighted .select2-result-label, .page-body .select2-drop .select2-results .select2-result-sub .select2-highlighted .select2-result-label {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #303641;
}
.page-body .select2-drop .select2-search {
    padding: 12px 15px;
    position: relative;
}
.page-body .select2-drop .select2-search input {
    background: #f3f3f3 none repeat scroll 0 0 padding-box;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-sizing: border-box;
    font-family: "Noto Sans",sans-serif;
    padding: 10px 30px 10px 12px;
}
.page-body .select2-drop .select2-search::after {
    color: #c2c2c2;
    content: "?";
    font-family: "Entypo";
    font-size: 14px;
    margin-right: 12px;
    margin-top: 8px;
    position: absolute;
    right: 15px;
    top: 12px;
}
.selectboxit {
    visibility: hidden;
}
.page-body .selectboxit {
    display: block;
}
.page-body .selectboxit.visible {
    visibility: visible;
}
.page-body .selectboxit-container {
    display: block;
}
.page-body .selectboxit-container .selectboxit {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: all 150ms ease-in-out 0s;
    width: 100% !important;
}
.page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus {
    background-color: #fff;
}
.page-body .selectboxit-container .selectboxit.selectboxit-enabled:focus .selectboxit-text {
    color: #303641;
}
.page-body .selectboxit-container .selectboxit:hover, .page-body .selectboxit-container .selectboxit.selectboxit-open {
    background-color: rgba(245, 245, 246, 0.8);
}
.page-body .selectboxit-container .selectboxit:hover .selectboxit-text, .page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-text {
    color: #303641;
}
.page-body .selectboxit-container .selectboxit.selectboxit-open {
    background-clip: padding-box;
    border-radius: 3px 3px 0 0;
}
.page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container {
    background-color: rgba(245, 245, 246, 0.8);
}
.page-body .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container::after {
    transform: rotate(180deg);
}
.page-body .selectboxit-container .selectboxit .selectboxit-option-icon-container .selectboxit-option-icon {
    margin-left: 5px;
}
.page-body .selectboxit-container .selectboxit .selectboxit-text {
    color: #888;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    max-width: 100% !important;
    transition: all 300ms ease-in-out 0s;
}
.page-body .selectboxit-container .selectboxit .selectboxit-arrow-container {
    border-left: 1px solid #ebebeb;
    text-align: center;
    width: 40px;
}
.page-body .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    display: none;
}
.page-body .selectboxit-container .selectboxit .selectboxit-arrow-container::after {
    color: #303641;
    content: "?";
    display: block;
    font-family: "Entypo";
    font-size: 12px;
    position: relative;
    transition: all 150ms ease-in-out 0s;
}
.page-body .selectboxit-container .selectboxit-options {
    background: #fff none repeat scroll 0 0 padding-box;
    border-color: #ebebeb;
    border-radius: 0 0 3px 3px;
    border-top: 0 none #ebebeb;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    max-height: 350px;
    width: 100%;
}
.page-body .selectboxit-container .selectboxit-options > span.selectboxit-optgroup-header {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #f5f5f5;
    color: #303641;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
.page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 300ms ease-in-out 0s;
}
.page-body .selectboxit-container .selectboxit-options li .selectboxit-option-anchor .selectboxit-option-icon-container .selectboxit-option-icon {
    margin-left: 5px;
}
.page-body .selectboxit-container .selectboxit-options li.selectboxit-focus .selectboxit-option-anchor {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #666;
}
input.typeahead {
    display: block;
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-top: 2px;
    min-width: 160px;
    padding: 5px 0;
    width: 100%;
}
.tt-suggestion {
    display: block;
    padding: 4px 12px;
}
.tt-suggestion p {
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tt-suggestion .thumb-entry::before, .tt-suggestion .thumb-entry::after {
    content: " ";
    display: table;
}
.tt-suggestion .thumb-entry::after {
    clear: both;
}
.tt-suggestion .thumb-entry > span.image {
    float: left;
}
.tt-suggestion .thumb-entry > span.text {
    float: left;
    margin-left: 12px;
    width: 80%;
}
.tt-suggestion .thumb-entry > span.text strong {
    color: #303641;
    display: block;
}
.tt-suggestion .thumb-entry > span.text em {
    color: #757b84;
    display: block;
    font-size: 10px;
    font-style: normal;
    overflow: hidden;
    padding-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tt-suggestion.tt-is-under-cursor {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #303641;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #303641;
}
.tt-suggestion p {
    margin: 0;
}
.twitter-typeahead .tt-hint {
    box-sizing: border-box;
    color: #dee0e4;
    line-height: 1.42857;
    margin: 0;
    padding: 5.5px 12px 6px;
    width: 100%;
}
.page-body .daterangepicker.dropdown-menu {
    background-clip: padding-box;
    border-radius: 3px;
}
.page-body .daterangepicker.dropdown-menu::before {
    border-bottom-color: #ccc;
}
.page-body .daterangepicker.dropdown-menu .ranges .input-mini {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
}
.page-body .daterangepicker.dropdown-menu .ranges .btn {
    background-clip: padding-box;
    border-radius: 3px;
}
.page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input {
    float: none !important;
    margin: 0;
    padding: 0;
}
.page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input.daterangepicker_end_input, .page-body .daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input.daterangepicker_end_input {
    padding-left: 0 !important;
}
.page-body .daterangepicker.dropdown-menu .ranges ul li {
    background: #f5f5f6 none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    color: #737881;
    font-size: 11px;
    transition: all 300ms ease-in-out 0s;
}
.page-body .daterangepicker.dropdown-menu .ranges ul li:hover, .page-body .daterangepicker.dropdown-menu .ranges ul li.active {
    background: #f0f0f0 none repeat scroll 0 0;
    border-color: #ebebeb;
    color: #303641;
}
.page-body .daterangepicker.dropdown-menu .ranges ul li.active:hover, .page-body .daterangepicker.dropdown-menu .ranges ul li.active.active {
    background: #303641 none repeat scroll 0 0;
    color: #ffffff;
}
.page-body .daterangepicker.dropdown-menu .calendar .calendar-date {
    background: #fdfdfd none repeat scroll 0 0 padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .active {
    background: #303641 none repeat scroll 0 0;
    color: #ffffff;
}
.page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .in-range {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #737881;
}
.page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .prev:hover, .page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .next:hover {
    background-color: #f5f5f6;
}
.page-body .daterangepicker.dropdown-menu .calendar .calendar-date table .disabled {
    color: #dee0e4;
}
.page-body .daterangepicker.dropdown-menu .calendar .calendar-time {
    background: #fdfdfd none repeat scroll 0 0 padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.daterange-inline {
    background: #f5f5f6 none repeat scroll 0 0 padding-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px;
}
.daterange-inline i {
    color: #303641;
    font-size: 14px;
}
.ms-container::before, .ms-container::after {
    content: " ";
    display: table;
}
.ms-container::after {
    clear: both;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #f5f5f6 none repeat scroll 0 0;
    display: block;
}
.ms-container .ms-selectable {
    float: left;
    margin-right: 25px;
    position: relative;
}
.ms-container .ms-selectable::after {
    color: #303641;
    content: "?";
    display: block;
    font-family: "Glyphicons Halflings";
    font-size: 15px;
    margin-top: -8px;
    position: absolute;
    right: -19px;
    top: 50%;
}
.ms-container .ms-selection {
    float: left;
}
.ms-container .ms-list {
    border: 1px solid #ebebeb;
    display: block;
    height: 150px;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 0;
    width: 150px;
}
.ms-container .ms-list > li {
    border-bottom: 1px solid #ebebeb;
    transition: all 300ms ease-in-out 0s;
}
.ms-container .ms-list > li:hover {
    background: #303641 none repeat scroll 0 0;
    color: #fff;
}
.ms-container .ms-list > li span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ms-container .ms-list > li:last-child {
    border-bottom: 0 none;
}
.form-wizard {
    margin-top: 45px;
}
.form-wizard .steps-progress {
    background: #ebebeb none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    display: block;
    height: 10px;
    margin: 0 70px;
    width: auto;
}
.form-wizard .steps-progress .progress-indicator {
    background: #00a651 none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    height: 10px;
    transition: all 300ms ease-in-out 0s;
    width: 0;
}
.form-wizard.no-margin .tab-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-wizard > ul {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.form-wizard > ul > li {
    display: table-cell;
    position: relative;
    text-align: center;
    width: 1%;
}
.form-wizard > ul > li a {
    color: #ababab;
    display: block;
    font-weight: bold;
    padding-top: 35px;
    position: relative;
    transition: all 300ms ease-in-out 0s;
}
.form-wizard > ul > li a span {
    background: #ebebeb none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    color: #8e9094;
    display: block;
    height: 35px;
    left: 50%;
    line-height: 35px;
    margin-left: -17.5px;
    margin-top: -57.5px;
    position: absolute;
    text-align: center;
    transition: all 300ms ease-in-out 0s;
    width: 35px;
}
.form-wizard > ul > li.completed a {
    color: #00a651;
}
.form-wizard > ul > li.completed a span {
    background: #00a651 none repeat scroll 0 0;
    box-shadow: 0 0 0 5px #00a651;
    color: #fff;
}
.form-wizard > ul > li.disabled a {
    color: rgba(142, 144, 148, 0.5);
}
.form-wizard > ul > li.disabled a span {
    background: #f5f5f6 none repeat scroll 0 0;
    box-shadow: 0 0 0 5px #f5f5f6;
    color: rgba(142, 144, 148, 0.5);
}
.form-wizard > ul > li.active a, .form-wizard > ul > li.current a {
    color: #303641;
    font-weight: bold;
}
.form-wizard > ul > li.active a span, .form-wizard > ul > li.current a span {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 5px #ebebeb;
    color: #525252;
}
.form-wizard .tab-content {
    margin: 35px 52.5px 0;
}
.form-wizard .tab-content .pager {
    margin-top: 35px;
}
.form-wizard .tab-content .pager .first a {
    margin-right: 10px;
}
.form-wizard .tab-content .pager .last a {
    margin-left: 10px;
}
.wysihtml5-toolbar::before, .wysihtml5-toolbar::after {
    content: " ";
    display: table;
}
.wysihtml5-toolbar::after {
    clear: both;
}
.wysihtml5-toolbar li {
    margin-right: 8px !important;
}
.wysihtml5-toolbar li.pull-right {
    margin-left: 8px !important;
    margin-right: 0 !important;
}
.mail-env {
    position: relative;
}
.mail-env::before, .mail-env::after {
    content: " ";
    display: table;
}
.mail-env::after {
    clear: both;
}
hr + .mail-env {
    border-top: 1px solid #ebebeb;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -18px;
}
.mail-env + hr {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    position: relative;
}
.mail-env .mail-sidebar, .mail-env .mail-body {
    box-sizing: border-box;
    float: left;
}
.mail-env .mail-sidebar::before, .mail-env .mail-body::before, .mail-env .mail-sidebar::after, .mail-env .mail-body::after {
    content: " ";
    display: table;
}
.mail-env .mail-sidebar::after, .mail-env .mail-body::after {
    clear: both;
}
.mail-env .mail-sidebar-row {
    padding: 20px;
}
.mail-env > .mail-sidebar-row.visible-xs {
    padding-bottom: 0;
}
.mail-env .mail-sidebar {
    background: #f9f9f9 none repeat scroll 0 0;
    border-right: 1px solid #ebebeb;
    position: relative;
    width: 22%;
}
.mail-env .mail-sidebar > h4 {
    padding: 20px;
}
.mail-env .mail-sidebar .mail-menu {
    border-top: 1px solid #ebebeb;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mail-env .mail-sidebar .mail-menu > li {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 0;
}
.mail-env .mail-sidebar .mail-menu > li a {
    display: block;
    padding: 20px;
    transition: all 300ms ease-in-out 0s;
}
.mail-env .mail-sidebar .mail-menu > li a .badge {
    font-size: 13px;
}
.mail-env .mail-sidebar .mail-menu > li a .badge-gray {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
}
.mail-env .mail-sidebar .mail-menu > li a .badge-roundless {
    background-clip: padding-box;
    border-radius: 2px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.mail-env .mail-sidebar .mail-menu > li:hover a {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
.mail-env .mail-sidebar .mail-menu > li.active a {
    background: #fff none repeat scroll 0 0;
    font-weight: bold;
}
.mail-env .mail-sidebar .mail-distancer {
    height: 40px;
}
.mail-env .mail-body {
    float: right;
    overflow: hidden;
    width: 78%;
}
.mail-env .mail-body .mail-header {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}
.mail-env .mail-body .mail-header::before, .mail-env .mail-body .mail-header::after {
    content: " ";
    display: table;
}
.mail-env .mail-body .mail-header::after {
    clear: both;
}
.mail-env .mail-body .mail-header .mail-title {
    color: #303641;
    float: left;
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}
.mail-env .mail-body .mail-header .mail-title span.count {
    font-weight: normal;
    opacity: 0.3;
}
.mail-env .mail-body .mail-header .mail-title .label {
    font-size: 9px;
    position: relative;
    top: -4px;
}
.mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links {
    float: left;
    text-align: right;
    width: 25%;
}
.mail-env .mail-body .mail-header .mail-search.mail-links > .btn, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn {
    font-size: 11px;
    margin-left: 5px;
}
.mail-env .mail-body .mail-header .mail-search.mail-links > .btn:first-child, .mail-env .mail-body .mail-header .mail-links.mail-links > .btn:first-child {
    margin-left: 0;
}
.mail-env .mail-body .mail-header .mail-search .form-control[type="text"], .mail-env .mail-body .mail-header .mail-links .form-control[type="text"] {
    height: 29px;
}
.mail-env .mail-body .mail-info {
    background: #f3f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 100%;
}
.mail-env .mail-body .mail-info::before, .mail-env .mail-body .mail-info::after {
    content: " ";
    display: table;
}
.mail-env .mail-body .mail-info::after {
    clear: both;
}
.mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date {
    color: #a6a6a6;
    display: table-cell;
    padding: 20px;
    width: 50%;
}
.mail-env .mail-body .mail-info .mail-sender.mail-sender span, .mail-env .mail-body .mail-info .mail-date.mail-sender span {
    color: #ec5956;
    font-weight: bold;
}
.mail-env .mail-body .mail-info .mail-sender.mail-sender img, .mail-env .mail-body .mail-info .mail-date.mail-sender img {
    border: 2px solid #ebebeb;
    margin-right: 5px;
}
.mail-env .mail-body .mail-info .mail-sender.mail-sender .dropdown-menu::after, .mail-env .mail-body .mail-info .mail-date.mail-sender .dropdown-menu::after {
    border-color: transparent transparent #cc2424;
    border-style: solid;
    border-width: 0 3px 4px;
    content: "";
    display: block;
    height: 0;
    left: 17%;
    position: absolute;
    top: -5px;
    width: 0;
}
.mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date {
    text-align: right;
}
.mail-env .mail-body .mail-text {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}
.mail-env .mail-body .mail-attachments {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}
.mail-env .mail-body .mail-attachments h4 {
    line-height: 1;
    margin-bottom: 30px;
}
.mail-env .mail-body .mail-attachments h4 span {
    opacity: 0.4;
}
.mail-env .mail-body .mail-attachments ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mail-env .mail-body .mail-attachments ul::before, .mail-env .mail-body .mail-attachments ul::after {
    content: " ";
    display: table;
}
.mail-env .mail-body .mail-attachments ul::after {
    clear: both;
}
.mail-env .mail-body .mail-attachments ul li {
    float: left;
    margin: 0 30px 20px 0;
    padding: 0;
}
.mail-env .mail-body .mail-attachments ul li > a {
    display: block;
}
.mail-env .mail-body .mail-attachments ul li > a img {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}
.mail-env .mail-body .mail-attachments ul li > a.thumb {
    position: relative;
}
.mail-env .mail-body .mail-attachments ul li > a.thumb::after {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 padding-box;
    border-radius: 4px;
    color: #fff;
    content: "?";
    display: block;
    font-family: "Entypo";
    font-size: 28px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease-in-out 0s;
    vertical-align: text-top;
    width: 40px;
}
.mail-env .mail-body .mail-attachments ul li > a.thumb:hover::after {
    opacity: 1;
}
.mail-env .mail-body .mail-attachments ul li > a.thumb.download::after {
    content: "?";
}
.mail-env .mail-body .mail-attachments ul li > a.name span {
    color: #666666;
    float: right;
}
.mail-env .mail-body .mail-attachments ul li .links {
    color: #666666;
    display: block;
    font-size: 11px;
    margin-top: 6px;
}
.mail-env .mail-body .mail-attachments ul li .links a {
    color: #666666;
}
.mail-env .mail-body .mail-reply {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}
.mail-env .mail-body .mail-reply .fake-form {
    background-clip: padding-box;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    min-height: 100px;
    padding: 20px;
}
.mail-env .mail-body .mail-reply .fake-form > div a {
    color: #ec5956;
    font-weight: bold;
}
.mail-env .mail-body .mail-compose {
    padding: 20px;
}
.mail-env .mail-body .mail-compose .form-group {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    position: relative;
}
.mail-env .mail-body .mail-compose .form-group label {
    left: 10px;
    position: absolute;
    top: 7px;
    z-index: 10;
}
.mail-env .mail-body .mail-compose .form-group input {
    border-color: transparent;
    padding-left: 100px;
    position: relative;
    transition: all 300ms ease-in-out 0s;
    z-index: 5;
}
.mail-env .mail-body .mail-compose .form-group input:focus {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #f4f4f4;
}
.mail-env .mail-body .mail-compose .form-group .field-options {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 12;
}
.mail-env .mail-body .mail-compose .form-group .field-options a {
    background: #f3f4f4 none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    color: #7e8186;
    display: inline-block;
    margin-left: 4px;
    padding: 2px 6px;
    text-align: center;
}
.mail-env .mail-body .mail-compose .compose-message-editor {
    padding-top: 5px;
}
.mail-env .mail-body .mail-compose .compose-message-editor textarea {
    height: 400px;
}
.mail-env .mail-body > div:last-child {
    border-bottom: 0 none;
}
.mail-env .mail-body .mail-table {
    margin-bottom: 0;
}
.mail-env .mail-body .mail-table thead tr th, .mail-env .mail-body .mail-table tfoot tr th {
    background: #ebebeb none repeat scroll 0 0;
    border: 0 none;
    color: #666666;
    vertical-align: middle;
}
.mail-env .mail-body .mail-table thead tr th a, .mail-env .mail-body .mail-table tfoot tr th a {
    color: #666666;
}
.mail-env .mail-body .mail-table thead tr th .mail-select-options, .mail-env .mail-body .mail-table tfoot tr th .mail-select-options {
    float: left;
    padding-top: 5px;
}
.mail-env .mail-body .mail-table thead tr th .mail-pagination, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination {
    float: right;
}
.mail-env .mail-body .mail-table thead tr th .mail-pagination span, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination span {
    color: rgba(102, 102, 102, 0.5);
}
.mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group {
    margin-left: 5px;
}
.mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group .btn-sm, .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group .btn-sm {
    padding-left: 7px;
    padding-right: 7px;
}
.mail-env .mail-body .mail-table tbody tr td {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 0 none;
    height: 50px;
    vertical-align: middle;
}
.mail-env .mail-body .mail-table tbody tr td.col-name, .mail-env .mail-body .mail-table tbody tr td.col-subject {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a {
    color: #8c8c8c;
}
.mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a.label, .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a.label {
    color: #fff;
}
.mail-env .mail-body .mail-table tbody tr td.col-name {
    width: 25%;
}
.mail-env .mail-body .mail-table tbody tr td.col-subject a {
    display: inline-block;
    height: 20px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mail-env .mail-body .mail-table tbody tr td.col-options {
    text-align: right;
}
.mail-env .mail-body .mail-table tbody tr td.col-options a {
    color: #999999;
}
.mail-env .mail-body .mail-table tbody tr td.col-time {
    color: rgba(102, 102, 102, 0.5);
    text-align: right;
    width: 12%;
}
.mail-env .mail-body .mail-table tbody tr td .star {
    color: #dddddd;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    transition: all 300ms ease-in-out 0s;
}
.mail-env .mail-body .mail-table tbody tr td .star.stared, .mail-env .mail-body .mail-table tbody tr td .star.starred {
    color: #ff9600;
}
.mail-env .mail-body .mail-table tbody tr td > .label:first-child {
    margin-left: 0;
}
.mail-env .mail-body .mail-table tbody tr.unread > td {
    background-color: #fff !important;
}
.mail-env .mail-body .mail-table tbody tr.unread > td.col-name a {
    font-weight: bold;
}
.mail-env .mail-body .mail-table tbody tr.highlight > td {
    background-color: #ffffcc !important;
}
.mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child {
    padding-left: 20px;
}
.mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child {
    padding-right: 20px;
}
.mail-env .mail-body .mail-table > thead > tr > thX:first-child, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child {
    position: relative;
}
.mail-env .mail-body .mail-table > thead > tr > thX:first-child::before, .mail-env .mail-body .mail-table > tbody > tr > thX:first-child::before, .mail-env .mail-body .mail-table > tfoot > tr > thX:first-child::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.mail-env .mail-body .mail-table > thead > tr > thX:last-child, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child {
    position: relative;
}
.mail-env .mail-body .mail-table > thead > tr > thX:last-child::before, .mail-env .mail-body .mail-table > tbody > tr > thX:last-child::before, .mail-env .mail-body .mail-table > tfoot > tr > thX:last-child::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.mail-env .mail-body .mail-table > tbody > tr:nth-child(2n+1) > td {
    background: #fbfbfb none repeat scroll 0 0;
}
.mail-env .mail-body .mail-table .neon-cb-replacement {
    top: 2px;
}
.mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper {
    background: #fff none repeat scroll 0 0;
    border-color: #dfdfdf;
}
.mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper .checked {
    background: #dfdfdf none repeat scroll 0 0;
}
.mail-env.right-sidebar .mail-sidebar {
    border-left: 1px solid #ebebeb;
    border-right: 0 none;
}
.mail-env.right-sidebar .mail-body {
    float: left;
}
@media (max-width: 999px) {
.mail-env .mail-body .mail-table tbody tr td.col-subject a {
    max-width: 280px;
}
}
@media (max-width: 959px) {
.mail-env .mail-body .mail-header div.mail-title {
    white-space: normal;
    width: 100%;
}
.mail-env .mail-body .mail-header .mail-links {
    clear: left;
    float: none;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}
.mail-env .mail-body .mail-info {
    display: block;
}
.mail-env .mail-body .mail-info .mail-sender, .mail-env .mail-body .mail-info .mail-date {
    display: block;
    width: 100%;
}
.mail-env .mail-body .mail-info .mail-sender.mail-sender, .mail-env .mail-body .mail-info .mail-date.mail-sender {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}
.mail-env .mail-body .mail-info .mail-sender.mail-date, .mail-env .mail-body .mail-info .mail-date.mail-date {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
.mail-env .mail-body .mail-compose .compose-message-editor textarea {
    height: 300px;
}
}
@media (max-width: 768px) {
.mail-env .mail-sidebar {
    width: 30.8%;
}
.mail-env .mail-body {
    width: 69.2%;
}
.mail-env .mail-body .mail-table tbody tr td.col-options {
    display: none;
}
.mail-env .mail-body .mail-table tbody tr td.col-subject a {
    max-width: 160px;
}
.mail-env .mail-body .mail-compose .compose-message-editor textarea {
    height: 240px;
}
}
@media (max-width: 767px) {
.mail-env .mail-sidebar, .mail-env .mail-body {
    float: none;
    width: 100%;
}
.mail-env .mail-body .mail-header .mail-title, .mail-env .mail-body .mail-header .mail-search, .mail-env .mail-body .mail-header .mail-links {
    float: none;
    width: 100%;
}
.mail-env .mail-body .mail-header .mail-title.mail-search, .mail-env .mail-body .mail-header .mail-search.mail-search, .mail-env .mail-body .mail-header .mail-links.mail-search, .mail-env .mail-body .mail-header .mail-title.mail-links, .mail-env .mail-body .mail-header .mail-search.mail-links, .mail-env .mail-body .mail-header .mail-links.mail-links {
    margin-top: 20px;
}
.mail-env .mail-body .mail-header .mail-links {
    padding-top: 0;
}
}
@media (max-width: 449px) {
.mail-env .mail-body .mail-table tbody tr td.col-subject a {
    max-width: 40px;
}
.mail-env .mail-body .mail-table tbody tr > td.col-name a.star {
    display: none;
}
.mail-env .mail-body .mail-table > thead > tr > td:last-child, .mail-env .mail-body .mail-table > tbody > tr > td:last-child, .mail-env .mail-body .mail-table > tfoot > tr > td:last-child, .mail-env .mail-body .mail-table > thead > tr > th:last-child, .mail-env .mail-body .mail-table > tbody > tr > th:last-child, .mail-env .mail-body .mail-table > tfoot > tr > th:last-child {
    padding-right: 10px;
}
.mail-env .mail-body .mail-table > thead > tr > td:first-child, .mail-env .mail-body .mail-table > tbody > tr > td:first-child, .mail-env .mail-body .mail-table > tfoot > tr > td:first-child, .mail-env .mail-body .mail-table > thead > tr > th:first-child, .mail-env .mail-body .mail-table > tbody > tr > th:first-child, .mail-env .mail-body .mail-table > tfoot > tr > th:first-child {
    padding-left: 10px;
}
}
.login-page {
    background: #303641 none repeat scroll 0 0;
}
.login-page .login-content {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: all 550ms ease-in-out 0s;
    width: 320px;
}
.login-page .login-content a {
    color: #949494;
}
.login-page .login-header {
    background: #373e4a none repeat scroll 0 0;
    padding: 100px 0;
    position: relative;
    transition: all 550ms ease-in-out 0s;
}
.login-page .login-header .description {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 20px;
    transition: all 550ms ease-in-out 0s;
}
.login-page .login-header.login-caret::after {
    border-color: #373e4a transparent transparent;
    border-style: solid;
    border-width: 13px 12.5px 0;
    bottom: -13px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    transition: all 550ms ease-in-out 0s;
    width: 0;
}
.login-page .login-form {
    padding-top: 60px;
    position: relative;
    transition: all 550ms ease-in-out 0s;
}
.login-page .login-form .form-group {
    margin-bottom: 20px;
    transition: all 550ms ease-in-out 0s;
}
.login-page .login-form .form-group .input-group {
    background: #373e4a none repeat scroll 0 0 padding-box;
    border: 1px solid #373e4a;
    border-radius: 3px;
    padding-bottom: 6px;
    padding-top: 6px;
    transition: all 300ms ease-in-out 0s;
}
.login-page .login-form .form-group .input-group.focused {
    border-color: rgba(98, 111, 133, 0.5);
}
.login-page .login-form .form-group .input-group.validate-has-error {
    border-color: rgba(236, 89, 86, 0.5);
}
.login-page .login-form .form-group .input-group.validate-has-error .error {
    font-size: 10px;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.login-page .login-form .form-group .input-group .input-group-addon, .login-page .login-form .form-group .input-group .form-control {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}
.login-page .login-form .form-group .input-group .input-group-addon {
    position: relative;
}
.login-page .login-form .form-group .input-group .input-group-addon::after {
    background: #454a54 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0.56);
    width: 1px;
}
.login-page .login-form .form-group .input-group .form-control {
    color: #ffffff;
}
.login-page .login-form .form-group .input-group .form-control:focus {
    box-shadow: none;
}
.login-page .login-form .form-group.lockscreen-input {
    margin-top: -155px;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb {
    display: inline-block;
    position: relative;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
    border: 5px solid #373e4a;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 19px;
    left: 0;
    line-height: 145px;
    margin: 5px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 550ms ease-in-out 0s;
    visibility: hidden;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-details {
    padding-top: 5px;
    position: relative;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 {
    color: #ffffff;
}
.login-page .login-form .form-group.lockscreen-input .lockscreen-details span {
    display: block;
    padding-bottom: 5px;
}
.login-page .login-form .form-group .btn-login {
    border: 1px solid #454a54;
    font-size: 14px;
    padding: 15px 20px;
    text-align: left;
    transition: all 300ms ease-in-out 0s;
}
.login-page .login-form .form-group .btn-login i {
    float: right;
}
.login-page .login-form .form-group .btn-login:hover, .login-page .login-form .form-group .btn-login:active {
    background: #373e4a none repeat scroll 0 0;
}
.login-page .login-form .form-group .facebook-button, .login-page .login-form .form-group .twitter-button, .login-page .login-form .form-group .google-button {
    background-color: #3b5998;
    color: #fff;
    font-size: 12px;
    text-align: left;
    transition: all 300ms ease-in-out 0s;
}
.login-page .login-form .form-group .facebook-button i, .login-page .login-form .form-group .twitter-button i, .login-page .login-form .form-group .google-button i {
    background-color: #385490;
    transition: all 300ms ease-in-out 0s;
}
.login-page .login-form .form-group .facebook-button:hover, .login-page .login-form .form-group .twitter-button:hover, .login-page .login-form .form-group .google-button:hover {
    background-color: rgba(59, 89, 152, 0.8);
}
.login-page .login-form .form-group .facebook-button:hover i, .login-page .login-form .form-group .twitter-button:hover i, .login-page .login-form .form-group .google-button:hover i {
    background-color: #31497e;
}
.login-page .login-form .form-group .facebook-button.twitter-button, .login-page .login-form .form-group .twitter-button.twitter-button, .login-page .login-form .form-group .google-button.twitter-button {
    background-color: #4099ff;
}
.login-page .login-form .form-group .facebook-button.twitter-button i, .login-page .login-form .form-group .twitter-button.twitter-button i, .login-page .login-form .form-group .google-button.twitter-button i {
    background-color: #0d7eff;
}
.login-page .login-form .form-group .facebook-button.twitter-button:hover, .login-page .login-form .form-group .twitter-button.twitter-button:hover, .login-page .login-form .form-group .google-button.twitter-button:hover {
    background-color: rgba(64, 153, 255, 0.8);
}
.login-page .login-form .form-group .facebook-button.twitter-button:hover i, .login-page .login-form .form-group .twitter-button.twitter-button:hover i, .login-page .login-form .form-group .google-button.twitter-button:hover i {
    background-color: #0071f3;
}
.login-page .login-form .form-group .facebook-button.google-button, .login-page .login-form .form-group .twitter-button.google-button, .login-page .login-form .form-group .google-button.google-button {
    background-color: #d34836;
}
.login-page .login-form .form-group .facebook-button.google-button i, .login-page .login-form .form-group .twitter-button.google-button i, .login-page .login-form .form-group .google-button.google-button i {
    background-color: #b03626;
}
.login-page .login-form .form-group .facebook-button.google-button:hover, .login-page .login-form .form-group .twitter-button.google-button:hover, .login-page .login-form .form-group .google-button.google-button:hover {
    background-color: rgba(211, 72, 54, 0.8);
}
.login-page .login-form .form-group .facebook-button.google-button:hover i, .login-page .login-form .form-group .twitter-button.google-button:hover i, .login-page .login-form .form-group .google-button.google-button:hover i {
    background-color: #9b3022;
}
.login-page .login-bottom-links {
    padding-bottom: 30px;
    padding-top: 40px;
}
.login-page .login-bottom-links a {
    transition: all 300ms ease-in-out 0s;
}
.login-page .login-bottom-links a:hover {
    color: #aeaeae;
}
.login-page .login-bottom-links .link {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all 550ms ease-in-out 0s;
}
.login-page .login-bottom-links .link:hover {
    color: #ffffff;
}
.login-page .login-progressbar {
    height: 0;
    overflow: hidden;
    transition: all 550ms ease-in-out 0s;
    width: 100%;
}
.login-page .login-progressbar div {
    transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 0;
}
.login-page .login-progressbar-indicator {
    margin-top: 80px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translateY(100px) scale(0.2);
    transition: all 550ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.login-page .login-progressbar-indicator h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
}
.login-page.logging-in {
    overflow: hidden;
}
.login-page.logging-in .login-header {
    padding-bottom: 30px;
    padding-top: 170px;
}
.login-page.logging-in .login-header.login-caret::after {
    opacity: 0;
}
.login-page.logging-in .login-header .description {
    opacity: 0;
}
.login-page.logging-in .login-form form, .login-page.logging-in .login-form .link {
    opacity: 0;
    transform: translateY(-200px) scale(0.8);
}
.login-page.logging-in .login-progressbar {
    background: #515b6d none repeat scroll 0 0;
    height: 2px;
}
.login-page.logging-in .login-progressbar div {
    background: #de6c65 none repeat scroll 0 0;
    height: 2px;
}
.login-page.logging-in .login-progressbar-indicator {
    opacity: 1;
    transform: translateY(0px) scale(1);
    visibility: visible;
}
.login-page.logging-in-lockscreen .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {
    opacity: 1;
    visibility: visible;
}
.login-page.logging-in-lockscreen .login-form .form-group:nth-child(n+2), .login-page.logging-in-lockscreen .login-form .link {
    opacity: 0;
    transform: translateY(-50px) scale(0.5);
}
.login-page.login-form-fall .login-form {
    opacity: 0;
    top: -100px;
    transition: all 550ms ease-in-out 0s;
}
.login-page.login-form-fall .login-form .form-group {
    opacity: 0;
    transition: all 550ms ease-in-out 250ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(2) {
    transition-delay: 350ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(3) {
    transition-delay: 450ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(4) {
    transition-delay: 550ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(5) {
    transition-delay: 650ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(6) {
    transition-delay: 750ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(8) {
    transition-delay: 850ms;
}
.login-page.login-form-fall .login-form .form-group:nth-child(9) {
    transition-delay: 950ms;
}
.login-page.login-form-fall-init .login-form {
    opacity: 1;
    top: 0;
}
.login-page.login-form-fall-init .login-form .form-group {
    opacity: 1;
}
.login-page .form-steps .step {
    display: none;
}
.login-page .form-steps .step.current {
    display: block;
}
.login-page .form-register-success, .login-page .form-forgotpassword-success, .login-page .form-login-error {
    background: #00a651 none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    color: #ffffff;
    display: none;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
}
.login-page .form-register-success.visible, .login-page .form-forgotpassword-success.visible, .login-page .form-login-error.visible {
    display: block;
}
.login-page .form-register-success i, .login-page .form-forgotpassword-success i, .login-page .form-login-error i {
    background: #008d45 none repeat scroll 0 0 padding-box;
    border-radius: 3px 3px 0 0;
    display: block;
    font-size: 25px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center;
}
.login-page .form-register-success h3, .login-page .form-forgotpassword-success h3, .login-page .form-login-error h3 {
    color: #ffffff;
    font-size: 15px;
    margin: 10px 0 5px;
}
.login-page .form-register-success p, .login-page .form-forgotpassword-success p, .login-page .form-login-error p {
    font-size: 11px;
    margin: 0;
}
.login-page .form-register-success.form-login-error, .login-page .form-forgotpassword-success.form-login-error, .login-page .form-login-error.form-login-error {
    background: #cc2424 none repeat scroll 0 0;
    padding: 0;
}
.login-page .form-register-success.form-login-error h3, .login-page .form-forgotpassword-success.form-login-error h3, .login-page .form-login-error.form-login-error h3 {
    background: #b62020 none repeat scroll 0 0 padding-box;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 10px;
}
.login-page .form-register-success.form-login-error p, .login-page .form-forgotpassword-success.form-login-error p, .login-page .form-login-error.form-login-error p {
    padding: 10px;
}
@media (max-width: 991px) {
.login-page .login-header {
    padding: 20px 0;
}
.login-page .login-form {
    padding-top: 30px;
}
.login-page .login-form .form-group.lockscreen-input {
    margin-top: 0;
}
.login-page.logging-in .login-header {
    padding-bottom: 6px;
    padding-top: 34px;
}
.login-page.logging-in .login-progressbar-indicator {
    margin-top: 60px;
}
.login-page.logging-in .login-form form, .login-page.logging-in .login-form .link {
    transform: translateY(-100px) scale(0.6);
}
}
@media (max-width: 350px) {
.login-page .login-content {
    width: 280px;
}
}
.icheck-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.icheck-list > li {
    display: block;
    margin-bottom: 10px;
}
.icheck-list > li:last-child {
    margin-bottom: 0;
}
.icheck-skins {
    display: block;
    margin-top: 10px;
}
.icheck-skins::before, .icheck-skins::after {
    content: " ";
    display: table;
}
.icheck-skins::after {
    clear: both;
}
.icheck-skins a {
    background: #333 none repeat scroll 0 0;
    border: 1px solid transparent;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 20px;
}
.icheck-skins a[data-color-class="red"] {
    background-color: #d54e21;
}
.icheck-skins a[data-color-class="green"] {
    background-color: #1b7e5a;
}
.icheck-skins a[data-color-class="blue"] {
    background-color: #2489c5;
}
.icheck-skins a[data-color-class="aero"] {
    background-color: #9cc2cb;
}
.icheck-skins a[data-color-class="grey"] {
    background-color: #73716e;
}
.icheck-skins a[data-color-class="orange"] {
    background-color: #f70;
}
.icheck-skins a[data-color-class="yellow"] {
    background-color: #fc3;
}
.icheck-skins a[data-color-class="pink"] {
    background-color: #a77a94;
}
.icheck-skins a[data-color-class="purple"] {
    background-color: #6a5a8c;
}
.icheck-skins a.current {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    transform: scale(1.15);
}
