@import url('http://localhost:9918/assets/fonts/lato/font.css');

.space-left-none {
    margin-left: 0 !important
}

.space-right-none {
    margin-right: 0 !important
}

.space-top-none {
    margin-top: 0 !important
}

.space-bottom-none {
    margin-bottom: 0 !important
}

.space-left {
    margin-left: 20px
}

.space-right {
    margin-right: 20px
}

.space-top {
    margin-top: 20px
}

.space-bottom {
    margin-bottom: 20px
}

.space-left-half {
    margin-left: 10px
}

.space-right-half {
    margin-right: 10px
}

.space-top-half {
    margin-top: 10px
}

.space-bottom-half {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .space-xs-left {
        margin-left: 20px
    }

    .space-xs-left-half {
        margin-left: 10px
    }

    .space-xs-right {
        margin-right: 20px
    }

    .space-xs-right-half {
        margin-right: 10px
    }

    .space-xs-top {
        margin-top: 20px
    }

    .space-xs-top-half {
        margin-top: 10px
    }

    .space-xs-bottom {
        margin-bottom: 20px
    }

    .space-xs-bottom-half {
        margin-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .space-sm-left {
        margin-left: 20px
    }

    .space-sm-left-half {
        margin-left: 10px
    }

    .space-sm-right {
        margin-right: 20px
    }

    .space-sm-right-half {
        margin-right: 10px
    }

    .space-sm-top {
        margin-top: 20px
    }

    .space-sm-top-half {
        margin-top: 10px
    }

    .space-sm-bottom {
        margin-bottom: 20px
    }

    .space-sm-bottom-half {
        margin-bottom: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .space-md-left {
        margin-left: 20px
    }

    .space-md-left-half {
        margin-left: 10px
    }

    .space-md-right {
        margin-right: 20px
    }

    .space-md-right-half {
        margin-right: 10px
    }

    .space-md-top {
        margin-top: 20px
    }

    .space-md-top-half {
        margin-top: 10px
    }

    .space-md-bottom {
        margin-bottom: 20px
    }

    .space-md-bottom-half {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .space-lg-left {
        margin-left: 20px
    }

    .space-lg-left-half {
        margin-left: 10px
    }

    .space-lg-right {
        margin-right: 20px
    }

    .space-lg-right-half {
        margin-right: 10px
    }

    .space-lg-top {
        margin-top: 20px
    }

    .space-lg-top-half {
        margin-top: 10px
    }

    .space-lg-bottom {
        margin-bottom: 20px
    }

    .space-lg-bottom-half {
        margin-bottom: 10px
    }
}

.row-split:before,
.row-split:after {
    content: " ";
    display: table
}

.row-split:after {
    clear: both
}

.row-split:before,
.row-split:after {
    content: " ";
    display: table
}

.row-split:after {
    clear: both
}

.row-split>.col-xs-1,
.row-split>.col-sm-1,
.row-split>.col-md-1,
.row-split>.col-lg-1,
.row-split>.col-xs-2,
.row-split>.col-sm-2,
.row-split>.col-md-2,
.row-split>.col-lg-2,
.row-split>.col-xs-3,
.row-split>.col-sm-3,
.row-split>.col-md-3,
.row-split>.col-lg-3,
.row-split>.col-xs-4,
.row-split>.col-sm-4,
.row-split>.col-md-4,
.row-split>.col-lg-4,
.row-split>.col-xs-5,
.row-split>.col-sm-5,
.row-split>.col-md-5,
.row-split>.col-lg-5,
.row-split>.col-xs-6,
.row-split>.col-sm-6,
.row-split>.col-md-6,
.row-split>.col-lg-6,
.row-split>.col-xs-7,
.row-split>.col-sm-7,
.row-split>.col-md-7,
.row-split>.col-lg-7,
.row-split>.col-xs-8,
.row-split>.col-sm-8,
.row-split>.col-md-8,
.row-split>.col-lg-8,
.row-split>.col-xs-9,
.row-split>.col-sm-9,
.row-split>.col-md-9,
.row-split>.col-lg-9,
.row-split>.col-xs-10,
.row-split>.col-sm-10,
.row-split>.col-md-10,
.row-split>.col-lg-10,
.row-split>.col-xs-11,
.row-split>.col-sm-11,
.row-split>.col-md-11,
.row-split>.col-lg-11,
.row-split>.col-xs-12,
.row-split>.col-sm-12,
.row-split>.col-md-12,
.row-split>.col-lg-12 {
    padding-left: 0;
    padding-right: 0
}

.row-space-half {
    margin-left: -5px;
    margin-right: -5px
}

.row-space-half:before,
.row-space-half:after {
    content: " ";
    display: table
}

.row-space-half:after {
    clear: both
}

.row-space-half:before,
.row-space-half:after {
    content: " ";
    display: table
}

.row-space-half:after {
    clear: both
}

.row-space-half>.col-xs-1,
.row-space-half>.col-sm-1,
.row-space-half>.col-md-1,
.row-space-half>.col-lg-1,
.row-space-half>.col-xs-2,
.row-space-half>.col-sm-2,
.row-space-half>.col-md-2,
.row-space-half>.col-lg-2,
.row-space-half>.col-xs-3,
.row-space-half>.col-sm-3,
.row-space-half>.col-md-3,
.row-space-half>.col-lg-3,
.row-space-half>.col-xs-4,
.row-space-half>.col-sm-4,
.row-space-half>.col-md-4,
.row-space-half>.col-lg-4,
.row-space-half>.col-xs-5,
.row-space-half>.col-sm-5,
.row-space-half>.col-md-5,
.row-space-half>.col-lg-5,
.row-space-half>.col-xs-6,
.row-space-half>.col-sm-6,
.row-space-half>.col-md-6,
.row-space-half>.col-lg-6,
.row-space-half>.col-xs-7,
.row-space-half>.col-sm-7,
.row-space-half>.col-md-7,
.row-space-half>.col-lg-7,
.row-space-half>.col-xs-8,
.row-space-half>.col-sm-8,
.row-space-half>.col-md-8,
.row-space-half>.col-lg-8,
.row-space-half>.col-xs-9,
.row-space-half>.col-sm-9,
.row-space-half>.col-md-9,
.row-space-half>.col-lg-9,
.row-space-half>.col-xs-10,
.row-space-half>.col-sm-10,
.row-space-half>.col-md-10,
.row-space-half>.col-lg-10,
.row-space-half>.col-xs-11,
.row-space-half>.col-sm-11,
.row-space-half>.col-md-11,
.row-space-half>.col-lg-11,
.row-space-half>.col-xs-12,
.row-space-half>.col-sm-12,
.row-space-half>.col-md-12,
.row-space-half>.col-lg-12 {
    padding-left: 5px;
    padding-right: 5px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Lato", Georgia, "Times New Roman", Times, serif;
    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: normal;
    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%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.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: #ff6230
}

a.text-primary:hover {
    color: #fc3d00
}

.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: #ff6230
}

a.bg-primary:hover {
    background-color: #fc3d00
}

.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;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        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;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.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'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.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-left: 10px;
    padding-right: 10px
}

.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
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 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: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 3px 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: 0;
    -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);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #ff6230;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 98, 48, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 98, 48, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 98, 48, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    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: default
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: default
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: default
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -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)
}

