body,
html {
    height: 100%
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.7;
    color: #565656;
    position: relative;
    overflow-x: hidden;
}

body.loading * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

p {
    margin: 0 0 19px
}

a {
    color: inherit;
    text-decoration: underline;
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #85af53;
}

iframe {
    border: 0;
    display: block;
}

hr {
    border-color: #d9d9d9
}

h1,
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #303030;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 18px
}

h4 {
    font-weight: 700;
    font-size: 14px;
    color: #565656;
}

ol,
ul {
    padding: 0 19px;
    margin-bottom: 20px;
}

li {
    margin: 10px 0;
    padding-left: 7px;
}

.btn {
    position: relative;
    text-decoration: none;
    border-radius: 1px;
    padding: 11px 30px;
    -webkit-transition: .12s ease;
    -moz-transition: .12s ease;
    -ms-transition: .12s ease;
    -o-transition: .12s ease;
    transition: .12s ease;
    -webkit-transition-property: background-color, border-color, color;
    -moz-transition-property: background-color, border-color, color;
    -ms-transition-property: background-color, border-color, color;
    -o-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
}

.btn:focus {
    outline: 0!important
}

.btn-default {
    background: #f0f0f0;
    border-color: #ccc;
    color: #333;
}

.btn-default:active,
.btn-default:hover {
    background: #4e4e4e;
    border-color: #4e4e4e;
    color: #fff;
}

.btn-default .disabled,
.btn-default:disabled {
    color: #b9b9b9;
    opacity: 1;
    background: #f0f0f0;
    border-color: #d9d9d9;
}

.btn-primary,
.btn-success {
    color: #fff;
    background: #85af53;
    border-color: #789f4a;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #739847;
    border-color: #739847;
}

.btn-primary .disabled,
.btn-primary:disabled {
    background: #85af53;
    border-color: #789f4a;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #739847;
    border-color: #739847;
}

.btn-success .disabled,
.btn-success:disabled,
.btn-success:disabled:active,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background: #85af53;
    border-color: #789f4a;
}

.btn-danger {
    color: #fff;
    background: #ff5400;
    border-color: #e64c00;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background: #db4800;
    border-color: #db4800;
}

.btn-danger .disabled,
.btn-danger:disabled {
    background: #ff5400;
    border-color: #e64c00;
}

.btn-info {
    color: #fff;
    background: #85af53;
    border-color: #789f4a;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #739847;
    border-color: #739847;
}

.btn-info .disabled,
.btn-info:disabled {
    background: #85af53;
    border-color: #789f4a;
}

