@charset "UTF-8";
@import url(bootstrap-iconpicker.min.css);
ul li {
    margin: 0 4px
}

.ticket-aging-yellow {
    background-color: #faa732 !important;
    color: white
}

.ticket-aging-red {
    background-color: #da4f49 !important;
    color: white
}

.ticket-aging-pink {
    background-color: #d38dc1 !important;
    text-decoration: blink;
    color: white
}

.ticket-aging-green {
    background-color: #5bb75b !important;
    color: white
}

.ticket-aging-dark-green {
    background-color: #006600 !important;
    color: white
}

.ticket-aging-reply {
    background-color: #49afcd !important;
    color: white
}

.invalid {
    border-color: #ff0000
}

label.invalid {
    color: #ff0000
}

#editor-xtd-buttons {
    padding: 5px
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer
}

.button2-left span,
.button2-right span {
    cursor: default;
    color: #999
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px
}

.page span {
    color: #000;
    font-weight: bold
}

.button2-left a:hover,
.button2-right a:hover {
    text-decoration: none;
    color: #0B55C4
}

.button2-left a,
.button2-left span {
    padding: 0 24px 0 6px
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px
}

.button2-left {
    background: url(../images/j_button2_left.png) no-repeat;
    float: left;
    margin-left: 5px
}

.button2-right {
    background: url(../images/j_button2_right.png) 100% 0 no-repeat;
    float: left;
    margin-left: 5px
}

.button2-left .image {
    background: url(../images/j_button2_image.png) 100% 0 no-repeat
}

.button2-left .readmore {
    background: url(../images/j_button2_readmore.png) 100% 0 no-repeat
}

.button2-left .pagebreak {
    background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat
}

.button2-left .blank {
    background: url(../images/j_button2_blank.png) 100% 0 no-repeat
}

div.tooltip {
    float: left;
    padding: 5px;
    max-width: 200px;
    z-index: 13000
}

div.tooltip h4 {
    padding: 0;
    margin: 0;
    font-size: 95%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../images/selector-arrow.png) no-repeat
}

div.tooltip p {
    font-size: 90%;
    margin: 0
}

.img_caption.left {
    float: left;
    margin-right: 1em
}

.img_caption.right {
    float: right;
    margin-left: 1em
}

.img_caption.left p {
    clear: left;
    text-align: center
}

.img_caption.right p {
    clear: right;
    text-align: center
}

.img_caption {
    text-align: center !important
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto
}

.caption.left {
    float: left;
    margin-right: 1em
}

.caption.right {
    float: right;
    margin-left: 1em
}

.caption.left p {
    clear: left;
    text-align: center
}

.caption.right p {
    clear: right;
    text-align: center
}

.caption.none {
    margin-left: auto;
    margin-right: auto
}

.caption {
    text-align: center !important
}

a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url(../images/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle
}

a.qbDesktopButton {
    outline: none;
    text-decoration: none;
    border: none;
    background: url("/assets/quickbook-button.png") no-repeat 0 0;
    width: 107px;
    height: 38px;
    display: inline-block;
    text-indent: -9000px;
    text-transform: capitalize
}

table.po-line-items tfoot {
    background-color: #ffc
}

a.current.up:after,
a.current.down:after {
    font-family: FontAwesome
}

a.current.up:after {
    content: "\00a0\f0d8"
}

a.current.down:after {
    content: "\00a0\f0d7"
}

i.fa-reorder {
    cursor: move
}

.ec-calendar {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d5d5d5
}

.ec-calendar-header {
    padding: 5px 0;
    width: 100%;
    table-layout: fixed
}

.ec-month-name {
    font-size: 16px;
    font-weight: bold
}

.ec-body {
    position: relative;
    border-right: 1px solid #303030;
    white-space: nowrap
}

.ec-day-names {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    table-layout: fixed;
    padding: 2px 0;
    background: #303030;
    color: white
}

.ec-day-name {
    font-weight: normal
}

.ec-rows {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    overflow: hidden;
    border-right: 1px solid #d5d5d5;
    padding-top: 15px
}

.ec-row {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden
}

.ec-row-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    table-layout: fixed
}

.ec-day-bg {
    border-left: 1px solid #d5d5d5
}

.ec-today-bg {
    background-color: #ffffdd
}

.ec-row-table {
    position: relative;
    width: 100%;
    table-layout: fixed
}

.ec-day-header {
    color: #444;
    text-align: right;
    padding: 0 5px;
    line-height: 16px;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px dotted #bbbbbb;
    background-color: #ecede2;
    overflow: hidden
}

a.ec-day-link {
    color: #444
}

.ec-today-header {
    background-color: #d7d7ba
}

.ec-other-month-header {
    background-color: #efefef;
    color: #777
}

.ec-event-cell {
    cursor: pointer;
    vertical-align: top;
    padding-right: 1px;
    padding-left: 2px
}

.ec-event-cell a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%
}

.ec-no-event-cell {
    cursor: default
}

.ec-event {
    color: white;
    padding-right: 1px;
    padding-left: 11px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    white-space: nowrap
}

.ec-event-bg a {
    color: white
}

.ec-event-no-bg {
    position: relative
}

.ec-event-no-bg a {
    color: inherit
}

.ec-event-time {
    font-size: 85%;
    font-weight: bold;
    padding-right: 3px
}

.ec-left-arrow,
.ec-right-arrow {
    position: relative;
    top: 3px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin-bottom: -8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.ec-left-arrow {
    margin-left: -7px;
    margin-right: auto;
    border-right: 4px solid white
}

.ec-right-arrow {
    margin-left: auto;
    margin-right: 3px;
    border-left: 4px solid white
}

.ec-bullet {
    position: absolute;
    top: 7px;
    width: 4px;
    height: 4px;
    margin-left: -7px;
    margin-right: auto;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px
}

.map_container {
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ccc #999 #ccc;
    -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
    width: 800px
}

.map_container img {
    max-width: none
}

.gmaps4rails_map {
    width: 800px;
    height: 400px
}

.bing_map {
    position: absolute;
    top: 20;
    left: 10;
    width: 400px;
    height: 400px;
    border: #555555 2px solid
}

div.ui-datepicker {
    font-size: 12px
}

#schedule .field.error {
    color: red
}

#schedule .field.error label,
#schedule .field.error input {
    color: red
}

.new_customer_search .radio,
.new_customer_search .checkbox,
.edit_customer_search .radio,
.edit_customer_search .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px
}

.new_customer_search .simple-elastic-search-checkboxes,
.edit_customer_search .simple-elastic-search-checkboxes {
    margin: 0 15px 10px;
    background: aliceblue;
    border-radius: 20px;
    padding: 5px 15px;
    width: 70%
}

.new_customer_search .simple-elastic-search-checkboxes.hidden,
.edit_customer_search .simple-elastic-search-checkboxes.hidden {
    margin-bottom: 0px
}

.new_customer_search .simple-elastic-search-radio,
.edit_customer_search .simple-elastic-search-radio {
    margin: 0 15px;
    background: aliceblue;
    border-radius: 20px;
    padding: 5px 15px
}

.new_customer_search .customer-search-form-button,
.edit_customer_search .customer-search-form-button {
    bottom: 10px;
    position: fixed;
    width: 265px
}

.shortcuts {
    text-align: center
}

.shortcuts .shortcut {
    width: 22.50%;
    display: inline-block;
    padding: 12px 0;
    margin: 0 .9% 1em;
    vertical-align: top;
    text-decoration: none;
    background: #F3F3F3;
    border-radius: 5px
}

.shortcuts .shortcut .shortcut-icon {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: 32px;
    color: #888
}

.shortcuts .shortcut:hover {
    background: #E8E8E8
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #666
}

.shortcuts .shortcut-label {
    display: block;
    font-weight: 400;
    color: #666
}

.stats {
    width: 100%;
    display: table;
    padding: 0 0 0 10px;
    margin-top: .5em;
    margin-bottom: 1.9em
}

.stats .stat {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    color: #999
}

.stat-value {
    display: block;
    margin-bottom: .55em;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #444
}

.stat-time {
    text-align: center;
    padding-top: 1.5em
}

.stat-time .stat-value {
    color: #F90;
    font-size: 40px
}

.stats #donut-chart {
    height: 100px;
    margin-left: -20px
}

.news-items {
    margin: 1em 0 0
}

.news-items li {
    display: table;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC
}

.news-items li:last-child {
    padding-bottom: 0;
    border: none
}

.news-item-date {
    display: table-cell
}

.news-item-detail {
    display: table-cell
}

.news-item-title {
    font-size: 13px;
    font-weight: 600
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right
}

.news-item-day {
    display: block;
    margin-bottom: .25em;
    font-size: 24px;
    color: #888
}

.news-item-preview {
    margin-bottom: 0;
    color: #777
}

.news-item-month {
    display: block;
    padding-right: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #888
}

.action-table .btn-small {
    padding: 4px 5px 5px;
    font-size: 10px
}

.action-table .td-actions {
    width: 80px;
    text-align: center
}

.action-table .td-actions .btn {
    margin-right: .5em
}

.action-table .td-actions .btn:last-child {
    margin-rigth: 0
}

@media (max-width: 979px) {
    .shortcuts .shortcut {
        width: 31%
    }
}

@media (max-width: 480px) {
    .stats .stat {
        margin-bottom: 3em
    }
    .stats .stat .stat-value {
        margin-bottom: .15em;
        font-size: 20px
    }
    .stats {
        float: left;
        display: block;
        margin-bottom: 0
    }
    #chart-stats {
        margin: 2em 0 1em
    }
    .shortcuts .shortcut {
        width: 48%
    }
}

.faq-search {
    margin-bottom: 2em;
    text-align: right
}

.faq-search input {
    width: 96%;
    display: block;
    padding: 2%
}

.faq-empty {
    display: none
}

.faq-toc {
    padding: 1.5em 0;
    margin: 2em 0 0;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none
}

.faq-toc ol {
    padding: 0;
    margin: 0
}

.faq-toc li {
    margin-bottom: .75em;
    list-style: none
}

.faq-toc a {
    margin-left: .5em
}

.faq-list {
    padding: 0;
    margin: 3em 0 0;
    list-style: none
}

.faq-list li {
    display: table;
    margin-bottom: 2em
}

.faq-icon {
    display: table-cell;
    padding-right: 1.25em;
    vertical-align: top
}

.faq-text {
    display: table-cell;
    vertical-align: top
}

.faq-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    background: #F90;
    border: 3px solid #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.btn-support-ask {
    display: block;
    font-size: 22px;
    padding: 14px 0;
    font-weight: 600;
    margin-bottom: .75em
}

.btn-support-contact {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600
}

.plan-container {
    position: relative;
    float: left
}

.plan {
    margin-right: 6px;
    border-radius: 4px
}

.plan-header {
    text-align: center;
    color: #FFF;
    background-color: #686868;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4)
}

.plan-title {
    padding: 10px 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0 0
}

.plan-price {
    padding: 20px 0 10px;
    font-size: 66px;
    line-height: 0.8em;
    background-color: #797979;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.plan-price span.term {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 0;
    padding: 2em 0 1em
}

.plan-price span.note {
    position: relative;
    top: -40px;
    display: inline;
    font-size: 17px;
    line-height: 0.8em
}

.plan-features {
    border: 1px solid #DDD;
    border-bottom: none
}

.plan-features {
    padding-bottom: 1em
}

.plan-features ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.plan-features li {
    padding: 1em 0;
    margin: 0 2em;
    text-align: center;
    border-bottom: 1px dotted #CCC
}

.plan-features li:last-child {
    border-bottom: none
}

.plan-actions {
    padding: 1.15em 0;
    background: #F2F2F2;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: -o-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: linear-gradient(top, #f8f8f8, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #DDD;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.plan-actions .btn {
    padding: 1em 0;
    margin: 0 2em;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.pricing-plans.plans-1 .plan-container {
    width: 100%
}

.pricing-plans.plans-2 .plan-container {
    width: 50%
}

.pricing-plans.plans-3 .plan-container {
    width: 33.33%
}

.pricing-plans.plans-4 .plan-container {
    width: 25%
}

.plan.best-value .plan-header {
    background-color: #677E30
}

.plan.best-value .plan-price {
    background-color: #81994D
}

.plan.skyblue .plan-header {
    background-color: #3D7AB8
}

.plan.skyblue .plan-price {
    background-color: #69C
}

.plan.lavendar .plan-header {
    background-color: #754F75
}

.plan.lavendar .plan-price {
    background-color: #969
}

.plan.teal .plan-header {
    background-color: #257272
}

.plan.teal .plan-price {
    background-color: #399
}

.plan.pink .plan-header {
    background-color: #FF3778
}

.plan.pink .plan-price {
    background-color: #F69
}

.plan.black .plan-header {
    background-color: #222
}

.plan.black .plan-price {
    background-color: #333
}

.plan.yellow .plan-header {
    background-color: #C69E00
}

.plan.yellow .plan-price {
    background-color: #E8B900
}

.plan.purple .plan-header {
    background-color: #4E2675
}

.plan.purple .plan-price {
    background-color: #639
}

.plan.red .plan-header {
    background-color: #A40000
}

.plan.red .plan-price {
    background-color: #C00
}

.plan.orange .plan-header {
    background-color: #D98200
}

.plan.orange .plan-price {
    background-color: #F90
}

.plan.blue .plan-header {
    background-color: #0052A4
}

.plan.blue .plan-price {
    background-color: #06C
}

.plan.green .plan-header {
    background-color: #677E30
}

.plan.green .plan-price {
    background-color: #81994D
}

@media (min-width: 767px) and (max-width: 979px) {
    .pricing-plans .plan-container {
        width: 50% !important;
        margin-bottom: 2em
    }
}

@media (max-width: 767px) {
    .pricing-plans .plan-container {
        width: 100% !important;
        margin-bottom: 2em
    }
}

.report-header {
    box-sizing: border-box;
    font: normal normal 600 normal 18px/20px 'Open Sans';
    outline: #cccccc none 0px;
    margin-bottom: 10px;
    font-size: 28px
}

#big_stats {
    width: 100%;
    display: table;
    margin-top: .5em;
    margin-bottom: 1em
}

.big-stats-container .widget-content {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')"
}

.big-stats-container.stat-customer-container .widget-content {
    padding: 5px
}

#big_stats .stat {
    width: 25%;
    text-align: center;
    display: table-cell;
    padding: 0;
    position: relative;
    border-right: 1px solid #CCC;
    border-left: 1px solid #FFF
}

#big_stats .stat.stat-leads-lg {
    width: 33%
}

#big_stats .stat.stat-leads-sm {
    width: 20%
}

#big_stats .stat.stat-customer-lg {
    width: 25%
}

#big_stats .stat.stat-customer-sm {
    width: 20%
}

#big_stats .stat.stat-estimates {
    width: 25%
}

#big_stats .stat.stat-estimates-sm {
    width: 13%
}

#big_stats .stat:first-child {
    border-left: none
}

#big_stats .stat:last-child {
    border-right: none
}

#big_stats .stat h4 {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    margin-bottom: 1.5em
}

.stat-customer-container #big_stats .stat h4 {
    margin-bottom: 0.5em
}

#big_stats .stat .value {
    font-size: 56px;
    font-weight: bold;
    color: #333;
    line-height: 1em
}

@media all and (max-width: 950px) and (min-width: 1px) {
    #big_stats {
        display: block;
        margin-bottom: -40px
    }
    #big_stats .stat {
        width: 49%;
        display: block;
        margin-bottom: 3em;
        float: left
    }
    #big_stats .stat:nth-child(2) {
        border-right: none
    }
    #big_stats .stat:nth-child(3) {
        border-left: none
    }
}

@media (max-width: 767px) {
    #big_stats .stat .value {
        font-size: 40px
    }
}

.account-container {    
    display: block;
    margin: 60px auto 0 auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6
}

.content {
    padding: 16px 28px 23px
}

.login-fields .field {
    margin-bottom: 1.25em
}

.login-fields label {
    display: none
}

.login-fields input {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #000000;
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 255px;
    display: block;
    margin: 0;
    box-shadow: inset 2px 2px 4px #f1f1f1
}

.username-field {
    background: url(/assets/signin/user.png) no-repeat
}

.password-field {
    background: url(/assets/signin/password.png) no-repeat
}

.login-actions {
    float: left;
    width: 100%;
    margin-top: -1em;
    margin-bottom: 1.25em
}

.login-social {
    float: left;
    padding: 10px 0 15px;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none
}

span.login-checkbox {
    float: left;
    margin-top: 31px
}

span.login-checkbox>input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px
}

span.login-checkbox>input[type='checkbox']+label {
    clear: none;
    height: 15px;
    display: block;
    padding: 0 0 0 22px;
    margin: 0;
    font-size: 12px;
    line-height: 1.2em;
    background: url(/assets/signin/check.png) no-repeat 0 0;
    cursor: pointer
}

span.login-checkbox>input[type='checkbox']:checked+label {
    background-position: 0 -15px
}

.login-extra {
    display: block;
    width: 300px;
    margin: 1.5em auto;
    text-align: center;
    line-height: 19px;
    text-shadow: 1px 1px 0px #fff
}

.account-container h1 {
    margin-bottom: .4em;
    color: #f90
}

.twitter,
.fb {
    position: relative;
    height: 32px;
    width: 157px;
    display: block;
    background: url(/assets/signin/twitter_btn.png) no-repeat
}

.fb {
    width: 162px;
    background: url(/assets/signin/fb_btn.png) no-repeat
}

.twitter:active,
.fb:active {
    top: 1px
}

.twitter:hover,
.fb:hover {
    background-position: 0 -32px
}

.twitter a,
.fb a {
    padding: 5px 0 0 35px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    height: 32px;
    display: block
}

.fb a {
    padding: 5px 0 0 31px
}

.twitter,
.fb {
    display: inline-block
}

.twitter a:hover,
.fb a:hover {
    color: #FFF;
    text-decoration: none
}

.register .login-social {
    margin-bottom: 1em
}

.register .login-actions {
    margin-bottom: 0
}

.register .login-fields input {
    width: 299px;
    padding-left: 6px
}

.register h1 {
    color: #444
}

.register span.login-checkbox {
    position: relative;
    top: -6px;
    width: 200px
}

.register span.login-checkbox>input[type="checkbox"]+label {
    position: relative;
    line-height: 1.3em
}

@media (max-width: 480px) {
    .account-container {
        margin-top: 35px
    }
    .login-fields input {
        width: 160px
    }
    .login-social {
        width: 100%
    }
    .twitter {
        display: block;
        margin-bottom: 1em
    }
    .register .login-fields input {
        width: 204px;
        padding-left: 6px
    }
}

div.ui-datepicker {
    font-size: 12px
}

#schedule .field.error {
    color: red
}

#schedule .field.error label,
#schedule .field.error input {
    color: red
}

.shortcuts {
    text-align: center
}

.shortcuts .shortcut {
    width: 22.50%;
    display: inline-block;
    padding: 12px 0;
    margin: 0 .9% 1em;
    vertical-align: top;
    text-decoration: none;
    background: #F3F3F3;
    border-radius: 5px
}

.shortcuts .shortcut .shortcut-icon {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: 32px;
    color: #888
}

.shortcuts .shortcut:hover {
    background: #E8E8E8
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #666
}

.shortcuts .shortcut-label {
    display: block;
    font-weight: 400;
    color: #666
}

.stats {
    width: 100%;
    display: table;
    padding: 0 0 0 10px;
    margin-top: .5em;
    margin-bottom: 1.9em
}

.stats .stat {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    color: #999
}

.stat-value {
    display: block;
    margin-bottom: .55em;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #444
}

.stat-time {
    text-align: center;
    padding-top: 1.5em
}

.stat-time .stat-value {
    color: #F90;
    font-size: 40px
}

.stats #donut-chart {
    height: 100px;
    margin-left: -20px
}

.news-items {
    margin: 1em 0 0
}

.news-items li {
    display: table;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC
}

.news-items li:last-child {
    padding-bottom: 0;
    border: none
}

.news-item-date {
    display: table-cell
}

.news-item-detail {
    display: table-cell
}

.news-item-title {
    font-size: 13px;
    font-weight: 600
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right
}

.news-item-day {
    display: block;
    margin-bottom: .25em;
    font-size: 24px;
    color: #888
}

.news-item-preview {
    margin-bottom: 0;
    color: #777
}

.news-item-month {
    display: block;
    padding-right: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #888
}

.action-table .btn-small {
    padding: 4px 5px 5px;
    font-size: 10px
}

.action-table .td-actions {
    width: 80px;
    text-align: center
}

.action-table .td-actions .btn {
    margin-right: .5em
}

.action-table .td-actions .btn:last-child {
    margin-rigth: 0
}

@media (max-width: 979px) {
    .shortcuts .shortcut {
        width: 31%
    }
}

@media (max-width: 480px) {
    .stats .stat {
        margin-bottom: 3em
    }
    .stats .stat .stat-value {
        margin-bottom: .15em;
        font-size: 20px
    }
    .stats {
        float: left;
        display: block;
        margin-bottom: 0
    }
    #chart-stats {
        margin: 2em 0 1em
    }
    .shortcuts .shortcut {
        width: 48%
    }
}

.faq-search {
    margin-bottom: 2em;
    text-align: right
}

.faq-search input {
    width: 96%;
    display: block;
    padding: 2%
}

.faq-empty {
    display: none
}

.faq-toc {
    padding: 1.5em 0;
    margin: 2em 0 0;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none
}

.faq-toc ol {
    padding: 0;
    margin: 0
}

.faq-toc li {
    margin-bottom: .75em;
    list-style: none
}

.faq-toc a {
    margin-left: .5em
}

.faq-list {
    padding: 0;
    margin: 3em 0 0;
    list-style: none
}

.faq-list li {
    display: table;
    margin-bottom: 2em
}

.faq-icon {
    display: table-cell;
    padding-right: 1.25em;
    vertical-align: top
}

.faq-text {
    display: table-cell;
    vertical-align: top
}

.faq-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    background: #F90;
    border: 3px solid #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.btn-support-ask {
    display: block;
    font-size: 22px;
    padding: 14px 0;
    font-weight: 600;
    margin-bottom: .75em
}

.btn-support-contact {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600
}

.plan-container {
    position: relative;
    float: left
}

.plan {
    margin-right: 6px;
    border-radius: 4px
}

.plan-header {
    text-align: center;
    color: #FFF;
    background-color: #686868;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4)
}

.plan-title {
    padding: 10px 0;
    font-size: 16px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0 0
}

.plan-price {
    padding: 20px 0 10px;
    font-size: 66px;
    line-height: 0.8em;
    background-color: #797979;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.plan-price span.term {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 0;
    padding: 2em 0 1em
}

.plan-price span.note {
    position: relative;
    top: -40px;
    display: inline;
    font-size: 17px;
    line-height: 0.8em
}

.plan-features {
    border: 1px solid #DDD;
    border-bottom: none
}

.plan-features {
    padding-bottom: 1em
}

.plan-features ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.plan-features li {
    padding: 1em 0;
    margin: 0 2em;
    text-align: center;
    border-bottom: 1px dotted #CCC
}

.plan-features li:last-child {
    border-bottom: none
}

.plan-actions {
    padding: 1.15em 0;
    background: #F2F2F2;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: -o-linear-gradient(top, #f8f8f8, #e6e6e6);
    background-image: linear-gradient(top, #f8f8f8, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #DDD;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.plan-actions .btn {
    padding: 1em 0;
    margin: 0 2em;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.pricing-plans.plans-1 .plan-container {
    width: 100%
}

.pricing-plans.plans-2 .plan-container {
    width: 50%
}

.pricing-plans.plans-3 .plan-container {
    width: 33.33%
}

.pricing-plans.plans-4 .plan-container {
    width: 25%
}

.plan.best-value .plan-header {
    background-color: #677E30
}

.plan.best-value .plan-price {
    background-color: #81994D
}

.plan.skyblue .plan-header {
    background-color: #3D7AB8
}

.plan.skyblue .plan-price {
    background-color: #69C
}

.plan.lavendar .plan-header {
    background-color: #754F75
}

.plan.lavendar .plan-price {
    background-color: #969
}

.plan.teal .plan-header {
    background-color: #257272
}

.plan.teal .plan-price {
    background-color: #399
}

.plan.pink .plan-header {
    background-color: #FF3778
}

.plan.pink .plan-price {
    background-color: #F69
}

.plan.black .plan-header {
    background-color: #222
}

.plan.black .plan-price {
    background-color: #333
}

.plan.yellow .plan-header {
    background-color: #C69E00
}

.plan.yellow .plan-price {
    background-color: #E8B900
}

.plan.purple .plan-header {
    background-color: #4E2675
}

.plan.purple .plan-price {
    background-color: #639
}

.plan.red .plan-header {
    background-color: #A40000
}

.plan.red .plan-price {
    background-color: #C00
}

.plan.orange .plan-header {
    background-color: #D98200
}

.plan.orange .plan-price {
    background-color: #F90
}

.plan.blue .plan-header {
    background-color: #0052A4
}

.plan.blue .plan-price {
    background-color: #06C
}

.plan.green .plan-header {
    background-color: #677E30
}

.plan.green .plan-price {
    background-color: #81994D
}

@media (min-width: 767px) and (max-width: 979px) {
    .pricing-plans .plan-container {
        width: 50% !important;
        margin-bottom: 2em
    }
}

@media (max-width: 767px) {
    .pricing-plans .plan-container {
        width: 100% !important;
        margin-bottom: 2em
    }
}

.report-header {
    box-sizing: border-box;
    font: normal normal 600 normal 18px/20px 'Open Sans';
    outline: #cccccc none 0px;
    margin-bottom: 10px;
    font-size: 28px
}

#big_stats {
    width: 100%;
    display: table;
    margin-top: .5em;
    margin-bottom: 1em
}

.big-stats-container .widget-content {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')"
}

.big-stats-container.stat-customer-container .widget-content {
    padding: 5px
}

#big_stats .stat {
    width: 25%;
    text-align: center;
    display: table-cell;
    padding: 0;
    position: relative;
    border-right: 1px solid #CCC;
    border-left: 1px solid #FFF
}