.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;
    -moz-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;
    border-color: #3c763d;
    background-color: #dff0d8
}

.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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)
}

.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;
    -moz-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;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -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)
}

.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;
    -moz-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;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.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 .form-control-static {
        display: inline-block
    }

    .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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-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,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.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.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: #ff6230;
    border-color: #ff4f17
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fc3d00;
    border-color: #d83400
}

.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.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: #ff6230;
    border-color: #ff4f17
}

.btn-primary .badge {
    color: #ff6230;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.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.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.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.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.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.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 {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #ff6230;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-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: #e33700;
    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 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.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%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.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: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff6230
}

.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;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.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 {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff
}

.alert-success hr {
    border-top-color: #4cae4c
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #fff
}

.alert-info hr {
    border-top-color: #46b8da
}

.alert-info .alert-link {
    color: #e6e6e6
}

.alert-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff
}

.alert-warning hr {
    border-top-color: #eea236
}

.alert-warning .alert-link {
    color: #e6e6e6
}

.alert-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff
}

.alert-danger hr {
    border-top-color: #d43f3a
}

.alert-danger .alert-link {
    color: #e6e6e6
}

.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 {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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
}

.affix {
    position: fixed
}

* {
    outline: none !important
}

*,
*:before,
*:after {
    box-sizing: border-box
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important
}