.btn-link {
    padding-right: 8px;
    padding-left: 8px;
    color: inherit;
    text-decoration: underline;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-link .disabled,
.btn-link:disabled {
    color: #999
}

.btn-link:focus,
.btn-link:hover {
    color: #85af53
}

.btn-link .btn-sm,
.btn-link .btn-xs {
    padding-right: 5px;
    padding-left: 5px;
}

.btn-link .btn-lg {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-sm,
.btn-xs {
    padding: 4px 20px 3px
}

.btn-lg {
    padding: 15px 34px 14px
}

.form-control {
    border-color: #cfcfcf;
    border-radius: 1px;
    color: #999;
    box-shadow: none;
    height: 48px;
    padding: 0 12px!important;
    -webkit-transition: border-color .11s ease!important;
    -moz-transition: border-color .11s ease!important;
    -ms-transition: border-color .11s ease!important;
    -o-transition: border-color .11s ease!important;
    transition: border-color .11s ease!important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #999;
}

.form-control .disabled,
.form-control:disabled {
    background: #f8f8f8;
    color: #999;
}

select {
    display: block!important;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

select:focus+.select {
    border-color: #999
}

select:focus+.select:after {
    color: #999
}

.select {
    padding-right: 40px;
    cursor: pointer;
    color: #999;
    line-height: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select:after {
    content: "\f078";
    position: absolute;
    top: 15px;
    right: 17px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    pointer-events: none;
    color: #888;
}

.select.is-filled {
    color: #333
}

.form-control.hasCustomSelect {
    width: 100%!important
}

.floatlabel-wrapper,
.select {
    position: relative
}

.floatlabel {
    margin: 0;
    position: absolute;
    left: 13px;
    top: 5px!important;
    font-size: 11px;
    font-weight: 400;
    color: #999;
    visibility: hidden;
    cursor: text;
    -webkit-transition: opacity .13s ease!important;
    -moz-transition: opacity .13s ease!important;
    -ms-transition: opacity .13s ease!important;
    -o-transition: opacity .13s ease!important;
    transition: opacity .13s ease!important;
}

.floatlabel.visible {
    visibility: visible
}

.form-control.has-floatlabel {
    padding-top: 14px!important;
    color: #333;
}

.has-error .form-control,
.has-success .form-control {
    box-shadow: none;
    padding-right: 45px;
}

.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none
}

.has-error .floatlabel-wrapper:after,
.has-success .floatlabel-wrapper:after {
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    pointer-events: none;
}

.has-success .floatlabel-wrapper:after {
    right: 14px
}

.has-error .floatlabel-wrapper:after {
    top: 14px
}

.has-success .form-control {
    background: #f3f7ed;
    border-color: #85af53;
}

.has-success .form-control:focus {
    border-color: #709445
}

.has-success .floatlabel-wrapper:after {
    top: 13px;
    content: "\f00c";
    color: #85af53;
}

.has-error .form-control {
    background: #ffeee5;
    border-color: #ff5400;
}

.has-error .form-control:focus {
    border-color: #d64700
}

.has-error .floatlabel-wrapper:after {
    content: "\f12a";
    color: #ff5400;
    right: 17px;
}

.checkbox,
.radio {
    margin-bottom: 20px;
    padding-left: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -12px
}

.custom-checkbox,
.custom-radio {
    overflow: hidden;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    cursor: pointer;
    line-height: normal;
    float: left;
    margin: 0 6px 0 -27px;
    top: 1px;
    z-index: 1;
}

.custom-radio {
    border-radius: 50%
}

.custom-checkbox.focused,
.custom-radio.focused {
    border-color: #999
}

.custom-checkbox.checked:after {
    content: "\f00c";
    position: absolute;
    height: 12px;
    width: 12px;
    top: 3px;
    left: 3px;
    display: block;
    line-height: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #565656;
    text-align: center;
    z-index: -1;
    pointer-events: none;
}

.custom-radio.checked:after {
    content: "";
    position: relative;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #565656;
    border-radius: 50%;
    display: block;
    z-index: -1;
    pointer-events: none;
}

.combo-box {
    position: relative;
    padding-right: 55px;
}

.combo-box-input {
    position: relative;
    z-index: 1;
}

.combo-box-select {
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -1px;
}

.combo-box-select .selectInner {
    display: none!important
}

.combo-box-select .selectFocus {
    position: relative;
    z-index: 2;
}

.combo-box-select .select:after {
    right: 0;
    width: 100%;
    text-align: center;
}

.table>tbody>tr>td.danger,
.table>tbody>tr>td.success {
    background-color: transparent
}

.table>tbody>tr>td.success {
    color: #85af53
}

.table>tbody>tr>td.danger {
    color: #ff5400
}

.table>tbody>tr>td {
    border: 1px solid #ddd;
    border-width: 1px 0;
}

.table>thead>tr>th {
    border: 0;
    position: relative;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td {
    padding: 12px 0;
    position: relative;
}

.table>thead>tr>th {
    padding: 6px 0
}

.table .checkbox {
    display: block;
    width: 20px;
}

.table .checkbox,
.table .checkbox .custom-checkbox {
    margin: 0;
    float: right;
}

.table .btn {
    padding: 4px 13px 3px;
    position: absolute;
    top: -4px;
    right: 0;
}

.page-header {
    padding-bottom: 5px;
    margin: 60px 0 45px;
    border-color: #d9d9d9;
}

.page-header h1,
.page-header h2,
.page-header h3 {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 18px;
}

.page-header .fa {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 18px;
    vertical-align: middle!important;
}

.page-header .fa,
.page-header .fa+h1,
.page-header .fa+h2,
.page-header .fa+h3 {
    position: relative;
    bottom: -6px;
}

.nav-pills {
    background: #f0f0f0;
    padding: 0;
    height: 100%;
    margin: 0 0 0 -15px;
}

.nav-pills-dark>li,
.nav-pills>li,
.nav-stacked li {
    margin: 0;
    padding: 0;
}

.nav-pills>li.active>a {
    border-radius: 0;
    background: #fff;
    border-width: 0 0 1px;
    color: inherit;
}

.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #fff;
    color: inherit;
}

.nav-pills>li+li {
    margin: 0
}

.nav-pills>li>a {
    border-radius: 0;
    border: solid #d9d9d9;
    border-width: 0 1px 1px;
    text-decoration: none;
    padding: 19px 40px;
    font-size: 18px;
}

.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    text-decoration: none;
    color: inherit;
    background: #e6e6e6;
}

.nav-stacked a,
.nav-stacked li.active {
    border-radius: 0
}

.nav-stacked a {
    margin: 0;
    padding: 0;
}

.nav-pills-dark {
    background: #4e4e4e;
    padding: 10px 30px;
    height: 100%;
}

.nav-pills-dark:before {
    display: none
}

.nav-pills-dark .form-control {
    border-color: #fff!important;
    margin-top: 10px;
}

.nav-pills-dark>li.active>a {
    color: #85af53;
    background: 0 0;
    border: 0;
    border-top: 1px solid #6e6e6e;
}

.nav-pills-dark>li.active>a:focus,
.nav-pills-dark>li.active>a:hover {
    background: 0 0;
    color: #85af53;
}

.nav-pills-dark>li>a {
    border: 0;
    border-top: 1px solid #6e6e6e;
    text-decoration: none;
    padding: 21px 0;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    -webkit-transition: padding-left .2s ease;
    -moz-transition: padding-left .2s ease;
    -ms-transition: padding-left .2s ease;
    -o-transition: padding-left .2s ease;
    transition: padding-left .2s ease;
}

.nav-pills-dark>li>a:active,
.nav-pills-dark>li>a:focus,
.nav-pills-dark>li>a:hover {
    background: 0 0;
    color: #fff;
    padding-left: 12px;
}

.nav-pills-dark>li>a:active {
    color: #b8b8b8
}

.nav-pills-dark>li:first-child a {
    border: 0
}

.popover {
    margin-left: -105px;
    margin-bottom: -20px;
    width: 280px;
}

.popover-content {
    padding: 40px 30px 30px
}

.popover.bottom>.arrow {
    margin-left: 95px;
}

.dl-horizontal dt {
    width: auto;
    padding: 2px 0;
}

.dl-horizontal dd {
    margin-left: 90px;
    text-align: right;
    padding: 2px 0;
}

.alert {
    border-radius: 0;
    border: 0;
    text-align: left;
    display: block;
    width: 100%;
    white-space: normal;
    padding-left: 57px;
    position: relative;
}

.alert .fa {
    color: inherit;
    position: absolute;
    left: 18px;
    top: 20px;
}

.alert-success {
    background: #d4ebba;
    color: #6b8d42;
}

.alert-danger {
    background: #ffe5d7;
    color: #cc4300;
}

@media (max-width:992px) {
    .nav-pills>li>a {
        padding: 14px 28px
    }
}

@media (max-width:768px) {
    .nav-pills {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .nav-pills:before {
        /* content: "";
        display: block;
        position: absolute;
        height: 100000px;
        width: 100%;
        top: 0;
        right: 15px;
        background: #f0f0f0;
        border-right: 1px solid #d9d9d9; */
    }
}

@media (max-width:500px) {
    .page-header {
        margin: 35px 0 25px
    }
}

@media (max-width:768px) {
    .page-header-primary {
        text-align: center;
        border: 0;
        padding: 0 10px;
    }
}

@media (max-width:768px) and (min-width:500px) {
    .page-header-primary {
        margin: 40px 0 18px
    }
}