#big_stats .stat.stat-leads-lg {
    width: 33%
}

#big_stats .stat.stat-leads-sm {
    width: 20%
}

#big_stats .stat.stat-customer-lg {
    width: 25%
}

#big_stats .stat.stat-customer-sm {
    width: 20%
}

#big_stats .stat.stat-estimates {
    width: 25%
}

#big_stats .stat.stat-estimates-sm {
    width: 13%
}

#big_stats .stat:first-child {
    border-left: none
}

#big_stats .stat:last-child {
    border-right: none
}

#big_stats .stat h4 {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    margin-bottom: 1.5em
}

.stat-customer-container #big_stats .stat h4 {
    margin-bottom: 0.5em
}

#big_stats .stat .value {
    font-size: 56px;
    font-weight: bold;
    color: #333;
    line-height: 1em
}

@media all and (max-width: 950px) and (min-width: 1px) {
    #big_stats {
        display: block;
        margin-bottom: -40px
    }
    #big_stats .stat {
        width: 49%;
        display: block;
        margin-bottom: 3em;
        float: left
    }
    #big_stats .stat:nth-child(2) {
        border-right: none
    }
    #big_stats .stat:nth-child(3) {
        border-left: none
    }
}

@media (max-width: 767px) {
    #big_stats .stat .value {
        font-size: 40px
    }
}

.account-container {
    
    display: block;
    margin: 60px auto 0 auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6
}

.content {
    padding: 16px 28px 23px
}

.login-fields .field {
    margin-bottom: 1.25em
}

.login-fields label {
    display: none
}

.login-fields input {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #000000;
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 255px;
    display: block;
    margin: 0;
    box-shadow: inset 2px 2px 4px #f1f1f1
}

.username-field {
    background: url(/assets/signin/user.png) no-repeat
}

.password-field {
    background: url(/assets/signin/password.png) no-repeat
}

.login-actions {
    float: left;
    width: 100%;
    margin-top: -1em;
    margin-bottom: 1.25em
}

.login-social {
    float: left;
    padding: 10px 0 15px;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none
}

span.login-checkbox {
    float: left;
    margin-top: 31px
}

span.login-checkbox>input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px
}

span.login-checkbox>input[type='checkbox']+label {
    clear: none;
    height: 15px;
    display: block;
    padding: 0 0 0 22px;
    margin: 0;
    font-size: 12px;
    line-height: 1.2em;
    background: url(/assets/signin/check.png) no-repeat 0 0;
    cursor: pointer
}

span.login-checkbox>input[type='checkbox']:checked+label {
    background-position: 0 -15px
}

.login-extra {
    display: block;
    width: 300px;
    margin: 1.5em auto;
    text-align: center;
    line-height: 19px;
    text-shadow: 1px 1px 0px #fff
}

.account-container h1 {
    margin-bottom: .4em;
    color: #f90
}

.twitter,
.fb {
    position: relative;
    height: 32px;
    width: 157px;
    display: block;
    background: url(/assets/signin/twitter_btn.png) no-repeat
}

.fb {
    width: 162px;
    background: url(/assets/signin/fb_btn.png) no-repeat
}

.twitter:active,
.fb:active {
    top: 1px
}

.twitter:hover,
.fb:hover {
    background-position: 0 -32px
}

.twitter a,
.fb a {
    padding: 5px 0 0 35px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    height: 32px;
    display: block
}

.fb a {
    padding: 5px 0 0 31px
}

.twitter,
.fb {
    display: inline-block
}

.twitter a:hover,
.fb a:hover {
    color: #FFF;
    text-decoration: none
}

.register .login-social {
    margin-bottom: 1em
}

.register .login-actions {
    margin-bottom: 0
}

.register .login-fields input {
    width: 299px;
    padding-left: 6px
}

.register h1 {
    color: #444
}

.register span.login-checkbox {
    position: relative;
    top: -6px;
    width: 200px
}

.register span.login-checkbox>input[type="checkbox"]+label {
    position: relative;
    line-height: 1.3em
}

@media (max-width: 480px) {
    .account-container {
       
        margin-top: 35px
    }
    .login-fields input {
        width: 160px
    }
    .login-social {
        width: 100%
    }
    .twitter {
        display: block;
        margin-bottom: 1em
    }
    .register .login-fields input {
        width: 204px;
        padding-left: 6px
    }
}

.new_customer_search .radio,
.new_customer_search .checkbox,
.edit_customer_search .radio,
.edit_customer_search .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px
}

.new_customer_search .simple-elastic-search-checkboxes,
.edit_customer_search .simple-elastic-search-checkboxes {
    margin: 0 15px 10px;
    background: aliceblue;
    border-radius: 20px;
    padding: 5px 15px;
    width: 70%
}

.new_customer_search .simple-elastic-search-checkboxes.hidden,
.edit_customer_search .simple-elastic-search-checkboxes.hidden {
    margin-bottom: 0px
}

.new_customer_search .simple-elastic-search-radio,
.edit_customer_search .simple-elastic-search-radio {
    margin: 0 15px;
    background: aliceblue;
    border-radius: 20px;
    padding: 5px 15px
}

.new_customer_search .customer-search-form-button,
.edit_customer_search .customer-search-form-button {
    bottom: 10px;
    position: fixed;
    width: 265px
}

#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url("//dgjaia5fijxwa.cloudfront.net/assets/ie-spacer-82af92231a8c7f1376211b77cffcb3d3.gif")
}

.gritter-top {
    background: url("//dgjaia5fijxwa.cloudfront.net/assets/gritter-599dab3bf9863bc77db01a8a0603f22c.png") no-repeat left -30px;
    height: 10px
}

.hover .gritter-top {
    background-position: right -30px
}

.gritter-bottom {
    background: url("//dgjaia5fijxwa.cloudfront.net/assets/gritter-599dab3bf9863bc77db01a8a0603f22c.png") no-repeat left bottom;
    height: 8px;
    margin: 0
}

.hover .gritter-bottom {
    background-position: bottom right
}

.gritter-item {
    display: block;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana;
    filter: inherit
}

.gritter-item.gritter-css2 {
    background: url("//dgjaia5fijxwa.cloudfront.net/assets/gritter-599dab3bf9863bc77db01a8a0603f22c.png") no-repeat left -40px
}

.gritter-item.gritter-css3 {
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 16px
}

.gritter-item p {
    padding: 0;
    margin: 0
}

.hover .gritter-item.gritter-css2 {
    background-position: right -40px
}

.hover .gritter-item.gritter-css3 {
    padding: 10px 9px 14px 9px;
    border: solid 2px #fff
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    left: 3px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    filter: inherit
}

.gritter-css2 .gritter-close {
    background: url("//dgjaia5fijxwa.cloudfront.net/assets/gritter-599dab3bf9863bc77db01a8a0603f22c.png") no-repeat left top
}

.gritter-css3 .gritter-close {
    background: url("//dgjaia5fijxwa.cloudfront.net/assets/gritter-close-8ad1cd009dd2b9653a119be16b6ea67d.png") no-repeat
}

.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px #000
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left
}

.gritter-with-image,
.gritter-without-image {
    padding: 0 0 5px 0
}

.gritter-with-image {
    width: 220px;
    float: right
}

@font-face {
    font-family: 'Journal';
    font-weight: normal;
    font-style: normal
}

.sigPad {
    margin: 0;
    padding: 0;
    width: 400px
}

.sigPad label {
    display: block;
    margin: 0 0 0.515em;
    padding: 0;
    color: #000;
    font: italic normal 1em/1.375 Georgia, Times, serif
}

.sigPad label.error {
    color: #f33
}

.sigPad input {
    margin: 0;
    width: 400px;
    border: 1px solid #666;
    font-size: 1em
}

.sigPad input.error {
    border-color: #f33
}

.sigPad button {
    margin: 1em 0 0 0;
    padding: 0.6em 0.6em 0.7em;
    background-color: #ccc;
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    color: #555;
    font: bold 1em/1.375 sans-serif;
    text-align: left
}

.sigPad button:hover {
    background-color: #333;
    color: #fff
}

.sig {
    display: none
}

.sigNav {
    display: none;
    height: 2.25em;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none
}

.sigNav li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
    display: block;
    margin: 0;
    padding: 0 0.6em;
    border: 0;
    color: #333;
    font-weight: bold;
    line-height: 2.25em;
    text-decoration: underline
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
    background-color: #666;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-decoration: none
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
    background-color: #ccc;
    color: #555
}

.sigNav .clearButton {
    bottom: 0.2em;
    display: none;
    position: absolute;
    right: 0;
    font-size: 0.75em;
    line-height: 1.375
}

.sigWrapper {
    clear: both;
    height: 114px;
    border: 1px solid #ccc
}

.sigWrapper.current {
    border-color: #666
}

.signed .sigWrapper {
    border: 0
}

.pad {
    position: relative
}

.current .pad {
    cursor: url("/assets/pen.cur"), crosshair;
    cursor: url("/assets/pen.cur") 16 16, crosshair
}

.typed {
    height: 110px;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    z-index: 90;
    cursor: default;
    color: #145394;
    font: normal 1.875em/50px "Journal", Georgia, Times, serif
}

.typeItDesc,
.drawItDesc {
    display: none;
    margin: 0.75em 0 0.515em;
    padding: 0.515em 0 0;
    border-top: 3px solid #ccc;
    color: #000;
    font: italic normal 1em/1.375 Georgia, Times, serif
}

p.error {
    display: block;
    margin: 0.5em 0;
    padding: 0.4em;
    background-color: #f33;
    color: #fff;
    font-weight: bold
}

.control-inline label,
.control-inline span label,
.control-inline input,
.control-inline .controls,
.control-inline span {
    display: inline-block
}

.invoice-form-container label,
.invoice-form-container .controls,
.invoice-form-container label input,
.invoice-form-container a {
    display: inline
}

.invoice-form-container .nested-fields {
    margin-left: 70px
}

.invoice-form-container fieldset {
    padding: 3px
}

.invoice-form-container {
    margin-left: 30px
}

.space-me {
    margin-top: 10px
}

.rangeslider,
.rangeslider__fill {
    background: #e6e6e6;
    border: none;
    display: block;
    height: 15px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    position: relative;
    margin-top: 5px
}