body {
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden
}

a {
    text-decoration: none;
    color: #ff6230
}

a:hover,
a:focus {
    text-decoration: underline
}

hr {
    border: none;
    border-bottom: 1px solid #e1e1e1
}

label {
    font-weight: 400
}

.layout-row>.form-control:not(:last-child):not(:focus) {
    border-right-color: transparent
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #fafafa
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -moz-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}

.btn {
    text-transform: uppercase;
    font-family: "Lato", Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    height: 34px
}

.btn-link {
    color: #333
}

.btn-link:hover,
.btn-link:focus {
    color: #ff6230;
    text-decoration: none;
    border-color: #eee
}

select.form-control[multiple] {
    padding: 0
}

select.form-control[multiple] option {
    padding: 6px 5px
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 1px #ff8963 inset;
    -moz-box-shadow: 0 0 0 1px #ff8963 inset;
    box-shadow: 0 0 0 1px #ff8963 inset
}

.relative {
    position: relative
}

.site-brand {
    font-size: 18px
}

.site-header {
    z-index: 9
}

.site-header .material-icons {
    vertical-align: middle;
    font-size: 20px
}

.site-header-nav {
    background-color: #232426;
    color: #999;
    height: 40px;
    line-height: 40px;
    z-index: 9
}

.site-header-nav-links>a,
.site-header-nav-links>span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    position: relative
}

.site-header-nav-links>span>a {
    display: inline-block
}

.site-header-nav-links>span>a,
.site-header-nav-links>a {
    color: #999
}

.site-header-nav-links>span>a:hover,
.site-header-nav-links>a:hover,
.site-header-nav-links>span>a:focus,
.site-header-nav-links>a:focus {
    text-decoration: none;
    color: #eee
}

.site-header-nav-links>span>a.active,
.site-header-nav-links>a.active {
    color: #eee
}

.site-header-nav-links>span>a.active:after,
.site-header-nav-links>a.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #ff6230;
    left: 0;
    right: 0;
    bottom: 0
}

.site-header-nav-links>span>a.text-danger,
.site-header-nav-links>a.text-danger {
    color: #999
}

.site-header-nav-links>span>a.text-danger:hover,
.site-header-nav-links>a.text-danger:hover,
.site-header-nav-links>span>a.text-danger:focus,
.site-header-nav-links>a.text-danger:focus {
    color: #d9534f
}

.site-navigation {
    background: #eee;
    width: 250px;
    overflow-y: auto
}

.site-navigation:last-child {
    border-left: 1px solid #e1e1e1
}

.site-navigation:first-child {
    border-right: 1px solid #e1e1e1
}

.site-navigation .logo img {
    display: block;
    width: 150px;
    margin: 30px auto
}

.site-navigation-menu {
    margin: 0;
    padding: 0
}

.site-navigation-menu li.muted a,
.site-navigation-menu li.muted a>.icon {
    color: rgba(34, 34, 34, 0.5)
}

.site-navigation-menu li.active a {
    color: #ff6230;
    background: #e4e4e4
}

.site-navigation-menu li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #ff6230
}

.site-navigation-menu li.active a:hover,
.site-navigation-menu li.active a:focus {
    color: #ff6230
}

.site-navigation-menu li a {
    display: block;
    padding: 8px 20px;
    margin: 5px 0;
    position: relative;
    color: #222
}

.site-navigation-menu li a>.icon {
    margin-right: 15px;
    color: #777
}

.site-navigation-menu li a:hover,
.site-navigation-menu li a:focus {
    color: #222;
    text-decoration: none;
    background: #e4e4e4
}

.site-navigation-second {
    background: none
}

.site-navigation-second .site-navigation-menu li.active a {
    background: #eee
}

.site-navigation-divider {
    margin: 0 20px;
    border-color: #ddd
}

.site-navigation-header {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    padding: 10px 20px;
    margin: 0;
    color: rgba(34, 34, 34, 0.5);
    font-weight: 700
}

.site-navigation-header a {
    color: rgba(34, 34, 34, 0.5)
}

.site-navigation-header a:hover,
.site-navigation-header a:focus {
    color: #ff6230
}

.site-navigation-content {
    padding: 10px 20px
}

.site-navigation>.input-filter {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 20px
}

.site-navigation-toolbar {
    padding: 10px 20px;
    height: 50px
}

.site-navigation-toolbar .md-icon-button:first-child {
    margin-left: -20px
}

.site-navigation-toolbar .title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 4px
}

.site-navigation-action {
    border-top: 1px solid #d0d0d0
}

.site-navigation-tab {
    border-bottom: 1px solid #d0d0d0;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

.site-navigation-tab>a {
    font-size: 11px;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-bottom-color: #d0d0d0;
    padding: 5px 10px;
    display: inline-block;
    background-color: #eee;
    text-transform: uppercase;
    color: #777
}

.site-navigation-tab>a.active {
    border-color: #d0d0d0;
    border-bottom-color: transparent
}

.site-navigation-tab>a.active,
.site-navigation-tab>a.active:hover,
.site-navigation-tab>a.active:focus {
    color: #ff6230
}

.site-navigation-tab>a:hover,
.site-navigation-tab>a:focus {
    text-decoration: none;
    color: #333
}

.site-content {
    background: transparent;
    overflow: auto
}

.site-content>.content-table {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.navigation-tab {
    padding-left: 20px;
    padding-right: 20px
}

.navigation-tab>a {
    font-size: 11px;
    padding: 5px;
    margin: 0 5px;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #777
}

.navigation-tab>a:first-child {
    margin-left: 0
}

.navigation-tab>a:last-child {
    margin-right: 0
}

.navigation-tab>a:before,
.navigation-tab>a:after {
    content: " ";
    display: table
}

.navigation-tab>a:after {
    clear: both
}

.navigation-tab>a:before,
.navigation-tab>a:after {
    content: " ";
    display: table
}

.navigation-tab>a:after {
    clear: both
}

.navigation-tab>a.active {
    border-bottom-color: transparent;
    position: relative
}

.navigation-tab>a.active:after {
    content: "";
    height: 2px;
    background-color: #ff6230;
    width: 100%;
    bottom: -1px;
    left: 0;
    position: absolute
}

.navigation-tab>a.active,
.navigation-tab>a.active:hover,
.navigation-tab>a.active:focus {
    color: #ff6230
}

.navigation-tab>a:hover,
.navigation-tab>a:focus {
    text-decoration: none;
    color: #333
}

.navigation-tab-content {
    border-top: 1px solid #ddd;
    background: #fff;
    overflow: auto
}

.navigation-tab-content.content-body {
    padding-top: 20px;
    padding-bottom: 20px
}

.site-content-header {
    padding: 20px 20px
}

.site-content-header>.form-control,
.site-content-header>.input-group {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0
}

.site-content-header>h1 {
    font-size: 24px;
    margin: 0
}

.site-content-header>.description {
    margin-top: 10px;
    margin-bottom: 0;
    color: #777
}

.site-content-header-lg {
    padding-top: 40px
}

.content-body {
    padding: 0 20px
}

.content-body ul,
.content-body ol {
    padding-left: 15px;
    margin-left: 10px
}

.box-link {
    cursor: pointer
}

.link-delete {
    transition: .3s ease color;
    -webkit-transition: .3s ease color;
    -moz-transition: .3s ease color;
    -ms-transition: .3s ease color;
    -o-transition: .3s ease color;
    /* color: #ccc; */
    cursor: pointer;
    opacity: 0.5;
}

.link-delete:hover {
    color: #d9534f;
    opacity: 1;
}

.link-delete.md-icon-button md-icon {
    transition: .3s ease color;
    -webkit-transition: .3s ease color;
    -moz-transition: .3s ease color;
    -ms-transition: .3s ease color;
    -o-transition: .3s ease color;
    color: #ccc
}

.link-delete.md-icon-button:hover md-icon {
    color: #d9534f
}

.box-link:not(:hover) .box-link-showhover {
    opacity: 0
}

.box-link-showhover {
    transition: .3s ease opacity;
    -webkit-transition: .3s ease opacity;
    -moz-transition: .3s ease opacity;
    -ms-transition: .3s ease opacity;
    -o-transition: .3s ease opacity
}

.site-status {
    color: #ccc;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px
}

.site-status .description {
    margin-top: 10px;
    font-size: 14px
}

.site-status .description a {
    color: #777
}

.dropdown-right .dropdown-menu {
    left: auto;
    right: 0
}

.md-toolbar-tools {
    box-shadow: 0 0 7px #ccc
}

.md-toolbar-tools small {
    font-size: 14px
}

.md-toolbar-tools code {
    background: transparent;
    padding: 0;
    color: #333
}

.md-toolbar-tools .title {
    padding: 0 10px
}

.md-toolbar-tools .title .bordered {
    padding: 10px;
    border: 1px solid #ddd;
    line-height: normal
}

.md-toolbar-tools .title md-select {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0
}

.md-toolbar-tools .title md-select[disabled] ._md-select-value {
    background-size: 0
}

.md-toolbar-tools input[type=text],
.md-toolbar-tools input[type=number] {
    width: 100%;
    margin: 0;
    border: none;
    padding: 20px 0;
    background: transparent
}

.md-toolbar-tools input[type=text]:focus,
.md-toolbar-tools input[type=number]:focus {
    outline: none
}

.md-toolbar-tools input[type=text][disabled],
.md-toolbar-tools input[type=number][disabled],
.md-toolbar-tools input[type=text][readonly],
.md-toolbar-tools input[type=number][readonly] {
    color: #ff6230 !important;
    -webkit-text-fill-color: #ff6230 !important
}

md-toolbar md-progress-linear {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    height: 2px;
    margin-bottom: -2px
}

md-toolbar md-progress-linear ._md-container {
    height: 2px
}

.md-toolbar-tools {
    letter-spacing: 0
}

md-toolbar.md-table-toolbar .md-toolbar-tools md-icon.text-primary {
    color: #ff6230
}

md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button.first {
    margin-left: -12px
}

md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button.last {
    margin-right: -12px
}

md-icon.md-small {
    width: 18px;
    height: 18px;
    line-height: 18px;
    min-height: 18px;
    font-size: 18px
}

.md-button.md-small {
    width: 24px;
    height: 24px;
    line-height: 24px;
    min-height: 24px;
    vertical-align: top;
    font-size: 10px;
    padding: 0 0;
    margin: 0
}

md-icon.md-xsmall {
    width: 14px;
    height: 14px;
    line-height: 14px;
    min-height: 14px;
    font-size: 14px
}

.md-button.md-xsmall {
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    vertical-align: top;
    padding: 0 0;
    margin: 0
}

.md-button.md-xsmall md-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    min-height: 18px;
    font-size: 18px
}

.md-row-checked {
    background: #eee
}

.md-row-checked>td:first-child {
    position: relative
}

.md-row-checked>td:first-child:before {
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #ff6230
}

.md-table-stripped>tbody>tr:nth-child(2n)>td {
    background: #fbfbfb
}

.md-table-bordered .md-column,
.md-table-bordered .md-cell {
    border-left: 1px solid #e1e1e1
}

.md-table-bordered .md-column:first-child,
.md-table-bordered .md-cell:first-child {
    border-left: none
}

.md-table-bordered>thead>tr .md-column[colspan] {
    border-bottom: 1px solid #e1e1e1
}

.md-table-bordered>thead>tr:not(:first-child) .md-column:first-child,
.md-table-bordered>thead>tr:not(:first-child) .md-cell:first-child {
    border-left: 1px solid #e1e1e1
}

.md-table .md-head {
    background-color: #fafafa
}

table.md-table th.md-column md-icon.md-sort-icon {
    min-height: inherit;
    min-width: inherit
}

table.md-table.va-middle td.md-cell {
    vertical-align: middle
}

table.md-table td.md-cell {
    border-color: #e1e1e1;
    vertical-align: top
}

table.md-table tbody tr:last-child>td.md-cell {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

table.md-table .md-cell,
table.md-table .md-column {
    padding: 5px 10px !important
}

table.md-table thead.md-head>tr.md-row {
    height: 40px
}

table.md-table tbody.md-body>tr.md-row,
table.md-table tfoot.md-foot>tr.md-row {
    height: auto
}

table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
    padding-right: 10px
}

table.md-table tr.md-selected td.md-cell {
    color: #4485f5
}

.md-table-hide-checkbox .md-cell.md-checkbox-cell {
    display: none
}

.cell-long-text {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cell-long-text.lg {
    max-width: 300px
}

md-table-pagination {
    background: #f0f0f0;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden
}

md-table-pagination md-select ._md-select-value {
    border-bottom-color: transparent !important
}

md-table-pagination md-select.md-table-select {
    margin-bottom: 3px
}

md-select.md-select-borderless ._md-select-value {
    border-bottom-color: transparent !important
}

.preloading,
.page_blocker,
.loading_status {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 1000
}

.loginBox {
    max-width: 400px;
    margin: 70px auto 50px
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    margin-top: 5px;
    margin-bottom: 5px
}

.mCSB_scrollTools {
    width: 10px;
    z-index: 1010
}

.form-control-addon {
    width: inherit
}

.pre-console {
    font-family: 'Consolas', 'Lucida Console', 'Courier New';
    font-size: 13px;
    -webkit-tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.pre-console img {
    vertical-align: middle
}

mark {
    color: inherit;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(255, 240, 120, 0.9)
}

.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: #ff6230
}

a.text-primary:hover {
    color: #fc3d00
}

.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
}

.text-link-unfocus {
    cursor: pointer
}

.text-link-unfocus:hover {
    color: #ff6230
}

.json-formatter-row .toggler {
    margin-left: -1.3em
}

.space-t {
    margin-top: 20px !important
}

.space-b {
    margin-bottom: 20px !important
}

.space-l {
    margin-left: 20px !important
}

.space-r {
    margin-right: 20px !important
}

.space-th {
    margin-top: 10px !important
}

.space-bh {
    margin-bottom: 10px !important
}

.space-lh {
    margin-left: 10px !important
}

.space-rh {
    margin-right: 10px !important
}

.space-tq {
    margin-top: 5px !important
}

.space-bq {
    margin-bottom: 5px !important
}

.space-lq {
    margin-left: 5px !important
}

.space-rq {
    margin-right: 5px !important
}

.space-x {
    margin: 0 !important
}

.space-xt {
    margin-top: 0 !important
}

.space-xb {
    margin-bottom: 0 !important
}

.space-xl {
    margin-left: 0 !important
}

.space-xr {
    margin-right: 0 !important
}

.form-horizontal .control-label {
    text-align: left
}

.md-icon-button.active:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 12px;
    left: 12px;
    height: 2px;
    background: #f00
}