.rangeslider__fill {
    background: gray;
    position: absolute;
    top: 0
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -7px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.pln-prn {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ptn,
.pvn,
.pan {
    padding-top: 0
}

.ptx,
.pvx,
.pax {
    padding-top: 5px
}

.pts,
.pvs,
.pas {
    padding-top: 10px
}

.ptm,
.pvm,
.pam {
    padding-top: 20px
}

.ptl,
.pvl,
.pal {
    padding-top: 40px
}

.prn,
.phn,
.pan {
    padding-right: 0
}

.prx,
.phx,
.pax {
    padding-right: 5px
}

.prs,
.phs,
.pas {
    padding-right: 10px
}

.prm,
.phm,
.pam {
    padding-right: 20px
}

.prl,
.phl,
.pal {
    padding-right: 40px
}

.pbn,
.pvn,
.pan {
    padding-bottom: 0
}

.pbx,
.pvx,
.pax {
    padding-bottom: 5px
}

.pbs,
.pvs,
.pas {
    padding-bottom: 10px
}

.pbm,
.pvm,
.pam {
    padding-bottom: 20px
}

.pbl,
.pvl,
.pal {
    padding-bottom: 40px
}

.pln,
.phn,
.pan {
    padding-left: 0
}

.plx,
.phx,
.pax {
    padding-left: 5px
}

.pls,
.phs,
.pas {
    padding-left: 10px
}

.plm,
.phm,
.pam {
    padding-left: 20px
}

.pll,
.phl,
.pal {
    padding-left: 40px
}

.mtn,
.mvn,
.man {
    margin-top: 0px
}

.mtx,
.mvx,
.max {
    margin-top: 5px
}

.mts,
.mvs,
.mas {
    margin-top: 10px
}

.mtm,
.mvm,
.mam {
    margin-top: 20px
}

.mtl,
.mvl,
.mal {
    margin-top: 40px
}

.mrn,
.mhn,
.man {
    margin-right: 0px
}

.mrx,
.mhx,
.max {
    margin-right: 5px
}

.mrs,
.mhs,
.mas {
    margin-right: 10px
}

.mrm,
.mhm,
.mam {
    margin-right: 20px
}

.mrl,
.mhl,
.mal {
    margin-right: 40px
}

.mbn,
.mvn,
.man {
    margin-bottom: 0px
}

.mbx,
.mvx,
.max {
    margin-bottom: 5px
}

.mbs,
.mvs,
.mas {
    margin-bottom: 10px
}

.mbm,
.mvm,
.mam {
    margin-bottom: 20px
}

.mbl,
.mvl,
.mal {
    margin-bottom: 40px
}

.mln,
.mhn,
.man {
    margin-left: 0px
}

.mlx,
.mhx,
.max {
    margin-left: 5px
}

.mls,
.mhs,
.mas {
    margin-left: 10px
}

.mlm,
.mhm,
.mam {
    margin-left: 20px
}

.mll,
.mhl,
.mal {
    margin-left: 40px
}

.right {
    float: right
}

.left {
    float: left
}

.clear {
    clear: both
}

.center {
    margin-left: auto;
    margin-right: auto
}

.hidden {
    display: none
}

.by-left {
    text-align: left
}

.by-right {
    text-align: right
}

.by-center,
.text-center {
    text-align: center
}


/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    * {
        color: black !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: white !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table-outlined td,
    .table-repairshopr td,
    .settings-table td,
    .table th,
    .table-outlined th,
    .table-repairshopr th,
    .settings-table th {
        background-color: white !important
    }
    .btn>.caret,
    .modal_deactivate-header .close>.caret,
    .dropup>.btn>.caret,
    .modal_deactivate-header .dropup>.close>.caret {
        border-top-color: black !important
    }
    .label {
        border: 1px solid #000
    }
    .table,
    .table-outlined,
    .table-repairshopr,
    .settings-table {
        border-collapse: collapse !important
    }
    .table-bordered th,
    .table-repairshopr th,
    .table-bordered td,
    .table-repairshopr td {
        border: 1px solid #dddddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphfa fa-chevron-circle-up:before {
    content: "\e113"
}

.glyphfa fa-chevron-circle-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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 {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 700px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

th {
    text-align: left
}

.table,
.table-outlined,
.table-repairshopr,
.settings-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table-outlined>thead>tr>th,
.table-repairshopr>thead>tr>th,
.settings-table>thead>tr>th,
.table>tbody>tr>th,
.table-outlined>tbody>tr>th,
.table-repairshopr>tbody>tr>th,
.settings-table>tbody>tr>th,
.table>tfoot>tr>th,
.table-outlined>tfoot>tr>th,
.table-repairshopr>tfoot>tr>th,
.settings-table>tfoot>tr>th,
.table>thead>tr>td,
.table-outlined>thead>tr>td,
.table-repairshopr>thead>tr>td,
.settings-table>thead>tr>td,
.table>tbody>tr>td,
.table-outlined>tbody>tr>td,
.table-repairshopr>tbody>tr>td,
.settings-table>tbody>tr>td,
.table>tfoot>tr>td,
.table-outlined>tfoot>tr>td,
.table-repairshopr>tfoot>tr>td,
.settings-table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th,
.table-outlined>thead>tr>th,
.table-repairshopr>thead>tr>th,
.settings-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table-outlined>caption+thead>tr:first-child>th,
.table-repairshopr>caption+thead>tr:first-child>th,
.settings-table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table-outlined>colgroup+thead>tr:first-child>th,
.table-repairshopr>colgroup+thead>tr:first-child>th,
.settings-table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table-outlined>thead:first-child>tr:first-child>th,
.table-repairshopr>thead:first-child>tr:first-child>th,
.settings-table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table-outlined>caption+thead>tr:first-child>td,
.table-repairshopr>caption+thead>tr:first-child>td,
.settings-table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table-outlined>colgroup+thead>tr:first-child>td,
.table-repairshopr>colgroup+thead>tr:first-child>td,
.settings-table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td,
.table-outlined>thead:first-child>tr:first-child>td,
.table-repairshopr>thead:first-child>tr:first-child>td,
.settings-table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody,
.table-outlined>tbody+tbody,
.table-repairshopr>tbody+tbody,
.settings-table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table,
.table-outlined .table,
.table-repairshopr .table,
.settings-table .table,
.table .table-outlined,
.table-outlined .table-outlined,
.table-repairshopr .table-outlined,
.settings-table .table-outlined,
.table .table-repairshopr,
.table-outlined .table-repairshopr,
.table-repairshopr .table-repairshopr,
.settings-table .table-repairshopr,
.table .settings-table,
.table-outlined .settings-table,
.table-repairshopr .settings-table,
.settings-table .settings-table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-repairshopr>thead>tr>th,
.settings-table>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-repairshopr>tbody>tr>th,
.settings-table>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-repairshopr>tfoot>tr>th,
.settings-table>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-repairshopr>thead>tr>td,
.settings-table>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-repairshopr>tbody>tr>td,
.settings-table>tbody>tr>td,
.table-condensed>tfoot>tr>td,
.table-repairshopr>tfoot>tr>td,
.settings-table>tfoot>tr>td {
    padding: 5px
}

.table-bordered,
.table-repairshopr {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-repairshopr>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-repairshopr>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-repairshopr>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-repairshopr>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-repairshopr>tbody>tr>td,
.table-bordered>tfoot>tr>td,
.table-repairshopr>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-repairshopr>thead>tr>th,
.table-bordered>thead>tr>td,
.table-repairshopr>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-outlined>tbody>tr:hover>td,
.table-repairshopr>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th,
.table-outlined>tbody>tr:hover>th,
.table-repairshopr>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table-outlined>thead>tr>td.active,
.table-repairshopr>thead>tr>td.active,
.settings-table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table-outlined>tbody>tr>td.active,
.table-repairshopr>tbody>tr>td.active,
.settings-table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table-outlined>tfoot>tr>td.active,
.table-repairshopr>tfoot>tr>td.active,
.settings-table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table-outlined>thead>tr>th.active,
.table-repairshopr>thead>tr>th.active,
.settings-table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table-outlined>tbody>tr>th.active,
.table-repairshopr>tbody>tr>th.active,
.settings-table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table-outlined>tfoot>tr>th.active,
.table-repairshopr>tfoot>tr>th.active,
.settings-table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table-outlined>thead>tr.active>td,
.table-repairshopr>thead>tr.active>td,
.settings-table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table-outlined>tbody>tr.active>td,
.table-repairshopr>tbody>tr.active>td,
.settings-table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table-outlined>tfoot>tr.active>td,
.table-repairshopr>tfoot>tr.active>td,
.settings-table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table-outlined>thead>tr.active>th,
.table-repairshopr>thead>tr.active>th,
.settings-table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table-outlined>tbody>tr.active>th,
.table-repairshopr>tbody>tr.active>th,
.settings-table>tbody>tr.active>th,
.table>tfoot>tr.active>th,
.table-outlined>tfoot>tr.active>th,
.table-repairshopr>tfoot>tr.active>th,
.settings-table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-outlined>tbody>tr>td.active:hover,
.table-repairshopr>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-outlined>tbody>tr>th.active:hover,
.table-repairshopr>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-outlined>tbody>tr.active:hover>td,
.table-repairshopr>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-outlined>tbody>tr:hover>.active,
.table-repairshopr>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th,
.table-outlined>tbody>tr.active:hover>th,
.table-repairshopr>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table-outlined>thead>tr>td.success,
.table-repairshopr>thead>tr>td.success,
.settings-table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table-outlined>tbody>tr>td.success,
.table-repairshopr>tbody>tr>td.success,
.settings-table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table-outlined>tfoot>tr>td.success,
.table-repairshopr>tfoot>tr>td.success,
.settings-table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table-outlined>thead>tr>th.success,
.table-repairshopr>thead>tr>th.success,
.settings-table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table-outlined>tbody>tr>th.success,
.table-repairshopr>tbody>tr>th.success,
.settings-table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table-outlined>tfoot>tr>th.success,
.table-repairshopr>tfoot>tr>th.success,
.settings-table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table-outlined>thead>tr.success>td,
.table-repairshopr>thead>tr.success>td,
.settings-table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table-outlined>tbody>tr.success>td,
.table-repairshopr>tbody>tr.success>td,
.settings-table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table-outlined>tfoot>tr.success>td,
.table-repairshopr>tfoot>tr.success>td,
.settings-table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table-outlined>thead>tr.success>th,
.table-repairshopr>thead>tr.success>th,
.settings-table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table-outlined>tbody>tr.success>th,
.table-repairshopr>tbody>tr.success>th,
.settings-table>tbody>tr.success>th,
.table>tfoot>tr.success>th,
.table-outlined>tfoot>tr.success>th,
.table-repairshopr>tfoot>tr.success>th,
.settings-table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-outlined>tbody>tr>td.success:hover,
.table-repairshopr>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-outlined>tbody>tr>th.success:hover,
.table-repairshopr>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-outlined>tbody>tr.success:hover>td,
.table-repairshopr>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-outlined>tbody>tr:hover>.success,
.table-repairshopr>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th,
.table-outlined>tbody>tr.success:hover>th,
.table-repairshopr>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table-outlined>thead>tr>td.info,
.table-repairshopr>thead>tr>td.info,
.settings-table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table-outlined>tbody>tr>td.info,
.table-repairshopr>tbody>tr>td.info,
.settings-table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table-outlined>tfoot>tr>td.info,
.table-repairshopr>tfoot>tr>td.info,
.settings-table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table-outlined>thead>tr>th.info,
.table-repairshopr>thead>tr>th.info,
.settings-table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table-outlined>tbody>tr>th.info,
.table-repairshopr>tbody>tr>th.info,
.settings-table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table-outlined>tfoot>tr>th.info,
.table-repairshopr>tfoot>tr>th.info,
.settings-table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table-outlined>thead>tr.info>td,
.table-repairshopr>thead>tr.info>td,
.settings-table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table-outlined>tbody>tr.info>td,
.table-repairshopr>tbody>tr.info>td,
.settings-table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table-outlined>tfoot>tr.info>td,
.table-repairshopr>tfoot>tr.info>td,
.settings-table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table-outlined>thead>tr.info>th,
.table-repairshopr>thead>tr.info>th,
.settings-table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table-outlined>tbody>tr.info>th,
.table-repairshopr>tbody>tr.info>th,
.settings-table>tbody>tr.info>th,
.table>tfoot>tr.info>th,
.table-outlined>tfoot>tr.info>th,
.table-repairshopr>tfoot>tr.info>th,
.settings-table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-outlined>tbody>tr>td.info:hover,
.table-repairshopr>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-outlined>tbody>tr>th.info:hover,
.table-repairshopr>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-outlined>tbody>tr.info:hover>td,
.table-repairshopr>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-outlined>tbody>tr:hover>.info,
.table-repairshopr>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th,
.table-outlined>tbody>tr.info:hover>th,
.table-repairshopr>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table-outlined>thead>tr>td.warning,
.table-repairshopr>thead>tr>td.warning,
.settings-table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table-outlined>tbody>tr>td.warning,
.table-repairshopr>tbody>tr>td.warning,
.settings-table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table-outlined>tfoot>tr>td.warning,
.table-repairshopr>tfoot>tr>td.warning,
.settings-table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table-outlined>thead>tr>th.warning,
.table-repairshopr>thead>tr>th.warning,
.settings-table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table-outlined>tbody>tr>th.warning,
.table-repairshopr>tbody>tr>th.warning,
.settings-table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table-outlined>tfoot>tr>th.warning,
.table-repairshopr>tfoot>tr>th.warning,
.settings-table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table-outlined>thead>tr.warning>td,
.table-repairshopr>thead>tr.warning>td,
.settings-table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table-outlined>tbody>tr.warning>td,
.table-repairshopr>tbody>tr.warning>td,
.settings-table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table-outlined>tfoot>tr.warning>td,
.table-repairshopr>tfoot>tr.warning>td,
.settings-table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table-outlined>thead>tr.warning>th,
.table-repairshopr>thead>tr.warning>th,
.settings-table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table-outlined>tbody>tr.warning>th,
.table-repairshopr>tbody>tr.warning>th,
.settings-table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th,
.table-outlined>tfoot>tr.warning>th,
.table-repairshopr>tfoot>tr.warning>th,
.settings-table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-outlined>tbody>tr>td.warning:hover,
.table-repairshopr>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-outlined>tbody>tr>th.warning:hover,
.table-repairshopr>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-outlined>tbody>tr.warning:hover>td,
.table-repairshopr>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-outlined>tbody>tr:hover>.warning,
.table-repairshopr>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th,
.table-outlined>tbody>tr.warning:hover>th,
.table-repairshopr>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table-outlined>thead>tr>td.danger,
.table-repairshopr>thead>tr>td.danger,
.settings-table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table-outlined>tbody>tr>td.danger,
.table-repairshopr>tbody>tr>td.danger,
.settings-table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table-outlined>tfoot>tr>td.danger,
.table-repairshopr>tfoot>tr>td.danger,
.settings-table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table-outlined>thead>tr>th.danger,
.table-repairshopr>thead>tr>th.danger,
.settings-table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table-outlined>tbody>tr>th.danger,
.table-repairshopr>tbody>tr>th.danger,
.settings-table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table-outlined>tfoot>tr>th.danger,
.table-repairshopr>tfoot>tr>th.danger,
.settings-table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table-outlined>thead>tr.danger>td,
.table-repairshopr>thead>tr.danger>td,
.settings-table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table-outlined>tbody>tr.danger>td,
.table-repairshopr>tbody>tr.danger>td,
.settings-table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table-outlined>tfoot>tr.danger>td,
.table-repairshopr>tfoot>tr.danger>td,
.settings-table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table-outlined>thead>tr.danger>th,
.table-repairshopr>thead>tr.danger>th,
.settings-table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table-outlined>tbody>tr.danger>th,
.table-repairshopr>tbody>tr.danger>th,
.settings-table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th,
.table-outlined>tfoot>tr.danger>th,
.table-repairshopr>tfoot>tr.danger>th,
.settings-table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-outlined>tbody>tr>td.danger:hover,
.table-repairshopr>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-outlined>tbody>tr>th.danger:hover,
.table-repairshopr>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-outlined>tbody>tr.danger:hover>td,
.table-repairshopr>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-outlined>tbody>tr:hover>.danger,
.table-repairshopr>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th,
.table-outlined>tbody>tr.danger:hover>th,
.table-repairshopr>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table,
    .table-responsive>.table-outlined,
    .table-responsive>.table-repairshopr,
    .table-responsive>.settings-table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table-outlined>thead>tr>th,
    .table-responsive>.table-repairshopr>thead>tr>th,
    .table-responsive>.settings-table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table-outlined>tbody>tr>th,
    .table-responsive>.table-repairshopr>tbody>tr>th,
    .table-responsive>.settings-table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table-outlined>tfoot>tr>th,
    .table-responsive>.table-repairshopr>tfoot>tr>th,
    .table-responsive>.settings-table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table-outlined>thead>tr>td,
    .table-responsive>.table-repairshopr>thead>tr>td,
    .table-responsive>.settings-table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table-outlined>tbody>tr>td,
    .table-responsive>.table-repairshopr>tbody>tr>td,
    .table-responsive>.settings-table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table-outlined>tfoot>tr>td,
    .table-responsive>.table-repairshopr>tfoot>tr>td,
    .table-responsive>.settings-table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered,
    .table-responsive>.table-repairshopr {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-repairshopr>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-repairshopr>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-repairshopr>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-repairshopr>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-repairshopr>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-repairshopr>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-repairshopr>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-repairshopr>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-repairshopr>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-repairshopr>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-repairshopr>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-repairshopr>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-repairshopr>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-repairshopr>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-repairshopr>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-repairshopr>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

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;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0
}

input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
    line-height: 30px
}

input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg {
    line-height: 46px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        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-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn,
.modal_deactivate-header .close {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus,
.modal_deactivate-header .close:focus,
.btn:active:focus,
.modal_deactivate-header .close:active:focus,
.btn.active:focus,
.modal_deactivate-header .active.close:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.modal_deactivate-header .close:hover,
.btn:focus,
.modal_deactivate-header .close:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.modal_deactivate-header .close:active,
.btn.active,
.modal_deactivate-header .active.close {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.modal_deactivate-header .disabled.close,
.btn[disabled],
.modal_deactivate-header [disabled].close,
fieldset[disabled] .btn,
fieldset[disabled] .modal_deactivate-header .close,
.modal_deactivate-header fieldset[disabled] .close {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.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[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.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[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.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[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.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[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger,
.modal_deactivate-header .close {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.modal_deactivate-header .close:hover,
.btn-danger:focus,
.modal_deactivate-header .close:focus,
.btn-danger:active,
.modal_deactivate-header .close:active,
.btn-danger.active,
.modal_deactivate-header .active.close,
.open>.dropdown-toggle.btn-danger,
.modal_deactivate-header .open>.dropdown-toggle.close {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.modal_deactivate-header .close:active,
.btn-danger.active,
.modal_deactivate-header .active.close,
.open>.dropdown-toggle.btn-danger,
.modal_deactivate-header .open>.dropdown-toggle.close {
    background-image: none
}

.btn-danger.disabled,
.modal_deactivate-header .disabled.close,
.btn-danger[disabled],
.modal_deactivate-header [disabled].close,
fieldset[disabled] .btn-danger,
fieldset[disabled] .modal_deactivate-header .close,
.modal_deactivate-header fieldset[disabled] .close,
.btn-danger.disabled:hover,
.modal_deactivate-header .disabled.close:hover,
.btn-danger[disabled]:hover,
.modal_deactivate-header [disabled].close:hover,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .modal_deactivate-header .close:hover,
.modal_deactivate-header fieldset[disabled] .close:hover,
.btn-danger.disabled:focus,
.modal_deactivate-header .disabled.close:focus,
.btn-danger[disabled]:focus,
.modal_deactivate-header [disabled].close:focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .modal_deactivate-header .close:focus,
.modal_deactivate-header fieldset[disabled] .close:focus,
.btn-danger.disabled:active,
.modal_deactivate-header .disabled.close:active,
.btn-danger[disabled]:active,
.modal_deactivate-header [disabled].close:active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .modal_deactivate-header .close:active,
.modal_deactivate-header fieldset[disabled] .close:active,
.btn-danger.disabled.active,
.modal_deactivate-header .disabled.active.close,
.btn-danger[disabled].active,
.modal_deactivate-header [disabled].active.close,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .modal_deactivate-header .active.close,
.modal_deactivate-header fieldset[disabled] .active.close {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge,
.modal_deactivate-header .close .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn,
.modal_deactivate-header .btn-group-lg>.close {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn,
.modal_deactivate-header .btn-group-sm>.close {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn,
.modal_deactivate-header .btn-group-xs>.close {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.modal_deactivate-header .btn-group>.close,
.btn-group-vertical>.btn,
.modal_deactivate-header .btn-group-vertical>.close {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.modal_deactivate-header .btn-group>.close:hover,
.btn-group-vertical>.btn:hover,
.modal_deactivate-header .btn-group-vertical>.close:hover,
.btn-group>.btn:focus,
.modal_deactivate-header .btn-group>.close:focus,
.btn-group-vertical>.btn:focus,
.modal_deactivate-header .btn-group-vertical>.close:focus,
.btn-group>.btn:active,
.modal_deactivate-header .btn-group>.close:active,
.btn-group-vertical>.btn:active,
.modal_deactivate-header .btn-group-vertical>.close:active,
.btn-group>.btn.active,
.modal_deactivate-header .btn-group>.active.close,
.btn-group-vertical>.btn.active,
.modal_deactivate-header .btn-group-vertical>.active.close {
    z-index: 2
}

.btn-group>.btn:focus,
.modal_deactivate-header .btn-group>.close:focus,
.btn-group-vertical>.btn:focus,
.modal_deactivate-header .btn-group-vertical>.close:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .modal_deactivate-header .close+.btn,
.modal_deactivate-header .btn-group .close+.btn,
.btn-group .modal_deactivate-header .btn+.close,
.modal_deactivate-header .btn-group .btn+.close,
.btn-group .modal_deactivate-header .close+.close,
.modal_deactivate-header .btn-group .close+.close,
.btn-group .btn+.btn-group,
.btn-group .modal_deactivate-header .close+.btn-group,
.modal_deactivate-header .btn-group .close+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .modal_deactivate-header .btn-group+.close,
.modal_deactivate-header .btn-group .btn-group+.close,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.modal_deactivate-header .btn-toolbar>.close,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.modal_deactivate-header .btn-group>.close:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.modal_deactivate-header .btn-group>.close:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.modal_deactivate-header .btn-group>.close:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.modal_deactivate-header .btn-group>.close:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.modal_deactivate-header .btn-group>.btn-group:not(:first-child):not(:last-child)>.close {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.modal_deactivate-header .btn-group>.btn-group:first-child>.close:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child,
.modal_deactivate-header .btn-group>.btn-group:last-child>.close:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.modal_deactivate-header .btn-group>.close+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
.modal_deactivate-header .close .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.modal_deactivate-header .btn-group-vertical>.close,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.modal_deactivate-header .btn-group-vertical>.btn-group>.close {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn,
.modal_deactivate-header .btn-group-vertical>.btn-group>.close {
    float: none
}

.btn-group-vertical>.btn+.btn,
.modal_deactivate-header .btn-group-vertical>.close+.btn,
.modal_deactivate-header .btn-group-vertical>.btn+.close,
.modal_deactivate-header .btn-group-vertical>.close+.close,
.btn-group-vertical>.btn+.btn-group,
.modal_deactivate-header .btn-group-vertical>.close+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.modal_deactivate-header .btn-group-vertical>.btn-group+.close,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.modal_deactivate-header .btn-group-vertical>.close:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.modal_deactivate-header .btn-group-vertical>.close:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.modal_deactivate-header .btn-group-vertical>.close:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.modal_deactivate-header .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.close {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.modal_deactivate-header .btn-group-vertical>.btn-group:first-child:not(:last-child)>.close:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.modal_deactivate-header .btn-group-vertical>.btn-group:last-child:not(:first-child)>.close:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.modal_deactivate-header .btn-group-justified>.close,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .modal_deactivate-header .close,
.modal_deactivate-header .btn-group-justified>.btn-group .close {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn>input[type=radio],
.modal_deactivate-header [data-toggle=buttons]>.close>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox],
.modal_deactivate-header [data-toggle=buttons]>.close>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.modal_deactivate-header .input-group-lg>.input-group-btn>.close {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn,
.modal_deactivate-header select.input-group-lg>.input-group-btn>.close {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
.modal_deactivate-header textarea.input-group-lg>.input-group-btn>.close,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
.modal_deactivate-header select[multiple].input-group-lg>.input-group-btn>.close {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.modal_deactivate-header .input-group-sm>.input-group-btn>.close {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn,
.modal_deactivate-header select.input-group-sm>.input-group-btn>.close {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
.modal_deactivate-header textarea.input-group-sm>.input-group-btn>.close,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
.modal_deactivate-header select[multiple].input-group-sm>.input-group-btn>.close {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.modal_deactivate-header .input-group-btn:first-child>.close,
.input-group-btn:first-child>.btn-group>.btn,
.modal_deactivate-header .input-group-btn:first-child>.btn-group>.close,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.modal_deactivate-header .input-group-btn:last-child>.close:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.modal_deactivate-header .input-group-btn:last-child>.btn-group:not(:last-child)>.close {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.modal_deactivate-header .input-group-btn:last-child>.close,
.input-group-btn:last-child>.btn-group>.btn,
.modal_deactivate-header .input-group-btn:last-child>.btn-group>.close,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.modal_deactivate-header .input-group-btn:first-child>.close:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.modal_deactivate-header .input-group-btn:first-child>.btn-group:not(:first-child)>.close {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.modal_deactivate-header .input-group-btn>.close {
    position: relative
}

.input-group-btn>.btn+.btn,
.modal_deactivate-header .input-group-btn>.close+.btn,
.modal_deactivate-header .input-group-btn>.btn+.close,
.modal_deactivate-header .input-group-btn>.close+.close {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.modal_deactivate-header .input-group-btn>.close:hover,
.input-group-btn>.btn:focus,
.modal_deactivate-header .input-group-btn>.close:focus,
.input-group-btn>.btn:active,
.modal_deactivate-header .input-group-btn>.close:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.modal_deactivate-header .input-group-btn:first-child>.close,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.modal_deactivate-header .input-group-btn:last-child>.close,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #777
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #777
}

.navbar-inverse .navbar-nav>li>a {
    color: #777
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #777
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #777
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label,
.modal_deactivate-header .close .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge,
.modal_deactivate-header .close .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-outlined,
.panel>.table-repairshopr,
.panel>.settings-table,
.panel>.table-responsive>.table,
.panel>.table-responsive>.table-outlined,
.panel>.table-responsive>.table-repairshopr,
.panel>.table-responsive>.settings-table,
.panel>.panel-collapse>.table,
.panel>.panel-collapse>.table-outlined,
.panel>.panel-collapse>.table-repairshopr,
.panel>.panel-collapse>.settings-table {
    margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-outlined:first-child,
.panel>.table-repairshopr:first-child,
.panel>.settings-table:first-child,
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table-outlined:first-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child,
.panel>.table-responsive:first-child>.settings-table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-outlined:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-repairshopr:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.settings-table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.settings-table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-outlined:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-repairshopr:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.settings-table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.settings-table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-outlined:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-repairshopr:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.settings-table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.settings-table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-outlined:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-repairshopr:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.settings-table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.settings-table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-outlined:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-repairshopr:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.settings-table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.settings-table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-outlined:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-repairshopr:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.settings-table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.settings-table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-outlined:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-repairshopr:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.settings-table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.settings-table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-outlined:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-repairshopr:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.settings-table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table-outlined:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table-repairshopr:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.settings-table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-outlined:last-child,
.panel>.table-repairshopr:last-child,
.panel>.settings-table:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table-outlined:last-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child,
.panel>.table-responsive:last-child>.settings-table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-outlined:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-repairshopr:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.settings-table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-outlined:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-repairshopr:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.settings-table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-outlined:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-repairshopr:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.settings-table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-outlined:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-repairshopr:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.settings-table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-outlined:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-repairshopr:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.settings-table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-outlined:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-repairshopr:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.settings-table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-outlined:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-repairshopr:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.settings-table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-outlined:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-repairshopr:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.settings-table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table-outlined:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table-repairshopr:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.settings-table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-outlined,
.panel>.panel-body+.table-repairshopr,
.panel>.panel-body+.settings-table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table-outlined>tbody:first-child>tr:first-child th,
.panel>.table-repairshopr>tbody:first-child>tr:first-child th,
.panel>.settings-table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table-outlined>tbody:first-child>tr:first-child td,
.panel>.table-repairshopr>tbody:first-child>tr:first-child td,
.panel>.settings-table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-repairshopr,
.panel>.table-responsive>.table-bordered,
.panel>.table-responsive>.table-repairshopr {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-repairshopr>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-repairshopr>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-repairshopr>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-repairshopr>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-repairshopr>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-repairshopr>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-repairshopr>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-repairshopr>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-repairshopr>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-repairshopr>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-repairshopr>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-repairshopr>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-repairshopr>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-repairshopr>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-repairshopr>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-repairshopr>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-repairshopr>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-repairshopr>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-repairshopr>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-repairshopr>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-repairshopr>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-repairshopr>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-repairshopr>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-repairshopr>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-repairshopr>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-repairshopr>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-repairshopr>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-repairshopr>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-repairshopr>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-repairshopr>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-repairshopr>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-repairshopr>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-repairshopr>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-repairshopr>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-repairshopr>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-repairshopr>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-repairshopr>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-repairshopr>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-repairshopr>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-repairshopr>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn,
.modal-footer .modal_deactivate-header .close+.btn,
.modal_deactivate-header .modal-footer .close+.btn,
.modal-footer .modal_deactivate-header .btn+.close,
.modal_deactivate-header .modal-footer .btn+.close,
.modal-footer .modal_deactivate-header .close+.close,
.modal_deactivate-header .modal-footer .close+.close {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .modal_deactivate-header .close+.btn,
.modal_deactivate-header .modal-footer .btn-group .close+.btn,
.modal-footer .btn-group .modal_deactivate-header .btn+.close,
.modal_deactivate-header .modal-footer .btn-group .btn+.close,
.modal-footer .btn-group .modal_deactivate-header .close+.close,
.modal_deactivate-header .modal-footer .btn-group .close+.close {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn,
.carousel-caption .modal_deactivate-header .close,
.modal_deactivate-header .carousel-caption .close {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFE9E9E9', GradientType=0);
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box
}

.widget-header h3 {
    top: 0;
    position: relative;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-weight: 400;
    color: #555;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5)
}

.widget-header i {
    margin-left: 10px
}

.widget h3,
.widget-header h3 {
    font-size: 14px !important
}

.widget-header [class^="icon-"],
.widget-header [class*=" icon-"] {
    display: inline-block;
    margin-top: -3px;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle
}

.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.widget-report-buttons {
    float: right
}

.widget-header+.widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-nopad .widget-content {
    padding: 0
}

.widget-content:before,
.widget-content:after {
    content: "";
    display: table
}

.widget-content:after {
    clear: both
}

.widget-content {
    zoom: 1
}

.widget-table .widget-content {
    padding: 0
}

.widget-table .table,
.widget-table .table-outlined,
.widget-table .table-repairshopr,
.widget-table .settings-table {
    margin-bottom: 0;
    border: none
}

.widget-table .table tr td:first-child,
.widget-table .table-outlined tr td:first-child,
.widget-table .table-repairshopr tr td:first-child,
.widget-table .settings-table tr td:first-child {
    border-left: none
}

.widget-table .table tr th:first-child,
.widget-table .table-outlined tr th:first-child,
.widget-table .table-repairshopr tr th:first-child,
.widget-table .settings-table tr th:first-child {
    border-left: none
}

.widget-plain {
    background: transparent;
    border: none
}

.widget-plain .widget-content {
    padding: 0;
    background: transparent;
    border: none
}

.widget-box .widget-content {
    background: #E3E3E3;
    background: #FFF
}

table th {
    font-weight: bold
}

table td,
table th {
    padding: 9px 10px;
    text-align: left
}

.table td,
.table-outlined td,
.table-repairshopr td,
.settings-table td {
    vertical-align: middle
}

.table-bordered,
.table-repairshopr {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.table-bordered thead tr,
.table-repairshopr thead tr {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE2E2E2', GradientType=0)
}

.table-bordered thead tr th,
.table-repairshopr thead tr th {
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCC;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    background: #E9E9E9;
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFE9E9E9', GradientType=0)
}

.table-bordered thead tr th:first-child,
.table-repairshopr thead tr th:first-child {
    border-left-color: #CCC
}

.table-bordered thead tr th:last-child,
.table-repairshopr thead tr th:last-child {
    border-right: none
}

.table-outlined tr {
    border: 1px solid #ddd;
    border-collapse: collapse
}

.table-outlined tr td {
    border: none
}

.table-bordered tbody tr:first-child td,
.table-repairshopr tbody tr:first-child td {
    border-top-color: #CCC
}

.table-bordered tbody tr td,
.table-repairshopr tbody tr td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD
}

.table-bordered tbody tr td:first-child,
.table-repairshopr tbody tr td:first-child {
    border-left-color: #DDD
}

.table-bordered tbody tr td:last-child,
.table-repairshopr tbody tr td:last-child {
    border-right: none
}

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap
    }
    .pinned td:last-child {
        border-bottom: 0
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }
    div.table-wrapper div.scrollable {
        margin-left: 35%
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none
    }
}

.table-repairshopr {
    background-color: #FFFFFF
}

.table-repairshopr td.active {
    background-color: #3497FF !important
}

.table-repairshopr td.active a {
    color: white !important
}

.skinny-table,
.settings-table {
    border: none
}

.skinny-table tbody tr,
.settings-table tbody tr {
    border: none
}

.skinny-table tbody tr td,
.settings-table tbody tr td,
.skinny-table th,
.settings-table th {
    padding: 0px 5px;
    border: none
}

.settings-table {
    background-color: #FFFFFF;
    table-layout: fixed;
    width: 100%;
    text-align: left
}

.settings-table tbody tr td:last-child {
    width: 25px;
    vertical-align: text-top !important
}

.table-clickable td {
    cursor: pointer
}

.yolobar-container {
    overflow: hidden;
    height: 0px
}

.yolobar-container.yolobar-slide-down {
    height: auto
}

.yolobar-container.yolobar-slide-down>.yolobar {
    transition: 1s cubic-bezier(0, 1, 0.5, 1);
    transform: translateY(0)
}

.yolobar {
    border: none;
    width: 100%;
    text-align: center;
    left: 0px;
    z-index: 99;
    margin: 0px;
    padding: .5em;
    background-color: #ffffff;
    transform: translateY(-100%);
    transition: 1s cubic-bezier(0, 1, 0.5, 1);
    box-shadow: 0px 1px 0px 1px rgba(208, 207, 207, 0.95), 0px 2px 0px 2px rgba(208, 207, 207, 0.75), 0px 3px 0px 3px rgba(208, 207, 207, 0.5)
}

#slideout-opener {
    z-index: 1000;
    float: right;
    border-radius: 0;
    right: -39px;
    top: 216px;
    position: absolute
}

#slideout-panel {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 370px;
    background-color: white;
    -webkit-box-shadow: 2px 3px 4px 1px rgba(153, 153, 153, 0.75);
    -moz-box-shadow: 2px 3px 4px 1px rgba(153, 153, 153, 0.75);
    box-shadow: 2px 3px 4px 1px rgba(153, 153, 153, 0.75);
    margin-left: -371px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease
}

#slideout-panel.visible {
    margin-left: 0px !important;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease
}

.slideout-panel-header {
    padding: 10px 15px 0px;
    font-size: 21px;
    height: 125px
}

.slideout-panel-footer {
    padding: 0px 15px
}

.slideout-panel-body {
    padding: 0px 15px;
    height: calc(100% - 125px);
    overflow-y: auto;
    overflow-x: hidden
}

#slideout-opener-right {
    z-index: 1000;
    float: left;
    border-radius: 0;
    left: -40px;
    top: 53px;
    position: absolute
}

#slideout-panel-right {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 370px;
    background-color: white;
    -webkit-box-shadow: 2px 3px 4px 1px rgba(153, 153, 153, 0.75);
    -moz-box-shadow: 2px 3px 4px 1px rgba(153, 153, 153, 0.75);
    box-shadow: 2px 3px 4px 1px rgba(153, 153, 153, 0.75);
    margin-right: -371px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease
}

#slideout-panel-right.visible {
    margin-right: 0px !important;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease
}

body {
    background: #e9e9e9 url(/assets/body-bg.png) repeat 0 0;
    font: 13px/1.7em 'Open Sans'
}

p {
    font: 13px/1.7em 'Open Sans'
}

input,
button,
select,
textarea {
    font-family: 'Open Sans'
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px
}

.navbar .container {
    position: relative
}

.navbar-inner {
    padding: 7px 0;
    background: #292929;
    border-bottom: 1px solid #121212;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top {
    position: static
}

.navbar .nav a {
    font-size: 11px
}

.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px
}

.navbar .search-query {
    background-color: #444;
    width: 150px;
    font-size: 11px;
    font-weight: bold
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666
}

.navbar .search-query:-moz-placeholder {
    color: #666
}

.subnavbar {
    margin-bottom: 2.5em;
    border-top: 1px solid #595959
}

.subnavbar-inner {
    height: 80px;
    background: #3A3A3A;
    background-image: -moz-linear-gradient(top, #414141, #323232);
    background-image: -ms-linear-gradient(top, #414141, #323232);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
    background-image: -webkit-linear-gradient(top, #414141, #323232);
    background-image: -o-linear-gradient(top, #414141, #323232);
    background-image: linear-gradient(top, #414141, #323232);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
    border-bottom: 1px solid #000
}

.subnavbar .container>ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #292929;
    border-right: 1px solid #4A4A4A
}

.subnavbar .container>ul>li {
    float: left;
    min-width: 90px;
    height: 80px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #292929
}

.subnavbar .container>ul>li>a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #918E91;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.subnavbar .container>ul>li>a:hover {
    color: lightgray;
    text-decoration: none
}

.subnavbar .container>ul>li>a>i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 17px;
    margin-bottom: .25em;
    font-size: 28px
}

.subnavbar .container>ul>li>a>span {
    display: block
}

.subnavbar .container>ul>li.active>a {
    background: #333;
    color: #F90
}

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px
}

.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px
}

.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white
}

.subnavbar .dropdown.open .caret {
    display: none
}

.main {
    padding-bottom: 2em
}

.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A
}

.extra a {
    color: #666
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400
}

.extra ul {
    padding: 0;
    margin: 0
}

.extra li {
    margin-bottom: .6em;
    list-style: none
}

.footer {
    margin-top: 0;
    border-top: 1px solid #292929
}

.footer-inner {
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    color: #999
}

.footer a {
    color: #999
}

.footer a:hover {
    color: #FFF;
    text-decoration: none
}

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center
}

.error-container h1 {
    margin-bottom: .5em;
    font-size: 120px;
    line-height: 1em
}

.error-container h2 {
    margin-bottom: .75em;
    font-size: 28px
}

.error-container .error-details {
    margin-bottom: 1.5em;
    font-size: 16px
}

.error-container .error-actions a {
    margin: 0 .5em
}

.chart-holder {
    width: 100%;
    height: 250px
}

body {
    background: #e9e9e9;
    font: 13px/1.7em 'Open Sans'
}

p {
    font: 13px/1.7em 'Open Sans'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';
    font-weight: normal
}

input,
button,
select,
textarea {
    font-family: 'Open Sans'
}

[class^="icon-"]:not(.ui-icon),
[class*="icon-"]:not(.ui-icon) {
    background: none
}

[class^="icon-"] {
    background: none\9
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.btn-icon-only {
    padding-right: 6px;
    padding-left: 3px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

.chart-holder {
    width: 100%;
    height: 250px
}

.clear {
    clear: both
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-radius: 0 !important
}

.navbar.navbar-inverse {
    background: #292929;
    border-color: #292929;
    border-bottom: 1px solid #000
}

.navbar.navbar-inverse .navbar-toggle {
    padding: 9px;
    margin-top: 6px;
    margin-right: 5px;
    margin-bottom: 0;
    color: #666;
    font-size: 18px;
    line-height: 0;
    border-color: transparent
}

.navbar .navbar-nav>li>a {
    font-size: 12px
}

.navbar .navbar-header .navbar-brand {
    color: #CCC;
    font-weight: 600;
    position: relative;
    top: 0
}

.navbar .navbar-header .navbar-brand:hover {
    color: #FFF
}

.navbar .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.navbar .navbar-nav>li>.dropdown-menu::before,
.navbar .navbar-nav>li>.dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px
}

.navbar .navbar-nav>li>.dropdown-menu::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-bottom-color: #fff;
    top: -6px;
    left: 10px
}

.navbar .navbar-nav.navbar-right>li>.dropdown-menu::before,
.navbar .navbar-nav.navbar-right>li>.dropdown-menu::after {
    left: auto;
    right: 9px
}

.navbar .navbar-nav.navbar-right>li>.dropdown-menu::after {
    left: auto;
    right: 10px
}

.navbar.navbar-inverse .navbar-form .search-query {
    width: 225px;
    margin-top: 2px;
    background-color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    border-color: #000;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15)
}

.navbar.navbar-inverse .navbar-form .search-query:focus {
    background-color: #FFF
}

.navbar.navbar-inverse .navbar-form .search-query::-webkit-input-placeholder {
    color: #666
}

.navbar.navbar-inverse .navbar-form .search-query::-moz-placeholder {
    color: #666
}

.subnavbar {
    margin-bottom: 2.5em;
    border-top: 1px solid #595959
}

.subnavbar .subnav-toggle {
    display: none;
    padding: .5em 0;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #ff9900
}

.subnavbar .subnav-toggle:hover {
    text-decoration: none
}

.subnavbar .subnavbar-inner {
    height: 80px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#414141), to(#323232));
    background-image: -webkit-linear-gradient(top, #414141, 0%, #323232, 100%);
    background-image: -moz-linear-gradient(top, #414141 0%, #323232 100%);
    background-image: linear-gradient(to bottom, #414141 0%, #323232 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff414141', endColorstr='#ff323232', GradientType=0);
    border-bottom: 1px solid #000
}

.subnavbar .btn-subnavbar {
    display: none;
    padding: 10px 0 8px;
    color: #F90;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.subnavbar .btn-subnavbar:hover {
    text-decoration: none
}

.subnavbar .dropdown .caret {
    margin-top: -16px;
    border-top-color: #888;
    border-bottom-color: #888;
    opacity: 35;
    filter: alpha(opacity=3500)
}

.subnavbar .dropdown.open .caret {
    display: none
}

.subnavbar .mainnav {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #292929;
    border-right: 1px solid #4A4A4A
}

.subnavbar .mainnav>li {
    float: left;
    min-width: 90px;
    height: 80px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #292929
}

.subnavbar .mainnav>li>a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #636363;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.subnavbar .mainnav>li>a:hover {
    color: #888;
    text-decoration: none
}

.subnavbar .mainnav>li>a>i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 12px;
    margin-bottom: 9px;
    font-size: 28px
}

.subnavbar .mainnav>li>a>span {
    display: block;
    padding-bottom: 2px
}

.subnavbar .mainnav>li.open>a {
    text-decoration: none
}

.subnavbar .mainnav>li.active>a {
    background: #333;
    color: #F90
}

.subnavbar .mainnav>li.active>a .caret {
    border-top-color: #ff9900;
    border-bottom-color: #ff9900
}

.subnavbar .dropdown>.dropdown-menu {
    top: 97%;
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.subnavbar .dropdown>.dropdown-menu a {
    font-size: 12px
}

.subnavbar .dropdown>.dropdown-menu::before,
.subnavbar .dropdown>.dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px
}

.subnavbar .dropdown>.dropdown-menu::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-bottom-color: #fff;
    top: -6px;
    left: 10px
}

.subnavbar .dropdown-submenu .dropdown-menu:after,
.subnavbar .dropdown-submenu .dropdown-menu:before {
    display: none
}

.subnavbar .subnav-collapse.collapse {
    height: auto\9;
    overflow: visible\9
}

.main {
    padding-bottom: 2em
}

.extra {
    border-top: 1px solid #000;
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3)
}

.extra a {
    color: #666
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400
}

.extra ul {
    padding: 0;
    margin: 0
}

.extra ul li {
    margin-bottom: .6em;
    list-style: none
}

.footer {
    margin-top: 0;
    border-top: 1px solid #000;
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    color: #999;
    -webkit-box-shadow: inset 0 1px 0 #292929;
    box-shadow: inset 0 1px 0 #292929
}

.footer #footer-terms {
    text-align: right
}

.footer a {
    color: #FFF
}

.footer a:hover {
    color: #FFF;
    text-decoration: none
}

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center
}

.error-container h1 {
    margin-bottom: .5em;
    font-size: 120px;
    line-height: 1em
}

.error-container h2 {
    margin-bottom: .75em;
    font-size: 28px
}

.error-container .error-details {
    margin-bottom: 1.5em;
    font-size: 16px
}

.error-container .error-actions a {
    margin: 0 .5em
}

.ui-datepicker {
    padding: .35em .35em 0
}

.ui-datepicker th {
    font-weight: bold;
    color: gray
}

.ui-datepicker .ui-widget-header {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555), to(#363636));
    background-image: -webkit-linear-gradient(top, #555, 0%, #363636, 100%);
    background-image: -moz-linear-gradient(top, #555 0%, #363636 100%);
    background-image: linear-gradient(to bottom, #555 0%, #363636 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff363636', GradientType=0);
    border: 1px solid #2f2f2f;
    -webkit-box-shadow: inset 0 1px 0 #838383;
    box-shadow: inset 0 1px 0 #838383
}

.ui-datepicker td a {
    margin-bottom: 0px;
    border: 0px
}

.ui-datepicker td:hover {
    color: #ffffff
}

.ui-datepicker td .ui-state-default {
    padding: 6px;
    margin-bottom: 0px;
    color: #505050;
    font-size: 11px;
    text-align: center;
    background: none;
    filter: none;
    border: 0px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25)
}

.ui-datepicker td .ui-state-default:hover {
    color: #ffffff;
    background: #999999;
    text-shadow: none
}

.ui-datepicker td .ui-state-active {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: normal;
    background: #ff9900;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
    background: #ffffff;
    border: 1px solid #b36b00
}

.ui-datepicker-today a:hover {
    color: #ffffff;
    background-color: #ff9900
}

.ui-datepicker-today a {
    padding: 0 1px;
    margin-bottom: 0px;
    background-color: #999999;
    cursor: pointer
}

.ui-datepicker-next-hover .ui-icon,
.ui-datepicker-prev-hover .ui-icon {
    background-color: #ffffff;
    background-image: url(../css/ui-lightness/images/ui-icons_222222_256x240.png);
    opacity: .5
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 16px;
    background: url(../img/jquery/handle.png) no-repeat;
    border: none;
    cursor: pointer
}

.ui-slider .ui-slider-handle:hover {
    background-position: 0 -16px
}

.ui-slider .ui-slider-handle:active {
    background-position: 0 -16px
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 6px;
    font-size: .7em;
    display: block;
    border: 1px solid #FFF;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ccc), to(#bdbdbd));
    background-image: -webkit-linear-gradient(top, #ccc, 0%, #bdbdbd, 100%);
    background-image: -moz-linear-gradient(top, #ccc 0%, #bdbdbd 100%);
    background-image: linear-gradient(to bottom, #ccc 0%, #bdbdbd 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffbdbdbd', GradientType=0);
    border-color: #b3b3b3
}

.ui-slider.slider-primary .ui-slider-range {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffa929), to(#ff9d0a));
    background-image: -webkit-linear-gradient(top, #ffa929, 0%, #ff9d0a, 100%);
    background-image: -moz-linear-gradient(top, #ffa929 0%, #ff9d0a 100%);
    background-image: linear-gradient(to bottom, #ffa929 0%, #ff9d0a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffa929', endColorstr='#ffff9d0a', GradientType=0);
    border-color: #cc7a00
}

.ui-slider.slider-secondary .ui-slider-range {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333), to(#242424));
    background-image: -webkit-linear-gradient(top, #333, 0%, #242424, 100%);
    background-image: -moz-linear-gradient(top, #333 0%, #242424 100%);
    background-image: linear-gradient(to bottom, #333 0%, #242424 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff242424', GradientType=0);
    border-color: #1a1a1a
}

.ui-slider.slider-tertiary .ui-slider-range {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#777), to(#686868));
    background-image: -webkit-linear-gradient(top, #777, 0%, #686868, 100%);
    background-image: -moz-linear-gradient(top, #777 0%, #686868 100%);
    background-image: linear-gradient(to bottom, #777 0%, #686868 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff686868', GradientType=0);
    border-color: #5e5e5e
}

.ui-slider-horizontal {
    height: 12px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    margin-left: -0.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 110%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: 11px;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -3px;
    margin-left: 0;
    margin-bottom: -0.6em;
    width: 15px;
    height: 24px;
    background: url(../img/jquery/handle-vertical.png) no-repeat
}

.ui-slider-vertical .ui-slider-handle:hover {
    background-position: 0 -24px
}

.ui-slider-vertical .ui-slider-handle:active {
    background-position: 0 -24px
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 9px
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.form-group {
    position: relative
}

.form-group span.error {
    display: inline-block !important;
    color: #B94A48;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -5px;
    padding: 4px 8px;
    margin-bottom: 1em;
    color: #FFF;
    background: #B94A48;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35)
}

.form-group span.error::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #B94A48;
    position: absolute;
    bottom: -6px;
    left: 7px
}

.form-group.error {
    padding-bottom: .5em
}

.form-group.error div.clean {
    display: none
}

.form-group.success span.error {
    display: none !important
}

.form-group.success span.error::after {
    border: none
}

.form-group.success div.clean {
    display: none;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/validation/validation-success.png) no-repeat 0 0
}

.form-horizontal .form-group span.error {
    margin-left: 1.5em;
    margin-left: 15px
}

.form-group {
    margin-bottom: 10px
}

.form-group .has-error {
    background-color: #FFE3E2;
    border-radius: 5px;
    padding-left: 10px;
    text-transform: capitalize
}

.shortcuts {
    text-align: center
}

.shortcuts .shortcut {
    width: 110px;
    display: inline-block;
    padding: 15px 0;
    margin: 0 5px 1em;
    vertical-align: top;
    text-decoration: none;
    background: #F3F3F3;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px
}

.shortcuts .shortcut .shortcut-icon {
    width: 100%;
    margin-top: .25em;
    margin-bottom: .35em;
    font-size: 32px;
    color: #555
}

.shortcuts .shortcut:hover {
    background: #E8E8E8;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
    background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0)
}

.shortcuts .shortcut:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.shortcuts .shortcut:hover .shortcut-icon {
    color: #666
}

.shortcuts .shortcut-label {
    display: block;
    margin-top: .75em;
    font-weight: 400;
    color: #666
}

.item-row {
    display: table;
    width: 100%;
    padding-bottom: 3.5em;
    margin-bottom: 3.5em;
    border-bottom: 1px dotted #BBB
}

.item-row .item-label {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    font-size: 13px;
    font-weight: 600
}

.item-row .item-content {
    display: table-cell
}

.jquery-msgbox-wrapper {
    padding-left: 90px
}

.jquery-msgbox-alert {
    background: url(../img/notifications/alert-48.png) no-repeat 21px 20px
}

.jquery-msgbox-info {
    background: url(../img/notifications/info-48.png) no-repeat 21px 20px
}

.jquery-msgbox-error {
    background: url(../img/notifications/error-48.png) no-repeat 21px 20px
}

.jquery-msgbox-prompt {
    background: url(../img/notifications/question-dark-48.png) no-repeat 20px 20px
}

.jquery-msgbox-confirm {
    background: url(../img/notifications/question-48.png) no-repeat 20px 20px
}

.msgGrowl.success .msgGrowl-content {
    background: url(../img/notifications/success-32.png) no-repeat 7px 13px
}

.msgGrowl.error .msgGrowl-content {
    background: url(../img/notifications/error-32.png) no-repeat 7px 13px
}

.msgGrowl.info .msgGrowl-content {
    background: url(../img/notifications/info-32.png) no-repeat 7px 13px
}

.msgGrowl.warning .msgGrowl-content {
    background: url(../img/notifications/alert-32.png) no-repeat 7px 13px
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    display: block;
    background: #222;
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer
}

#back-to-top:hover {
    text-decoration: none;
    background-color: #F90;
    background: rgba(255, 153, 0, 0.75)
}

#back-to-top i {
    color: #fff
}

.stacked {
    position: relative
}

.stacked:after,
.stacked:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #d3d3d3;
    border-top: 0
}

.stacked:before {
    bottom: -4px;
    left: 6px;
    right: 6px
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding: 7px 12px
}

.tab-content {
    margin-top: 1.75em
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #eee
}

.nav-pills>li>a,
.nav-pills>li>a:hover {
    color: #555
}

.nav-pills>li>a .caret,
.nav-pills>li>a:hover .caret {
    margin-top: -2px;
    border-top-color: #555;
    border-bottom-color: #555
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #ff9900
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #555;
    border-top-width: 3px
}

.nav-tabs>li>a .caret,
.nav-tabs>li>a:hover .caret,
.nav-tabs>li>a:focus .caret {
    margin-top: -2px;
    border-top-color: #555;
    border-bottom-color: #555
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-top: 3px solid #ff9900
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #555
}

.accordion.highlight .panel.open.panel-default>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f90), to(#cc7a00));
    background-image: -webkit-linear-gradient(top, #f90, 0%, #cc7a00, 100%);
    background-image: -moz-linear-gradient(top, #f90 0%, #cc7a00 100%);
    background-image: linear-gradient(to bottom, #f90 0%, #cc7a00 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    border-color: #b36b00
}

.accordion .panel.open.panel-default>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555), to(#3b3b3b));
    background-image: -webkit-linear-gradient(top, #555, 0%, #3b3b3b, 100%);
    background-image: -moz-linear-gradient(top, #555 0%, #3b3b3b 100%);
    background-image: linear-gradient(to bottom, #555 0%, #3b3b3b 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff3b3b3b', GradientType=0);
    border: 1px solid #222222;
    color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35)
}

.panel .accordion-toggle {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.panel .accordion-toggle:hover {
    text-decoration: none
}

.modal {
    border: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5)
}

.modal-header {
    padding: 17px 20px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#444), to(#2d2d2d));
    background-image: -webkit-linear-gradient(top, #444, 0%, #2d2d2d, 100%);
    background-image: -moz-linear-gradient(top, #444 0%, #2d2d2d 100%);
    background-image: linear-gradient(to bottom, #444 0%, #2d2d2d 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff2d2d2d', GradientType=0);
    border: 1px solid #111111;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.modal-header .close {
    color: #ffffff;
    opacity: 100;
    filter: alpha(opacity=10000);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}

.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.dropdown-menu>li>a {
    padding: 5px 9px;
    margin: 0 6px;
    font-size: 12px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #FFF;
    background-color: #ff9900;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    background: #ff9900;
    text-shadow: none
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -5px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

ul.pagination li a {
    padding: 0 10px;
    margin-right: .25em;
    margin-left: .25em;
    color: #444;
    line-height: 32px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

ul.pagination li.active a {
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    background-color: #F90;
    border-color: #F90
}

ul.pagination li.active a:hover {
    background-color: #F90;
    border-color: #F90
}

.pager li {
    margin-right: .25em;
    margin-left: .25em
}

.pager li>a {
    color: #444;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.gallery-container {
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    text-align: center
}

.gallery-container li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 2em;
    border: 1px solid #d3d3d3;
    position: relative;
    padding: 6px
}

.gallery-container img {
    position: relative;
    z-index: 10;
    max-width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer
}

.gallery-container li {
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.gallery-container li:after,
.gallery-container li:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: -3px;
    left: 3px;
    right: 3px;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #d3d3d3;
    border-top: 0
}

.gallery-container li:before {
    bottom: -5px;
    left: 6px;
    right: 6px
}

.preview {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20;
    display: none;
    width: 184px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(../img/gallery/zoom.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-default,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.modal_deactivate-header .close {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-default:active,
.btn-primary:active,
.btn-secondary:active,
.btn-tertiary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.modal_deactivate-header .close:active,
.btn-default.active,
.btn-primary.active,
.btn-secondary.active,
.btn-tertiary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.modal_deactivate-header .active.close {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:active,
.modal_deactivate-header .close:active,
.btn.active,
.modal_deactivate-header .active.close {
    background-image: none
}

.btn-default {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e0e0e0;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}

.btn-default:active,
.btn-default.active {
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-primary {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f90), to(#cc7a00));
    background-image: -webkit-linear-gradient(top, #f90, 0%, #cc7a00, 100%);
    background-image: -moz-linear-gradient(top, #f90 0%, #cc7a00 100%);
    background-image: linear-gradient(to bottom, #f90 0%, #cc7a00 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    border-color: #c27400
}

.btn-primary:active,
.btn-primary.active {
    background-color: #cc7a00;
    border-color: #c27400
}

.btn-primary:hover {
    border-color: #c27400
}

.btn-success {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
    background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    border-color: #419641
}

.btn-success:active,
.btn-success.active {
    background-color: #449d44;
    border-color: #419641
}

.btn-warning {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffbb1c), to(#e8a300));
    background-image: -webkit-linear-gradient(top, #ffbb1c, 0%, #e8a300, 100%);
    background-image: -moz-linear-gradient(top, #ffbb1c 0%, #e8a300 100%);
    background-image: linear-gradient(to bottom, #ffbb1c 0%, #e8a300 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffbb1c', endColorstr='#ffe8a300', GradientType=0);
    border-color: #de9b00
}

.btn-warning:active,
.btn-warning.active {
    background-color: #e8a300;
    border-color: #de9b00
}

.btn-danger,
.modal_deactivate-header .close {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
    background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
    background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    border-color: #c12e2a
}

.btn-danger:active,
.modal_deactivate-header .close:active,
.btn-danger.active,
.modal_deactivate-header .active.close {
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
    background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
    background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    border-color: #2aabd2
}

.btn-info:active,
.btn-info.active {
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #cc7a00;
    border-color: #c27400
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.navbar {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #f8f8f8, 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.navbar .navbar-nav>.active>a {
    background-color: #f8f8f8
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
}

.navbar-inverse {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222));
    background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222, 100%);
    background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0)
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #222222
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0
}

.progress {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
    background: #428bca;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
    background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)
}

.progress-bar-success {
    background: #5cb85c;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
    background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
    background: #5bc0de;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
    background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
    background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
    background: #ffbb1c;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffbb1c), to(#e8a300));
    background-image: -webkit-linear-gradient(top, #ffbb1c, 0%, #e8a300, 100%);
    background-image: -moz-linear-gradient(top, #ffbb1c 0%, #e8a300 100%);
    background-image: linear-gradient(to bottom, #ffbb1c 0%, #e8a300 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffbb1c', endColorstr='#ffe8a300', GradientType=0)
}

.progress-bar-danger {
    background: #d9534f;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
    background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
    background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}

.progress-bar-primary {
    background: #ff9900;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f90), to(#cc7a00));
    background-image: -webkit-linear-gradient(top, #f90, 0%, #cc7a00, 100%);
    background-image: -moz-linear-gradient(top, #f90 0%, #cc7a00 100%);
    background-image: linear-gradient(to bottom, #f90 0%, #cc7a00 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0)
}

.progress-bar-secondary {
    background: #666666;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#666), to(#4d4d4d));
    background-image: -webkit-linear-gradient(top, #666, 0%, #4d4d4d, 100%);
    background-image: -moz-linear-gradient(top, #666 0%, #4d4d4d 100%);
    background-image: linear-gradient(to bottom, #666 0%, #4d4d4d 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff4d4d4d', GradientType=0)
}

.progress-bar-tertiary {
    background: #aaaaaa;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#aaa), to(#919191));
    background-image: -webkit-linear-gradient(top, #aaa, 0%, #919191, 100%);
    background-image: -moz-linear-gradient(top, #aaa 0%, #919191 100%);
    background-image: linear-gradient(to bottom, #aaa 0%, #919191 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff919191', GradientType=0)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #cc7a00;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f90), to(#d98200));
    background-image: -webkit-linear-gradient(top, #f90, 0%, #d98200, 100%);
    background-image: -moz-linear-gradient(top, #f90 0%, #d98200 100%);
    background-image: linear-gradient(to bottom, #f90 0%, #d98200 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffd98200', GradientType=0);
    border-color: #d98200
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.panel-primary>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
    background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)
}

.panel-success>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
    background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
    background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}

.panel-info>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
    background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
    background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}

.panel-warning>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
    background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
    background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}

.panel-danger>.panel-heading {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
    background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
    background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}

.panel-default>.panel-heading {
    background-color: #F3F3F3
}

@media (max-width: 480px) {
    .error-container h1 {
        font-size: 72px
    }
    .shortcuts .shortcut {
        width: 95px
    }
    .shortcuts .shortcut .shortcut-label {
        font-size: 12px
    }
    .shortcuts .shortcut .shortcut-icon {
        font-size: 24px
    }
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0
    }
    .navbar .btn-navbar {
        font-size: 18px;
        background: none;
        filter: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar .container {
        padding: 0 10px
    }
    .subnavbar .subnavbar .container {
        width: auto
    }
}

@media (max-width: 768px) {
    .navbar .navbar-nav>li>.dropdown-menu::before,
    .navbar .navbar-nav>li>.dropdown-menu::after {
        display: none
    }
    .subnavbar .subnav-toggle {
        display: block
    }
    #main {
        padding: 0 10px;
        margin-right: -20px;
        margin-left: -20px
    }
    .extra {
        margin-right: -20px;
        margin-left: -20px
    }
    .footer #footer-terms {
        margin-top: 1em;
        text-align: left
    }
    .footer #footer-terms a {
        margin-left: 0;
        margin-right: 1em
    }
    .item-row {
        display: block
    }
    .item-row:before,
    .item-row:after {
        content: " ";
        display: table
    }
    .item-row:after {
        clear: both
    }
    .item-row .item-label {
        display: block;
        width: 100%;
        margin-bottom: 1.5em
    }
    .item-row .item-content {
        display: block;
        width: 100%
    }
    .subnavbar .btn-subnavbar {
        display: block
    }
    .subnavbar .subnavbar-inner {
        height: auto
    }
    .subnavbar .mainnav {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 1em;
        margin-bottom: 1.5em;
        border: none
    }
    .subnavbar .mainnav>li {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 1em;
        text-align: left;
        border: none
    }
    .subnavbar .mainnav>li>a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: .5em;
        color: #CCC;
        font-size: 13px;
        font-weight: 600
    }
    .subnavbar .mainnav>li>a>span {
        display: inline
    }
    .subnavbar .mainnav>li>a>i {
        display: inline;
        margin-right: .5em;
        margin-bottom: 0;
        font-size: 14px
    }
    .subnavbar .mainnav>li>a .caret {
        margin-top: -2px;
        margin-left: 3px
    }
    .subnavbar .mainnav>li.active>a {
        color: #F90;
        background: transparent
    }
    .subnavbar .dropdown .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        background: transparent;
        border: none;
        box-shadow: none
    }
    .subnavbar .dropdown .dropdown-menu a {
        padding: 12px 40px;
        color: #FFF;
        font-weight: 600
    }
    .subnavbar .dropdown .dropdown-menu a:active,
    .subnavbar .dropdown .dropdown-menu a:focus {
        background: #555 !important;
        outline: none
    }
    .subnavbar .dropdown .dropdown-menu::before,
    .subnavbar .dropdown .dropdown-menu::after {
        display: none
    }
    .subnavbar .dropdown.open .caret {
        display: inline-block
    }
    .subnavbar .dropdown-submenu>a:after {
        display: none
    }
    .subnavbar .dropdown-submenu>.dropdown-menu {
        display: block
    }
    .subnavbar .dropdown-submenu>.dropdown-menu>li>a {
        padding-right: 20px;
        padding-left: 60px
    }
}

@media (min-width: 769px) {
    .subnav-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .navbar .container,
    .subnavbar .container {
        padding-right: 0;
        padding-left: 0
    }
    .page-title {
        margin-left: -15px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.01s linear;
    -moz-transition: opacity 0.01s linear;
    -ms-transition: opacity 0.01s linear;
    -o-transition: opacity 0.01s linear;
    transition: opacity 0.01s linear
}

.alert- {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert- hr {
    border-top-color: #f7e1b5
}

.alert- .alert-link {
    color: #66512c
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent
}

.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: transparent
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: transparent
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: transparent
}

ul.pagination.pagination {
    margin-left: 0 !important
}

.alert {
    padding: 8px 15px !important
}

#wrapper {
    min-height: unset !important;
    margin-bottom: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 24px !important
}

h3 {
    font-size: 18px !important
}

h4 {
    font-size: 14px !important
}

h3.h18 {
    font-size: 18px !important
}

.h17 {
    font-size: 17px !important
}

.btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(center top, #555, #222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.btn-inverse,
.btn-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: buttonshadow !important
}

ul.li_100 li {
    width: 100%
}

input[name="reminder[customer_name]"] {
    max-width: 350px !important
}

input[data-altfield="#reminder_at_time"] {
    margin-bottom: 5px;
    margin-top: 5px
}

li.mbs a.mrm {
    text-align: center
}

ul.mainnav {
    margin-left: 0 !important
}

.best_in_place.click-to-add input,
.best_in_place.click-to-add textarea {
    color: #000
}

.admin-nav {
    border-radius: 5px 5px 5px 5px;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase
}

.admin-nav:first-child {
    margin: 15px 0 0px
}

.navbar-form.navbar-right {
    margin-bottom: 0;
    padding: 0
}

ul.pagination>li.active span {
    background: transparent;
    border: 1px solid #ddd;
    color: #000
}

ul.pagination>li.active span:hover {
    background: transparent;
    border-color: #ddd;
    color: #000
}

.search-query {
    width: 225px;
    margin-top: 7px;
    background-color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    border-color: #000;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15)
}

.search-query:focus {
    background-color: #FFF
}

.search-query::-webkit-input-placeholder {
    color: #666
}

.search-query::-moz-placeholder {
    color: #666
}

.search-plus {
    position: absolute;
    right: 25%;
    z-index: 1
}

ul.li_100 li a {
    padding: 0px 0 0 15px !important;
    color: #168FCE
}

ul.li_100 li a:first-child {
    margin-bottom: 20px
}

ul.li_100 li a:hover {
    background: #eee !important;
    color: #005580 !important
}

.home-big-btn a {
    text-align: left
}

.nav.navbar-nav.nav-list.panel-group.li_100 a {
    margin: 0;
    padding: 5px 15px !important
}

.navbar.navbar-inverse .navbar-toggle {
    margin-right: 30px !important
}

.ui-datepicker .ui-widget-header {
    background: url("/assets/jquery-ui/ui-bg_highlight-soft_90_cccccc_1x100.png") repeat-x scroll 50% 50% #ccc !important;
    border: 1px solid #999 !important
}

ul.pagination li a {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 30px;
    padding: 0 14px;
    text-decoration: none;
    max-height: 32px;
    color: #0088cc
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: transparent
}

.prev>a {
    border: 1px solid #ddd !important
}

.widgrad {
    background: none;
    background: -webkit-linear-gradient(to top, #e9e9e9, #f9f9f9);
    background: -o-linear-gradient(to top, #e9e9e9, #f9f9f9);
    background: -moz-linear-gradient(to top, #e9e9e9, #f9f9f9);
    background: linear-gradient(to top, #e9e9e9, #f9f9f9)
}

.ml20 {
    margin-left: 20px
}

.ml-20 {
    margin-left: -20px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.ml5 {
    margin-left: 5px
}

.mb20 {
    margin-bottom: 20px
}

.mb5 {
    margin-bottom: 5px
}

.wd210 {
    width: 210px
}

.wd150 {
    width: 150px
}

.wd100p {
    width: 100%
}

.iblock {
    display: inline-block
}

.plusico {
    color: #918e91;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 17px
}

.plusico:hover,
.plusico:active,
.plusico:focus {
    color: #d3d3d3 !important;
    text-decoration: none
}

.rscolr {
    color: #918e91 !important
}

.rscolr:hover {
    color: #d3d3d3 !important
}

.wd420 {
    width: 420px
}

form.update_billing_info input[type="text"],
select#settings_local_time_zone {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

span.click-to-add form select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

select#settings_local_time_zone {
    max-width: 210px;
    font-size: 12px
}

.custom-table-code td {
    border: 1px solid #ddd !important
}

td {
    vertical-align: middle !important
}

.block-grid.five-up>li {
    width: 18% !important
}

ul {
    list-style: none
}

.check-in-input {
    font-size: 14pt;
    height: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 120px
}

.right-column {
    width: 265px !important;
    margin-left: 10px
}

.custom-addon {
    width: 30px;
    border-right: 1px solid #ddd !important;
    margin-bottom: 5px;
    display: block;
    padding-left: 9px !important
}

.ml20.newmailingradios label.radio_buttons {
    margin-bottom: 0;
    margin-left: -20px;
    margin-top: 5px
}

.rectico {
    display: inline-block;
    font-size: 3em;
    height: 51px;
    line-height: 25px;
    width: 58px
}

@media screen and (max-width: 769px) {
    .hidden-phone {
        display: none !important
    }
}

.nav-tab-compact {
    display: none
}

.sub-nav-tab-more {
    display: none
}

.nav-tab-mobile {
    display: none !important
}

@media (min-width: 769px) and (max-width: 1201px) {
    .sub-nav-tab-more {
        display: list-item !important
    }
    .nav-tab-compact {
        display: list-item
    }
    .nav-tab-fullsize {
        display: none !important
    }
    .nav-tab-extra {
        display: none !important
    }
}

@media (min-width: 1201px) {
    .nav-tab-compact.admins {
        display: none !important
    }
}

@media (max-width: 769px) {
    .nav-tab-compact.admins {
        display: none !important
    }
}

@media screen and (max-width: 769px) {
    .nav-tab-mobile {
        display: list-item !important
    }
    .nav-tab-extra {
        display: none !important
    }
}

.inner-addon {
    position: relative
}

.inner-addon .glyphicon,
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none
}

.inner-addon i {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 3px 0 0 3px;
    color: #989898;
    display: block;
    font-size: 17px;
    height: 94%;
    margin-left: 1px;
    margin-top: 1px;
    border-right: 1px solid #ddd;
    min-width: 40px;
    text-align: center
}

.login-fields input {
    width: 100%;
    padding-left: 15% !important
}

.left-addon .glyphicon {
    left: 0px
}

.right-addon .glyphicon {
    right: 0px
}

.left-addon input {
    padding-left: 30px
}

.right-addon input {
    padding-right: 30px
}

.fa-chevron-circle-up,
.fa-chevron-circle-down {
    color: #666
}

#register-form input {
    margin-top: 5px
}

#calBorder {
    width: auto !important
}

span#calBorder table table[width="200px"] {
    width: auto !important
}

ul.user-menu {
    margin-bottom: 0 !important
}

.nav.navbar-nav.navbar-right {
    margin: 0 !important
}

.dropdown-toggle.plus-xs {
    padding-top: 7px
}

.dropdown-menu>li input[type=submit] {
    padding: 5px 9px;
    margin: 0 6px;
    font-size: 12px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: inherit;
    border: inherit
}

.dropdown-menu>li input[type=submit]:hover,
.dropdown-menu>li input[type=submit]:focus {
    color: #FFF;
    background-color: #ff9900;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.dropdown-menu>.active input[type=submit],
.dropdown-menu>.active input[type=submit]:hover,
.dropdown-menu>.active input[type=submit]:focus {
    color: #ffffff;
    background: #ff9900;
    text-shadow: none
}

.menu-primary {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f90), to(#cc7a00));
    background-image: -webkit-linear-gradient(top, #f90, 0%, #cc7a00, 100%);
    background-image: -moz-linear-gradient(top, #f90 0%, #cc7a00 100%);
    background-image: linear-gradient(to bottom, #f90 0%, #cc7a00 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff9900', endColorstr='#ffcc7a00', GradientType=0);
    border-color: #c27400
}

.menu-primary:active,
.menu-primary.active {
    background-color: #cc7a00;
    border-color: #c27400
}

.menu-primary:hover {
    border-color: #c27400
}

.menu-primary:hover,
.menu-primary:focus,
.menu-primary:active,
.menu-primary.active,
.open .dropdown-toggle.menu-primary {
    background-color: #cc7a00;
    border-color: #c27400
}

.menu-danger:active,
.menu-danger.active {
    background-color: #c9302c;
    border-color: #c12e2a
}

.subnavbar .mainnav>li>a {
    color: #918e91
}

.subnavbar .mainnav>li>a:hover {
    color: #d3d3d3
}

span.best_in_place textarea {
    display: block
}

.due_now .title,
.field.expires .title {
    margin: 0 !important
}

.recurly.subscribe input,
.recurly.subscribe select {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.recurly.subscribe input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.recurly.subscribe input::-moz-placeholder {
    color: #777;
    opacity: 1
}

.recurly.subscribe input:-ms-input-placeholder {
    color: #777
}

.recurly.subscribe input::-webkit-input-placeholder {
    color: #777
}

.recurly.subscribe input[disabled],
.recurly.subscribe input[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.recurly .coupon {
    height: auto !important
}

.recurly .accept_tos input[type="checkbox"] {
    width: auto;
    float: left;
    margin-top: 10px
}

.modal-header {
    background-image: none;
    border: none;
    border-bottom: 1px solid #e5e5e5
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    color: #555;
    text-shadow: none
}

.modal-header .close {
    color: #000;
    opacity: 0.2;
    text-shadow: none;
    font-weight: bold
}

.modal-header .close {
    opacity: 0.5
}

@media screen and (min-width: 1024px) {
    .form-group.searchbox {
        height: 40px
    }
}

@media screen and (max-width: 980px) {
    .search-plus {
        right: 34%
    }
}

@media screen and (max-width: 768px) {
    .navbar-header,
    .navbar-collapse,
    .subnav-collapse {
        padding: 0 20px !important
    }
    span.circle {
        margin: 0 10px
    }
    .iblock {
        top: -10px
    }
    .plus-xs {
        top: -32px;
        margin-left: 41%
    }
}

.xs-usernav {
    padding-left: 30px !important
}

@media screen and (max-width: 640px) {
    .search-plus {
        left: 31%;
        bottom: 3px
    }
    .pagination>li {
        display: inline-block !important
    }
    ul.pagination li {
        margin: 0 -1.5px !important
    }
}

.navbar-inverse {
    padding: 0 25px
}

@media screen and (max-width: 480px) {
    .search-plus {
        left: 40%
    }
    .wd420 {
        width: 250px !important
    }
    .wd220-xs {
        max-width: 220px !important
    }
    .login-fields input {
        padding-left: 23% !important;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .search-plus {
        left: 55%
    }
}

.ui-datepicker {
    z-index: 9999 !important
}

.tab-pane .chosen-container.chosen-container-single {
    width: 80% !important
}

@media print {
    a[href]:after {
        content: none !important
    }
    .print-hide {
        display: none
    }
}

.popover-content {
    background-color: #DDDDDD
}

.popover-content-event {
    background-color: #FFFFFF;
    width: 245px
}

.popover-content-event a.fa-edit {
    cursor: pointer
}

.popover-content-event .media-heading {
    line-height: 21px;
    color: #428bca
}

.popover-content-event hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.table-icons i {
    font-size: 20px
}

.pos-button {
    width: 170px;
    height: 65px;
    padding-top: 15px
}

.cat-button {
    width: 170px;
    height: 65px;
    font-size: 15px;
    padding-top: 17px
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal
}

.redBackground td {
    background-color: #eed3d7 !important
}

.hack {
    color: blue
}

html,
body {
    height: 100%
}

#wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -93px
}

#wrapper #footer-push {
    height: 93px
}

.footer {
    clear: both;
    position: relative;
    height: 93px
}

body.modal_deactivate-open {
    overflow: hidden
}

.bottomRightCorner {
    position: fixed;
    bottom: 0;
    right: 0
}

#loader {
    z-index: 1000001;
    position: fixed;
    bottom: auto;
    width: 100%;
    height: 500px;
    background: #fff url("/assets/ajax_loader.gif") no-repeat center center;
    top: 40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    zoom: 1;
    display: none
}

.highlight-yellow {
    background-color: #FFFF99
}

.pagination .current,
.pagination .gap,
.pagination span.previous_page,
.pagination span.next_page {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #DDD;
    border-left-width: 0
}

.pagination .previous_page {
    border-left: 1px solid #DDD !important
}

.page-break {
    display: block;
    page-break-before: always
}

.search {
    min-width: 200px
}

.dimmer {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.modal_deactivate-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    height: 335px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 420px;
    z-index: 1000
}

.modal_deactivate-medium {
    left: 37%;
    width: 800px
}

.modal_deactivate-large {
    left: 34%;
    width: 950px
}

.modal_deactivate-body-large {
    max-height: 469px !important;
    overflow-y: auto
}

.pinned-right {
    position: fixed;
    right: 0;
    top: 24%;
    width: 31px;
    height: 100px
}

.vertical-text {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    padding-left: 23px
}

.right {
    float: right
}

.left {
    float: left
}

.center {
    text-align: center
}

.admins {
    display: none
}

.frame-zoom {
    zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0
}

#frame {
    zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0
}

.modal_deactivate-body {
    overflow-y: hidden;
    overflow: hidden
}

.modal_deactivate .modal_deactivate-body-scroll {
    max-height: 420px;
    overflow-y: auto
}

.modal_deactivate-header .close {
    opacity: 1
}

.best_in_place {
    border: 1px solid;
    border-color: #ddd9d9;
    padding: 2px 3px 2px 3px;
    color: black;
    background-color: white;
    line-height: 1.8;
    display: inline-block
}

.best_medium {
    display: inline-block;
    min-width: 100px
}

.best_wide {
    display: inline-block;
    min-width: 200px
}

.form_in_place {
    padding: 0px !important
}

.best-form {
    width: 260px;
    height: 25px;
    position: relative;
    left: -3px
}

.click-to-add {
    color: lightgray;
    font-style: italic;
    border: none
}

.best_in_place_inner {
    padding: 2px !important
}

.dataTables_filter label {
    display: inline !important
}

.dataTables_filter label input {
    display: inline !important
}

.dataTables_length label {
    display: inline !important
}

.dataTables_length label select {
    display: inline !important
}

.medium {
    width: 210px
}

.narrow {
    width: 45px
}

.short {
    margin-bottom: 0px
}

.signup-input {
    height: 44px;
    width: 250px;
    font-size: 14pt;
    padding-top: 12px;
    padding-bottom: 12px
}

.create-input {
    height: 38px;
    width: 250px;
    font-size: 12pt;
    padding-top: 12px;
    padding-bottom: 12px
}

.prepender {
    height: 25px !important;
    padding-top: 7px !important
}

.check-in-input {
    height: 25px;
    width: 120px;
    font-size: 14pt;
    padding-top: 12px;
    padding-bottom: 12px
}

.check-in-input-wide {
    height: 25px;
    width: 370px;
    font-size: 14pt;
    padding-top: 12px;
    padding-bottom: 12px
}

.check-in-input-wide-text {
    height: 125px;
    width: 370px;
    font-size: 14pt;
    padding-top: 12px;
    padding-bottom: 12px
}

.signup-button {
    width: 250px !important;
    height: 38px !important;
    font-size: 14pt
}

.hider-input:focus {
    background-color: #FFFF99
}

.notification-number {
    color: white;
    font-size: 80%;
    padding-left: 5px
}

.circle {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, red 0%, red 100%, red 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, #ce0303, #ce0303);
    background-image: radial-gradient(45px 45px 45deg, circle cover, red 0%, red 100%, red 95%);
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px
}

.circle-wrapper {
    padding-top: 8px;
    padding-left: 68px;
    position: absolute
}

.lock-wrapper {
    padding-top: 8px;
    position: absolute
}

@media print {
    .subnavbar {
        display: none
    }
}

[data-current-page*="-unlock"] {
    background-image: url("/assets/pages/pos/blacked-out-square.png") !important
}

.upgrade-button {
    left: 66%;
    bottom: 108px;
    position: absolute
}

.feature-lock-nav {
    font-size: 22px;
    color: #F90
}

.strikeit {
    text-decoration: line-through
}

.big-button {
    font-size: 24px;
    padding-top: 13px;
    width: 265px;
    padding: 13px;
    height: 55px;
    line-height: 27px
}

.summary {
    font-size: 16px
}

.inner-center {
    width: 50%;
    margin: 0 auto
}

.settings-form .string input {
    width: 400px
}

.inline-list li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px
}

.inline-list li:first-of-type {
    padding-left: 0
}

.inline-list li:last-of-type {
    padding-right: 0
}

.inline-list.black {
    color: white;
    background: #222
}

.inline-list.black a {
    padding: 2px 4px 2px 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #666;
    margin-bottom: 4px;
    color: gray
}

.inline-list.black a:hover {
    color: #555;
    background: orange
}

.inline-list.nav {
    margin: 0 -20px 10px;
    padding: 3px 3px
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 0px
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #27A308;
    color: #FFFFFF
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #F8F8F8;
    color: #666666;
    text-align: right
}

.onoffswitch-switch {
    width: 15px;
    margin: 7.5px;
    background: #FFFFFF;
    border: 2px solid #666666;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px
}

.ticket-stats,
.stats-row {
    min-height: 360px
}

.push-down {
    margin-bottom: 10px
}

label.checkbox .checkbox-inline {
    position: static;
    margin-top: 0;
    margin-left: 0
}

.merge-customer-background {
    color: gray;
    text-align: center;
    opacity: 0.2;
    font-size: 15em
}

.merge-customer-info {
    z-index: 2;
    position: absolute
}

.destination-arrow {
    font-size: 7em;
    color: gray;
    opacity: 0.4
}

.destination-arrow .visible-lg-block {
    padding-top: 90px
}

.contract-emails .inbound {
    margin-left: 200px;
    overflow: hidden;
    max-height: 500px
}

.contract-emails .outbound {
    margin-right: 200px;
    overflow: hidden;
    max-height: 500px
}

img.thumbr {
    max-width: 100%
}

body {
    position: relative
}

#joyRideTipContent {
    display: none
}

.joyride-tip-guide {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    color: #fff;
    width: 300px;
    z-index: 101;
    top: 0;
    left: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.joyride-content-wrapper {
    padding: 10px 10px 15px 15px
}

@media only screen and (max-width: 767px) {
    .joyride-tip-guide {
        width: 95% !important;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        left: 2.5% !important
    }
    .joyride-tip-guide-wrapper {
        width: 100%
    }
}

.joyride-tip-guide span.joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: solid 14px;
    border: solid 14px
}

.joyride-tip-guide span.joyride-nub.top {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8);
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px;
    bottom: none
}

.joyride-tip-guide span.joyride-nub.bottom {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
    bottom: none
}

.joyride-tip-guide span.joyride-nub.right {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8) !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    bottom: none;
    left: auto;
    right: -28px
}

.joyride-tip-guide span.joyride-nub.left {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.8) !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
    bottom: none
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #fff
}

.joyride-tip-guide h1 {
    font-size: 30px
}

.joyride-tip-guide h2 {
    font-size: 26px
}

.joyride-tip-guide h3 {
    font-size: 22px
}

.joyride-tip-guide h4 {
    font-size: 18px
}

.joyride-tip-guide h5 {
    font-size: 16px
}

.joyride-tip-guide h6 {
    font-size: 14px
}

.joyride-tip-guide p {
    margin: 0 0 18px 0;
    font-size: 14px;
    line-height: 18px
}

.joyride-tip-guide a {
    color: white;
    text-decoration: none;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.6)
}

.joyride-tip-guide a:hover {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: none
}

.joyride-tip-guide .joyride-next-tip {
    width: auto;
    padding: 6px 18px 4px;
    font-size: 13px;
    text-decoration: none;
    color: white;
    border: solid 1px #003cb4;
    background: #5bb75b;
    background: -moz-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bb75b), color-stop(100%, #5bb75b));
    background: -webkit-linear-gradient(top, #5bb75b 0%, #5bb700 100%);
    background: -o-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    background: -ms-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0063ff', endColorstr='#0055d6', GradientType=0);
    background: linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset
}

.joyride-next-tip:hover {
    color: white !important;
    border: solid 1px #5bb75b !important;
    background: #5bb75b;
    background: -moz-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bb75b), color-stop(100%, #5bb75b));
    background: -webkit-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    background: -o-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    background: -ms-linear-gradient(top, #5bb75b 0%, #5bb75b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b80ff', endColorstr='#1d66d3', GradientType=0);
    background: linear-gradient(top, #5bb75b 0%, #5bb75b 100%)
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 17px;
    bottom: 16px
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: rgba(255, 255, 255, 0.25)
}

.joyride-close-tip {
    position: absolute;
    right: 10px;
    top: 10px;
    color: rgba(255, 255, 255, 0.4) !important;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    border-bottom: none !important
}

.joyride-close-tip:hover {
    color: rgba(255, 255, 255, 0.9) !important
}

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("chosen-sprite.png") no-repeat 100% -20px;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("chosen-sprite.png") no-repeat -30px -20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC
}

.chosen-container-single .chosen-single span {
    padding-top: 2px
}

.chosen-container-single .chosen-single div b {
    margin-top: 2px
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 5000 !important
}

* html .ui-autocomplete {
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left
}

.ui-menu .ui-menu {
    margin-top: -3px
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
    background: #5f83b9;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px #234386;
    border-color: #466086;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.ui-widget {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #B6B6B6;
    background: #ffffff;
    color: #4F4F4F
}

.ui-widget-content a {
    color: #4F4F4F
}

.ui-widget-header {
    border: 1px solid #B6B6B6;
    color: #4F4F4F;
    font-weight: bold
}

.ui-widget-header {
    background: url(jquery-ui/bg_fallback.png) 0 0 repeat-x;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #ededed), color-stop(0, #c4c4c4));
    background: -moz-linear-gradient(center top, #ededed, #c4c4c4)
}

.ui-widget-header a {
    color: #4F4F4F
}

.marketr-tile {
    min-height: 390px;
    position: relative
}

.gallery-container {
    position: relative;
    height: 170px
}

.gallery-buttons {
    position: absolute;
    bottom: 0;
    left: 50px
}

.gallery-plus {
    width: 100%;
    height: 205px;
    background-color: #EBEBEB;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px
}

.gallery-number {
    font-size: 10em;
    color: white;
    position: absolute;
    margin-top: 20px;
    margin-left: 15px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #0074cc;
    z-index: 1
}

.gallery-disabled {
    position: absolute;
    width: 97%;
    height: 98%;
    z-index: 100;
    opacity: 1;
    background: rgba(133, 133, 133, 0.6)
}

.gallery-disabled-content {
    text-align: center;
    margin-top: 175px;
    width: 70%;
    margin-left: 25px
}

.right-column {
    width: 235px
}

.leads-unlock-button {
    left: 43%;
    bottom: 339px;
    position: absolute;
    font-size: 2em;
    height: 29px;
    padding-top: 9px
}

.marketr-unlock-button {
    left: 43%;
    bottom: 1036px;
    position: absolute;
    font-size: 2em;
    height: 29px;
    padding-top: 9px
}

.active-quickstart {
    font-transform: uppercase
}

.quickstart {
    font-transform: uppercase
}

.last {
    text-transform: uppercase;
    font-size: 9px
}

.graybox {
    background: #fafafa;
    border: 1px solid #e9e9e9;
    padding: 20px
}

.graybox .progress {
    background: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    margin-bottom: 0;
    height: 16px;
    position: relative;
    overflow: visible
}

.graybox .progress-success.progress-striped .bar {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.progressBox {
    padding: 60px 90px 40px
}

.progressBoxSmall {
    padding: 48px 48px 35px 35px
}

.step {
    width: 140px;
    text-align: center;
    position: absolute;
    top: -37px;
    text-transform: capitalize;
    color: #767676;
    margin-left: -70px;
    font-weight: bold
}

.now {
    color: #000
}

.banki {
    color: #cdcdcd
}

.step span {
    margin-top: 10px;
    background: #55ae55;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    color: #fff
}

.banki span {
    background: #ebebeb;
    color: #ccc
}

.step1 {
    left: 0
}

.step2 {
    left: 25%
}

.step3 {
    left: 50%
}

.step4 {
    left: 75%
}

.step5 {
    left: 100%
}

.step01 {
    left: 0
}

.step02 {
    left: 20%
}

.step03 {
    left: 40%
}

.step04 {
    left: 60%
}

.step05 {
    left: 80%
}

.step06 {
    left: 100%
}

.cardr {
    background-color: white;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center
}

.cardr a {
    color: black
}

.cardr.stale-red {
    background-color: #e74c3c;
    color: white
}

.cardr.stale-red a {
    color: white
}

.cardr.stale-yellow {
    background-color: #f1c40f;
    color: white
}

.cardr.stale-yellow a {
    color: white
}

.cardr.invoiced {
    background-color: #2ecc71;
    color: white
}

.cardr.invoiced a {
    color: white
}

.cardr.customer-replied {
    background-color: #3498db !important;
    color: white
}

.cardr.customer-replied a {
    color: white
}

.card-shape {
    width: 160px;
    height: 120px
}

.animated-card {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes flash {
    75%,
    85%,
    100% {
        opacity: 1
    }
    75%,
    95% {
        opacity: 0
    }
}

@keyframes flash {
    75%,
    85%,
    100% {
        opacity: 1
    }
    85%,
    95% {
        opacity: 0.5
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    animation-iteration-count: 10000000
}

.webicon {
    display: inline-block;
    background-size: 100%;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    text-align: left;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px
}

.webicon:hover {
    margin: -1px 0 1px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25)
}

.webicon.small {
    width: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.webicon.large {
    width: 48px;
    height: 48px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.no-svg .webicon.f500px {
    background: url("/assets/webicons/webicon-f500px-m.png")
}

.no-svg .webicon.f500px.large {
    background: url("/assets/webicons/webicon-f500px.png")
}

.no-svg .webicon.f500px.small {
    background: url("/assets/webicons/webicon-f500px-s.png")
}

.svg .webicon.f500px {
    background: url("/assets/webicons/webicon-f500px.svg")
}

.no-svg .webicon.aboutme {
    background: url("/assets/webicons/webicon-aboutme-m.png")
}

.no-svg .webicon.aboutme.large {
    background: url("/assets/webicons/webicon-aboutme.png")
}

.no-svg .webicon.aboutme.small {
    background: url("/assets/webicons/webicon-aboutme-s.png")
}

.svg .webicon.aboutme {
    background: url("/assets/webicons/webicon-aboutme.svg")
}

.no-svg .webicon.adn {
    background: url("/assets/webicons/webicon-adn-m.png")
}

.no-svg .webicon.adn.large {
    background: url("/assets/webicons/webicon-adn.png")
}

.no-svg .webicon.adn.small {
    background: url("/assets/webicons/webicon-adn-s.png")
}

.svg .webicon.adn {
    background: url("/assets/webicons/webicon-adn.svg")
}

.no-svg .webicon.android {
    background: url("/assets/webicons/webicon-android-m.png")
}

.no-svg .webicon.android.large {
    background: url("/assets/webicons/webicon-android.png")
}

.no-svg .webicon.android.small {
    background: url("/assets/webicons/webicon-android-s.png")
}

.svg .webicon.android {
    background: url("/assets/webicons/webicon-android.svg")
}

.no-svg .webicon.apple {
    background: url("/assets/webicons/webicon-apple-m.png")
}

.no-svg .webicon.apple.large {
    background: url("/assets/webicons/webicon-apple.png")
}

.no-svg .webicon.apple.small {
    background: url("/assets/webicons/webicon-apple-s.png")
}

.svg .webicon.apple {
    background: url("/assets/webicons/webicon-apple.svg")
}

.no-svg .webicon.behance {
    background: url("/assets/webicons/webicon-behance-m.png")
}

.no-svg .webicon.behance.large {
    background: url("/assets/webicons/webicon-behance.png")
}

.no-svg .webicon.behance.small {
    background: url("/assets/webicons/webicon-behance-s.png")
}

.svg .webicon.behance {
    background: url("/assets/webicons/webicon-behance.svg")
}

.no-svg .webicon.bitbucket {
    background: url("/assets/webicons/webicon-bitbucket-m.png")
}

.no-svg .webicon.bitbucket.large {
    background: url("/assets/webicons/webicon-bitbucket.png")
}

.no-svg .webicon.bitbucket.small {
    background: url("/assets/webicons/webicon-bitbucket-s.png")
}

.svg .webicon.bitbucket {
    background: url("/assets/webicons/webicon-bitbucket.svg")
}

.no-svg .webicon.blogger {
    background: url("/assets/webicons/webicon-blogger-m.png")
}

.no-svg .webicon.blogger.large {
    background: url("/assets/webicons/webicon-blogger.png")
}

.no-svg .webicon.blogger.small {
    background: url("/assets/webicons/webicon-blogger-s.png")
}

.svg .webicon.blogger {
    background: url("/assets/webicons/webicon-blogger.svg")
}

.no-svg .webicon.branch {
    background: url("/assets/webicons/webicon-branch-m.png")
}

.no-svg .webicon.branch.large {
    background: url("/assets/webicons/webicon-branch.png")
}

.no-svg .webicon.branch.small {
    background: url("/assets/webicons/webicon-branch-s.png")
}

.svg .webicon.branch {
    background: url("/assets/webicons/webicon-branch.svg")
}

.no-svg .webicon.coderwall {
    background: url("/assets/webicons/webicon-coderwall-m.png")
}

.no-svg .webicon.coderwall.large {
    background: url("/assets/webicons/webicon-coderwall.png")
}

.no-svg .webicon.coderwall.small {
    background: url("/assets/webicons/webicon-coderwall-s.png")
}

.svg .webicon.coderwall {
    background: url("/assets/webicons/webicon-coderwall.svg")
}

.no-svg .webicon.creativecloud {
    background: url("/assets/webicons/webicon-creativecloud-m.png")
}

.no-svg .webicon.creativecloud.large {
    background: url("/assets/webicons/webicon-creativecloud.png")
}

.no-svg .webicon.creativecloud.small {
    background: url("/assets/webicons/webicon-creativecloud-s.png")
}

.svg .webicon.creativecloud {
    background: url("/assets/webicons/webicon-creativecloud.svg")
}

.no-svg .webicon.dribbble {
    background: url("/assets/webicons/webicon-dribbble-m.png")
}

.no-svg .webicon.dribbble.large {
    background: url("/assets/webicons/webicon-dribbble.png")
}

.no-svg .webicon.dribbble.small {
    background: url("/assets/webicons/webicon-dribbble-s.png")
}

.svg .webicon.dribbble {
    background: url("/assets/webicons/webicon-dribbble.svg")
}

.no-svg .webicon.dropbox {
    background: url("/assets/webicons/webicon-dropbox-m.png")
}

.no-svg .webicon.dropbox.large {
    background: url("/assets/webicons/webicon-dropbox.png")
}

.no-svg .webicon.dropbox.small {
    background: url("/assets/webicons/webicon-dropbox-s.png")
}

.svg .webicon.dropbox {
    background: url("/assets/webicons/webicon-dropbox.svg")
}

.no-svg .webicon.evernote {
    background: url("/assets/webicons/webicon-evernote-m.png")
}

.no-svg .webicon.evernote.large {
    background: url("/assets/webicons/webicon-evernote.png")
}

.no-svg .webicon.evernote.small {
    background: url("/assets/webicons/webicon-evernote-s.png")
}

.svg .webicon.evernote {
    background: url("/assets/webicons/webicon-evernote.svg")
}

.no-svg .webicon.fairheadcreative {
    background: url("/assets/webicons/webicon-fairheadcreative-m.png")
}

.no-svg .webicon.fairheadcreative.large {
    background: url("/assets/webicons/webicon-fairheadcreative.png")
}

.no-svg .webicon.fairheadcreative.small {
    background: url("/assets/webicons/webicon-fairheadcreative-s.png")
}

.svg .webicon.fairheadcreative {
    background: url("/assets/webicons/webicon-fairheadcreative.svg")
}

.no-svg .webicon.facebook {
    background: url("/assets/webicons/webicon-facebook-m.png")
}

.no-svg .webicon.facebook.large {
    background: url("/assets/webicons/webicon-facebook.png")
}

.no-svg .webicon.facebook.small {
    background: url("/assets/webicons/webicon-facebook-s.png")
}

.svg .webicon.facebook {
    background: url("/assets/webicons/webicon-facebook.svg")
}

.no-svg .webicon.flickr {
    background: url("/assets/webicons/webicon-flickr-m.png")
}

.no-svg .webicon.flickr.large {
    background: url("/assets/webicons/webicon-flickr.png")
}

.no-svg .webicon.flickr.small {
    background: url("/assets/webicons/webicon-flickr-s.png")
}

.svg .webicon.flickr {
    background: url("/assets/webicons/webicon-flickr.svg")
}

.no-svg .webicon.foursquare {
    background: url("/assets/webicons/webicon-foursquare-m.png")
}

.no-svg .webicon.foursquare.large {
    background: url("/assets/webicons/webicon-foursquare.png")
}

.no-svg .webicon.foursquare.small {
    background: url("/assets/webicons/webicon-foursquare-s.png")
}

.svg .webicon.foursquare {
    background: url("/assets/webicons/webicon-foursquare.svg")
}

.no-svg .webicon.git {
    background: url("/assets/webicons/webicon-git-m.png")
}

.no-svg .webicon.git.large {
    background: url("/assets/webicons/webicon-git.png")
}

.no-svg .webicon.git.small {
    background: url("/assets/webicons/webicon-git-s.png")
}

.svg .webicon.git {
    background: url("/assets/webicons/webicon-git.svg")
}

.no-svg .webicon.github {
    background: url("/assets/webicons/webicon-github-m.png")
}

.no-svg .webicon.github.large {
    background: url("/assets/webicons/webicon-github.png")
}

.no-svg .webicon.github.small {
    background: url("/assets/webicons/webicon-github-s.png")
}

.svg .webicon.github {
    background: url("/assets/webicons/webicon-github.svg")
}

.no-svg .webicon.goodreads {
    background: url("/assets/webicons/webicon-goodreads-m.png")
}

.no-svg .webicon.goodreads.large {
    background: url("/assets/webicons/webicon-goodreads.png")
}

.no-svg .webicon.goodreads.small {
    background: url("/assets/webicons/webicon-goodreads-s.png")
}

.svg .webicon.goodreads {
    background: url("/assets/webicons/webicon-goodreads.svg")
}

.no-svg .webicon.google {
    background: url("/assets/webicons/webicon-google-m.png")
}

.no-svg .webicon.google.large {
    background: url("/assets/webicons/webicon-google.png")
}

.no-svg .webicon.google.small {
    background: url("/assets/webicons/webicon-google-s.png")
}

.svg .webicon.google {
    background: url("/assets/webicons/webicon-google.svg")
}

.no-svg .webicon.googleplay {
    background: url("/assets/webicons/webicon-googleplay-m.png")
}

.no-svg .webicon.googleplay.large {
    background: url("/assets/webicons/webicon-googleplay.png")
}

.no-svg .webicon.googleplay.small {
    background: url("/assets/webicons/webicon-googleplay-s.png")
}

.svg .webicon.googleplay {
    background: url("/assets/webicons/webicon-googleplay.svg")
}

.no-svg .webicon.googleplus {
    background: url("/assets/webicons/webicon-googleplus-m.png")
}

.no-svg .webicon.googleplus.large {
    background: url("/assets/webicons/webicon-googleplus.png")
}

.no-svg .webicon.googleplus.small {
    background: url("/assets/webicons/webicon-googleplus-s.png")
}

.svg .webicon.googleplus {
    background: url("/assets/webicons/webicon-googleplus.svg")
}

.no-svg .webicon.hangouts {
    background: url("/assets/webicons/webicon-hangouts-m.png")
}

.no-svg .webicon.hangouts.large {
    background: url("/assets/webicons/webicon-hangouts.png")
}

.no-svg .webicon.hangouts.small {
    background: url("/assets/webicons/webicon-hangouts-s.png")
}

.svg .webicon.hangouts {
    background: url("/assets/webicons/webicon-hangouts.svg")
}

.no-svg .webicon.html5 {
    background: url("/assets/webicons/webicon-html5-m.png")
}

.no-svg .webicon.html5.large {
    background: url("/assets/webicons/webicon-html5.png")
}

.no-svg .webicon.html5.small {
    background: url("/assets/webicons/webicon-html5-s.png")
}

.svg .webicon.html5 {
    background: url("/assets/webicons/webicon-html5.svg")
}

.no-svg .webicon.icloud {
    background: url("/assets/webicons/webicon-icloud-m.png")
}

.no-svg .webicon.icloud.large {
    background: url("/assets/webicons/webicon-icloud.png")
}

.no-svg .webicon.icloud.small {
    background: url("/assets/webicons/webicon-icloud-s.png")
}

.svg .webicon.icloud {
    background: url("/assets/webicons/webicon-icloud.svg")
}

.no-svg .webicon.indiegogo {
    background: url("/assets/webicons/webicon-indiegogo-m.png")
}

.no-svg .webicon.indiegogo.large {
    background: url("/assets/webicons/webicon-indiegogo.png")
}

.no-svg .webicon.indiegogo.small {
    background: url("/assets/webicons/webicon-indiegogo-s.png")
}

.svg .webicon.indiegogo {
    background: url("/assets/webicons/webicon-indiegogo.svg")
}

.no-svg .webicon.instagram {
    background: url("/assets/webicons/webicon-instagram-m.png")
}

.no-svg .webicon.instagram.large {
    background: url("/assets/webicons/webicon-instagram.png")
}

.no-svg .webicon.instagram.small {
    background: url("/assets/webicons/webicon-instagram-s.png")
}

.svg .webicon.instagram {
    background: url("/assets/webicons/webicon-instagram.svg")
}

.no-svg .webicon.instapaper {
    background: url("/assets/webicons/webicon-instapaper-m.png")
}

.no-svg .webicon.instapaper.large {
    background: url("/assets/webicons/webicon-instapaper.png")
}

.no-svg .webicon.instapaper.small {
    background: url("/assets/webicons/webicon-instapaper-s.png")
}

.svg .webicon.instapaper {
    background: url("/assets/webicons/webicon-instapaper.svg")
}

.no-svg .webicon.kickstarter {
    background: url("/assets/webicons/webicon-kickstarter-m.png")
}

.no-svg .webicon.kickstarter.large {
    background: url("/assets/webicons/webicon-kickstarter.png")
}

.no-svg .webicon.kickstarter.small {
    background: url("/assets/webicons/webicon-kickstarter-s.png")
}

.svg .webicon.kickstarter {
    background: url("/assets/webicons/webicon-kickstarter.svg")
}

.no-svg .webicon.klout {
    background: url("/assets/webicons/webicon-klout-m.png")
}

.no-svg .webicon.klout.large {
    background: url("/assets/webicons/webicon-klout.png")
}

.no-svg .webicon.klout.small {
    background: url("/assets/webicons/webicon-klout-s.png")
}

.svg .webicon.klout {
    background: url("/assets/webicons/webicon-klout.svg")
}

.no-svg .webicon.lastfm {
    background: url("/assets/webicons/webicon-lastfm-m.png")
}

.no-svg .webicon.lastfm.large {
    background: url("/assets/webicons/webicon-lastfm.png")
}

.no-svg .webicon.lastfm.small {
    background: url("/assets/webicons/webicon-lastfm-s.png")
}

.svg .webicon.lastfm {
    background: url("/assets/webicons/webicon-lastfm.svg")
}

.no-svg .webicon.linkedin {
    background: url("/assets/webicons/webicon-linkedin-m.png")
}

.no-svg .webicon.linkedin.large {
    background: url("/assets/webicons/webicon-linkedin.png")
}

.no-svg .webicon.linkedin.small {
    background: url("/assets/webicons/webicon-linkedin-s.png")
}

.svg .webicon.linkedin {
    background: url("/assets/webicons/webicon-linkedin.svg")
}

.no-svg .webicon.mail {
    background: url("/assets/webicons/webicon-mail-m.png")
}

.no-svg .webicon.mail.large {
    background: url("/assets/webicons/webicon-mail.png")
}

.no-svg .webicon.mail.small {
    background: url("/assets/webicons/webicon-mail-s.png")
}

.svg .webicon.mail {
    background: url("/assets/webicons/webicon-mail.svg")
}

.no-svg .webicon.medium {
    background: url("/assets/webicons/webicon-medium-m.png")
}

.no-svg .webicon.medium.large {
    background: url("/assets/webicons/webicon-medium.png")
}

.no-svg .webicon.medium.small {
    background: url("/assets/webicons/webicon-medium-s.png")
}

.svg .webicon.medium {
    background: url("/assets/webicons/webicon-medium.svg")
}

.no-svg .webicon.mixi {
    background: url("/assets/webicons/webicon-mixi-m.png")
}

.no-svg .webicon.mixi.large {
    background: url("/assets/webicons/webicon-mixi.png")
}

.no-svg .webicon.mixi.small {
    background: url("/assets/webicons/webicon-mixi-s.png")
}

.svg .webicon.mixi {
    background: url("/assets/webicons/webicon-mixi.svg")
}

.no-svg .webicon.msn {
    background: url("/assets/webicons/webicon-msn-m.png")
}

.no-svg .webicon.msn.large {
    background: url("/assets/webicons/webicon-msn.png")
}

.no-svg .webicon.msn.small {
    background: url("/assets/webicons/webicon-msn-s.png")
}

.svg .webicon.msn {
    background: url("/assets/webicons/webicon-msn.svg")
}

.no-svg .webicon.openid {
    background: url("/assets/webicons/webicon-openid-m.png")
}

.no-svg .webicon.openid.large {
    background: url("/assets/webicons/webicon-openid.png")
}

.no-svg .webicon.openid.small {
    background: url("/assets/webicons/webicon-openid-s.png")
}

.svg .webicon.openid {
    background: url("/assets/webicons/webicon-openid.svg")
}

.no-svg .webicon.picasa {
    background: url("/assets/webicons/webicon-picasa-m.png")
}

.no-svg .webicon.picasa.large {
    background: url("/assets/webicons/webicon-picasa.png")
}

.no-svg .webicon.picasa.small {
    background: url("/assets/webicons/webicon-picasa-s.png")
}

.svg .webicon.picasa {
    background: url("/assets/webicons/webicon-picasa.svg")
}

.no-svg .webicon.pinterest {
    background: url("/assets/webicons/webicon-pinterest-m.png")
}

.no-svg .webicon.pinterest.large {
    background: url("/assets/webicons/webicon-pinterest.png")
}

.no-svg .webicon.pinterest.small {
    background: url("/assets/webicons/webicon-pinterest-s.png")
}

.svg .webicon.pinterest {
    background: url("/assets/webicons/webicon-pinterest.svg")
}

.no-svg .webicon.pocketapp {
    background: url("/assets/webicons/webicon-pocketapp-m.png")
}

.no-svg .webicon.pocketapp.large {
    background: url("/assets/webicons/webicon-pocketapp.png")
}

.no-svg .webicon.pocketapp.small {
    background: url("/assets/webicons/webicon-pocketapp-s.png")
}

.svg .webicon.pocketapp {
    background: url("/assets/webicons/webicon-pocketapp.svg")
}

.no-svg .webicon.potluck {
    background: url("/assets/webicons/webicon-potluck-m.png")
}

.no-svg .webicon.potluck.large {
    background: url("/assets/webicons/webicon-potluck.png")
}

.no-svg .webicon.potluck.small {
    background: url("/assets/webicons/webicon-potluck-s.png")
}

.svg .webicon.potluck {
    background: url("/assets/webicons/webicon-potluck.svg")
}

.no-svg .webicon.quora {
    background: url("/assets/webicons/webicon-quora-m.png")
}

.no-svg .webicon.quora.large {
    background: url("/assets/webicons/webicon-quora.png")
}

.no-svg .webicon.quora.small {
    background: url("/assets/webicons/webicon-quora-s.png")
}

.svg .webicon.quora {
    background: url("/assets/webicons/webicon-quora.svg")
}

.no-svg .webicon.orkut {
    background: url("/assets/webicons/webicon-orkut-m.png")
}

.no-svg .webicon.orkut.large {
    background: url("/assets/webicons/webicon-orkut.png")
}

.no-svg .webicon.orkut.small {
    background: url("/assets/webicons/webicon-orkut-s.png")
}

.svg .webicon.orkut {
    background: url("/assets/webicons/webicon-orkut.svg")
}

.no-svg .webicon.mercurial {
    background: url("/assets/webicons/webicon-mercurial-m.png")
}

.no-svg .webicon.mercurial.large {
    background: url("/assets/webicons/webicon-mercurial.png")
}

.no-svg .webicon.mercurial.small {
    background: url("/assets/webicons/webicon-mercurial-s.png")
}

.svg .webicon.mercurial {
    background: url("/assets/webicons/webicon-mercurial.svg")
}

.no-svg .webicon.rdio {
    background: url("/assets/webicons/webicon-rdio-m.png")
}

.no-svg .webicon.rdio.large {
    background: url("/assets/webicons/webicon-rdio.png")
}

.no-svg .webicon.rdio.small {
    background: url("/assets/webicons/webicon-rdio-s.png")
}

.svg .webicon.rdio {
    background: url("/assets/webicons/webicon-rdio.svg")
}

.no-svg .webicon.reddit {
    background: url("/assets/webicons/webicon-reddit-m.png")
}

.no-svg .webicon.reddit.large {
    background: url("/assets/webicons/webicon-reddit.png")
}

.no-svg .webicon.reddit.small {
    background: url("/assets/webicons/webicon-reddit-s.png")
}

.svg .webicon.reddit {
    background: url("/assets/webicons/webicon-reddit.svg")
}

.no-svg .webicon.renren {
    background: url("/assets/webicons/webicon-renren-m.png")
}

.no-svg .webicon.renren.large {
    background: url("/assets/webicons/webicon-renren.png")
}

.no-svg .webicon.renren.small {
    background: url("/assets/webicons/webicon-renren-s.png")
}

.svg .webicon.renren {
    background: url("/assets/webicons/webicon-renren.svg")
}

.no-svg .webicon.rss {
    background: url("/assets/webicons/webicon-rss-m.png")
}

.no-svg .webicon.rss.large {
    background: url("/assets/webicons/webicon-rss.png")
}

.no-svg .webicon.rss.small {
    background: url("/assets/webicons/webicon-rss-s.png")
}

.svg .webicon.rss {
    background: url("/assets/webicons/webicon-rss.svg")
}

.no-svg .webicon.skitch {
    background: url("/assets/webicons/webicon-skitch-m.png")
}

.no-svg .webicon.skitch.large {
    background: url("/assets/webicons/webicon-skitch.png")
}

.no-svg .webicon.skitch.small {
    background: url("/assets/webicons/webicon-skitch-s.png")
}

.svg .webicon.skitch {
    background: url("/assets/webicons/webicon-skitch.svg")
}

.no-svg .webicon.skype {
    background: url("/assets/webicons/webicon-skype-m.png")
}

.no-svg .webicon.skype.large {
    background: url("/assets/webicons/webicon-skype.png")
}

.no-svg .webicon.skype.small {
    background: url("/assets/webicons/webicon-skype-s.png")
}

.svg .webicon.skype {
    background: url("/assets/webicons/webicon-skype.svg")
}

.no-svg .webicon.soundcloud {
    background: url("/assets/webicons/webicon-soundcloud-m.png")
}

.no-svg .webicon.soundcloud.large {
    background: url("/assets/webicons/webicon-soundcloud.png")
}

.no-svg .webicon.soundcloud.small {
    background: url("/assets/webicons/webicon-soundcloud-s.png")
}

.svg .webicon.soundcloud {
    background: url("/assets/webicons/webicon-soundcloud.svg")
}

.no-svg .webicon.spotify {
    background: url("/assets/webicons/webicon-spotify-m.png")
}

.no-svg .webicon.spotify.large {
    background: url("/assets/webicons/webicon-spotify.png")
}

.no-svg .webicon.spotify.small {
    background: url("/assets/webicons/webicon-spotify-s.png")
}

.svg .webicon.spotify {
    background: url("/assets/webicons/webicon-spotify.svg")
}

.no-svg .webicon.stackoverflow {
    background: url("/assets/webicons/webicon-stackoverflow-m.png")
}

.no-svg .webicon.stackoverflow.large {
    background: url("/assets/webicons/webicon-stackoverflow.png")
}

.no-svg .webicon.stackoverflow.small {
    background: url("/assets/webicons/webicon-stackoverflow-s.png")
}

.svg .webicon.stackoverflow {
    background: url("/assets/webicons/webicon-stackoverflow.svg")
}

.no-svg .webicon.stumbleupon {
    background: url("/assets/webicons/webicon-stumbleupon-m.png")
}

.no-svg .webicon.stumbleupon.large {
    background: url("/assets/webicons/webicon-stumbleupon.png")
}

.no-svg .webicon.stumbleupon.small {
    background: url("/assets/webicons/webicon-stumbleupon-s.png")
}

.svg .webicon.stumbleupon {
    background: url("/assets/webicons/webicon-stumbleupon.svg")
}

.no-svg .webicon.svn {
    background: url("/assets/webicons/webicon-svn-m.png")
}

.no-svg .webicon.svn.large {
    background: url("/assets/webicons/webicon-svn.png")
}

.no-svg .webicon.svn.small {
    background: url("/assets/webicons/webicon-svn-s.png")
}

.svg .webicon.svn {
    background: url("/assets/webicons/webicon-svn.svg")
}

.no-svg .webicon.tent {
    background: url("/assets/webicons/webicon-tent-m.png")
}

.no-svg .webicon.tent.large {
    background: url("/assets/webicons/webicon-tent.png")
}

.no-svg .webicon.tent.small {
    background: url("/assets/webicons/webicon-tent-s.png")
}

.svg .webicon.tent {
    background: url("/assets/webicons/webicon-tent.svg")
}

.no-svg .webicon.tripadvisor {
    background: url("/assets/webicons/webicon-tripadvisor-m.png")
}

.no-svg .webicon.tripadvisor.large {
    background: url("/assets/webicons/webicon-tripadvisor.png")
}

.no-svg .webicon.tripadvisor.small {
    background: url("/assets/webicons/webicon-tripadvisor-s.png")
}

.svg .webicon.tripadvisor {
    background: url("/assets/webicons/webicon-tripadvisor.svg")
}

.no-svg .webicon.tumblr {
    background: url("/assets/webicons/webicon-tumblr-m.png")
}

.no-svg .webicon.tumblr.large {
    background: url("/assets/webicons/webicon-tumblr.png")
}

.no-svg .webicon.tumblr.small {
    background: url("/assets/webicons/webicon-tumblr-s.png")
}

.svg .webicon.tumblr {
    background: url("/assets/webicons/webicon-tumblr.svg")
}

.no-svg .webicon.twitter {
    background: url("/assets/webicons/webicon-twitter-m.png")
}

.no-svg .webicon.twitter.large {
    background: url("/assets/webicons/webicon-twitter.png")
}

.no-svg .webicon.twitter.small {
    background: url("/assets/webicons/webicon-twitter-s.png")
}

.svg .webicon.twitter {
    background: url("/assets/webicons/webicon-twitter.svg")
}

.no-svg .webicon.vimeo {
    background: url("/assets/webicons/webicon-vimeo-m.png")
}

.no-svg .webicon.vimeo.large {
    background: url("/assets/webicons/webicon-vimeo.png")
}

.no-svg .webicon.vimeo.small {
    background: url("/assets/webicons/webicon-vimeo-s.png")
}

.svg .webicon.vimeo {
    background: url("/assets/webicons/webicon-vimeo.svg")
}

.no-svg .webicon.weibo {
    background: url("/assets/webicons/webicon-weibo-m.png")
}

.no-svg .webicon.weibo.large {
    background: url("/assets/webicons/webicon-weibo.png")
}

.no-svg .webicon.weibo.small {
    background: url("/assets/webicons/webicon-weibo-s.png")
}

.svg .webicon.weibo {
    background: url("/assets/webicons/webicon-weibo.svg")
}

.no-svg .webicon.windows {
    background: url("/assets/webicons/webicon-windows-m.png")
}

.no-svg .webicon.windows.large {
    background: url("/assets/webicons/webicon-windows.png")
}

.no-svg .webicon.windows.small {
    background: url("/assets/webicons/webicon-windows-s.png")
}

.svg .webicon.windows {
    background: url("/assets/webicons/webicon-windows.svg")
}

.no-svg .webicon.wordpress {
    background: url("/assets/webicons/webicon-wordpress-m.png")
}

.no-svg .webicon.wordpress.large {
    background: url("/assets/webicons/webicon-wordpress.png")
}

.no-svg .webicon.wordpress.small {
    background: url("/assets/webicons/webicon-wordpress-s.png")
}

.svg .webicon.wordpress {
    background: url("/assets/webicons/webicon-wordpress.svg")
}

.no-svg .webicon.xing {
    background: url("/assets/webicons/webicon-xing-m.png")
}

.no-svg .webicon.xing.large {
    background: url("/assets/webicons/webicon-xing.png")
}

.no-svg .webicon.xing.small {
    background: url("/assets/webicons/webicon-xing-s.png")
}

.svg .webicon.xing {
    background: url("/assets/webicons/webicon-xing.svg")
}

.no-svg .webicon.yahoo {
    background: url("/assets/webicons/webicon-yahoo-m.png")
}

.no-svg .webicon.yahoo.large {
    background: url("/assets/webicons/webicon-yahoo.png")
}

.no-svg .webicon.yahoo.small {
    background: url("/assets/webicons/webicon-yahoo-s.png")
}

.svg .webicon.yahoo {
    background: url("/assets/webicons/webicon-yahoo.svg")
}

.no-svg .webicon.yelp {
    background: url("/assets/webicons/webicon-yelp-m.png")
}

.no-svg .webicon.yelp.large {
    background: url("/assets/webicons/webicon-yelp.png")
}

.no-svg .webicon.yelp.small {
    background: url("/assets/webicons/webicon-yelp-s.png")
}

.svg .webicon.yelp {
    background: url("/assets/webicons/webicon-yelp.svg")
}

.no-svg .webicon.youtube {
    background: url("/assets/webicons/webicon-youtube-m.png")
}

.no-svg .webicon.youtube.large {
    background: url("/assets/webicons/webicon-youtube.png")
}

.no-svg .webicon.youtube.small {
    background: url("/assets/webicons/webicon-youtube-s.png")
}

.svg .webicon.youtube {
    background: url("/assets/webicons/webicon-youtube.svg")
}

.no-svg .webicon.youversion {
    background: url("/assets/webicons/webicon-youversion-m.png")
}

.no-svg .webicon.youversion.large {
    background: url("/assets/webicons/webicon-youversion.png")
}

.no-svg .webicon.youversion.small {
    background: url("/assets/webicons/webicon-youversion-s.png")
}

.svg .webicon.youversion {
    background: url("/assets/webicons/webicon-youversion.svg")
}

.no-svg .webicon.zerply {
    background: url("/assets/webicons/webicon-zerply-m.png")
}

.no-svg .webicon.zerply.large {
    background: url("/assets/webicons/webicon-zerply.png")
}

.no-svg .webicon.zerply.small {
    background: url("/assets/webicons/webicon-zerply-s.png")
}

.svg .webicon.zerply {
    background: url("/assets/webicons/webicon-zerply.svg")
}

.title {
    margin: 20px 0 0 0;
    font-size: 64px
}

.example {
    padding: 30px 0
}

.example-name {
    margin: 20px 0;
    font-size: 32px
}

.demo {
    position: relative;
    *z-index: 1;
    margin: 50px 0
}

.typeahead {
    background-color: #fff
}

.typeahead:focus {
    border: 2px solid #0097cf
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    vertical-align: none !important
}

.tt-hint {
    color: #999999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    color: black;
    border-bottom: 1px solid #EEECEC
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf
}

.tt-suggestion p {
    margin: 0
}

.gist {
    font-size: 14px
}

.example-twitter-oss .tt-suggestion {
    padding: 8px 20px
}

.example-twitter-oss .tt-suggestion+.tt-suggestion {
    border-top: 1px solid #ccc
}

.repo-email {
    float: right
}

.repo-name {
    font-weight: bold;
    font-size: 16px
}

.repo-bottom {
    font-size: 12px;
    font-style: italic
}

.ui-multiselect {
    border: 1px solid;
    font-size: 0.8em;
    width: 350px !important
}

.ui-multiselect ul {
    -moz-user-select: none
}

.ui-multiselect div.list-container {
    padding: 0;
    margin: 0;
    border: 0;
    float: left
}

.ui-multiselect ul.list {
    position: relative;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    list-style: none;
    width: 100%
}

.ui-multiselect li {
    margin: 0;
    padding: 0;
    cursor: default;
    line-height: 20px;
    height: 20px;
    font-size: 11px;
    list-style: none;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden
}

.ui-multiselect li a {
    color: #999;
    text-decoration: none;
    padding: 0;
    display: block;
    float: left;
    cursor: pointer
}

.ui-multiselect ul.ui-state-highlight {
    border: none
}

.ui-multiselect li.ui-draggable-dragging {
    border: 1px solid;
    padding-left: 10px;
    z-index: 99999
}

.ui-multiselect div.available {
    border-left: 1px solid
}

.ui-multiselect ul.available {
    height: 117px
}

.ui-multiselect .ui-state-default {
    border: none;
    margin-bottom: 1px;
    position: relative
}

.ui-multiselect .ui-state-hover {
    border: none
}

.ui-multiselect .ui-widget-header {
    border: none;
    font-size: 11px;
    margin-bottom: 1px
}

.ui-multiselect .add-all {
    float: right;
    padding: 7px;
    white-space: nowrap
}

.ui-multiselect .remove-all {
    float: right;
    padding: 7px;
    white-space: nowrap
}

.ui-multiselect .count {
    cursor: default;
    float: left;
    padding: 7px
}

.ui-multiselect .search {
    float: left;
    padding: 1px;
    opacity: 0.7;
    margin: 4px;
    height: 14px
}

.ui-multiselect .busy {
    left: 0px;
    float: left;
    padding: 7px 7px 7px 25px;
    z-index: 1;
    background: url(images/loading.gif) 4px 50% no-repeat
}

.ui-multiselect .overlay {
    background: #aaaaaa;
    opacity: .30;
    filter: Alpha(Opacity=30)
}

.ui-multiselect li a.action {
    position: absolute;
    border: none;
    right: 0px;
    top: 1px;
    padding-right: 2px
}

.ms2side__div {
    clear: left;
    width: 100%;
    padding: 1px;
    float: left;
    background: url("") repeat-x
}

.ms2side__select {
    float: left
}

.ms2side__header {
    color: black;
    background-color: #e7e7e9;
    margin-left: 3px;
    width: 220px;
    height: 20px;
    margin-bottom: 10px;
    height: 35px;
    padding: 5px;
    width: 206px
}

.ms2side__options,
.ms2side__updown {
    float: left;
    font-size: 10pt;
    margin: 0;
    padding: 0 8px;
    width: 40px;
    color: black;
    text-align: center;
    overflow: hidden;
    padding-top: 50px
}

.ms2side__updown {
    font-size: 9pt
}

.ms2side__options p,
.ms2side__updown p {
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid black
}

.ms2side__options p.ms2side_hover,
.ms2side__updown p.ms2side_hover {
    background-color: #F0F0FF;
    border-color: #0000FF;
    cursor: pointer
}

.ms2side__options p.ms2side__hide,
.ms2side__updown p.ms2side__hide {
    cursor: default;
    color: gray;
    border: 1px solid gray;
    background-color: #F0F0F0
}

.ms2side__div select {
    width: 220px;
    float: left
}

.ms2side__header input {
    width: 120px;
    height: 24px;
    display: inline
}

.ms2side__header input.wait {
    width: 120px;
    height: 24px;
    background: #fff url(/assets/loading.gif) no-repeat center right
}

.ms2side__header input.small {
    width: 50px;
    height: 24px
}

.ms2side__header select {
    width: 100px;
    font-size: 11px;
    height: 18px;
    float: none
}

.ms2side__header select.small {
    width: 70px
}

.ms2side__header a {
    font-size: 10pt;
    padding: 0 8px;
    width: 16px;
    height: 16px;
    color: black;
    text-align: center;
    text-decoration: none;
    border: 1px solid gray;
    background: #fff url(/assets/close.gif) no-repeat center center;
    margin: 0 0 0 3px
}

.ms2side__header a:hover {
    background-color: #F0F0FF;
    border-color: gray
}

.has-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px
}

.has-switch.switch-mini {
    min-width: 72px
}

.has-switch.switch-mini i.switch-mini-icons {
    height: 1.20em;
    line-height: 9px;
    vertical-align: text-top;
    text-align: center;
    transform: scale(0.6);
    margin-top: -1px;
    margin-bottom: -1px
}

.has-switch.switch-small {
    min-width: 80px
}

.has-switch.switch-large {
    min-width: 120px
}

.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important
}

.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important
}

.has-switch>div {
    display: inline-block;
    width: 150%;
    position: relative;
    top: 0
}

.has-switch>div.switch-animate {
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s
}

.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: none
}

.has-switch span,
.has-switch label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px
}

.has-switch span.switch-mini,
.has-switch label.switch-mini {
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 9px
}

.has-switch span.switch-small,
.has-switch label.switch-small {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px
}

.has-switch span.switch-large,
.has-switch label.switch-large {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 16px;
    line-height: normal
}

.has-switch label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    width: 34%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #333333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.has-switch label:active,
.has-switch label.active {
    background-color: #cccccc \9
}

.has-switch label i {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    line-height: 18px;
    pointer-events: none
}

.has-switch span {
    text-align: center;
    z-index: 1;
    width: 33%
}

.has-switch span.switch-left {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.has-switch span.switch-right {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fff));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #fff);
    background-image: -o-linear-gradient(top, #e6e6e6, #fff);
    background-image: linear-gradient(to bottom, #e6e6e6, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
    border-color: #ffffff #ffffff #d9d9d9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #ffffff;
    *background-color: #f2f2f2
}

.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
    background-color: #e6e6e6 \9
}

.has-switch span.switch-primary,
.has-switch span.switch-left {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #005fcc;
    background-image: -moz-linear-gradient(top, #04c, #08c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04c), to(#08c));
    background-image: -webkit-linear-gradient(top, #04c, #08c);
    background-image: -o-linear-gradient(top, #04c, #08c);
    background-image: linear-gradient(to bottom, #04c, #08c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
    border-color: #0088cc #0088cc #005580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0088cc;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #0088cc;
    *background-color: #0077b3
}

.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
    background-color: #006699 \9
}

.has-switch span.switch-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #41a7c5;
    background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
    background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
    background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
    border-color: #5bc0de #5bc0de #28a1c5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #5bc0de;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #5bc0de;
    *background-color: #46b8da
}

.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
    background-color: #31b0d5 \9
}

.has-switch span.switch-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #58b058;
    background-image: -moz-linear-gradient(top, #51a351, #62c462);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
    background-image: -webkit-linear-gradient(top, #51a351, #62c462);
    background-image: -o-linear-gradient(top, #51a351, #62c462);
    background-image: linear-gradient(to bottom, #51a351, #62c462);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
    border-color: #62c462 #62c462 #3b9e3b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #62c462;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #62c462;
    *background-color: #4fbd4f
}

.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
    background-color: #42b142 \9
}

.has-switch span.switch-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f9a123;
    background-image: -moz-linear-gradient(top, #f89406, #fbb450);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
    background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
    background-image: -o-linear-gradient(top, #f89406, #fbb450);
    background-image: linear-gradient(to bottom, #f89406, #fbb450);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
    border-color: #fbb450 #fbb450 #f89406;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #fbb450;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #fbb450;
    *background-color: #faa937
}

.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
    background-color: #fa9f1e \9
}

.has-switch span.switch-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d14641;
    background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
    background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
    border-color: #ee5f5b #ee5f5b #e51d18;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ee5f5b;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #ee5f5b;
    *background-color: #ec4844
}

.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
    background-color: #e9322d \9
}

.has-switch span.switch-default {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#fff));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #fff);
    background-image: -o-linear-gradient(top, #e6e6e6, #fff);
    background-image: linear-gradient(to bottom, #e6e6e6, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
    border-color: #ffffff #ffffff #d9d9d9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ffffff;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.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;
    background-color: #ffffff;
    *background-color: #f2f2f2
}

.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
    background-color: #e6e6e6 \9
}

.image-row img {
    max-width: 200px;
    max-height: 125px
}

.app-store .image-row {
    height: 200px;
    padding-top: 30px
}

.app-store .description-row {
    height: 85px
}

.beta-app {
    background-image: url("/assets/apps/beta-ribbon.png");
    background-position: left top;
    background-repeat: no-repeat
}

.featured-app {
    background-image: url("/assets/apps/featured-ribbon.png");
    background-position: left top;
    background-repeat: no-repeat
}

.new-app {
    background-image: url("/assets/apps/new-ribbon.png");
    background-position: left top;
    background-repeat: no-repeat
}

.premium-app {
    background-image: url("/assets/apps/premium-ribbon.png");
    background-position: left top;
    background-repeat: no-repeat
}

.block-grid {
    display: block;
    overflow: hidden;
    padding: 0
}

.block-grid>li {
    display: block;
    height: auto;
    float: left
}

.block-grid.one-up {
    margin: 0
}

.block-grid.one-up>li {
    width: 80%;
    padding: 0 0 15px
}

.block-grid.two-up {
    margin: 0 -15px
}

.block-grid.two-up>li {
    width: 40%;
    padding: 0 15px 15px
}

.block-grid.two-up>li:nth-of-type(2n+1) {
    clear: both
}

.block-grid.three-up {
    margin: 0 -12px
}

.block-grid.three-up>li {
    width: 26.66666667%;
    padding: 0 12px 12px
}

.block-grid.three-up>li:nth-of-type(3n+1) {
    clear: both
}

.block-grid.four-up {
    margin: 0 -10px
}

.block-grid.four-up>li {
    width: 20%;
    padding: 0 10px 10px
}

.block-grid.four-up>li:nth-of-type(4n+1) {
    clear: both
}

.block-grid.five-up {
    margin: 0 -8px
}

.block-grid.five-up>li {
    width: 16%;
    padding: 0 8px 8px
}

.block-grid.five-up>li:nth-of-type(5n+1) {
    clear: both
}

.block-grid.six-up {
    margin: 0 -8px
}

.block-grid.six-up>li {
    width: 13.33333333%;
    padding: 0 8px 8px
}

.block-grid.six-up>li:nth-of-type(6n+1) {
    clear: both
}

.block-grid.seven-up {
    margin: 0 -8px
}

.block-grid.seven-up>li {
    width: 11.42857143%;
    padding: 0 8px 8px
}

.block-grid.seven-up>li:nth-of-type(7n+1) {
    clear: both
}

.block-grid.eight-up {
    margin: 0 -8px
}

.block-grid.eight-up>li {
    width: 10%;
    padding: 0 8px 8px
}

.block-grid.eight-up>li:nth-of-type(8n+1) {
    clear: both
}

.block-grid.nine-up {
    margin: 0 -8px
}

.block-grid.nine-up>li {
    width: 8.88888889%;
    padding: 0 8px 8px
}

.block-grid.nine-up>li:nth-of-type(9n+1) {
    clear: both
}

.block-grid.ten-up {
    margin: 0 -8px
}

.block-grid.ten-up>li {
    width: 8%;
    padding: 0 8px 8px
}

.block-grid.ten-up>li:nth-of-type(10n+1) {
    clear: both
}

.block-grid.eleven-up {
    margin: 0 -8px
}

.block-grid.eleven-up>li {
    width: 7.27272727%;
    padding: 0 8px 8px
}

.block-grid.eleven-up>li:nth-of-type(11n+1) {
    clear: both
}

.block-grid.twelve-up {
    margin: 0 -8px
}

.block-grid.twelve-up>li {
    width: 6.66666667%;
    padding: 0 8px 8px
}

.block-grid.twelve-up>li:nth-of-type(12n+1) {
    clear: both
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left
}

.ui-multiselect span.ui-icon {
    float: right
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px
}

.ui-multiselect-header ul {
    font-size: 0.9em
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0
}

.ui-multiselect-header a {
    text-decoration: none
}

.ui-multiselect-header a:hover {
    text-decoration: underline
}

.ui-multiselect-header span.ui-icon {
    float: left
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0
}

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: scroll
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding-right: 3px
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none
}

.ui-multiselect-checkboxes input {
    display: inline;
    margin-right: 5px
}

* html .ui-multiselect-checkboxes label {
    border: none
}


/*! jQuery UI - v1.9.2 - 2014-02-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=90&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

* html .ui-tooltip {
    background-image: none
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #fff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222
}

.ui-widget-content a {
    color: #222222
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #ccc url(/assets/jquery-ui/ui-bg_highlight-soft_90_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #fff url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.ui-widget-overlay {
    background: #aaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

div.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px;
    width: 250px;
    height: 50px;
    overflow-y: auto
}

div.tagsinput span.tag {
    border: 1px solid #a2a2a2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 2px;
    text-decoration: none;
    background: #c5c5c5;
    color: rgba(35, 35, 35, 0.8);
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 11px
}

div.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px
}

div.tagsinput div {
    display: block;
    float: left
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important
}

.foo {
    background: black
}


/*! Tablesaw - v0.1.2 - 2014-05-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */

table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%
}

.tablesaw {
    border-collapse: collapse;
    width: 100%
}

.tablesaw {
    border: 0;
    padding: 0
}

.tablesaw th,
.tablesaw td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em
}

.tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {
    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block
    }
    .tablesaw-stack tr {
        clear: both;
        display: table-row
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        min-width: 30%;
        display: inline-block
    }
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }
    .tablesaw-cell-label {
        display: block
    }
    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important
    }
}

@media (max-width: 39.9375em) {
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none
    }
    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%
    }
}

@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row
    }
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important
    }
}


/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {
    overflow: hidden
}

.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll
}

@media (max-width: 979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-top,
    .modal-open.page-overflow .page-container .navbar-fixed-bottom {
        overflow-y: visible
    }
}

.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto
}

.modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible
}

.modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.01s linear, top 0.01s ease-out, bottom 0.01s ease-out, margin-top 0.01s ease-out;
    -moz-transition: opacity 0.01s linear, top 0.01s ease-out, bottom 0.01s ease-out, margin-top 0.01s ease-out;
    -o-transition: opacity 0.01s linear, top 0.01s ease-out, bottom 0.01s ease-out, margin-top 0.01s ease-out;
    transition: opacity 0.01s linear, top 0.01s ease-out, bottom 0.01s ease-out, margin-top 0.01s ease-out
}

.modal.fade.in {
    top: 50%
}

.modal-body {
    max-height: none;
    overflow: visible
}

#emailMessageModal .overflow-visible-anyway {
    overflow: visible
}

.modal.modal-absolute {
    position: absolute;
    z-index: 950
}

.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px
}

.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #fff
}

.modal.container {
    width: 940px;
    margin-left: -470px
}

.modal-overflow.modal {
    top: 1%
}

.modal-overflow.modal.fade {
    top: -100%
}

.modal-overflow.modal.fade.in {
    top: 1%
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 1200px) {
    .modal.container {
        width: 1170px;
        margin-left: -585px
    }
}

@media (max-width: 979px) {
    .modal,
    .modal.container,
    .modal.modal-overflow {
        top: 1%;
        right: 1%;
        left: 1%;
        bottom: auto;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important
    }
    .modal.fade.in,
    .modal.container.fade.in,
    .modal.modal-overflow.fade.in {
        top: 1%;
        bottom: auto
    }
    .modal-body,
    .modal-overflow .modal-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important
    }
    .modal-footer,
    .modal-overflow .modal-footer {
        position: static
    }
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px
}

.animated {
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

input[type=text].product-serial {
    display: inline !important
}


/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.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;
    width: 16px;
    height: 16px
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block
}

.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 {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget .modal_deactivate-header a.close,
.modal_deactivate-header .bootstrap-timepicker-widget a.close,
.bootstrap-timepicker-widget input {
    border-radius: 4px
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px
}

.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 transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #333
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #ddd
}

.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px
}

.bootstrap-timepicker-widget table td input {
    width: 30px;
    margin: 0;
    text-align: center
}

.bootstrap-timepicker-widget .modal-content {
    padding: 4px
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%
    }
    .bootstrap-timepicker .dropdown-menu {
        width: 100%
    }
}

.bootstrap-timepicker-widget {
    z-index: 10000
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li>label.multiselect-group {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn,
.modal_deactivate-header .btn-group>.btn-group:nth-child(2)>.multiselect.close {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.quick-filters .btn span,
.quick-filters .modal_deactivate-header .close span,
.modal_deactivate-header .quick-filters .close span {
    text-transform: uppercase
}

.spaced-search-options select,
.spaced-search-options button {
    margin-right: 15px;
    margin-left: 5px
}

#soulmate-search-input {
    border: 1px solid #999;
    color: #545C5F;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 12px 12px 10px;
    width: 600px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px
}

#soulmate {
    background-color: #fafafa;
    border: 1px solid #bbb;
    display: none;
    font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: absolute;
    text-shadow: 0 0 0 white;
    width: 579px;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}

#soulmate .soulmate-type-container {
    border-top: 1px solid #ddd
}

#soulmate .soulmate-type-container:first-child {
    border-top: none
}

#soulmate .soulmate-type-suggestions {
    border-left: 1px solid #ddd;
    float: right;
    list-style: none;
    padding: 5px 0;
    width: 490px;
    letter-spacing: 0.5px
}

#soulmate .soulmate-suggestion {
    color: #111;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 0 6px 12px;
    text-decoration: none
}

#soulmate .soulmate-suggestion.focus {
    color: white;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 13px;
    position: relative;
    text-shadow: 0 1px 1px #32629b;
    z-index: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #545454;
    background: -moz-linear-gradient(top, #545454 0, #444 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#444));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#545454,endColorstr=#444444)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#545454, endColorstr=#444444)
}

#soulmate .soulmate-type {
    background-color: white;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 490px;
    padding: 10px 10px 0 10px;
    text-align: right;
    text-transform: capitalize;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    zoom: 1
}

#soulmate .soulmate-type:before,
#soulmate .soulmate-type:after {
    content: "";
    display: table
}

#soulmate .soulmate-type:after {
    clear: both
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: #fff
}

@font-face {
    font-family: "slick";
    src: url("slick.eot");
    src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

.slick-slide img {
    display: inline
}

.mail-container {
    position: relative
}

.mail-container .mail-sidebar,
.mail-container .mail-body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mail-container .mail-sidebar {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    min-height: 100%;
    background: #fbfbfb;
    border-right: 1px solid #ebebeb
}

.mail-container .mail-sidebar .mail-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.mail-container .mail-sidebar .mail-menu>li {
    margin: 0;
    padding: 0
}

.mail-container .mail-sidebar .mail-menu>li a {
    color: #777777;
    display: block;
    padding: 10px 10px 10px 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 13px
}

.mail-container .mail-sidebar .mail-menu>li a:hover {
    text-decoration: none;
    color: #444444
}

.mail-container .mail-sidebar .mail-menu>li a i {
    margin-right: 10px;
    font-size: 13px
}

.mail-container .mail-sidebar .mail-menu>li a .badge {
    font-size: 13px
}

.mail-container .mail-sidebar .mail-menu>li a .badge-tag {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px
}

.mail-container .mail-sidebar .mail-menu>li:hover a {
    background: #ffffff
}

.mail-container .mail-sidebar .mail-menu>li.active a {
    background: #f3f3f3;
    font-weight: bold
}

.mail-container .mail-sidebar .mail-menu>li.divider {
    padding: 0;
    height: 1px;
    margin: 9px 0 3px;
    background: #e5e5e5
}

.mail-container .mail-sidebar .mail-menu>li.menu-title {
    margin-top: 25px;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: 700
}

.mail-container .mail-header {
    position: relative;
    height: 38px;
    margin-left: 200px;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff
}

.mail-container .mail-header .header-buttons {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    text-align: left;
    height: 38px;
    padding: 0 2px 0 7px
}

.mail-container .mail-header .header-buttons li {
    float: left;
    position: relative;
    height: 38px;
    width: 38px;
    padding: 4px;
    text-align: center
}

.mail-container .mail-header .header-buttons li a {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.mail-container .mail-header .header-buttons li a:hover {
    cursor: pointer;
    border-color: #2dc3e8
}

.mail-container .mail-header .header-buttons li a:hover i {
    color: #2dc3e8
}

.mail-container .mail-header .header-buttons li a i {
    line-height: 24px;
    color: #d0d0d0;
    font-size: 14px
}

.mail-container .mail-header .header-buttons li a i.fa {
    line-height: 28px;
    font-size: 16px
}

.mail-container .mail-header .header-buttons li.search {
    width: 150px
}

.mail-container .mail-header .header-buttons li.search input[type="text"] {
    border-color: #e5e5e5;
    -webkit-border-radius: 5px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 5px !important;
    -moz-background-clip: padding !important;
    border-radius: 5px !important;
    background-clip: padding-box !important
}

.mail-container .mail-header .pages {
    float: right;
    font-style: italic;
    line-height: 38px;
    color: #d0d0d0
}

.mail-container .mail-header .draft {
    float: right;
    margin-right: 15px;
    font-style: italic;
    line-height: 38px;
    color: #d0d0d0
}

.mail-container .mail-header .mail-title {
    float: left;
    margin-left: 15px;
    line-height: 36px;
    color: #555555
}

.mail-container .mail-body {
    position: relative;
    margin-left: 200px;
    padding: 0;
    overflow: hidden
}

.mail-container .mail-body .mail-info {
    width: 100%;
    background: #f5f5f5;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ebebeb
}

.mail-container .mail-body .mail-info .mail-sender,
.mail-container .mail-body .mail-info .mail-date {
    display: table-cell;
    width: 50%;
    color: #737373;
    padding: 8px 10px 7px
}

.mail-container .mail-body .mail-info .mail-sender.mail-sender a:hover,
.mail-container .mail-body .mail-info .mail-date.mail-sender a:hover {
    text-decoration: none
}

.mail-container .mail-body .mail-info .mail-sender.mail-sender span,
.mail-container .mail-body .mail-info .mail-date.mail-sender span {
    font-weight: bold;
    color: #fb6e52
}

.mail-container .mail-body .mail-info .mail-sender.mail-sender img,
.mail-container .mail-body .mail-info .mail-date.mail-sender img {
    margin-right: 5px;
    border: 2px solid #e5e5e5
}

.mail-container .mail-body .mail-info .mail-sender.mail-date,
.mail-container .mail-body .mail-info .mail-date.mail-date {
    text-align: right
}

.mail-container .mail-body .mail-text {
    border-bottom: 1px solid #ebebeb;
    padding: 15px
}

.mail-container .mail-body .mail-attachments {
    padding: 10px;
    border-bottom: 1px solid #ebebeb
}

.mail-container .mail-body .mail-attachments h4 {
    margin-bottom: 30px;
    line-height: 1
}

.mail-container .mail-body .mail-attachments h4 span {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4
}

.mail-container .mail-body .mail-attachments ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.mail-container .mail-body .mail-attachments ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    margin-bottom: 10px
}

.mail-container .mail-body .mail-attachments ul li>a {
    display: block
}

.mail-container .mail-body .mail-attachments ul li>a img {
    position: relative;
    display: block;
    line-height: 1;
    margin-bottom: 10px
}

.mail-container .mail-body .mail-attachments ul li>a.thumb {
    position: relative
}

.mail-container .mail-body .mail-attachments ul li>a.thumb:after {
    font-family: 'FontAwesome';
    content: '\f00d';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    vertical-align: text-top;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.mail-container .mail-body .mail-attachments ul li>a.thumb:hover:after {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.mail-container .mail-body .mail-attachments ul li>a.thumb.download:after {
    content: '\f019'
}

.mail-container .mail-body .mail-attachments ul li>a.name span {
    color: #666666;
    float: right
}

.mail-container .mail-body .mail-attachments ul li .links {
    display: block;
    font-size: 11px;
    color: #666666;
    margin-top: 6px
}

.mail-container .mail-body .mail-attachments ul li .links a {
    color: #666666
}

.mail-container .mail-body .mail-reply {
    border-bottom: 1px solid #ebebeb;
    padding: 10px
}

.mail-container .mail-body .mail-reply .reply-form {
    padding: 10px;
    border: 1px solid #ebebeb;
    min-height: 200px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

.mail-container .mail-body .mail-reply .reply-form>div a {
    font-weight: bold;
    color: #fb6e52
}

.mail-container .mail-body .mail-compose {
    padding: 10px
}

.mail-container .mail-body .mail-compose .note-editor {
    border: 1px solid #e5e5e5 !important
}

.mail-container .mail-body .mail-compose .note-editor .btn-group>.btn.btn-default>.caret,
.mail-container .mail-body .mail-compose .note-editor .modal_deactivate-header .btn-group>.btn-default.close>.caret,
.modal_deactivate-header .mail-container .mail-body .mail-compose .note-editor .btn-group>.btn-default.close>.caret {
    border-top-color: #999999;
    border-width: 4px;
    margin-top: -2px
}

.mail-container .mail-body .mail-compose .note-editor .note-toolbar {
    border-bottom: 1px solid #e5e5e5
}

.mail-container .mail-body .mail-compose .note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 25px
}

.mail-container .mail-body .mail-compose .note-editor .btn,
.mail-container .mail-body .mail-compose .note-editor .modal_deactivate-header .close,
.modal_deactivate-header .mail-container .mail-body .mail-compose .note-editor .close {
    color: #999999 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e5e5e5;
    background-color: #fbfbfb
}

.mail-container .mail-body .mail-compose .note-editor .btn:hover,
.mail-container .mail-body .mail-compose .note-editor .modal_deactivate-header .close:hover,
.modal_deactivate-header .mail-container .mail-body .mail-compose .note-editor .close:hover {
    color: #444444 !important
}

.mail-container .mail-body .mail-compose .form-group {
    position: relative;
    margin-bottom: 5px
}

.mail-container .mail-body .mail-compose .form-group label {
    position: absolute;
    left: 10px;
    top: 7px;
    z-index: 10;
    color: #999999
}

.mail-container .mail-body .mail-compose .form-group input {
    border-color: #e5e5e5;
    border-left: 0;
    position: relative;
    padding-left: 100px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff
}

.mail-container .mail-body .mail-compose .form-group input:focus {
    background-color: #ffffff
}

.mail-container .mail-body .mail-compose .form-group .field-options {
    position: absolute;
    right: 5px;
    top: 5px
}

.mail-container .mail-body .mail-compose .form-group .field-options a {
    display: inline-block;
    background: #f3f4f4;
    color: #7e8186;
    padding: 2px 6px;
    margin-left: 4px;
    text-align: center;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

.mail-container .mail-body>div:last-child {
    border-bottom: 0
}

.mail-container .mail-body .mail-list {
    list-style: none;
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding: 0
}

.mail-container .mail-body .mail-list .list-item {
    display: block;
    position: relative;
    height: 38px;
    padding: 0
}

.mail-container .mail-body .mail-list .list-item:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    max-width: 4px;
    overflow: hidden;
    background-color: #2dc3e8
}

.mail-container .mail-body .mail-list .list-item:hover:before {
    display: block
}

.mail-container .mail-body .mail-list .list-item:nth-child(2n-1) {
    background: #f6f6f6
}

.mail-container .mail-body .mail-list .list-item.unread>div.item-sender,
.mail-container .mail-body .mail-list .list-item.unread>div.item-subject {
    font-weight: bold
}

.mail-container .mail-body .mail-list .list-item>div {
    position: absolute;
    height: 38px;
    top: 0
}

.mail-container .mail-body .mail-list .list-item>div.item-check {
    left: 0;
    width: 42px;
    padding: 0 5px 0 15px;
    text-align: center;
    line-height: 38px
}

.mail-container .mail-body .mail-list .list-item>div.item-star {
    line-height: 38px;
    width: 22px;
    left: 42px
}

.mail-container .mail-body .mail-list .list-item>div.item-star a {
    font-size: 15px;
    color: #d0d0d0
}

.mail-container .mail-body .mail-list .list-item>div.item-star a.stared {
    color: #ffce55
}

.mail-container .mail-body .mail-list .list-item>div.item-sender {
    width: 150px;
    left: 64px;
    line-height: 38px;
    padding-left: 5px
}

.mail-container .mail-body .mail-list .list-item>div.item-sender a {
    color: #444444
}

.mail-container .mail-body .mail-list .list-item>div.item-sender a:hover {
    text-decoration: none
}

.mail-container .mail-body .mail-list .list-item>div.item-subject {
    min-width: 200px;
    left: 167px;
    line-height: 38px;
    padding-left: 10px
}

.mail-container .mail-body .mail-list .list-item>div.item-subject a {
    color: #444444
}

.mail-container .mail-body .mail-list .list-item>div.item-subject a:hover {
    text-decoration: none
}

.mail-container .mail-body .mail-list .list-item>div.item-time {
    right: 0;
    width: 120px;
    line-height: 38px;
    text-align: right;
    padding-right: 20px
}

.mail-container .mail-body .mail-list .list-item>div.item-options {
    right: 120px;
    width: 38px;
    line-height: 38px;
    text-align: right;
    padding-right: 10px
}

.mail-container .mail-body .mail-list .list-item>div.item-options a {
    color: #555555;
    font-size: 19px
}

.mail-container .mail-body .mail-list .list-item>div.item-options a:hover {
    text-decoration: none
}

.mail-container.right-sidebar .mail-sidebar {
    border-left: 1px solid #ebebeb;
    border-right: 0
}

.mail-container.right-sidebar .mail-body {
    float: left
}

@media (max-width: 999px) {
    .mail-container .mail-body .mail-list .list-item {
        height: 70px;
        padding: 5px
    }
    .mail-container .mail-body .mail-list .list-item>div.item-subject {
        top: 25px;
        left: 0;
        padding: 0 5px 0 15px;
        min-width: 100px
    }
    .mail-container .mail-body .mail-list .list-item>div.item-options {
        right: 5px
    }
    .mail-container .mail-body .mail-list .list-item>div.item-time {
        right: 30px
    }
}

@media (max-width: 760px) {
    .mail-container .mail-sidebar {
        display: none
    }
    .mail-container .mail-body,
    .mail-container .mail-header {
        margin-left: 0
    }
}

@media (max-width: 570px) {
    .mail-container .mail-header {
        height: 76px
    }
    .mail-container .mail-header .header-buttons {
        display: block;
        float: none;
        margin: 0 auto
    }
}

@media (max-width: 330px) {
    .mail-container .mail-body .mail-list .list-item {
        height: 90px
    }
    .mail-container .mail-body .mail-list .list-item>div.item-subject {
        margin-top: 20px;
        margin-right: 50px;
        line-height: 20px;
        height: 50px
    }
    .mail-container .mail-body .mail-list .list-item>div.item-time {
        display: none
    }
    .mail-container .mail-header {
        text-align: center;
        height: 114px
    }
    .mail-container .mail-header .pages {
        display: block;
        float: none;
        margin: 0 auto
    }
}


/*!
 * FullCalendar Scheduler v1.3.1
 * Docs & License: http://fullcalendar.io/scheduler/
 * (c) 2016 Adam Shaw
 */

.fc-scroller-clip {
    overflow: hidden;
    position: relative
}

.fc-no-scrollbars {
    background: rgba(255, 255, 255, 0)
}

.fc-no-scrollbars::-webkit-scrollbar {
    width: 0;
    height: 0
}

.fc-scroller-canvas {
    position: relative;
    box-sizing: border-box;
    min-height: 100%
}

.fc-scroller-canvas>.fc-bg {
    z-index: 1
}

.fc-scroller-canvas>.fc-content {
    z-index: 2;
    position: relative;
    border-style: solid;
    border-width: 0
}

.ui-widget .fc-scroller-canvas>.fc-content {
    border-color: transparent
}

.fc-scroller-canvas.fc-gutter-left>.fc-content {
    border-left-width: 1px;
    margin-left: -1px
}

.fc-scroller-canvas.fc-gutter-right>.fc-content {
    border-right-width: 1px;
    margin-right: -1px
}

.fc-scroller-canvas.fc-gutter-top>.fc-content {
    border-top-width: 1px;
    margin-top: -1px
}

.fc-scroller-canvas.fc-gutter-bottom>.fc-content {
    border-bottom-width: 1px;
    margin-bottom: -1px
}

.fc-rtl .fc-timeline {
    direction: rtl
}

.fc-timeline .fc-divider {
    width: 3px;
    border-style: double
}

.fc-timeline .fc-head>tr>.fc-divider {
    border-bottom: 0
}

.fc-timeline .fc-body>tr>.fc-divider {
    border-top: 0
}

.fc-timeline .fc-body .fc-divider.ui-widget-header {
    background-image: none
}

.fc-scrolled .fc-head .fc-scroller {
    z-index: 2
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075)
}

.fc-timeline .fc-body .fc-scroller {
    z-index: 1
}

.fc-timeline .fc-scroller-canvas>div>table,
.fc-timeline .fc-scroller-canvas>div>div>table {
    border-style: hidden
}

.fc-timeline th,
.fc-timeline td {
    white-space: nowrap
}

.fc-timeline .fc-cell-content {
    overflow: hidden
}

.fc-timeline .fc-cell-text {
    padding-left: 4px;
    padding-right: 4px
}

.fc-timeline .fc-col-resizer {
    cursor: col-resize
}

.fc-timeline th {
    vertical-align: middle
}

.fc-timeline .fc-head .fc-cell-content {
    padding-top: 3px;
    padding-bottom: 3px
}

.fc-timeline .fc-body .ui-widget-content {
    background-image: none
}

.fc-resource-area {
    width: 30%
}

.fc-resource-area col {
    width: 40%;
    min-width: 70px
}

.fc-resource-area col.fc-main-col {
    width: 60%
}

.fc-flat .fc-expander-space {
    display: none
}

.fc-ltr .fc-resource-area tr>* {
    text-align: left
}

.fc-rtl .fc-resource-area tr>* {
    text-align: right
}

.fc-resource-area .fc-cell-content {
    padding-left: 4px;
    padding-right: 4px
}

.fc-resource-area .fc-super th {
    text-align: center
}

.fc-resource-area th>div {
    position: relative
}

.fc-resource-area th .fc-cell-content {
    position: relative;
    z-index: 1
}

.fc-resource-area th .fc-col-resizer {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 5px
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
    right: -3px
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
    left: -3px
}

tr.fc-collapsed>td,
tr.fc-transitioning>td {
    overflow: hidden
}

tr.fc-transitioning>td>div {
    transition: margin-top 0.2s
}

tr.fc-collapsed>td>div {
    margin-top: -10px
}

.fc-body .fc-resource-area .fc-cell-content {
    padding-top: 8px;
    padding-bottom: 8px
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
    padding-top: 5px;
    padding-bottom: 5px
}

.fc-resource-area .fc-icon {
    width: 1em;
    font-size: .9em;
    vertical-align: middle;
    margin-top: -1%
}

.fc-resource-area .fc-expander {
    cursor: pointer;
    color: #666
}

.fc-time-area col {
    min-width: 2.2em
}

.fc-ltr .fc-time-area .fc-chrono th {
    text-align: left
}

.fc-rtl .fc-time-area .fc-chrono th {
    text-align: right
}

.fc-time-area .fc-slats {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-time-area .fc-slats table {
    height: 100%
}

.fc-time-area .fc-slats .fc-minor {
    border-style: dotted
}

.fc-time-area .fc-slats td {
    border-width: 0 1px
}

.fc-ltr .fc-time-area .fc-slats td {
    border-right-width: 0
}

.fc-rtl .fc-time-area .fc-slats td {
    border-left-width: 0
}

.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 0
}

.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
    left: 0
}

.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
    right: 0
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
    position: absolute;
    top: 0;
    bottom: 0
}

.fc-time-area .fc-rows {
    position: relative;
    z-index: 3
}

.fc-time-area .fc-rows .ui-widget-content {
    background: none
}

.fc-time-area .fc-rows td>div {
    position: relative
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
    z-index: 1
}

.fc-time-area .fc-event-container {
    position: relative;
    z-index: 2;
    width: 0
}

.fc-time-area .fc-helper-container {
    position: absolute;
    z-index: 3;
    top: 0
}

.fc-time-area .fc-event-container {
    padding-bottom: 8px;
    top: -1px
}

.fc-time-area tr:first-child .fc-event-container {
    top: 0
}

.fc-no-overlap .fc-time-area .fc-event-container {
    padding-bottom: 0;
    top: 0
}

.fc-timeline .fc-now-indicator {
    z-index: 3;
    top: 0
}

.fc-time-area .fc-now-indicator-arrow {
    margin: 0 -6px;
    border-width: 6px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent
}

.fc-time-area .fc-now-indicator-line {
    margin: 0 -1px;
    bottom: 0;
    border-left-width: 1px
}

.fc-timeline-event {
    position: absolute;
    border-radius: 0;
    padding: 2px 0;
    margin-bottom: 1px
}

.fc-no-overlap .fc-timeline-event {
    padding: 5px 0;
    margin-bottom: 0
}

.fc-ltr .fc-timeline-event {
    margin-right: 1px
}

.fc-rtl .fc-timeline-event {
    margin-left: 1px
}

.fc-timeline-event .fc-content {
    padding: 0 1px;
    white-space: nowrap;
    overflow: hidden
}

.fc-timeline-event .fc-time {
    font-weight: bold;
    padding: 0 1px
}

.fc-rtl .fc-timeline-event .fc-time {
    display: inline-block
}

.fc-timeline-event .fc-title {
    padding: 0 1px
}

.fc-timeline-event.fc-selected .fc-bg {
    display: none
}

.fc-ltr .fc-timeline-event .fc-title {
    padding-left: 10px;
    margin-left: -8px
}

.fc-rtl .fc-timeline-event .fc-title {
    padding-right: 10px;
    margin-right: -8px
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
    margin-left: -2px
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
    margin-right: -2px
}

.fc-timeline-event.fc-not-start .fc-title,
.fc-body .fc-time-area .fc-following {
    position: relative
}

.fc-timeline-event.fc-not-start .fc-title:before,
.fc-body .fc-time-area .fc-following:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border: 5px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    opacity: .5
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before,
.fc-ltr .fc-body .fc-time-area .fc-following:before {
    border-left: 0;
    left: 2px
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before,
.fc-rtl .fc-body .fc-time-area .fc-following:before {
    border-right: 0;
    right: 2px
}

.fc-license-message {
    position: absolute;
    z-index: 99999;
    bottom: 1px;
    left: 1px;
    background: #eee;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0 0;
    padding: 2px 4px;
    font-size: 12px;
    border-top-right-radius: 3px
}

.react-bs-table-container .react-bs-table-search-form {
    margin-bottom: 0
}

.react-bs-table table {
    margin-bottom: 0;
    table-layout: fixed
}

.react-bs-table table td,
.react-bs-table table th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.react-bs-table {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 5px 10px
}

.react-bs-table-pagination {
    margin: 10px
}

.react-bs-table-tool-bar {
    margin: 10px 10px 0
}

.react-bs-container-header {
    overflow: hidden;
    width: 100%
}

.react-bs-container-body {
    overflow: auto;
    width: 100%
}

.react-bs-table .table-bordered,
.react-bs-table .table-repairshopr {
    border: 0
}

.react-bs-table .table-bordered>thead>tr>td,
.react-bs-table .table-repairshopr>thead>tr>td,
.react-bs-table .table-bordered>thead>tr>th,
.react-bs-table .table-repairshopr>thead>tr>th {
    border-bottom-width: 2px
}

.react-bs-table .table-bordered>tfoot>tr>td,
.react-bs-table .table-repairshopr>tfoot>tr>td,
.react-bs-table .table-bordered>tfoot>tr>th,
.react-bs-table .table-repairshopr>tfoot>tr>th {
    border-top-width: 2px;
    border-bottom-width: 0
}

.react-bs-table .table-bordered>tbody>tr>td:first-child,
.react-bs-table .table-repairshopr>tbody>tr>td:first-child,
.react-bs-table .table-bordered>tbody>tr>th:first-child,
.react-bs-table .table-repairshopr>tbody>tr>th:first-child,
.react-bs-table .table-bordered>tfoot>tr>td:first-child,
.react-bs-table .table-repairshopr>tfoot>tr>td:first-child,
.react-bs-table .table-bordered>tfoot>tr>th:first-child,
.react-bs-table .table-repairshopr>tfoot>tr>th:first-child,
.react-bs-table .table-bordered>thead>tr>td:first-child,
.react-bs-table .table-repairshopr>thead>tr>td:first-child,
.react-bs-table .table-bordered>thead>tr>th:first-child,
.react-bs-table .table-repairshopr>thead>tr>th:first-child {
    border-left-width: 0
}

.react-bs-table .table-bordered>tbody>tr>td:last-child,
.react-bs-table .table-repairshopr>tbody>tr>td:last-child,
.react-bs-table .table-bordered>tbody>tr>th:last-child,
.react-bs-table .table-repairshopr>tbody>tr>th:last-child,
.react-bs-table .table-bordered>tfoot>tr>td:last-child,
.react-bs-table .table-repairshopr>tfoot>tr>td:last-child,
.react-bs-table .table-bordered>tfoot>tr>th:last-child,
.react-bs-table .table-repairshopr>tfoot>tr>th:last-child,
.react-bs-table .table-bordered>thead>tr>td:last-child,
.react-bs-table .table-repairshopr>thead>tr>td:last-child,
.react-bs-table .table-bordered>thead>tr>th:last-child,
.react-bs-table .table-repairshopr>thead>tr>th:last-child {
    border-right-width: 0
}

.react-bs-table .table-bordered>thead>tr:first-child>td,
.react-bs-table .table-repairshopr>thead>tr:first-child>td,
.react-bs-table .table-bordered>thead>tr:first-child>th,
.react-bs-table .table-repairshopr>thead>tr:first-child>th {
    border-top-width: 0
}

.react-bs-table .table-bordered>tfoot>tr:last-child>td,
.react-bs-table .table-repairshopr>tfoot>tr:last-child>td,
.react-bs-table .table-bordered>tfoot>tr:last-child>th,
.react-bs-table .table-repairshopr>tfoot>tr:last-child>th {
    border-bottom-width: 0
}

.react-bs-table .react-bs-container-header>table>thead>tr>th {
    vertical-align: middle
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .filter {
    font-weight: 400
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .filter::-webkit-input-placeholder,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,
.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter option[value=''],
.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected {
    color: #d3d3d3;
    font-style: italic
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']) {
    color: initial;
    font-style: initial
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter {
    display: flex
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-input,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input {
    margin-left: 5px;
    float: left;
    width: calc(100% - 67px - 5px)
}

.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-comparator,
.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-comparator {
    width: 67px;
    float: left
}

.react-bs-table .react-bs-container-header .sort-column {
    cursor: pointer
}

.react-bs-container .textarea-save-btn {
    position: absolute;
    z-index: 100;
    right: 0;
    top: -21px
}

.react-bs-table-no-data {
    text-align: center
}

.animated {
    animation-fill-mode: both
}

.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

.animated.shake {
    animation-duration: .3s
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    50%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    30%,
    70% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}