md-tooltip.content-tooltip ._md-content {
    height: auto;
    max-width: 400px;
    white-space: pre;
    text-overflow: auto;
    background: rgba(0, 0, 0, 0.85);
    font-size: 12px;
    line-height: 1.7em;
    text-shadow: none;
    padding: 10px
}

.clear-field {
    position: absolute;
    width: 40px;
    height: 100%;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
    right: 0;
    top: 0
}

.clear-field+.form-control {
    padding-right: 40px
}

.hover-primary {
    cursor: pointer
}

.hover-primary:hover {
    color: #ff6230 !important
}

.tools-icon {
    min-width: 2em;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 5px;
    font-size: 82%
}

.tools-icon.shopee {
    background: #f1582c
}

.tools-icon.shopee:before {
    content: "S"
}

.tools-icon.bukalapak {
    background: #d71149
}

.tools-icon.bukalapak:before {
    content: "B"
}

.tools-icon.tokopedia {
    background: #4e994e
}

.tools-icon.tokopedia:before {
    content: "t"
}

#process_log success {
    color: #5cb85c;
    font-weight: bold
}

#process_log error {
    color: #d9534f;
    font-weight: bold
}

#process_log info {
    color: #5bc0de;
    font-weight: bold
}

#process_log warning {
    color: #f0ad4e;
    font-weight: bold
}

.feeds{
    overflow-y: hidden;
}
.feeds:hover{
    overflow-y: auto;
}
.feeds a{
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}
.feeds a:hover{
    color: #ff6230;
}