.matching_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1%;
    flex-wrap: wrap
}

.matching_list_header {
    display: flex;
    padding: 10px 0;
    border-bottom: 3px solid #0c5e6e;
    color: #0c5e6e;
    font-size: 18px;
    font-weight: 700
}

.matching_wraper {
    width: 49.5%;
    background: #fff
}

@media(max-width:1000px) {
    .matching_wraper {
        width: 100%
    }

    .matching_container {
        gap: 0
    }
}

.hide_matching_item {
    height: 0
}

.matching_box {
    background-color: #f7faff
}

.matching_item_active {
    background-color: #f7faff !important
}

.matching_dropdown p {
    font-size: 14px;
    font-weight: 500
}

.matching_dropdown {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px
}

.matching_dropdown p span {
    color: #0c5e6e;
    font-size: 14px;
    font-weight: 700
}

.auditable_match_button:disabled,
.match_audit_items:disabled,
.reject_matching:disabled {
    background-color: #dbdbdb !important;
    color: rgba(29, 50, 99, .2) !important;
    border: 1px solid rgba(29, 50, 99, .2) !important;
    cursor: not-allowed !important
}

.remove_matching_items:disabled i {
    color: #dbdbdb !important;
    cursor: not-allowed !important
}

.matching_children_container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    width: 100%;
    max-height: 25vh;
    overflow: scroll
}

.matching_children_container::-webkit-scrollbar {
    width: 4px
}

.matching_children_container::-webkit-scrollbar-track {
    background-color: #f3f4f6
}

.matching_children_container::-webkit-scrollbar-thumb {
    background-color: #0c5e6e
}

.matching_children_container::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}

.matched_component_wrapper {
    flex-wrap: wrap
}

.line-clamp-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.dimmed-button {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center
}

:root {
    --primary-blue: #1d2d3e
}

.qtahseel-announcement,
.qlend-announcement {
    width: 100%;
    min-height: 75px;
    background-color: rgba(29, 192, 100, .06);
    border-radius: 5px;
    border-inline-start: 12px solid rgba(29, 192, 100, .6);
    padding-block: 16px;
    padding-inline-start: 14px;
    padding-inline-end: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    margin-top: 5px;
    margin-bottom: 15px
}

.qlend-announcement {
    background-color: rgba(0, 112, 242, .06);
    border-inline-start: 12px solid rgba(0, 112, 242, .6)
}

.qtahseel-announcement>div,
.qlend-announcement>div {
    display: flex;
    align-items: center;
    column-gap: 24px
}

.qtahseel-announcement img,
.qlend-announcement img {
    width: 26px;
    height: 26px;
    object-fit: contain
}

.qtahseel-announcement h1,
.qlend-announcement h1 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 0 0 8px
}

.qtahseel-announcement p,
.qlend-announcement p {
    font-size: 13px;
    line-height: normal;
    color: var(--primary-blue);
    margin: 0
}

.qtahseel-announcement .start-now,
.qlend-announcement .read-more {
    height: 36px;
    min-width: fit-content;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #f4f4f4;
    padding: 10px 25px 9px;
    border-radius: 3px;
    box-shadow: 0 108px 65px 0 rgba(0, 0, 0, .02), 0 192px 77px 0 rgba(0, 0, 0, .01), 0 300px 84px 0 transparent;
    border: solid 1px var(--primary-blue);
    background-color: var(--primary-blue)
}

.wrap {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #ccc;
    padding: 1.1rem;
    border-radius: 7px
}

.link_href {
    color: #0c5e6e
}

.wrap__buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.wrap__buttons__secOne,
.wrap__buttons__secTow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 34rem
}

.wrap__buttons__secTow img {
    width: 38px;
    height: 36px;
    object-fit: fill
}

.wrap__buttons__secOne button,
.wrap__buttons__secTow button {
    width: 17rem;
    height: 32px;
    margin: 2px 0 2px 109px;
    border: 0;
    padding: 9px 11px 9px 12px;
    border-radius: 3px;
    background-color: #1b80b7;
    align-self: stretch;
    flex-grow: 0;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

.arabic .wrap__buttons__secOne button,
.arabic .wrap__buttons__secTow button {
    margin: 1px 0 2px 0
}

.arabic .dropdown-content {
    left: 0
}

.border {
    border-bottom: 1px solid #ccc
}

.wrap__head__state {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center
}

.wrap__head__state span {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    color: #747474;
    display: flex;
    align-items: center
}

.wrap__head__state__bg {
    flex-grow: 0;
    width: 187px;
    height: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    border-radius: 12px;
    background-color: rgba(116, 116, 116, .15)
}

#dot {
    width: 6px;
    height: 6px;
    border: 1px solid;
    flex-grow: 0;
    background-color: #747474;
    border-radius: 6px
}

.blue_button {
    width: 12rem;
    height: 25px;
    border: 0;
    border-radius: 3px;
    background-color: #1b80b7;
    align-self: stretch;
    flex-grow: 0;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

#relativeTd {
    position: relative
}

.dropdown_content {
    display: none;
    transition: .5s all ease-in;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 38rem;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    right: 29rem
}

.arabic .dropdown_content {
    right: -29rem
}

.wrrap_popUp {
    position: relative
}

.dropdown_content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown a:hover {
    background-color: #ddd
}

.show {
    display: block;
    transition: all linear .5s
}

.green-btn:after {
    content: "";
    background: url(https://www.qoyod.com/images/truecheck.svg) no-repeat;
    display: flex;
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    margin: 2px 6px 0 0;
    left: 4rem;
    top: 2px;
    margin-left: -1rem
}

#center {
    text-align: center
}

#center_button {
    display: flex;
    justify-content: center;
    align-items: center
}

.green-btn {
    color: #fff !important;
    background-color: #0bcf97 !important;
    transition: all linear .5s
}

.box-hidden {
    display: none;
    position: absolute;
    top: 19em;
    left: 15em;
    width: 20em;
    height: 5em;
    border: 2px solid #000;
    padding: 0 1em 1em;
    background-color: #eee;
    z-index: 1002;
    overflow: auto
}

.contentt {
    opacity: 0;
    transition: .3s all ease
}

.active {
    opacity: 1
}

#close {
    cursor: pointer
}

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh
}

.button-custom-style {
    background-color: #0c5e6e;
    color: #fff;
    padding: 13px 30px;
    border-radius: 3px;
    border: none;
    font-weight: 600;
    font-size: 17px
}

.star-custom-style {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.p-custom-style {
    color: #0c5e6e;
    font-size: 16px;
    max-width: 50rem;
    text-align: center;
    font-weight: 600;
    padding: 15px 0;
    line-height: 34px
}

.buttons-custom-style {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px
}

.button-custom-style-trans {
    background-color: transparent;
    color: #0c5e6e;
    padding: 13px 30px;
    border-radius: 3px;
    border: 1px solid #0c5e6e;
    font-weight: 600;
    font-size: 17px
}

@media only screen and (max-width:600px) {
    .buttons-custom-style {
        flex-direction: column
    }
}

/*!* Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2020 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)*/
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select.dropdown-menu-right[class*=col-],
.row .bootstrap-select.dropdown-menu-right[class*=col-] {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.arabic .bootstrap-select .dropdown-toggle .caret {
    right: auto !important;
    left: 12px !important
}

.arabic .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
    padding-right: 5px !important
}

.arabic .dropdown-toggle::after {
    float: left;
    margin-top: .6em;
    vertical-align: .1em
}

.arabic .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important
}

.arabic .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0 !important
}

/*!* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
/*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/
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,
menu,
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-color: transparent
}

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
}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !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: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: glyphicons halflings;
    src: url(https://www.qoyod.com/fonts/glyphicons-halflings-regular.eot);
    src: url(https://www.qoyod.com/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://www.qoyod.com/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://www.qoyod.com/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://www.qoyod.com/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://www.qoyod.com/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: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.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"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-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"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    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
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    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
}

[role=button] {
    cursor: pointer
}

.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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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 {
    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: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    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
}

dd,
dt {
    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[data-original-title],
abbr[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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer: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 .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

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, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -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: 750px
    }
}

@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-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}





.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-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-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-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
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    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>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        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=checkbox],
input[type=radio] {
    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=checkbox]:focus,
input[type=radio]: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, .075);
    box-shadow: inset 0 1px 1px rgba(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, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input.form-control[type=date],
    input.form-control[type=time],
    input.form-control[type=datetime-local],
    input.form-control[type=month] {
        line-height: 34px
    }

    .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],
    input.input-sm[type=date],
    input.input-sm[type=time],
    input.input-sm[type=datetime-local],
    input.input-sm[type=month] {
        line-height: 30px
    }

    .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],
    input.input-lg[type=date],
    input.input-lg[type=time],
    input.input-lg[type=datetime-local],
    input.input-lg[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input.disabled[type=checkbox],
input[type=checkbox][disabled],
input.disabled[type=radio],
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    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 {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select.input-sm[multiple],
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select.form-control[multiple],
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select.input-lg[multiple],
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select.form-control[multiple],
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.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
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(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 .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(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 .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(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~.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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    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 {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default.focus[disabled],
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.focus[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success.focus[disabled],
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info.focus[disabled],
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning.focus[disabled],
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger.focus[disabled],
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    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;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    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.btn-block[type=button],
input.btn-block[type=reset],
input.btn-block[type=submit] {
    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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    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, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(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:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    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 dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@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-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn: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),
.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 {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn: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 {
    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, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .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,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn: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 {
    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,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.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 .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select.input-group-lg[multiple]>.form-control,
select.input-group-lg[multiple]>.input-group-addon,
select.input-group-lg[multiple]>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    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 {
    height: 30px;
    line-height: 30px
}

select.input-group-sm[multiple]>.form-control,
select.input-group-sm[multiple]>.input-group-addon,
select.input-group-sm[multiple]>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    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 {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    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:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.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:focus,
.nav-tabs>li.active>a:hover {
    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:focus,
.nav-tabs.nav-justified>.active>a:hover {
    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:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        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:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.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:focus,
.nav-tabs-justified>.active>a:hover {
    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:focus,
    .nav-tabs-justified>.active>a:hover {
        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, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }

}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        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-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, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .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 .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        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
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@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-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 {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    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
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    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:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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:focus,
.navbar-default .navbar-nav>.open>a:hover {
    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:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        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:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    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: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    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: #337ab7;
    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:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    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;
    line-height: 1.3333333
}

.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;
    line-height: 1.5
}

.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:focus,
.pager li>a:hover {
    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:focus,
.pager .disabled>a:hover,
.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:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    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: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 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,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .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: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.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, .1);
    box-shadow: inset 0 1px 2px rgba(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: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    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-bar.active,
.progress.active .progress-bar {
    -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-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 {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.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
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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, .05);
    box-shadow: 0 1px 1px rgba(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>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>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,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.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,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.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 th: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:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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 th: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:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th: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:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th: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:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.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-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>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>.list-group,
.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: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(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:focus,
.close:hover {
    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: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(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, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(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 {
    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 {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    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, .5);
        box-shadow: 0 5px 15px rgba(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-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.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;
    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 {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -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;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.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;
    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, .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, .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, .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, .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>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.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, .6);
    background-color: transparent;
    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:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.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: transparent;
    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, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.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 !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.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 !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.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 !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.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 !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.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
    }
}

html,
body {
    min-height: 100%
}

.layout-boxed html,
.layout-boxed body {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: raleway, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    background-color: #f4f4f4;
    background-repeat: no-repeat
}

.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table
}

.wrapper:after {
    clear: both
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    position: relative
}

.layout-boxed {
    background: url(../img/boxed-bg.jpg) repeat fixed
}

.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 250px;
    z-index: 820
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0
}

@media(max-width:767px) {

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
        padding-top: 100px !important
    }

    .main-footer {
        padding-top: 15px !important;
        margin-left: 15px !important;
        width: 95% !important
    }
}

@media(min-width:768px) {

    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0
    }

    .sidebar-collapse .main-footer {
        margin-left: 0;
        padding-top: 0 !important
    }
}

@media(max-width:767px) {

    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
        background: #fff
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    z-index: 800;
    background-color: #f4f4f4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 60px
}

.main-footer {
    background: #f4f4f4;
    padding: 15px;
    border-top: 1px solid #d2d6de;
    width: 78%;
    color: #6d6d6d;
    display: inline-block;
    font-size: .8em;
    margin-left: 264px;
    position: absolute;
    bottom: 0
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px
}

@media(max-width:767px) {

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header>.navbar,
body.hold-transition .main-sidebar .client-logo {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.content {
    min-height: 200px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: cairo, sans-serif
}

a {
    color: #3c8dbc
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2
}

.page-header {
    margin: 10px 0 20px;
    font-size: 22px
}

.page-header>small {
    color: #666;
    display: block;
    margin-top: 5px
}

.main-header {
    position: fixed;
    width: calc(100% - 230px);
    right: 0;
    max-height: 100px;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.arabic .main-header {
    left: 0;
    right: auto
}

.main-header>.navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0
}

.layout-top-nav .main-header>.navbar {
    margin-left: 0
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, .2);
    border-color: transparent
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .9)
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right
}

@media(max-width:991px) {

    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: 0 0
    }
}

@media(max-width:767px) {
    .main-header .navbar-right {
        float: none
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px
    }

    .main-header .navbar-right>li {
        color: inherit;
        border: 0
    }
}

.main-header .client-sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 10px 15px;
    font-family: fontAwesome;
    color: #004a71;
    font-size: 18px
}

.main-header .client-sidebar-toggle:before {
    content: "\f0c9"
}

.sidebar-collapse.main-header .client-sidebar-toggle:before {
    content: "\F142"
}

.sidebar-collapse .main-header .client-sidebar-toggle .fa-bars {
    display: none
}

.sidebar-collapse .main-header .client-sidebar-toggle .fa-ellipsis-v {
    display: block
}

.main-header .client-sidebar-toggle:hover {
    color: #004a71
}

.main-header .client-sidebar-toggle:focus,
.main-header .client-sidebar-toggle:active {
    background: 0 0
}

.main-header .client-sidebar-toggle .icon-bar {
    display: none
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
    margin-right: 5px
}

.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9
}

.main-sidebar .client-logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    overflow: hidden;
    background: #14293c;
    padding-top: 15px;
    margin-bottom: 1rem
}

.main-sidebar .client-logo:hover {
    background: #14293c
}

.main-sidebar .client-logo .logo-lg {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-sidebar .client-logo .logo-lg>*+* {
    margin-top: .5rem
}

.main-sidebar .client-logo .logo-lg .logo-lg-logo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 1em;
    background-color: #fff
}

.main-sidebar .client-logo .logo-lg .logo-lg-logo img {
    width: 100%;
    height: 100%
}

.main-sidebar .client-logo .logo-lg span {
    font-size: 1.1rem
}

.main-sidebar .client-logo .logo-mini {
    display: none
}

.main-header .navbar-brand {
    color: #fff
}

.content-header {
    position: relative;
    padding: 15px;
    padding-bottom: 0
}

.content-header>h1 {
    margin: 0;
    font-size: 24px
}

.content-header>h1>small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300
}

.content-header>.breadcrumb {
    float: right;
    background: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px
}

.content-header>.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
    margin-right: 5px
}

.content-header>.breadcrumb>li+li:before {
    content: '>\00a0'
}

@media(max-width:991px) {
    .content-header>.breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px
    }

    .content-header>.breadcrumb li:before {
        color: #97a0b3
    }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px
}

@media(max-width:991px) {
    .navbar-custom-menu .navbar-nav>li {
        float: left
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left
    }

    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px
    }
}

@media(max-width:767px) {

    .main-sidebar .client-logo,
    .main-header .navbar {
        width: 100%;
        float: none
    }

    .main-header .navbar {
        margin: 0
    }

    .main-header .navbar-custom-menu {
        float: right
    }
}

@media(max-width:991px) {
    .navbar-collapse.pull-left {
        float: none !important
    }

    .navbar-collapse.pull-left+.navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px
    }
}

.main-sidebar,
.left-side {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 230px;
    z-index: 810;
    background: #14293c;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .left-side {
    overflow-y: initial;
    overflow-x: visible
}

@media(max-width:767px) {

    .main-sidebar,
    .left-side {
        padding-top: 50px
    }

    .main-header {
        width: 100%
    }
}

@media(max-width:767px) {

    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media(min-width:768px) {

    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media(max-width:767px) {

    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.client.sidebar {
    padding-bottom: 10px;
    background: #14293c;
    border-right: none;
    width: 100%
}

.client.sidebar:before {
    display: none
}

.sidebar-form input:focus {
    border-color: transparent
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden
}

.user-panel:before,
.user-panel:after {
    content: " ";
    display: table
}

.user-panel:after {
    clear: both
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px
}

.user-panel>.info>a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
    margin-right: 3px
}

.client-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.client-sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0
}

.client-sidebar-menu>li>a {
    padding: 12px 15px;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    color: #d3d4d8
}

.disable-cta {
    color: #dbdbdb !important;
    pointer-events: none
}

.disabled-area {
    color: #dbdbdb !important
}

.disabled-btn {
    background-color: #dbdbdb !important;
    border: 1px solid #ddd !important
}

.disabled-btn p,
.disabled-btn img {
    filter: grayscale(100%);
    opacity: .6
}

.disabled-btn a,
.disabled-btn i {
    color: #817f7f !important
}

.client-sidebar-menu>li>a:hover {
    background: #036c9c
}

.client-sidebar-menu>li.active>a {
    background: #036c9c
}

.client-sidebar-menu>li>a>span {
    padding: 0 5px;
    text-align: left
}

.client-sidebar-menu>li>a>.fa,
.client-sidebar-menu>li>a>.glyphicon,
.client-sidebar-menu>li>a>.ion {
    width: 20px;
    color: #d3d4d8;
    font-size: 15px
}

.client-sidebar-menu>li>a>.fa-plus {
    border: 2px solid #28a0d2;
    border-radius: 50%;
    padding: 2px;
    font-size: 13px;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle
}

.client-sidebar-menu>li .label,
.client-sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px
}

.client-sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px
}

.client-sidebar-menu li>a>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px
}

.client-sidebar-menu li.active>a>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.client-sidebar-menu li.active>.treeview-menu {
    display: block
}

.client-sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 1px 0;
    margin: 0;
    padding-left: 0
}

.client-sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
    background: #112331
}

.client-sidebar-menu .treeview-menu>li {
    margin: 0
}

.client-sidebar-menu .treeview-menu>li>a {
    padding: 15px 15px 15px 25px;
    display: block;
    font-size: 14px;
    color: #79a4c6;
    background: #14293c
}

.client-sidebar-menu .treeview-menu>li>a.qtahseel-tab {
    display: flex
}

.client-sidebar-menu .treeview-menu>li>a.qtahseel-tab>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.client-sidebar-menu .treeview-menu>li>a.qtahseel-tab .tag {
    height: 22px;
    min-width: 62px;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center
}

.client-sidebar-menu .treeview-menu>li>a.qtahseel-tab .tag.pending {
    background-color: #0070f2
}

.client-sidebar-menu .treeview-menu>li>a.qtahseel-tab .tag.new {
    background-color: #fe9900
}

.client-sidebar-menu .treeview-menu>li>a:hover {
    color: #1d96dd
}

.fas {
    margin-right: 6px
}

.client-sidebar-menu .treeview-menu>li>a>.fa,
.client-sidebar-menu .treeview-menu>li>a>.fas,
.client-sidebar-menu .treeview-menu>li>a>.glyphicon,
.client-sidebar-menu .treeview-menu>li>a>.ion {
    width: 20px
}

.client-sidebar-menu .treeview-menu>li>a>.fa-angle-left,
.client-sidebar-menu .treeview-menu>li>a>.fa-angle-down {
    width: auto
}

@media(min-width:768px) {

    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 90px !important;
        z-index: 840
    }

    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 85px !important;
        width: 92%
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 70px !important;
        z-index: 850
    }

    .sidebar-mini.sidebar-collapse .main-header {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: calc(100% - 70px) !important;
        z-index: 850
    }

    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li {
        position: relative
    }

    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li>a {
        margin-right: 0;
        text-align: center
    }

    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li>.treeview-menu {
        border-bottom-right-radius: 4px
    }

    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li:hover>a>span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li:hover>.treeview-menu {
        display: block !important;
        position: absolute;
        width: 215px;
        left: 70px
    }

    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li:hover>a>span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
        background: #025b87
    }

    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li:hover>.treeview-menu {
        top: 44px;
        margin-left: -3px
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li>a>span,
    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-collapse .client-sidebar-menu>li>a>.pull-right,
    .sidebar-mini.sidebar-collapse .client-sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0)
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .client-logo {
        display: none
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .client-logo>.logo-mini {
        display: block;
        font-size: 24px;
        margin-left: -10px;
        margin-right: -10px
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .client-logo>.logo-lg {
        display: none
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 70px
    }

    .arabic .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-right: 70px
    }
}

.client-sidebar-menu,
.main-sidebar .user-panel,
.client-sidebar-menu>li.header {
    white-space: nowrap;
    overflow: hidden
}

.client-sidebar-menu:hover {
    overflow: visible
}

.sidebar-form,
.client-sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip
}

.client-sidebar-menu li>a {
    position: relative
}

.client-sidebar-menu li>a:hover {
    color: #fff
}

.client-sidebar-menu li>a>.pull-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px
}

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010
}

@media(max-width:768px) {
    .control-sidebar {
        padding-top: 100px
    }
}

.control-sidebar>.tab-content {
    padding: 10px 15px
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
    right: 0
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0
}

@media(min-width:768px) {

    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px
    }
}

.nav-tabs.control-sidebar-tabs>li:first-of-type>a,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus {
    border-left-width: 0
}

.nav-tabs.control-sidebar-tabs>li>a {
    border-radius: 0
}

.nav-tabs.control-sidebar-tabs>li>a,
.nav-tabs.control-sidebar-tabs>li>a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.nav-tabs.control-sidebar-tabs>li>a .icon {
    font-size: 16px
}

.nav-tabs.control-sidebar-tabs>li.active>a,
.nav-tabs.control-sidebar-tabs>li.active>a:hover,
.nav-tabs.control-sidebar-tabs>li.active>a:focus,
.nav-tabs.control-sidebar-tabs>li.active>a:active {
    border-top: none;
    border-right: none;
    border-bottom: none
}

@media(max-width:768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table
    }

    .nav-tabs.control-sidebar-tabs>li {
        display: table-cell
    }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px
}

.control-sidebar-menu>li>a {
    display: block;
    padding: 10px 15px
}

.control-sidebar-menu>li>a:before,
.control-sidebar-menu>li>a:after {
    content: " ";
    display: table
}

.control-sidebar-menu>li>a:after {
    clear: both
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
    margin-top: 0
}

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
    margin: 0
}

.control-sidebar-menu .menu-info>p {
    margin: 0;
    font-size: 11px
}

.control-sidebar-menu .progress {
    margin: 0
}

.control-sidebar-dark {
    color: #b8c7ce
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
    background: #222d32
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
    background: #181f23;
    color: #b8c7ce
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #1c2529
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
    color: #fff
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #222d32;
    color: #fff
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff
}

.control-sidebar-dark .control-sidebar-menu>li>a:hover {
    background: #1e282c
}

.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
    color: #b8c7ce
}

.control-sidebar-light {
    color: #5e5e5e
}

.control-sidebar-light,
.control-sidebar-light+.control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a {
    background: #e8ecf4;
    color: #444
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #eff1f7
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #f9fafc;
    color: #111
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111
}

.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px
}

.control-sidebar-light .control-sidebar-menu>li>a:hover {
    background: #f4f4f5
}

.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
    color: #5e5e5e
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee
}

.dropdown-menu>li>a {
    color: #777
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
    margin-right: 10px
}

.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333
}

.dropdown-menu>.divider {
    background-color: #eee
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0;
    margin: 0;
    top: 100%
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    font-size: 14px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
    color: #444 !important;
    text-align: center
}

@media(max-width:991px) {

    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
    text-decoration: none;
    font-weight: 400
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    background: #f4f4f4;
    text-decoration: none
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
    width: 20px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444;
    font-size: 15px;
    position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    content: " ";
    display: table
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    clear: both
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    color: #666
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    padding: 0;
    margin: 0
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0;
    border-top-width: 0;
    width: 280px
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    margin-top: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #ddd
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    content: " ";
    display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    color: #444 !important
}

@media(max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    content: " ";
    display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #666
}

@media(max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
        background-color: #f9f9f9
    }
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px
}

@media(max-width:767px) {
    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px
    }
}

.open:not(.dropup)>.animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    -o-animation: flipInX .7s both;
    animation: flipInX .7s both
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px)
    }
}

.navbar-custom-menu>.navbar-nav>li {
    position: relative
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto
}

@media(max-width:991px) {
    .navbar-custom-menu>.navbar-nav {
        float: right
    }

    .navbar-custom-menu>.navbar-nav>li {
        position: static
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff
    }
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group.has-success label {
    color: #00a65a
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none
}

.form-group.has-warning label {
    color: #f39c12
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none
}

.form-group.has-error label {
    color: #dd4b39
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff
}

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0
}

.icheck>label {
    padding-left: 0
}

.form-control-feedback.fa {
    line-height: 34px
}

.input-lg+.form-control-feedback.fa,
.input-group-lg+.form-control-feedback.fa,
.form-group-lg .form-control+.form-control-feedback.fa {
    line-height: 46px
}

.input-sm+.form-control-feedback.fa,
.input-group-sm+.form-control-feedback.fa,
.form-group-sm .form-control+.form-control-feedback.fa {
    line-height: 30px
}

.progress,
.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress,
.progress>.progress-bar,
.progress .progress-bar,
.progress>.progress-bar .progress-bar {
    border-radius: 1px
}

.progress.sm,
.progress-sm {
    height: 10px
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px
}

.progress.xs,
.progress-xs {
    height: 7px
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px
}

.progress.xxs,
.progress-xxs {
    height: 3px
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px
}

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px
}

.progress.vertical>.progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px
}

.progress-group .progress-text {
    font-weight: 600
}

.progress-group .progress-number {
    float: right
}

.table tr>td .progress {
    margin: 0
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    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-green,
.progress-bar-success {
    background-color: #00a65a
}

.progress-striped .progress-bar-green,
.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-aqua,
.progress-bar-info {
    background-color: #00c0ef
}

.progress-striped .progress-bar-aqua,
.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-yellow,
.progress-bar-warning {
    background-color: #f39c12
}

.progress-striped .progress-bar-yellow,
.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-red,
.progress-bar-danger {
    background-color: #dd4b39
}

.progress-striped .progress-bar-red,
.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)
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.small-box>.inner {
    padding: 10px
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, .1);
    text-decoration: none
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, .15)
}

.small-box h3 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px;
    white-space: nowrap;
    padding: 0
}

.small-box p {
    font-size: 15px
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px
}

.small-box h3,
.small-box p {
    z-index: 5px
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, .15)
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9
}

.small-box:hover .icon {
    font-size: 95px
}

@media(max-width:767px) {
    .small-box {
        text-align: center
    }

    .small-box .icon {
        display: none
    }

    .small-box p {
        font-size: 12px
    }
}

.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.box.box-primary {
    border-top-color: #3c8dbc
}

.box.box-info {
    border-top-color: #00c0ef
}

.box.box-danger {
    border-top-color: #dd4b39
}

.box.box-warning {
    border-top-color: #f39c12
}

.box.box-success {
    border-top-color: #00a65a
}

.box.box-default {
    border-top-color: #d2d6de
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0
}

.box .nav-stacked>li:last-of-type {
    border-bottom: none
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto
}

.box .border-right {
    border-right: 1px solid #f4f4f4
}

.box .border-left {
    border-left: 1px solid #f4f4f4
}

.box.box-solid {
    border-top: 0
}

.box.box-solid>.box-header .btn.btn-default {
    background: 0 0
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, .1)
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de
}

.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
    color: #444
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
    color: #fff
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
    color: #fff
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
    color: #fff
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
    color: #fff
}

.box.box-solid.box-success {
    border: 1px solid #00a65a
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
    color: #fff
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none
}

.box.box-solid[class*=bg]>.box-header {
    color: #fff
}

.box .box-group>.box {
    margin-bottom: 5px
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: .3em
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, .7);
    border-radius: 3px
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, .5)
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.collapsed-box .box-header.with-border {
    border-bottom: none
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
    margin-right: 5px
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px
}

.box-header>.box-tools [data-toggle=tooltip] {
    position: relative
}

.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: 0 0;
    color: #97a0b3
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84
}

.btn-box-tool.btn:active {
    box-shadow: none
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.box-body>.table {
    margin-bottom: 0
}

.box-body .fc {
    margin-top: 5px
}

.box-body .full-width-chart {
    margin: -19px
}

.box-body.no-padding .full-width-chart {
    margin: -9px
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff
}

.chart-legend {
    margin: 10px 0
}

@media(max-width:991px) {
    .chart-legend>li {
        float: left;
        margin-right: 10px
    }
}

.box-comments {
    background: #f7f7f7
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table
}

.box-comments .box-comment:after {
    clear: both
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0
}

.box-comments .box-comment:first-of-type {
    padding-top: 0
}

.box-comments .box-comment img {
    float: left
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555
}

.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600
}

.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px
}

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto
}

.todo-list>li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444
}

.todo-list>li:last-of-type {
    margin-bottom: 0
}

.todo-list>li>input[type=checkbox] {
    margin: 0 10px 0 5px
}

.todo-list>li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600
}

.todo-list>li .label {
    margin-left: 10px;
    font-size: 9px
}

.todo-list>li .tools {
    display: none;
    float: right;
    color: #dd4b39
}

.todo-list>li .tools>.fa,
.todo-list>li .tools>.glyphicon,
.todo-list>li .tools>.ion {
    margin-right: 5px;
    cursor: pointer
}

.todo-list>li:hover .tools {
    display: inline-block
}

.todo-list>li.done {
    color: #999
}

.todo-list>li.done .text {
    text-decoration: line-through;
    font-weight: 500
}

.todo-list>li.done .label {
    background: #d2d6de !important
}

.todo-list .danger {
    border-left-color: #dd4b39
}

.todo-list .warning {
    border-left-color: #f39c12
}

.todo-list .info {
    border-left-color: #00c0ef
}

.todo-list .success {
    border-left-color: #00a65a
}

.todo-list .primary {
    border-left-color: #3c8dbc
}

.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px
}

.chat {
    padding: 5px 20px 5px 10px
}

.chat .item {
    margin-bottom: 10px
}

.chat .item:before,
.chat .item:after {
    content: " ";
    display: table
}

.chat .item:after {
    clear: both
}

.chat .item>img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%
}

.chat .item>.online {
    border: 2px solid #00a65a
}

.chat .item>.offline {
    border: 2px solid #dd4b39
}

.chat .item>.message {
    margin-left: 55px;
    margin-top: -40px
}

.chat .item>.message>.name {
    display: block;
    font-weight: 600
}

.chat .item>.attachment {
    border-radius: 3px;
    background: #f4f4f4;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px
}

.chat .item>.attachment>h4 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px
}

.chat .item>.attachment>p,
.chat .item>.attachment>.filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
    content: " ";
    display: table
}

.chat .item>.attachment:after {
    clear: both
}

.box-input {
    max-width: 200px
}

.modal .panel-body {
    color: #444
}

.info-box {
    display: block;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 2px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 12px
}

.info-box small {
    font-size: 14px
}

.info-box .progress {
    background: rgba(0, 0, 0, .2);
    margin: 5px -10px;
    height: 2px
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0
}

.info-box .progress .progress-bar {
    background: #fff
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, .2)
}

.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    position: relative
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-text {
    text-transform: uppercase
}

.info-box-more {
    display: block
}

.progress-description {
    margin: 0
}

.timeline {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent
}

.btn.uppercase {
    text-transform: uppercase
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn:focus {
    outline: none
}

.btn.btn-file {
    position: relative;
    overflow: hidden
}

.btn.btn-file>input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #367fa9
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c
}

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b
}

.btn-outline {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7)
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn[class*=bg-]:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .2)
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
    font-size: 20px;
    display: block
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa
}

.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee
}

.callout a {
    color: #fff;
    text-decoration: underline
}

.callout a:hover {
    color: #eee
}

.callout h4 {
    margin-top: 0;
    font-weight: 600
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code,
.callout .highlight {
    background-color: #fff
}

.callout.callout-danger {
    border-color: #c23321
}

.callout.callout-warning {
    border-color: #c87f0a
}

.callout.callout-info {
    border-color: #0097bc
}

.callout.callout-success {
    border-color: #00733e
}

.alert {
    border-radius: 3px
}

.alert h4 {
    font-weight: 600
}

.alert .icon {
    margin-right: 10px
}

.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}

.alert .close:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.alert a {
    color: #fff;
    text-decoration: underline
}

.alert-success {
    border-color: #008d4c
}

.alert-danger,
.alert-error {
    border-color: #d73925
}

.alert-warning {
    border-color: #e08e0b
}

.alert-info {
    border-color: #00acd6
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    color: #444;
    background: #f7f7f7
}

.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
    background: 0 0;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc
}

.nav-stacked>li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0
}

.nav-tabs-custom>.nav-tabs>li>a.text-muted {
    color: #999
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: 0 0;
    margin: 0
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #999
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3c8dbc
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #444
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0
}

.nav-tabs-custom>.nav-tabs>li.active:first-of-type>a {
    border-left-color: transparent
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px
}

.nav-tabs-custom>.nav-tabs.pull-right>li.active:first-of-type>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent
}

.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: 0 0;
    color: #999
}

.pagination>li>a {
    background: #fafafa;
    color: #666
}

.pagination.pagination-flat>li>a {
    border-radius: 0 !important
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.products-list>.item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 10px 0;
    background: #fff
}

.products-list>.item:before,
.products-list>.item:after {
    content: " ";
    display: table
}

.products-list>.item:after {
    clear: both
}

.products-list .product-img {
    float: left
}

.products-list .product-img img {
    width: 50px;
    height: 50px
}

.products-list .product-info {
    margin-left: 60px
}

.products-list .product-title {
    font-weight: 600
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4
}

.product-list-in-box>.item:last-of-type {
    border-bottom-width: 0
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
    word-break: break-word
}

table>thead>tr>th {
    word-break: initial !important
}

.table>thead>tr>th {
    border-bottom: 2px solid #f4f4f4
}

.table tr td .progress {
    margin-top: 5px
}

.table-bordered {
    border: 1px solid #f4f4f4
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #f4f4f4
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0
}

table.text-center,
table.text-center td,
table.text-center th {
    text-align: center
}

.table.align th {
    text-align: left
}

.table.align td {
    text-align: right
}

.label-default {
    background-color: #d2d6de;
    color: #444
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto
}

.direct-chat-msg,
.direct-chat-text {
    display: block
}

.direct-chat-msg {
    margin-bottom: 10px
}

.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table
}

.direct-chat-msg:after {
    clear: both
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444
}

.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none
}

.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px
}

.right .direct-chat-img {
    float: right
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px
}

.direct-chat-name {
    font-weight: 600
}

.direct-chat-timestamp {
    color: #999
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto
}

.contacts-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0
}

.contacts-list>li:before,
.contacts-list>li:after {
    content: " ";
    display: table
}

.contacts-list>li:after {
    clear: both
}

.contacts-list>li:last-of-type {
    border-bottom: none
}

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff
}

.contacts-list-name,
.contacts-list-status {
    display: block
}

.contacts-list-name {
    font-weight: 600
}

.contacts-list-status {
    font-size: 12px
}

.contacts-list-date {
    color: #aaa;
    font-weight: 400
}

.contacts-list-msg {
    color: #999
}

.direct-chat-danger .right>.direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff
}

.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
    border-left-color: #dd4b39
}

.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc
}

.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff
}

.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12
}

.direct-chat-info .right>.direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff
}

.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
    border-left-color: #00c0ef
}

.direct-chat-success .right>.direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff
}

.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #00a65a
}

.users-list>li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center
}

.users-list>li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto
}

.users-list>li>a:hover,
.users-list>li>a:hover .users-list-name {
    color: #999
}

.users-list-name,
.users-list-date {
    display: block
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.users-list-date {
    color: #999;
    font-size: 12px
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-control>.fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px
}

.modal {
    background: rgba(0, 0, 0, .3)
}

.modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
    border: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px
}

@media(min-width:768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .125)
    }
}

.modal-header {
    border-bottom-color: #f4f4f4
}

.modal-footer {
    border-top-color: #f4f4f4
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321
}

.box-widget {
    border: none;
    position: relative
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.widget-user .widget-user-desc {
    margin-top: 0
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff
}

.widget-user .box-footer {
    padding-top: 30px
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300
}

.widget-user-2 .widget-user-desc {
    margin-top: 0
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px
}

.widget-user-2 .widget-user-image>img {
    width: 65px;
    height: auto;
    float: left
}

.mailbox-messages>.table {
    margin: 0
}

.mailbox-controls {
    padding: 5px
}

.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4
}

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px
}

.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0
}

.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0
}

.mailbox-read-time {
    color: #999;
    font-size: 13px
}

.mailbox-read-message {
    padding: 10px
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px
}

.mailbox-attachment-name {
    font-weight: 700;
    color: #666
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px
}

.mailbox-attachment-icon.has-img {
    padding: 0
}

.mailbox-attachment-icon.has-img>img {
    max-width: 100%;
    height: auto
}

.lockscreen {
    background: #d2d6de
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300
}

.lockscreen-logo a {
    color: #444
}

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%
}

.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600
}

.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px;
    width: 290px
}

.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10
}

.lockscreen-image>img {
    border-radius: 50%;
    width: 70px;
    height: 70px
}

.lockscreen-credentials {
    margin-left: 70px
}

.lockscreen-credentials .form-control {
    border: 0
}

.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px
}

.lockscreen-footer {
    margin-top: 10px
}

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300
}

.login-logo a,
.register-logo a {
    color: #444
}

.login-page,
.register-page {
    background: #d2d6de
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto
}

@media(max-width:768px) {

    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px
}

.social-auth-links {
    margin: 10px 0
}

.error-page {
    width: 600px;
    margin: 20px auto 0
}

@media(max-width:991px) {
    .error-page {
        width: 100%
    }
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300
}

@media(max-width:991px) {
    .error-page>.headline {
        float: none;
        text-align: center
    }
}

.error-page>.error-content {
    margin-left: 190px;
    display: block
}

@media(max-width:991px) {
    .error-page>.error-content {
        margin-left: 0
    }
}

.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px
}

@media(max-width:991px) {
    .error-page>.error-content>h3 {
        text-align: center
    }
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de
}

.profile-username {
    font-size: 21px;
    margin-top: 5px
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.post .user-block {
    margin-bottom: 15px
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:hover,
.btn-adn:focus,
.btn-adn.focus,
.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
    background-image: none
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:hover,
.btn-google:focus,
.btn-google.focus,
.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    background-image: none
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd
}

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
    background-color: #e9e9e9
}

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px
}

.fc-header-right {
    padding-right: 10px
}

.fc-header-left {
    padding-left: 10px
}

.fc-widget-header {
    background: #fafafa
}

.fc-grid {
    width: 100%;
    border: 0
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0
}

.fc-toolbar {
    padding: 10px;
    margin: 0
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0
}

.fc-color-picker>li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px
}

.fc-color-picker>li .fa {
    -webkit-transition: -webkit-transform linear .3s;
    -moz-transition: -moz-transform linear .3s;
    -o-transition: -o-transform linear .3s;
    transition: transform linear .3s
}

.fc-color-picker>li .fa:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

#add-new-event {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s
}

.external-event {
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    cursor: move
}

.external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, .2)
}

.form-field-select2 .select2-results__options--nested {
    margin-left: 20px;
    margin-right: 20px
}

.select2-results__options .select2-results__options--nested {
    margin-left: 20px;
    margin-right: 20px
}

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: #fff
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, .7)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.pad {
    padding: 10px
}

.margin {
    margin: 10px
}

.margin-bottom {
    margin-bottom: 20px
}

.margin-bottom-none {
    margin-bottom: 0
}

.margin-r-5 {
    margin-right: 5px
}

.inline {
    display: inline
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center
}

.description-block.margin-bottom {
    margin-bottom: 25px
}

.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px
}

.description-block>.description-text {
    text-transform: uppercase
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important
}

.bg-blue {
    background-color: #0073b7 !important
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important
}

.bg-navy {
    background-color: #001f3f !important
}

.bg-teal {
    background-color: #39cccc !important
}

.bg-olive {
    background-color: #3d9970 !important
}

.bg-lime {
    background-color: #01ff70 !important
}

.bg-orange {
    background-color: #ff851b !important
}

.bg-fuchsia {
    background-color: #f012be !important
}

.bg-purple {
    background-color: #605ca8 !important
}

.bg-maroon {
    background-color: #d81b60 !important
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important
}

.bg-black-active {
    background-color: #000 !important
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important
}

.bg-blue-active {
    background-color: #005384 !important
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important
}

.bg-navy-active {
    background-color: #001a35 !important
}

.bg-teal-active {
    background-color: #30bbbb !important
}

.bg-olive-active {
    background-color: #368763 !important
}

.bg-lime-active {
    background-color: #00e765 !important
}

.bg-orange-active {
    background-color: #ff7701 !important
}

.bg-fuchsia-active {
    background-color: #db0ead !important
}

.bg-purple-active {
    background-color: #555299 !important
}

.bg-maroon-active {
    background-color: #ca195a !important
}

.disabled[class^=bg-] {
    opacity: .65;
    filter: alpha(opacity=65)
}

.text-red {
    color: #dd4b39 !important
}

.text-yellow {
    color: #f39c12 !important
}

.text-aqua {
    color: #00c0ef !important
}

.text-blue {
    color: #0073b7 !important;
    font-weight: 600
}

.text-black {
    color: #111 !important;
    font-weight: 600
}

.text-light-blue {
    color: #3c8dbc !important
}

.text-green {
    color: #00a65a !important
}

.text-gray {
    color: #d2d6de !important
}

.text-navy {
    color: #001f3f !important
}

.text-teal {
    color: #39cccc !important
}

.text-olive {
    color: #3d9970 !important
}

.text-lime {
    color: #01ff70 !important
}

.text-orange {
    color: #ff851b !important
}

.text-fuchsia {
    color: #f012be !important
}

.text-purple {
    color: #605ca8 !important
}

.text-maroon {
    color: #d81b60 !important
}

.link-muted {
    color: #7a869d
}

.link-muted:hover,
.link-muted:focus {
    color: #606c84
}

.link-black {
    color: #666
}

.link-black:hover,
.link-black:focus {
    color: #999
}

.hide {
    display: none !important
}

.no-border {
    border: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-shadow {
    box-shadow: none !important
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.flat {
    border-radius: 0 !important
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700
}

.text-sm {
    font-size: 12px
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff
}

.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff
}

.bg-black-gradient {
    background: #111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff
}

.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff
}

.description-block .description-icon {
    font-size: 16px
}

.no-pad-top {
    padding-top: 0
}

.position-static {
    position: static !important
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: 700;
    color: #666
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px
}

.list-link>a {
    padding: 4px;
    color: #777
}

.list-link>a:hover {
    color: #222
}

.font-light {
    font-weight: 300
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table
}

.user-block:after {
    clear: both
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px
}

.user-block .username {
    font-size: 16px;
    font-weight: 600
}

.user-block .description {
    color: #999;
    font-size: 13px
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px
}

.user-block.user-block-sm .username {
    font-size: 14px
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important
}

.img-sm+.img-push {
    margin-left: 40px
}

.img-md {
    width: 60px;
    height: 60px
}

.img-md+.img-push {
    margin-left: 70px
}

.img-lg {
    width: 100px;
    height: 100px
}

.img-lg+.img-push {
    margin-left: 110px
}

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7
}

.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left
}

.attachment-block .attachment-pushed {
    margin-left: 110px
}

.attachment-block .attachment-heading {
    margin: 0
}

.attachment-block .attachment-text {
    color: #555
}

.connectedSortable {
    min-height: 100px
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px
}

.full-opacity-hover {
    opacity: .65;
    filter: alpha(opacity=65)
}

.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%
}

.chart svg,
.chart canvas {
    width: 100% !important
}

@media print {

    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important
    }

    .table-responsive {
        overflow: auto
    }

    .table-responsive>.table tr th,
    .table-responsive>.table tr td {
        white-space: normal !important
    }
}

.treeview-menu li a.product {
    background: url(product.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.product:hover {
    background: url(product_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.customer {
    background: url(customer.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.customer:hover {
    background: url(customer_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.invoice {
    background: url(Invoice_icon.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.invoice:hover {
    background: url(Invoice_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.quoutation {
    background: url(Qoutation_icon.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.quoutation:hover {
    background: url(Qoutation_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.vendor {
    background: url(vendor.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.vendor:hover {
    background: url(vendor_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.order {
    background: url(order.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.order:hover {
    background: url(order_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.bill {
    background: url(Bills.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.bill:hover {
    background: url(Bills_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.ledger {
    background: url(ledger.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.ledger:hover {
    background: url(ledger_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.debit {
    background: url(Debit_notes.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.debit:hover {
    background: url(Debit_notes_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.customer_receipt {
    background: url(receipt.png) no-repeat #14293c 13% 47%;
    background-size: 16px;
    padding-left: 50px
}

.treeview-menu li a.vendor_receipt:hover {
    background: url(receipt_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px;
    background-size: 16px
}

.treeview-menu li a.simple_bill:hover {
    background: url(simple_bills-hover.svg) no-repeat #14293c 13% 47%;
    padding-left: 50px;
    background-size: 16px
}

.treeview-menu li a.vendor_receipt {
    background: url(receipt.png) no-repeat #14293c 13% 47%;
    background-size: 16px;
    padding-left: 50px
}

.treeview-menu li a.simple_bill {
    background: url(simple_bills-SB.svg) no-repeat #14293c 13% 47%;
    background-size: 16px;
    padding-left: 50px
}

.treeview-menu li a.customer_receipt:hover {
    background: url(receipt_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px;
    background-size: 16px
}

.treeview-menu li a.credit_notes {
    background: url(credit_notes.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.credit_notes:hover {
    background: url(credit_notes_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.roles {
    background: url(Role.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.roles:hover {
    background: url(Role_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.payment_terms {
    background: url(Payement_terms.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.treeview-menu li a.payment_terms:hover {
    background: url(Payement_terms_hover.png) no-repeat #14293c 13% 47%;
    padding-left: 50px
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #007fff !important;
    color: #fff !important
}

.ui-widget-header {
    background-color: transparent !important;
    border: none !important
}

select.ui-datepicker-month {
    background: 0 0;
    border: none
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none !important;
    background: 0 0 !important
}

a.ui-state-default.ui-state-highlight {
    color: #333 !important
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #3c8dbc !important;
    color: #fff !important
}

.ui-tooltip {
    display: none;
    box-shadow: none
}

@media(max-width:1020px) {
    .introjs_btn {
        display: none
    }
}

.show-integration {
    cursor: pointer
}

.titleize {
    text-transform: capitalize
}

.login-content .logo-third-party {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    line-height: 1.4
}

.login-content .logo-third-party .text {
    text-align: center;
    color: #fff
}

.login-content .logo-third-party .login-img {
    width: 60px;
    height: 60px
}

.osus-logo {
    display: flex;
    width: 100%;
    justify-content: center
}

.osus-logo a {
    margin-top: 1rem;
    height: 80px;
    width: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    padding: 1rem
}

.confirmation-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000
}

.confirmation-message .body {
    margin-block: 13px 28px
}

.confirmation-message h1 {
    font-size: 20px;
    font-weight: 700
}

.confirmation-message p {
    font-size: 16px;
    font-weight: 500
}

.confirmation-message .btn {
    width: 100%;
    max-width: 511px;
    height: 52px;
    line-height: 52px;
    background-color: #3386c3;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0
}

.croppie-container {
    padding: 30px
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1
}

.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    z-index: 0
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:focus {
    outline: none
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, .5)
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: 0 0
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: '↺'
}

.cr-rotate-r i:before {
    content: '↻'
}

.mt0 {
    margin-top: 0
}

.mt5 {
    margin-top: .313em
}

.mt10 {
    margin-top: .625em
}

.mt20 {
    margin-top: 1.25em
}

.mt30 {
    margin-top: 1.875em
}

.mt40 {
    margin-top: 2.5em
}

.mt50 {
    margin-top: 3.125em
}

.mt60 {
    margin-top: 3.75em
}

.mt70 {
    margin-top: 4.375em
}

.mt80 {
    margin-top: 5em
}

.mt90 {
    margin-top: 5.625em
}

.mt100 {
    margin-top: 6.25em
}

.mt125 {
    margin-top: 7.813em
}

.mt150 {
    margin-top: 9.375em
}

.mt160 {
    margin-top: 10em
}

.mt180 {
    margin-top: 11.25em
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: .313em
}

.mb10 {
    margin-bottom: .625em
}

.mb15 {
    margin-bottom: .938em
}

.mb20 {
    margin-bottom: 1.25em
}

.mb30 {
    margin-bottom: 1.875em
}

.mb40 {
    margin-bottom: 2.5em
}

.mb50 {
    margin-bottom: 3.125em
}

.mb60 {
    margin-bottom: 3.75em
}

.mb70 {
    margin-bottom: 4.375em
}

.mb80 {
    margin-bottom: 5em
}

.mb90 {
    margin-bottom: 5.625em
}

.mb100 {
    margin-bottom: 6.25em
}

.mb160 {
    margin-bottom: 10em
}

.ml10 {
    margin-left: .625em;
    margin-right: .625em
}

.ml20 {
    margin-left: 1.25em
}

.ml30 {
    margin-left: 1.875em
}

.ml40 {
    margin-left: 2.5em
}

.ml50 {
    margin-left: 3.125em
}

.ml60 {
    margin-left: 3.75em
}

.ml70 {
    margin-left: 4.375em
}

.ml75 {
    margin-left: 4.688em
}

.ml80 {
    margin-left: 5em
}

.ml90 {
    margin-left: 5.625em
}

.ml100 {
    margin-left: 6.25em
}

.mr0 {
    margin-right: 0 !important
}

.mr10 {
    margin-right: .625em
}

.mr20 {
    margin-right: 1.25em
}

.mr30 {
    margin-right: 1.875em
}

.mr40 {
    margin-right: 2.5em
}

.mr50 {
    margin-right: 3.125em
}

.mr60 {
    margin-right: 3.75em
}

.mr70 {
    margin-right: 4.375em
}

.mr80 {
    margin-right: 5em
}

.mr90 {
    margin-right: 5.625em
}

.mr100 {
    margin-right: 6.25em
}

.p0 {
    padding: 0 !important
}

.pt10 {
    padding-top: .625em
}

.pt20 {
    padding-top: 1.25em
}

.pt30 {
    padding-top: 1.875em
}

.pt40 {
    padding-top: 2.5em
}

.pt50 {
    padding-top: 3.125em
}

.pt60 {
    padding-top: 3.75em
}

.pt70 {
    padding-top: 4.375em
}

.pt80 {
    padding-top: 5em
}

.pt90 {
    padding-top: 5.625em
}

.pt100 {
    padding-top: 6.25em
}

.pt125 {
    padding-top: 7.813em
}

.pt160 {
    padding-top: 10em
}

.pb0 {
    padding-bottom: 0 !important
}

.pb10 {
    padding-bottom: .625em
}

.pb20 {
    padding-bottom: 1.25em
}

.pb30 {
    padding-bottom: 1.875em
}

.pb40 {
    padding-bottom: 2.5em
}

.pb50 {
    padding-bottom: 3.125em
}

.pb60 {
    padding-bottom: 3.75em
}

.pb70 {
    padding-bottom: 4.375em
}

.pb80 {
    padding-bottom: 5em
}

.pb90 {
    padding-bottom: 5.625em
}

.pb100 {
    padding-bottom: 6.25em
}

.pl0 {
    padding-left: 0 !important
}

.pl10 {
    padding-left: .625em
}

.pr15 {
    padding-left: .938em
}

.pl20 {
    padding-left: 1.25em
}

.pl30 {
    padding-left: 1.875em
}

.pl40 {
    padding-left: 2.5em
}

.pl50 {
    padding-left: 3.125em
}

.pl60 {
    padding-left: 3.75em
}

.pl70 {
    padding-left: 4.375em
}

.pl80 {
    padding-left: 5em
}

.pl90 {
    padding-left: 5.625em
}

.pl100 {
    padding-left: 6.25em
}

.pr0 {
    padding-right: 0
}

.pr10 {
    padding-right: .625em
}

.pr20 {
    padding-right: 1.25em
}

.pr30 {
    padding-right: 1.875em
}

.pr40 {
    padding-right: 2.5em
}

.pr50 {
    padding-right: 3.125em
}

.pr55 {
    padding-right: 3.438em
}

.pr60 {
    padding-right: 3.75em
}

.pr70 {
    padding-right: 4.375em
}

.pr80 {
    padding-right: 5em
}

.pr90 {
    padding-right: 5.625em
}

.pr100 {
    padding-right: 6.25em
}

.nolrmargin {
    margin-left: 0;
    margin-right: 0
}

.nolrpadding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.nomargin {
    margin: 0
}

.text-upper {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.br0 {
    border-radius: 0 !important
}

.w100 {
    width: 100%
}

.w20 {
    width: 20%
}

.w52 {
    width: 52%
}

.w48 {
    width: 48.666667%
}

.unsupported-popover {
    background-color: #f7faff !important;
    border: none !important;
    color: #0c5e6e !important;
    margin: 0 !important
}

.horizontal {
    max-width: 370px
}

.unsupported-popover .arrow {
    display: none
}

.unsupported-popover .popover-content {
    text-align: left;
    width: 100%;
    padding: 0 15px
}

:lang(ar) .unsupported-popover .popover-content {
    text-align: right;
    width: 100%;
    padding-left: 0 !important
}

.popover-container {
    padding-block: .8rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    text-align: initial;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.horizontal .popover-container {
    display: flex
}

.popover-container>*+* {
    margin-top: .825em
}

.popover-body>*+* {
    margin-top: 1.175em
}

.popover-body>a.change-plan-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem
}

.popover-info {
    line-height: 1.825
}

.popover-heading {
    font-size: 16px;
    font-weight: 700
}

.popover-message {
    font-size: 13px;
    font-weight: 500
}

.warning-img {
    width: 44px;
    height: 44px;
    margin-bottom: 10px
}

.change-img {
    width: 20px;
    height: 20px;
    margin: 0 5px
}

:lang(ar) .horizontal .warning-img {
    margin-left: 10px
}

:lang(en) .horizontal .warning-img {
    margin-right: 10px
}

.change-plan-btn {
    padding: 10px;
    border-radius: 3px;
    background-color: #0c5e6e;
    color: #fff;
    border: none
}

.change-plan-btn>*+* {
    margin-inline-start: .75em
}

.horizontal .change-plan-btn {
    display: flex;
    width: auto;
    justify-content: center;
    padding: 5px 10px
}

.change-plan-btn:hover {
    background-color: #0c5e6e;
    color: #fff
}

.disabled-btn a:not(.change-plan-btn) {
    background: 0 0 !important
}

.tabs-setting .nav-tabs>li {
    padding-top: 0 !important;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.close_cancel_sub_modal {
    position: absolute;
    right: 0;
    top: -45px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0
}

.cancel_sub_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.cancel_sub_header h3 {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #25233a;
    text-align: center;
    margin: 0
}

.cancel_sub_header p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #25233a;
    text-align: center;
    margin: 0
}

.cancel_sub_header img {
    width: 50px;
    aspect-ratio: 1
}

.cancel_sub_body {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.cancel_sub_reason {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px rgba(116, 116, 116, .2);
    gap: 10px;
    margin: 0
}

.cancel_sub_reason input[type=radio] {
    margin: 0;
    opacity: 1 !important;
    width: 18px;
    aspect-ratio: 1
}

.cancel_sub_reason label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.cancel_sub_reason input[type=text] {
    border: none;
    width: 100%
}

.cancel_sub_reason input[type=text]:focus-visible {
    outline: 1px gray auto;
    color: #0c5e6e
}

.active_cancel_sub_reason {
    border: 1px solid #0c5e6e
}

.active_cancel_sub_reason label {
    font-weight: 600;
    color: #0c5e6e
}

.active_cancel_sub_reason input[type=text] {
    border: none
}

.cancel_sub_modal .modal-body {
    padding: 15px 40px
}

.cancel_sub_modal .modal-header {
    border: none
}

.cancel_sub_modal .modal-footer {
    padding: 15px 40px
}

.cancel_sub_modal .cancel_sub_footer_container {
    display: flex;
    justify-content: space-between
}

.discard_sub_cancel {
    border: none;
    background: 0 0;
    color: #3386c3;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

.sub_next,
.sub_finish {
    border: none;
    border-radius: 8px;
    background: #0c5e6e;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.sub_finish {
    padding: 15px 65px;
    font-size: 16px
}

.sub_next:disabled {
    background: #c1c1c1;
    cursor: not-allowed
}

.cancel_sub_other_reason {
    max-width: 100%
}

.popover {
    border: 1px solid #ccc !important;
    color: #3c8dbc !important;
    background-color: #fff !important
}

.popover .arrow {
    display: none !important
}

.close_qtahseel_rc_step1_modal {
    position: absolute;
    right: 0;
    top: -45px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0
}

.qtahseel_rc_step1_header {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.qtahseel_rc_step1_header h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #25233a
}

.qtahseel_rc_step1_header p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #25233a;
    text-align: center;
    margin: 0
}

.qtahseel_rc_step1_header img {
    width: 50px;
    aspect-ratio: 1
}

.qtahseel_rc_step1_body {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.qtahseel_rc_step1_reason {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px rgba(116, 116, 116, .2);
    gap: 10px;
    margin: 0
}

.qtahseel_rc_step1_reason input[type=checkbox] {
    margin: 0;
    opacity: 1 !important;
    width: 18px;
    aspect-ratio: 1;
    display: block;
    accent-color: #0c5e6e
}

.qtahseel_rc_step1_reason label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.qtahseel_rc_step1_reason input[type=text] {
    border: none;
    width: 100%
}

.qtahseel_rc_step1_reason input[type=text]:focus-visible {
    outline: 1px gray auto;
    color: #0c5e6e
}

.active_qtahseel_rc_step1_reason {
    border: 1px solid #0c5e6e
}

.active_qtahseel_rc_step1_reason label {
    font-weight: 600;
    color: #0c5e6e
}

.active_qtahseel_rc_step1_reason input[type=text] {
    border: none
}

.qtahseel_rc_step1_modal .modal-body {
    padding: 15px 40px
}

.qtahseel_rc_step1_modal .modal-header {
    border: none
}

.qtahseel_rc_step1_modal .modal-footer {
    padding: 15px 40px
}

.qtahseel_rc_step1_footer_container {
    display: flex;
    justify-content: space-between
}

.discard_sub_cancel {
    border: none;
    background: 0 0;
    color: #3386c3;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

.qtahseel_rc_step1_next {
    border: none;
    border-radius: 3px;
    background-color: #3386c3;
    padding: 17px 29px;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.qtahseel_rc_step1_next:disabled {
    background: #c1c1c1;
    cursor: not-allowed
}

.qtahseel_rc_step1_other_reason {
    max-width: 100%;
    resize: auto;
    display: none
}

.step3_reasons_container {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem
}

.qtahseel_rc_step3_header {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px
}

.qtahseel_rc_step3_header h3 {
    margin-bottom: 0;
    font-weight: 650;
    color: #25233a;
    font-size: 2.4rem;
    flex-grow: 0;
    font-family: Raleway
}

.qtahseel_rc_step3 .line {
    border-bottom: .5px solid #ccc
}

.step3_files_container {
    text-align: initial
}

.qtahseel_rc_step3_footer {
    margin-top: 3em
}

.qtahseel_rc_step3 h4 {
    font-weight: 600;
    color: #25233a;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.qtahseel_rc_step3_body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qtahseel_rc_step3_body ul li {
    display: flex;
    width: 100%;
    max-width: 33.3333%;
    margin-bottom: 1.25rem
}

.qtahseel_rc_step3_body ul li .checkbox-label {
    display: inline-block;
    font-weight: 400;
    font-size: small;
    color: #0c5e6e;
    margin: 0;
    max-width: calc(15vw - 1.625rem)
}

@media(max-width:767px) {
    .qtahseel_rc_step3_body ul li {
        max-width: 100% !important
    }

    .qtahseel_rc_step3_body ul li .checkbox-label {
        max-width: 100% !important
    }
}

@media(max-width:389px) {
    .qtahseel_rc_step3_body ul li .checkbox-label {
        font-size: smaller
    }

    .qtahseel_rc_step3_body ul li svg {
        width: 12px
    }
}

.icon-in_progress {
    --text-color: #f59740;
    --background-color: #f5974020
}

.icon-completed {
    --text-color: #0bcf97;
    --background-color: #0bcf9720
}

.icon-to_do {
    --text-color: #747474;
    --background-color: #f5f5f5
}

.qtahseel_rc_step3-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
    width: 116px;
    height: 24px;
    padding: 0;
    border-radius: 20px;
    text-align: center
}

.active-dot {
    width: 6px;
    height: 6px;
    flex-grow: 0;
    display: inline-block;
    background-color: var(--text-color);
    border-radius: 50%
}

.qtahseel_rc_step3-icon ul li span {
    color: var(--text-color);
    font-size: 1.3rem
}

.qtahseel_rc_step3-icon ul li {
    list-style: none
}

.custom-reason {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 33.3%;
    cursor: pointer
}

.qtahseel_rc_step3-icon ul {
    margin: 0;
    padding: 0
}

.invioce-name {
    color: #0c5e6e;
    font-weight: 700
}

.qtahseel_rc_step3_files {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px
}

.uplodedFile {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start
}

.no-attachment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.invoice_amounts_table tr:not(.invoice_amounts_table_header) {
    font-size: 16px;
    font-weight: 600;
    color: #394659
}

.invoice_amounts_table tr td:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #394659;
    text-align: unset
}

tr.invoice_amounts_table_header td:first-child {
    text-align: unset !important
}

.invoice_amounts_table .invoice_amounts_table_header {
    font-size: 14px;
    font-weight: 600;
    color: #576487
}

@media screen and (min-width:500px) and (max-width:1700px) {
    .invoice_amounts_table .invoice_amounts_table_header {
        font-size: 11px;
        font-weight: 600;
        color: #576487
    }
}

/*!* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
**/
.datepicker {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
    background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
    background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, gray);
    background-image: -ms-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -o-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(top, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
    background-color: gray
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
    background-color: #666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #04c
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
    background-color: #039 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #04c
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
    background-color: #039 \9
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.doorkeeper-admin .form-group>.field_with_errors {
    width: 16.66667%
}

.doorkeeper-admin .form-group input.form-control[type=checkbox] {
    width: 5%
}

body {
    font-size: 14px
}

#container {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
    margin: 2em auto;
    max-width: 600px;
    outline: 0;
    padding: 1em;
    width: 80%
}

.page-header {
    margin-top: 20px
}

#oauth-permissions {
    width: 260px
}

.actions {
    border-top: 1px solid #eee;
    margin-top: 1em;
    padding-top: 9px
}

.actions>form>.btn {
    margin-top: 5px
}

.separator {
    color: #eee;
    padding: 0 .5em
}

.inline_block {
    display: inline-block
}

#oauth {
    margin-bottom: 1em
}

#oauth>.btn {
    width: 7em
}

td {
    vertical-align: middle !important
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)";
    filter: alpha(opacity=20)
}

/*!* bootstrap-fileinput v4.3.2
* http://plugins.krajee.com/file-input
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2016, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md*/
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: url(../img/loading.gif) top left no-repeat;
    border: none
}

.file-object {
    margin: 0 0 -5px;
    padding: 0
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: inherit;
    display: block
}

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    word-break: break-all
}

.input-group-lg .file-caption-name {
    height: 25px
}

.file-zoom-dialog {
    text-align: left
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px
}

.file-error-message pre,
.file-error-message ul {
    margin: 0;
    text-align: left
}

.file-preview-frame,
.file-preview-other {
    text-align: center;
    vertical-align: middle
}

.file-error-message pre {
    margin: 5px 0
}

.file-caption-disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px
}

.file-preview-frame {
    position: relative;
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 6px;
    float: left
}

.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: 3px 3px 5px 0 #333
}

.file-preview-image {
    vertical-align: middle
}

.file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, courier new, monospace;
    outline: 0;
    padding: 8px;
    resize: none
}

.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .no-browse .input-group-btn {
    display: none
}

.file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto
}

.file-zoom-dialog .file-preview-text {
    font-size: 1.2em
}

.file-preview-other {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px
}

.file-preview-other:hover {
    opacity: .8
}

.file-actions,
.file-other-error {
    text-align: left
}

.file-other-icon {
    font-size: 4.8em
}

.file-zoom-dialog .file-other-icon {
    font-size: 8em;
    font-size: 55vmin
}

.file-caption-main {
    width: 100%
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.file-thumb-loading {
    background: url(../img/loading.gif) center center no-repeat content-box !important
}

.file-actions {
    margin-top: 15px
}

.file-footer-buttons {
    float: right
}

.file-upload-indicator {
    display: inline;
    cursor: default;
    opacity: .8;
    width: 60%
}

.file-upload-indicator:hover {
    font-weight: 700;
    opacity: 1
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin: 5px auto
}

.file-preview-error {
    opacity: .65;
    box-shadow: none
}

.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000
}

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default
}

.clickable .file-drop-zone-title,
.file-preview .clickable {
    cursor: pointer
}

.file-drop-zone.clickable:hover {
    border: 2px dashed #999
}

.file-drop-zone.clickable:focus {
    border: 2px solid #5acde2
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0
}

.file-uploading {
    background: url(../img/loading-sm.gif) center bottom 10px no-repeat;
    opacity: .65
}

.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
    height: 10px;
    font-size: 9px;
    line-height: 10px
}

.file-thumbnail-footer {
    position: relative
}

.file-thumb-progress {
    height: 10px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto
}

.file-zoom-dialog .modal-body {
    position: relative !important
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    padding: 0;
    margin: 0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    opacity: .7;
    top: 45%;
    font-size: 4em;
    color: #1c94c4
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 5px;
    right: 10px
}

.floating-buttons,
.floating-buttons .btn {
    z-index: 3000
}

.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
    margin-left: 3px
}

.file-zoom-dialog .btn-navigate:not([disabled]):focus,
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: 0;
    box-shadow: none;
    opacity: .5
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: .3
}

.file-zoom-dialog .btn-prev {
    left: 1px
}

.file-zoom-dialog .btn-next {
    right: 1px
}

.file-drag-handle {
    display: inline;
    margin-right: 2px;
    font-size: 16px;
    cursor: move;
    cursor: -webkit-grabbing
}

.file-drag-handle:hover {
    opacity: .7
}

.file-zoom-content {
    height: 480px;
    text-align: center
}

.file-preview-initial.sortable-chosen {
    background-color: #d9edf7
}

.file-preview-frame.sortable-ghost {
    background-color: #eee
}

.btn-file ::-ms-browse {
    width: 100%;
    height: 100%
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media(max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url(flags%402x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.introjs-tooltipbuttons {
    text-align: left
}

.introjs-skipbutton {
    margin-left: 5px
}

.introjs-tooltip {
    direction: rtl
}

.introjs-prevbutton {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 0 .2em .2em 0;
    -moz-border-radius: 0 .2em .2em 0;
    border-radius: 0 .2em .2em 0
}

.introjs-nextbutton {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: .2em 0 0 .2em;
    -moz-border-radius: .2em 0 0 .2em;
    border-radius: .2em 0 0 .2em
}

.introjs-overlay {
    position: absolute;
    box-sizing: content-box;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.introjs-showElement,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
    z-index: 9999999 !important
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.introjs-relativePosition,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
    position: relative
}

.introjs-helperLayer {
    box-sizing: content-box;
    position: absolute;
    z-index: 9999998;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #777;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-tooltipReferenceLayer {
    box-sizing: content-box;
    position: absolute;
    visibility: hidden;
    z-index: 10000000;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

.introjs-helperNumberLayer {
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: #ff3019;
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
    filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.introjs-arrow {
    border: 5px solid #fff;
    content: '';
    position: absolute
}

.introjs-arrow.top {
    top: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent
}

.introjs-arrow.top-right {
    top: -10px;
    right: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent
}

.introjs-arrow.top-middle {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent
}

.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff
}

.introjs-arrow.right-bottom {
    bottom: 10px;
    right: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff
}

.introjs-arrow.bottom {
    bottom: -10px;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-arrow.left-bottom {
    left: -10px;
    bottom: 10px;
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.introjs-tooltip {
    box-sizing: content-box;
    position: absolute;
    visibility: visible;
    padding: 10px;
    background-color: #fff;
    min-width: 200px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -ms-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.introjs-tooltipbuttons {
    text-align: right;
    white-space: nowrap
}

.introjs-button {
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .3em .8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 12px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    zoom: 1;
    *display: inline;
    margin-top: 10px
}

.introjs-button:hover {
    border-color: #bcbcbc !important;
    text-decoration: none;
    box-shadow: 0 1px 1px #e3e3e3 !important
}

.introjs-button:focus,
.introjs-button:active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
    background-image: -moz-linear-gradient(#ececec, #f4f4f4);
    background-image: -o-linear-gradient(#ececec, #f4f4f4);
    background-image: linear-gradient(#ececec, #f4f4f4)
}

.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.introjs-skipbutton {
    box-sizing: content-box;
    margin-right: 5px;
    color: #7a7a7a
}

.introjs-prevbutton {
    -webkit-border-radius: .2em 0 0 .2em;
    -moz-border-radius: .2em 0 0 .2em;
    border-radius: .2em 0 0 .2em;
    border-right: none
}

.introjs-prevbutton.introjs-fullbutton {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em
}

.introjs-nextbutton {
    -webkit-border-radius: 0 .2em .2em 0;
    -moz-border-radius: 0 .2em .2em 0;
    border-radius: 0 .2em .2em 0
}

.introjs-nextbutton.introjs-fullbutton {
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
    color: #9a9a9a !important;
    border-color: #d4d4d4 !important;
    box-shadow: none !important;
    cursor: default !important;
    background-color: #f4f4f4 !important;
    background-image: none;
    text-decoration: none
}

.introjs-hidden {
    display: none
}

.introjs-bullets {
    text-align: center
}

.introjs-bullets ul {
    box-sizing: content-box;
    clear: both;
    margin: 15px auto 0;
    padding: 0;
    display: inline-block
}

.introjs-bullets ul li {
    box-sizing: content-box;
    list-style: none;
    float: left;
    margin: 0 2px
}

.introjs-bullets ul li a {
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    cursor: pointer
}

.introjs-bullets ul li a:hover {
    background: #999
}

.introjs-bullets ul li a.active {
    background: #999
}

.introjs-progress {
    box-sizing: content-box;
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px;
    border-radius: 4px;
    background-color: #ecf0f1
}

.introjs-progressbar {
    box-sizing: content-box;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%
}

.introjs-fixedTooltip {
    position: fixed
}

.introjs-hint {
    box-sizing: content-box;
    position: absolute;
    background: 0 0;
    width: 20px;
    height: 15px;
    cursor: pointer
}

.introjs-hint:focus {
    border: 0;
    outline: 0
}

.introjs-hidehint {
    display: none
}

.introjs-fixedhint {
    position: fixed
}

.introjs-hint:hover>.introjs-hint-pulse {
    border: 5px solid rgba(60, 60, 60, .57)
}

.introjs-hint-pulse {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    border: 5px solid rgba(60, 60, 60, .27);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(136, 136, 136, .24);
    z-index: 10;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.introjs-hint-no-anim .introjs-hint-dot {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

.introjs-hint-dot {
    box-sizing: content-box;
    border: 10px solid rgba(146, 146, 146, .36);
    background: 0 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: introjspulse 3s ease-out;
    -moz-animation: introjspulse 3s ease-out;
    animation: introjspulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        opacity: .1
    }

    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }

    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.jquery-notify-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 32768;
    background-color: #d5edcd;
    font-size: 15px;
    color: #000;
    font-family: Arial, Verdana, sans-serif;
    cursor: pointer
}

.jquery-notify-bar span {
    display: inline
}

.jquery-notify-bar.error {
    color: #d35d5d;
    background-color: #f2cece
}

.jquery-notify-bar.success {
    color: #5db75d;
    background-color: #d5edcd
}

.jquery-notify-bar.notice {
    color: #5db75d;
    background-color: #d5edcd
}

.jquery-notify-bar.warn {
    color: #856404;
    background-color: #fff3cd
}

.jquery-notify-bar .fa.fa-times-circle-o,
.jquery-notify-bar .fa.fa-check-circle-o {
    padding: 0 10px 0 0;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px
}

.jquery-notify-bar.success .fa.fa-times-circle-o {
    display: none
}

.jquery-notify-bar.success .fa.fa-check-circle-o {
    display: inline
}

.jquery-notify-bar.error .fa.fa-times-circle-o {
    display: inline
}

.jquery-notify-bar.error .fa.fa-check-circle-o {
    display: none
}

.notify-bar-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px
}

.error .notify-bar-close {
    color: #d35d5d
}

.success .notify-bar-close {
    color: #5db75d
}

.warn .notify-bar-close {
    color: inherit
}

.notify-container {
    width: 100%;
    padding: 10px 45px 9px;
    text-align: center
}

@media(max-width:768px) {
    .notify-container {
        padding: 10px 45px 11px
    }
}

/*!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;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important
}

.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: 0 solid #aaa;
    border-top: 0;
    background: #ebebeb;
    box-shadow: 0 4px 5px rgba(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: 400;
    color: #999
}

.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: 10px;
    border: 1px solid #cdcbcc;
    border-radius: 5px;
    color: #313131;
    font-size: .913em;
    font-weight: 100;
    text-decoration: none;
    white-space: nowrap
}

.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: 8px;
    right: 15px;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%
}

.chosen-container-single .chosen-single div b:after {
    content: '\f107';
    display: inline-block;
    color: #313131;
    font-family: fontawesome;
    font-size: 1.45em;
    font-weight: 400
}

.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 #cdcbcc;
    background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
    background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
    color: #313131;
    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;
    font-size: .913em;
    font-weight: 300;
    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;
    font-size: .913em;
    font-weight: 300;
    color: #313131
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #13b5ea;
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #313131;
    display: list-item;
    background: #ebebeb;
    font-weight: 300
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    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: 0 solid #aaa;
    background-color: #fff;
    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: 0 0 !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: #eee;
    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, .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: #00ae69;
    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-with-drop .chosen-single {
    border: 1px solid #cdcbcc;
    box-shadow: 0 0 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.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, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .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%402x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.form_field.select-option-container span {
    display: block;
    width: inherit
}

.selectize-dropdown .optgroup .optgroup-header {
    background-color: #1d97e0;
    display: block;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-align: center
}

.selectize-dropdown .optgroup [data-selectable] {
    cursor: pointer
}

.selectize-dropdown-content {
    max-height: 300px
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.loading:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 12%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
    z-index: 1000
}

i.unapplied {
    width: 24px !important;
    height: 24px;
    background-image: url(pie-chart-1.svg)
}

i.applied {
    width: 24px !important;
    height: 24px;
    background-image: url(pie-chart.svg)
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: none !important
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.page {
    width: 210mm;
    padding: 20mm;
    margin: 10mm auto;
    border: 1px #d3d3d3 solid;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.subpage {
    padding: 1cm;
    border: 5px red solid;
    height: 257mm;
    outline: 2cm #ffeaea solid
}

@page {
    size: A4;
    margin: 0
}

@media print {

    html,
    body {
        width: 210mm
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always
    }
}

#pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 8rem auto
}

.new-pricing .card li span {
    color: #747474
}

.new-pricing .card ul {
    padding: 2rem;
    width: 100%
}

.new-pricing .card li {
    margin: 17px 0 0 0
}

.new-pricing .card {
    border: 1px solid #d9d5d5;
    margin: 0 !important;
    padding: 12px 0;
    border-radius: 0 !important;
    box-shadow: none;
    min-width: 25%;
    transition: transform .5s;
    min-height: 700px
}

.new-pricing .card .default {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.card__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 1rem
}

.arabic .card__header {
    padding: 0
}

.pricing-tabs {
    display: none;
    padding: 2px;
    border: solid 1px #0c5e6e;
    background-color: #0c5e6e;
    border-radius: 5px;
    margin: 20px auto
}

.new-pricing .card.active {
    display: block;
    animation: fadein .5s ease-in-out
}

.new-pricing .card.animations-select {
    transform: translateY(-20px);
    transition: all .25s 0s ease-out;
    background-color: #f7faff
}

.pricing-free-trial {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start
}

.free-trial-description {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #576487
}

@media screen and (max-width:700px) {
    .pricing-tabs {
        display: flex
    }

    .new-pricing .card {
        display: none
    }

    .home-pricing .card {
        width: 90%
    }

    .tenant-pricing {
        width: 100% !important;
        margin: auto !important
    }

    .tenant-pricing .card {
        width: 100%
    }

    .pricing-free-trial {
        display: none
    }
}

@media screen and (min-width:700px) and (max-width:1200px) {
    .pricing-tabs {
        display: flex
    }

    .new-pricing .card {
        display: none
    }

    .home-pricing .card {
        width: 60%
    }

    .tenant-pricing .card {
        width: 500px
    }

    .pricing-free-trial {
        display: none
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .tenant-pricing {
        width: 90%
    }

    .tenant-pricing .btn-selected {
        padding: 7px
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (max-width:1200px) {
    .trailDescription {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 42px !important
    }

    .trailDescription p {
        line-height: 34px;
        margin: 0 !important
    }

    .trailDescription .ready_start {
        color: #fff
    }

    .trailDescription .btn-subscribe {
        background-color: transparent;
        border: 1px solid #fff;
        margin: 0;
        margin-right: auto !important
    }

    .arabic .trailDescription .btn-subscribe {
        margin-left: auto !important;
        margin-right: 0 !important
    }

    .free-trial-description {
        color: #fff !important
    }

    :lang(ar) .free-trial-description {
        text-align: right
    }

    .trailDescription .blue-font {
        color: #f59740 !important
    }
}

.tab-link {
    cursor: pointer;
    width: 86px;
    height: 38px;
    flex-grow: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #0c5e6e;
    text-align: center;
    justify-content: center;
    margin: 3px;
    color: #fff
}

.tab-link.active {
    background-color: #fff;
    color: #0c5e6e
}

@page {
    margin: 0
}

body {
    margin: 0
}

body.A3 .sheet {
    width: 297mm;
    height: 419mm
}

body.A3.landscape .sheet {
    width: 420mm;
    height: 296mm
}

body.A4 .sheet {
    width: 210mm;
    height: auto
}

body.A4.landscape .sheet {
    width: 297mm;
    height: 209mm
}

body.A5 .sheet {
    width: 148mm;
    height: auto
}

body.receipt .sheet {
    width: 76mm;
    height: 147mm
}

body.A5.landscape .sheet {
    width: 210mm;
    height: 147mm
}

body.letter .sheet {
    width: 216mm;
    height: 279mm
}

body.letter.landscape .sheet {
    width: 280mm;
    height: 215mm
}

body.legal .sheet {
    width: 216mm;
    height: 356mm
}

body.legal.landscape .sheet {
    width: 357mm;
    height: 215mm
}

.sheet.padding-4mm {
    padding: 4mm
}

.sheet.padding-10mm {
    padding: 10mm
}

.sheet.padding-15mm {
    padding: 15mm
}

.sheet.padding-20mm {
    padding: 20mm
}

.sheet.padding-25mm {
    padding: 25mm
}

@media screen {
    .sheet {
        background: #fff;
        margin: auto
    }
}

@media print {
    body.A3.landscape {
        width: 420mm
    }

    body.A3,
    body.A4.landscape {
        width: 297mm
    }

    body.A4,
    body.A5.landscape {
        width: 210mm
    }

    body.A5 {
        width: 148mm
    }

    body.receipt .sheet {
        width: 76mm
    }

    body.letter,
    body.legal {
        width: 216mm
    }

    body.letter.landscape {
        width: 280mm
    }

    body.legal.landscape {
        width: 357mm
    }
}

.qtahseel-RP-modal-body {
    background-color: #fff;
    padding: 43px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 15px
}

.qtahseel-RP-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgba(245, 151, 64, .1);
    width: 60px;
    height: 60px;
    margin-bottom: 15px
}

.qtahseel-RP-icon-container div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: rgba(245, 151, 64, .15);
    width: 40px;
    height: 40px
}

.qtahseel-RP-note {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #25233a
}

.qtahseel-RP-modal-body p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #25233a;
    margin: 5px 0
}

.qtahseel-RP-custom-input-filed,
.qtahseel-plus-form-input-filed {
    margin: 15px 0;
    padding: 29px 28px 28px 53.8px;
    border-radius: 4px;
    border: dashed 2px rgba(56, 78, 183, .3);
    background-color: #f8f8ff;
    display: flex;
    justify-content: start;
    gap: 30px;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap
}

.qtahseel-plus-form-input-filed {
    width: 90%;
    margin: unset;
    gap: 13px
}

.qtahseel-RP-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.qtahseel-RP-decirption-wapper h3 {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #0f0f0f
}

.qtahseel-RP-decirption-wapper h3 span {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #483ea8;
    text-decoration: underline
}

.qtahseel-RP-decirption {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #676767
}

.qtahseel-RP-button-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 20px
}

.qtahseel-RP-button-wrapper button {
    padding: 17px 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px;
    background-color: #3386c3;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 1s;
    gap: 10px
}

.RP-modal-overlay {
    background: #b3b3b3
}

#PCerrormessage {
    color: red
}

.custom-loader {
    width: 30px;
    height: 30px;
    border: 5px dotted #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.qtahseel-RP-modal {
    width: 40% !important;
    top: 15% !important
}

@media only screen and (max-width:1200px) {
    .qtahseel-RP-modal {
        width: 70% !important;
        top: 15% !important
    }
}

@media screen and (max-width:1199px) {
    .statistics-cnt .statistics {
        width: 63%
    }
}

@media screen and (max-width:1100px) {
    .statistics-cnt .statistics {
        width: 36%;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .profile-menu {
        padding-right: 20px;
        position: relative;
        margin-bottom: 6px
    }

    .prod-wizard-form .service-type .add_tax_percentage_on_product .form_field .btn-group.bootstrap-select {
        width: 90% !important
    }

    .arabic .sw-theme-arrows>ul.step-anchor>li>a,
    .arabic .sw-theme-arrows>ul.step-anchor>li>a:hover,
    .sw-theme-arrows>ul.step-anchor>li>a,
    .sw-theme-arrows>ul.step-anchor>li>a:hover {
        text-align: center;
        padding: 10px !important;
        font-size: 12px !important
    }
}

@media screen and (min-width:1200px) {
    .add-products-form .debit-search .form_row .form_field:nth-child(1) {
        width: 12%
    }
}

@media screen and (max-width:1200px) {
    .report_subscription .customer-header-search .form_row .form_field {
        width: 28% !important
    }

    .add-products-form .account-statement-search .form_row .form_field {
        width: 24% !important
    }

    #no-more-tables table tr {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:948px) {
    .add-products-form .import-file .btn.btn-default {
        left: 0 !important;
        margin-top: 25px;
        padding: 25px
    }
}

@media screen and (max-width:1200px) {
    .progress-thumb .progress-bottom ul {
        width: 100%;
        display: inline-block
    }

    .progress-thumb .progress-bottom ul li {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .profile-menu ul li {
        font-size: 11px !important;
        padding-left: 2px !important;
        padding-top: 15px
    }

    .profile-menu {
        padding-right: 25px
    }

    .arabic .profile-menu {
        padding-left: 2px
    }
}

@media screen and (max-width:1024px) {
    .add-products .form_row div {
        text-align: left
    }

    .add-products .form_row.tabs_form .form_field {
        left: 0 !important
    }

    .dashboard-content .subscribers table td.align-left,
    .dashboard-content .subscribers table th.align-left {
        width: auto
    }

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #no-more-tables tr {
        border: 1px solid #ccc
    }

    #no-more-tables td {
        min-height: 42px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left !important;
        height: auto
    }

    #no-more-tables td.amt,
    td.amount_view {
        width: 100%;
        text-align: unset !important
    }

    .total-count-block .total-count span {
        width: 45% !important;
        text-align: left !important;
        left: 0;
        font-family: sans-serif
    }

    .arabic .total-count-block .total-count span {
        width: 46% !important;
        text-align: right !important;
        left: 0;
        font-family: sans-serif
    }

    .arabic span.total_amount_show_width {
        width: 40% !important
    }

    .arabic span.total_amount_show_value {
        width: 56% !important
    }

    #no-more-tables td:before {
        position: initial;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        text-align: left !important;
        font-weight: 700
    }

    .addProduct>.s_items_table_td,
    .unit-items>.s_items_table_td {
        text-align-last: left !important
    }

    .arabic .addProduct>.s_items_table_td,
    .unit-items>.s_items_table_td {
        text-align-last: right !important
    }

    .total-count .sub-total-amount input {
        width: 115px;
        font-weight: 500;
        text-align: left !important;
        padding-right: 8px
    }

    .arabic .total-count .sub-total-amount input {
        width: 115px;
        font-weight: 500;
        text-align: right !important;
        padding-right: 8px
    }

    #no-more-tables td:before {
        content: attr(data-title);
        display: inline-block
    }

    .statistics-cnt .statistics {
        width: 36%
    }

    .statistics-cnt .statistics .owl-carousel {
        margin-left: -2.5%
    }

    .statistics-cnt .cancelled_subscribers {
        padding: 40px 32px 30px;
        width: 100%;
        margin-top: 10px
    }

    .form_row .form_field .bootstrap-select span {
        margin-right: 10px;
        width: 45%
    }

    .user-management-table,
    .manage-organization-table {
        overflow: auto
    }

    .user-management-table table.table {
        max-width: unset
    }

    .manage-organization-table table.table {
        max-width: unset
    }

    .user-management-table table.tablesorter tr th:last-child,
    .manage-organization-table table.tablesorter1 tr th:last-child {
        width: 10%
    }
}

@media screen and (max-width:991px) {
    body .header .col-md-8 {
        float: left;
        width: 100%
    }

    .main-menu {
        display: none
    }

    body .full-wrapper-main-slider {
        margin-top: 75px
    }

    body .full-wrapper-header .navbar-default {
        position: fixed
    }

    body .main-menu ul {
        float: left;
        width: 100%
    }

    body .main-menu nav {
        width: 100%
    }

    body .main-menu ul li {
        margin: 15px 0 0;
        padding: 0;
        width: 100%
    }

    body .main-menu ul li.login {
        display: none
    }

    body div.main-menu ul li a,
    .navbar-default .navbar-nav>li>a {
        text-align: center;
        padding: 2px 0 5px !important;
        border-bottom: 1px solid #666;
        width: 100%
    }

    body div.main-menu ul li a,
    .navbar-default .navbar-nav>li:nth-last-of-type(2)>a {
        border-bottom: none
    }

    body .flex-direction-nav li a.next,
    .flex-direction-nav li a.prev {
        right: 25px
    }

    body .flexslider .slides img {
        height: auto
    }

    .small-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    body .full-wrapper-popular-feature-section .col-md-3 {
        margin: 0 !important
    }
}

@media screen and (max-width:980px) {
    .main-container .sidebar {
        width: 0;
        transition: all .5s ease 0s
    }

    .main-container .sidebar:before {
        width: 0
    }

    .main-container .dashboard-content {
        margin-left: 10px;
        transition: all .5s ease 0s
    }

    div.footer-cnt {
        left: 30px;
        width: 94%;
        transition: all .5s ease 0s
    }

    div.footer-toggle {
        left: 340px;
        width: 60%;
        transition: all .5s ease 0s
    }

    .sidebar-menu {
        width: 0;
        overflow: hidden
    }

    .sidebar-toggle .sidebar-menu {
        width: auto
    }

    .sidebar .toggle-menu {
        display: block
    }

    .statistics-cnt .statistics {
        width: 49%;
        margin-right: 0
    }

    .statistics-cnt .statistics .owl-carousel {
        margin-left: -1.5%
    }
}

@media screen and (max-width:850px) {
    .statistics-cnt .statistics {
        width: 31.75%;
        margin-right: 0
    }

    .form_row .form_field .bootstrap-select span {
        margin-right: 15px;
        width: 43.5%
    }
}

@media screen and (max-width:800px) {
    div.footer-toggle {
        width: 55%;
        transition: all .5s ease 0s
    }

    .statistics-cnt .statistics {
        width: 33%;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .arabic .custom-field-form .add-field-btn {
        margin-right: 20px !important
    }

    div.footer-toggle {
        width: 53%;
        transition: all .5s ease 0s
    }

    .statistics-cnt .statistics {
        width: 100%;
        margin-right: 0
    }

    .statistics-cnt .statistics .owl-carousel {
        margin-left: 0
    }

    .user-management-table table.tablesorter tr th:last-child,
    .manage-organization-table table.tablesorter tr th:last-child {
        width: 10%
    }

    .user-management-table table.table {
        width: auto
    }

    body .mailer-content {
        margin: 40px;
        padding: 30px 40px
    }
}

@media screen and (max-width:767px) {
    body .main-menu ul li {
        float: left;
        width: 100%
    }

    body .flex-direction-nav li a.next {
        bottom: 45%
    }

    body .flex-direction-nav li a.prev {
        bottom: 26.7%
    }

    body .full-wrapper-portfolio-section {
        padding: 30px 0
    }

    body .full-wrapper-portfolio-section .col-md-3 {
        margin: 0 0 20px;
        width: 100%
    }

    body .full-wrapper-popular-feature-section .col-md-3,
    body .full-wrapper-tab-section .tab-content .col-md-3 {
        margin: 0 0 20px
    }

    body div.full-wrapper-portfolio-section {
        background-size: cover
    }

    body .caption_title_line {
        width: 55%
    }

    body .full-wrapper-main-slider {
        min-height: 310px
    }

    body .flex-caption {
        top: 5%;
        font-size: 13px
    }

    body .flex-caption h5 {
        font-size: 1em
    }

    body .flex-caption h3 {
        font-size: .9em;
        font-weight: 700
    }

    body .flex-caption h1 {
        font-size: .9em;
        font-weight: 700
    }

    body .flex-caption p {
        font-size: .75em
    }

    body .nav-pills>li.active a:after {
        top: 30px
    }

    .full-wrapper-real-time-view-cashflow-section img {
        width: 100%
    }

    body .wrapper-bg {
        margin-top: 75px
    }

    body .login-content {
        margin: 0 0 30px;
        width: 100%
    }

    body .free-trial-content {
        width: 100%
    }

    body .free-trail-wrap {
        padding: 30px
    }

    body .free-trial-content h3 {
        width: 77%
    }

    body .free-trial-content p {
        width: 60%
    }

    .free-trail-wrap .col-md-6 {
        margin: 0 0 15px
    }

    .free-trail-wrap .col-md-4 img.pull-right {
        float: left !important
    }

    .customer-header-search .form_field input,
    .customer-header-search .form_field div.select-main {
        width: 99%
    }

    .form_row .date_field>.add-on.alignright {
        right: 0
    }

    .add-products-form .customer-header-search.manage-quote .form_row .form_field {
        width: 100%
    }

    .quote-main,
    .quote-sub {
        padding-bottom: 0;
        padding-top: 0
    }

    .quote-thumb-img {
        padding-bottom: 15px
    }

    .quote-table #no-more-tables tr:last-child {
        display: block
    }
}

@media screen and (max-width:600px) {
    div.footer-toggle {
        width: 53%;
        transition: all .5s ease 0s
    }

    .statistics-cnt .statistics {
        width: 45%;
        margin-right: 0
    }

    .dashboard-toggle .statistics-cnt .statistics {
        width: 100% !important
    }

    .user-management-table table.tablesorter tr th:last-child,
    .manage-organization-table table.tablesorter tr th:last-child {
        width: 10%
    }

    body .mailer-content {
        margin: 40px;
        padding: 30px 40px
    }

    .dashboard-content.dashboard-toggle.overlay {
        background: rgba(0, 0, 0, .8);
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999
    }

    .main-container .add-products .form_name {
        width: 100% !important;
        text-align: left
    }

    .main-container .add-products .form_field {
        width: 100% !important;
        text-align: left
    }

    .main-container .form_field input,
    .main-container .form_field div.select-main {
        width: 100%
    }

    .main-container .form_field textarea {
        width: 100%
    }

    .main-container .new-customer .form_name {
        width: 100%;
        text-align: left
    }

    .main-container .new-customer .form_field {
        width: 100%;
        float: left
    }

    .main-container .date_field>.add-on {
        right: 0
    }
}

@media screen and (max-width:480px) {
    .statistics-cnt .statistics {
        width: 100%;
        margin-right: 0
    }

    .tenant_top_wlcome {
        font-size: smaller;
        max-width: 190px
    }
}

@media screen and (min-width:992px) {
    .header .login-btn {
        display: none
    }
}

@media screen and (max-width:992px) {
    .new-customer .form_field {
        width: 100% !important;
        float: none !important
    }

    .form_name {
        text-align: left !important
    }

    .arabic .form_name {
        text-align: right !important
    }

    .prod-wizard-form .form_field.col-6-field {
        width: 70.5% !important
    }

    .prod-wizard-form .form_field.col-6-field-addon {
        width: 74% !important
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    body .full-wrapper-portfolio-section .col-md-3 {
        margin: 0 6% 0 0 !important
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    body .full-wrapper-portfolio-section .col-md-3 {
        margin: 0 4% 0 0 !important
    }
}

@media screen and (min-width:992px) {
    .header .navbarmenu-toggle {
        display: none
    }

    body .full-wrapper-tab-section .tab-content .col-md-3 {
        width: 20%;
        margin: 0 6% 0 0
    }

    body .full-wrapper-popular-feature-section .col-md-3 {
        width: 33%;
        margin: 0 8% 0 0
    }

    .header .fa-user {
        display: none
    }

    .header .fa-power-off {
        display: none
    }

    .small-container {
        margin: 0 auto;
        width: 800px
    }
}

@media screen and (min-width:1200px) {
    body div.custom-container {
        width: 1205px
    }

    body .full-wrapper-tab-section .tab-content .col-md-3 {
        width: 19%;
        margin: 0 8% 0 0
    }

    body .full-wrapper-popular-feature-section .col-md-3 {
        width: 33%;
        margin: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    body div.custom-container {
        padding-left: 30px;
        padding-right: 30px
    }

    body .full-wrapper-portfolio-section .col-md-3 {
        margin: 0 8% 0 0;
        width: 28%
    }

    body .flex-direction-nav li a.next {
        bottom: 47%
    }

    body .flex-direction-nav li a.prev {
        bottom: 28.7%
    }

    .flex-caption {
        font-size: 15px;
        padding-top: 20px !important
    }

    body .full-wrapper-main-slider {
        min-height: 271px
    }

    body .wrapper-bg {
        margin-top: 75px
    }

    body .login-content-wrap {
        padding: 50px 35px 120px
    }

    body .free-trial-content-wrap img.pull-right {
        float: left !important;
        margin: 25px 0 0
    }

    body .free-trial-content-wrap {
        padding: 50px 25px 32px 30px
    }

    body .free-trial-content h3 {
        width: 100%
    }

    body .free-trial-content p {
        width: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    body div.custom-container {
        padding-left: 40px;
        padding-right: 40px
    }

    body .flex-direction-nav li a.prev {
        bottom: 32%
    }

    body .flex-direction-nav li a.next {
        bottom: 45%
    }

    body .full-wrapper-portfolio-section .col-md-3 {
        margin: 0 11% 0 0;
        width: 26%
    }

    body .flex-caption {
        font-size: 15px;
        padding-top: 20px
    }

    body .flexslider .slides img {
        height: auto
    }

    body .full-wrapper-main-slider {
        min-height: 351px
    }

    body .login-content-wrap {
        padding: 30px
    }

    body .free-trial-content h3 {
        width: 82%
    }

    body .free-trial-content p {
        width: 70%
    }
}

@media screen and (max-width:1220px) {
    .header-video-col {
        display: none
    }

    .video-container {
        display: block !important
    }

    .flex-caption .caption_title_line {
        width: auto !important
    }
}

@media screen and (max-width:768px) {
    .add-products .form_name {
        width: 25% !important
    }

    .add-products .form_field {
        width: 45%
    }

    .flex-caption {
        padding-top: 25px !important;
        font-size: 16px !important
    }

    .flex-caption .caption_title_line a {
        font-size: 15px !important
    }
}

@media screen and (max-width:360px) {
    .flex-caption {
        padding-top: 25px !important;
        font-size: 17px !important
    }

    .flex-caption .caption_title_line a {
        font-size: 12px !important
    }
}

@media screen and (min-width:320px) and (max-width:480px) {

    .form_field input[type=reset],
    .form_field a.cancel-btn {
        padding: 4px 12px !important
    }

    .form_field input[type=submit] {
        padding: 4px 12px !important
    }
}

@media screen and (min-width:320px) and (max-width:980px) {
    .add-products .form_name {
        width: 60% !important
    }

    .custom-field-form .form_name {
        width: 30% !important
    }

    .custom-field-form .form_field {
        width: 50% !important
    }

    .custom-field-form .add-field-row a.add-field-btn {
        left: 5px !important
    }

    .add-products .form_field {
        width: 60%
    }

    .form_field .full-width-inclusive {
        width: 100% !important
    }

    .form_field .full-width-inclusive>* {
        width: 100% !important
    }

    .products-header-search .form_row .form_field {
        width: 48% !important
    }

    .products-header-search .count.form_row .form_field {
        width: 18% !important
    }

    .customer-header-search .form_row .form_field {
        width: 48% !important;
        padding-bottom: 10px !important
    }

    .customer-header-search .count.form_row .form_field {
        width: 14% !important;
        padding-bottom: 10px !important
    }

    .date_field>.add-on.alignright {
        right: 10px
    }

    .filter-btn,
    .products-reset-btn {
        position: relative;
        top: 0
    }

    .count.form_row {
        position: relative;
        top: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .arabic .date_field>.add-on.alignright {
        position: absolute
    }

    .arabic .datepicker {
        direction: rtl
    }

    .tabs-setting .nav-tabs>li {
        float: none;
        padding-bottom: 3px
    }

    .wpwl-form.wpwl-form-card.wpwl-clearfix {
        position: relative;
        margin-top: 120px
    }

    .arabic .main-logo.col-md-2 {
        float: left !important
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .bill-address .form_row {
        width: 100% !important;
        padding: 0 !important
    }

    .bill-address .form_row .form_field {
        width: 100% !important
    }

    .bill-address .address-body span {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .products-header-search .count.form_row .form_name {
        width: 28% !important
    }

    .arabic .new-customer .form_field.date_field>.add-on {
        right: inherit
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .arabic .new-customer .form_field.date_field>.add-on {
        right: inherit
    }
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .products-header-search .count.form_row .form_name {
        width: 28% !important
    }

    .sub-payment-details {
        position: relative;
        margin-top: 60px
    }
}

@media screen and (min-width:320px) {
    .add-products-form #no-more-tables table tbody tr td.action a {
        background-color: #d3d3d3;
        color: #424242
    }
}

@media screen and (max-width:767px) {
    .add-products.new-product .grid-field .form_field {
        width: 100% !important
    }

    .add-products.new-product .grid-field .form_name {
        width: 100% !important
    }
}

@media screen and (max-width:768px) {
    .add-products-form .import-file {
        padding: 15px
    }

    .add-products-form .import-file .btn.btn-default {
        padding-left: 0
    }

    .add-products-form .show-source {
        margin-top: 10px !important
    }
}

@media screen and (max-width:540px) {
    .arabic .form_field.field-right .add-cust {
        left: -7px !important
    }

    .add-cust {
        right: -7px !important
    }
}

@media screen and (min-width:768px) {
    .navigate-plan-btn {
        margin-bottom: 20px
    }
}

@media screen and (max-width:468px) {
    .edit_user.add-products.edit-profile-form .form_field {
        width: 100% !important
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .add-products-form .import-file input.form-control.file {
        width: 85px !important
    }
}

@media screen and (min-width:1025px) {

    table thead th,
    table tbody td {
        max-width: 265px;
        word-wrap: break-word
    }
}

@media screen and (max-width:1066px) {
    .filter-per-page-row {
        margin-top: 10px
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {

    .add-quote .new-customer .form_row .add-cust,
    .add-order .new-customer .form_row .add-cust {
        right: -10px
    }
}

@media screen and (max-width:1024px) {
    .total-count-block {
        display: block
    }

    .line-item-total-table {
        display: none
    }

    .add_more_btn.add-more-line {
        padding-bottom: 20px !important
    }

    .total-count .sub-total-amount input {
        width: 100% !important;
        font-weight: 500
    }

    .edit-general-settings .form_field,
    .edit-quote-settings .form_field,
    .edit-invoice-settings .form_field,
    .edit-order-settings .form_field,
    .edit_credit_notes .form_field,
    .edit_debit_notes .form_field,
    .contact_payment_setting .form_field {
        width: 100% !important
    }

    .edit-general-settings #generate_api_key_btn {
        margin-top: 10px
    }

    .edit-general-settings #result-image {
        position: relative !important
    }

    .bla_result_image {
        float: none !important;
        text-align: center !important;
        margin-bottom: 10px
    }
}

.bla_result_image #result-image {
    margin-top: 18px
}

@media screen and (min-width:1025px) and (max-width:1325px) {
    .arabic .bla_result_image #result-image {
        margin-right: 60px
    }

    .bla_result_image #result-image {
        margin-left: 60px !important
    }
}

@media screen and (min-width:1025px) {
    .total-count-block {
        display: none
    }

    .line-item-total-table {
        display: block
    }

    .add-products-form #no-more-tables table thead tr th.last-child,
    .add-products-form #no-more-tables table tbody tr td.last-child {
        width: 125px !important
    }

    .manage-currency-table table thead th:last-child,
    .manage-currency-table table tbody td:last-child {
        padding-left: inherit !important;
        padding-right: inherit !important
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .customer-header-search.invoice.manage-bills-header .form_row .form_field {
        width: 23% !important
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .vendor-header-search .form_row .form_field {
        width: 23% !important
    }

    .arabic .add-products.new-product .form_field .add-cust {
        right: auto;
        left: -10px
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    .flex-caption a.trial {
        padding: 8px 4px 7px !important
    }

    .flex-caption a.pricing {
        padding: 8px 4px 7px !important
    }

    .nav-pills>li {
        padding: 0 6px !important
    }

    body .nav-pills>li.active a::after {
        top: 28px !important
    }
}

@media screen and (max-width:320px) {
    .tenant_top_wlcome {
        font-size: x-small
    }
}

@media screen and (max-width:925px) and (min-width:768px) {
    body .full-wrapper-main-slider {
        min-height: 345px
    }
}

@media screen and (max-width:1025px) {
    input.form-control {
        max-height: 29px;
        width: 55%
    }

    .select-options {
        height: fit-content
    }
}

.filter-form .form_field .dropdown.bootstrap-select {
    border-radius: 4px
}

.filter-form .form_field .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: unset;
    margin-top: 5px;
    margin-bottom: 5px
}

.filter-form .form_field .select2-container--bootstrap .select2-selection--multiple {
    min-height: unset
}

.filter-form .form_field .select2-container--bootstrap .select2-selection {
    border-radius: 4px
}

.filter-form .form_field.input-group .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-color: inherit
}

.filter-form .form_field.input-group .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 18px
}

.filter-form .form_field.input-group .dropdown.bootstrap-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.filter-form .form_field.input-group .bootstrap-select {
    width: 93% !important
}

.filter-form .form_field .select2-container--bootstrap .select2-selection {
    font-family: inherit;
    font-size: .95em;
    font-style: normal
}

.filter-form .form_field .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.filter-form .form_field .select2-selection input.select2-search__field {
    box-shadow: unset
}

.select2-container--bootstrap .select2-results .select2-results__group {
    background-color: #1d97e0;
    color: #fff
}

.select2-container--bootstrap .select2-results .select2-results__option .select2-results__option--highlighted[aria-selected] {
    background-color: #e1e3e9;
    color: #333
}

.select2-container--bootstrap .select2-results .select2-results__options .select2-results__options--nested {
    margin-left: 0;
    margin-right: 0
}

.arabic .filter-form .form_field .select2-selection--multiple:before {
    left: 7px;
    right: unset
}

.arabic .filter-form .form_field.input-group .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right-color: inherit
}

.arabic .filter-form .form_field.input-group .dropdown.bootstrap-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 3px 12px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #333;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 0 0;
    border-left: 1px solid transparent;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button .active[data-value] .remove {
    border-left-color: transparent
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: transparent
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #efefef;
    color: #333;
    border: 0 solid transparent
}

.selectize-control.multi .selectize-input>div.active {
    background: #428bca;
    color: #fff;
    border: 0 solid transparent
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: gray;
    background: #fff;
    border: 0 solid transparent
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, .4);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 3px 12px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown .option[data-selectable] {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    color: #777;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #262626
}

.selectize-dropdown .active.create {
    color: #262626
}

.selectize-dropdown .create {
    color: rgba(51, 51, 51, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent #333 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.selectize-dropdown .optgroup-header {
    font-size: 12px;
    line-height: 1.42857143
}

.selectize-dropdown .optgroup:first-child:before {
    display: none
}

.selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -12px;
    margin-right: -12px
}

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-header {
    padding: 6px 12px
}

.selectize-input {
    min-height: 34px
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-input.dropdown-active::before {
    display: none
}

.selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.has-error .selectize-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .selectize-input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px
}

.selectize-control.multi .selectize-input>div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.simplebar,
[data-simplebar-direction] {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
    overflow-y: scroll;
    overflow-x: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-overflow-style: none
}

.simplebar-scroll-content::-webkit-scrollbar {
    display: none
}

[data-simplebar-direction=horizontal] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
    overflow-x: scroll;
    overflow-y: auto
}

.simplebar-track {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px
}

.simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 10px;
    width: 4px;
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
    background: #036c9c;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.simplebar-track:hover .simplebar-scrollbar {
    -ms-filter: "alpha(opacity=70)";
    opacity: .9;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.simplebar-track .simplebar-scrollbar.visible {
    -ms-filter: "alpha(opacity=70)";
    opacity: .9
}

[data-simplebar-direction=horizontal] .simplebar-track,
.simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px
}

[data-simplebar-direction=horizontal] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

/*!* SmartWizard v4.x
* jQuery Wizard Plugin
* http://www.techlaboratory.net/smartwizard
*
* Created by Dipu Raj
* http://dipuraj.me
*
* Licensed under the terms of MIT License
* https://github.com/techlab/SmartWizard/blob/master/LICENSE*/
.sw-main {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.sw-main .sw-container {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0
}

.sw-main .sw-toolbar {
    margin-left: 0
}

.sw-theme-default {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.sw-theme-default .sw-container {
    min-height: 250px
}

.sw-theme-default .step-content {
    padding: 10px;
    border: 0 solid #d4d4d4;
    background-color: #fff;
    text-align: left
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important
}

.sw-theme-default .sw-toolbar-top {
    border-bottom-color: #ddd !important
}

.sw-theme-default .sw-toolbar-bottom {
    border-top-color: #ddd !important
}

.sw-theme-default>ul.step-anchor>li>a,
.sw-theme-default>ul.step-anchor>li>a:hover {
    border: none !important;
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: 0 0 !important;
    border: none !important
}

.sw-theme-default>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4 !important;
    background: 0 0 !important
}

.sw-theme-default>ul.step-anchor>li>a::after {
    content: "";
    background: #4285f4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.sw-theme-default>ul.step-anchor>li.active>a {
    border: none !important;
    color: #4285f4 !important;
    background: 0 0 !important
}

.sw-theme-default>ul.step-anchor>li.active>a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default>ul.step-anchor>li.done>a {
    border: none !important;
    color: #000 !important;
    background: 0 0 !important
}

.sw-theme-default>ul.step-anchor>li.done>a::after {
    background: #5cb85c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default>ul.step-anchor>li.danger>a {
    border: none !important;
    color: #d9534f !important;
    background: 0 0 !important
}

.sw-theme-default>ul.step-anchor>li.danger>a::after {
    background: #d9534f;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sw-theme-default>ul.step-anchor>li.disabled>a,
.sw-theme-default>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important
}

@media screen and (max-width:768px) {
    .sw-theme-default>.nav-tabs>li {
        float: none !important
    }
}

@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.sw-theme-default>ul.step-anchor>li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: 0 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    -webkit-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}

/*!* SmartWizard v4.x
* jQuery Wizard Plugin
* http://www.techlaboratory.net/smartwizard
*
* Created by Dipu Raj
* http://dipuraj.me
*
* Licensed under the terms of MIT License
* https://github.com/techlab/SmartWizard/blob/master/LICENSE*/
.sw-theme-arrows {
    border-radius: 5px;
    border: 1px solid #ddd
}

.sw-theme-arrows>.sw-container {
    min-height: 200px
}

.sw-theme-arrows .step-content {
    padding: 0 10px;
    border: 0 solid #d4d4d4;
    background-color: #fff;
    text-align: left
}

.sw-theme-arrows .sw-toolbar {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    border-radius: 5px
}

.sw-theme-arrows>ul.step-anchor {
    display: block;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    background: #f5f5f5;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    list-style: none;
    overflow: hidden
}

.sw-theme-arrows>ul.step-anchor li+li:before {
    padding: 0
}

.sw-theme-arrows>ul.step-anchor>li>a,
.sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #bbb;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f5f5f5
}

.sw-theme-arrows>ul.step-anchor>li>a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.sw-theme-arrows>ul.step-anchor>li>a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1
}

.sw-theme-arrows>ul.step-anchor>li:first-child>a {
    padding-left: 15px
}

.sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: #f5f5f5;
    border-color: #f5f5f5
}

.sw-theme-arrows>ul.step-anchor>li>a:hover:after {
    border-left-color: #f5f5f5
}

.sw-theme-arrows>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4 !important;
    background: #46b8da !important
}

.sw-theme-arrows>ul.step-anchor>li.active>a {
    border-color: #5bc0de !important;
    color: #fff !important;
    background: #5bc0de !important
}

.sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-left: 30px solid #5bc0de !important
}

.sw-theme-arrows>ul.step-anchor>li.done>a {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important
}

.sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 30px solid #5cb85c
}

.sw-theme-arrows>ul.step-anchor>li.danger>a {
    border-color: #d9534f !important;
    color: #d9534f !important;
    background: #fff !important
}

.sw-theme-arrows>ul.step-anchor>li.disabled>a,
.sw-theme-arrows>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important
}

@media screen and (max-width:768px) {
    .sw-theme-arrows>ul.step-anchor {
        border: 0;
        background: #ddd !important
    }

    .sw-theme-arrows>.nav-tabs>li {
        float: none !important;
        margin-bottom: 0
    }

    .sw-theme-arrows>ul.step-anchor>li>a,
    .sw-theme-arrows>ul.step-anchor>li>a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px
    }

    .sw-theme-arrows>ul.step-anchor>li>a:after,
    .sw-theme-arrows>ul.step-anchor>li>a:before {
        display: none
    }
}

@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.sw-theme-arrows>ul.step-anchor>li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: 0 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    z-index: 99;
    -webkit-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}

/*!* SmartWizard v4.x
* jQuery Wizard Plugin
* http://www.techlaboratory.net/smartwizard
*
* Created by Dipu Raj
* http://dipuraj.me
*
* Licensed under the terms of MIT License
* https://github.com/techlab/SmartWizard/blob/master/LICENSE*/
.sw-theme-circles .sw-container {
    min-height: 300px
}

.sw-theme-circles .step-content {
    padding: 10px 0;
    background-color: #fff;
    text-align: left
}

.sw-theme-circles .sw-toolbar {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important
}

.sw-theme-circles .sw-toolbar-bottom {
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important
}

.sw-theme-circles>ul.step-anchor {
    position: relative;
    background: #fff;
    display: block;
    border: none;
    list-style: none;
    margin-bottom: 40px
}

.sw-theme-circles>ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 0
}

.sw-theme-circles>ul.step-anchor>li {
    border: none;
    margin-left: 40px
}

.sw-theme-circles>ul.step-anchor>li>a {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 25px 0;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 3px #fff !important;
    box-shadow: inset 0 0 0 3px #fff !important;
    text-decoration: none;
    outline-style: none;
    z-index: 99;
    color: #bbb;
    background: #f5f5f5
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
    color: #bbb;
    background: #f5f5f5;
    border-width: 2px
}

.sw-theme-circles>ul.step-anchor>li>a>small {
    position: absolute;
    bottom: -40px;
    display: block;
    color: #ccc
}

.sw-theme-circles>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4 !important
}

.sw-theme-circles>ul.step-anchor>li.active>a {
    border-color: #5bc0de;
    color: #fff;
    background: #5bc0de
}

.sw-theme-circles>ul.step-anchor>li.active>a>small {
    color: #5bc0de
}

.sw-theme-circles>ul.step-anchor>li.done>a {
    border-color: #5cb85c;
    color: #fff;
    background: #5cb85c
}

.sw-theme-circles>ul.step-anchor>li.done>a>small {
    color: #5cb85c
}

.sw-theme-circles>ul.step-anchor>li.danger>a {
    border-color: #d9534f;
    color: #d9534f;
    background: #fff
}

.sw-theme-circles>ul.step-anchor>li.danger>a>small {
    color: #d9534f
}

.sw-theme-circles>ul.step-anchor>li.disabled>a,
.sw-theme-circles>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important
}

.sw-theme-circles>ul.step-anchor>li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: 0 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    width: 75px;
    height: 75px;
    z-index: 999;
    -webkit-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}

@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

/*!* SmartWizard v4.x
* jQuery Wizard Plugin
* http://www.techlaboratory.net/smartwizard
*
* Created by Dipu Raj
* http://dipuraj.me
*
* Licensed under the terms of MIT License
* https://github.com/techlab/SmartWizard/blob/master/LICENSE*/
.sw-theme-dots .sw-container {
    min-height: 300px
}

.sw-theme-dots .step-content {
    padding: 10px 0;
    border: none;
    background-color: #fff;
    text-align: left
}

.sw-theme-dots .sw-toolbar {
    background: #fff;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important
}

.sw-theme-dots .sw-toolbar-top {
    border-bottom-color: #ddd !important
}

.sw-theme-dots .sw-toolbar-bottom {
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important
}

.sw-theme-dots>ul.step-anchor {
    position: relative;
    background: #fff;
    display: block;
    border: 0 solid #ccc !important;
    list-style: none
}

.sw-theme-dots>ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 65px;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-order: 0;
    z-index: 95
}

.sw-theme-dots>ul.step-anchor>li {
    border: none
}

.sw-theme-dots>ul.step-anchor>li>a {
    position: relative;
    text-align: center;
    font-weight: 700;
    background: 0 0;
    border: none;
    color: #ccc;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    display: block
}

.sw-theme-dots>ul.step-anchor>li>a:before {
    content: ' ';
    position: absolute;
    bottom: 2px;
    left: 40%;
    margin-top: 10px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    background: #f5f5f5;
    border: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 98
}

.sw-theme-dots>ul.step-anchor>li>a:after {
    content: ' ';
    position: relative;
    left: 43%;
    margin-top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: 99
}

.sw-theme-dots>ul.step-anchor>li>a:hover {
    color: #ccc;
    background: 0 0
}

.sw-theme-dots>ul.step-anchor>li>a:focus {
    color: #ccc;
    border: none
}

.sw-theme-dots>ul.step-anchor>li.clickable>a:hover {
    color: #999
}

.sw-theme-dots>ul.step-anchor>li.active>a {
    color: #5bc0de
}

.sw-theme-dots>ul.step-anchor>li.active>a:hover {
    border: none
}

.sw-theme-dots>ul.step-anchor>li.active>a:after {
    background: #5bc0de
}

.sw-theme-dots>ul.step-anchor>li.done>a {
    color: #5cb85c
}

.sw-theme-dots>ul.step-anchor>li.done>a:after {
    background: #5cb85c
}

.sw-theme-dots>ul.step-anchor>li.danger>a {
    color: #d9534f
}

.sw-theme-dots>ul.step-anchor>li.danger>a:after {
    background: #d9534f
}

.sw-theme-dots>ul.step-anchor>li.disabled>a,
.sw-theme-dots>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important
}

.sw-theme-dots>ul.step-anchor>li.disabled>a:after {
    background: #eee
}

@media screen and (max-width:768px) {
    .sw-theme-dots>ul.step-anchor:before {
        top: 0;
        bottom: 0;
        left: 10px;
        width: 5px;
        height: 100%;
        background-color: #f5f5f5;
        display: block;
        margin-right: 10px
    }

    .sw-theme-dots>ul.step-anchor>li {
        margin-left: 20px;
        display: block;
        clear: both
    }

    .sw-theme-dots>ul.step-anchor>li>a {
        text-align: left;
        margin-left: 0;
        display: block
    }

    .sw-theme-dots>ul.step-anchor>li>a:before {
        top: 5px;
        left: -23px;
        margin-right: 10px;
        display: block
    }

    .sw-theme-dots>ul.step-anchor>li>a:after {
        top: -38px;
        left: -31px;
        margin-right: 10px;
        display: block
    }
}

.sw-theme-dots>ul.step-anchor>li.loading>a:before {
    -webkit-animation: help-bubble-pulse 1.5s linear infinite;
    animation: help-bubble-pulse 1.5s linear infinite
}

.sw-theme-dots>ul.step-anchor>li.loading>a:after {
    background-color: #ccc;
    opacity: 1;
    -webkit-animation: help-bubble-pulse 1.5s linear infinite;
    animation: help-bubble-pulse 1.5s linear infinite
}

@-webkit-keyframes help-bubble-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }

    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes help-bubble-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }

    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

.unhide {
    display: inline !important
}

.pdf-data {
    color: #000 !important
}

.sub-totals-details {
    color: #000 !important
}

body {
    font-family: raleway, sans-serif;
    font-size: 14px;
    color: #394659
}

body.arabic {
    font-family: cairo, sans-serif;
    font-size: 14px;
    color: #394659
}

.ar_content {
    font-family: cairo, sans-serif !important
}

html {
    position: relative;
    min-height: 100%
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.ui-autocomplete {
    cursor: pointer;
    overflow-y: scroll
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

label {
    word-wrap: break-word
}

.label_required:after {
    content: "* ";
    color: #eb796d;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle
}

textarea {
    resize: none
}

.modal-backdrop {
    z-index: -1
}

.shaded {
    font-size: .65em !important;
    color: grey !important
}

.full-fit {
    max-width: 100%
}

.font-family {
    font-family: sans-serif
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px;
    height: 35px
}

.text-light-green {
    color: #96eb9e !important;
    font-weight: 600
}

.text-green {
    color: #7ed686 !important;
    font-weight: 600
}

.text-dark-gray {
    color: #7a7979 !important;
    font-weight: 600
}

.text-red {
    color: #eb796d !important;
    font-weight: 600
}

.primary_color {
    color: #3ab477
}

.client-primary_color {
    color: #1d97e0
}

.secondary_color {
    color: #e59f93
}

.tertiary_color {
    color: #ebc981
}

.quaternary_color {
    color: #1e2329
}

.extra_color {
    color: #eeaeee
}

.site_primary_color {
    color: #4abeed
}

.active_status_color {
    color: #3ab477
}

.inactive_status_color {
    color: #8c6f75
}

.cancelled_status_color {
    color: #ff2b19
}

.unsubscribe_status_color {
    color: #14385c
}

.warning_invoice_color {
    color: #f59740
}

.primary_bg {
    background-color: #409e7a
}

.secondary_bg {
    background-color: #e59f93
}

.tertiary_bg {
    background-color: #ebc981
}

.quaternary_bg {
    background-color: #1e2329
}

.hovergreen:hover {
    color: #419d5c
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-60 {
    margin-top: 60px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.fw-100 {
    font-weight: 100
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.full-wrapper {
    margin-bottom: 50px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.form-control {
    font-style: normal !important
}

.fixed-header {
    width: 100%;
    box-shadow: 0 3px 5px 0 #d3d3d3;
    padding-bottom: 15px
}

.logo {
    background-color: #1e2329;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 250px;
    padding-left: 20px;
    border-right: 1px solid #a8aaac;
    margin-top: -58px
}

.logo a {
    color: #fff;
    font-size: 1.9em;
    font-weight: 300;
    text-decoration: none
}

.logout {
    border: 1px solid #339c73;
    -webkit-box-shadow: #cecece 0 3px 3px;
    -moz-box-shadow: #cecece 0 3px 3px;
    box-shadow: #cecece 0 3px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .875em;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #65c19c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#65C19C), to(#3F9D78));
    background-image: -webkit-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -moz-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -ms-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -o-linear-gradient(top, #65C19C, #3F9D78);
    background-image: linear-gradient(to bottom, #65C19C, #3F9D78);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#65C19C, endColorstr=#3F9D78)
}

.logout:hover {
    border: 1px solid #339c73;
    background-color: #3f9d78;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F9D78), to(#65C19C));
    background-image: -webkit-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -moz-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -ms-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -o-linear-gradient(top, #3F9D78, #65C19C);
    background-image: linear-gradient(to bottom, #3F9D78, #65C19C);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3F9D78, endColorstr=#65C19C);
    text-decoration: none
}

.arabic .nav-pills>li>a {
    padding: 5px 15px
}

.profile-menu {
    padding-right: 20px;
    margin-right: 35px;
    margin-top: 8px
}

.main-account-total td,
.main-account-total th {
    color: #394659;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px solid #444 !important
}

th.account-name {
    min-width: 205px
}

.spacer-row {
    height: 21px
}

.arabic .profile-menu {
    margin-left: 35px
}

@media screen and (max-width:480px) {
    .profile-menu {
        padding-right: 15px;
        margin-right: 0
    }

    .arabic .profile-menu {
        margin-right: 6px;
        margin-left: 15px
    }
}

@media print {
    a[href]:after {
        content: none !important
    }
}

.profile-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    left: -90px
}

.arabic .profile-menu ul {
    left: 0
}

.arabic .profile-menu ul li {
    text-align: right
}

.profile-menu ul li {
    color: #656668;
    font-weight: 300
}

.main-container {
    display: inline-block;
    width: 100%
}

.sidebar {
    background-color: #1e2329;
    width: 250px;
    border-right: 1px solid #a8aaac;
    float: left;
    position: relative;
    z-index: 0
}

.sidebar:before {
    background-color: #1e2329;
    border-right: 1px solid #a8aaac;
    bottom: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: -1
}

.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-menu li.active a i {
    padding-right: 5px
}

.active.primary_bg {
    box-shadow: inset 0 5px 5px 0 #368264
}

.active.primary_bg>a,
.active.primary_bg>a i,
.active.primary_bg>a i.fa-television,
.active.primary_bg>a i.fa-cog {
    color: #242c2d;
    text-decoration: none
}

.active.primary_bg ul.submenu {
    background-color: #1e2329
}

.sidebar-menu .submenu {
    padding-left: 0
}

.sidebar-menu .submenu:before {
    width: 100%;
    display: block;
    content: ""
}

.sidebar-menu .submenu:after {
    border-bottom: 1px solid #101115;
    box-shadow: 0 1px 0 0 #2f3336;
    width: 100%;
    display: block;
    content: ""
}

.sidebar-menu .dropdown-toggle,
.sidebar-menu li a {
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #101115;
    box-shadow: 0 1px 0 0 #2f3336
}

.active.primary_bg .submenu li a,
.submenu li a {
    border-bottom: none;
    box-shadow: none;
    padding: 0
}

.sidebar-menu .dropdown-toggle .fa-television {
    font-size: .9em;
    font-weight: 600;
    padding-right: 3px;
    color: #a9aaac
}

.sidebar-menu .dropdown-toggle .fa-cog,
.sidebar-menu li a i {
    padding-right: 7px;
    color: #a9aaac
}

.sidebar-menu .dropdown-toggle .fa-angle-down,
.sidebar-menu .dropdown-toggle .fa-angle-up {
    float: right
}

.sidebar-menu .submenu li {
    padding-left: 43px;
    padding-top: 3px;
    padding-bottom: 3px;
    list-style: none
}

.sidebar-menu .submenu li:first-child {
    padding-top: 10px
}

.sidebar-menu .submenu li:last-child {
    padding-bottom: 10px
}

.sidebar-menu .submenu li a {
    color: #a8a9ab;
    text-decoration: none;
    font-weight: 300;
    font-size: .938em
}

.sidebar-menu .submenu li a:hover,
.sidebar-menu .submenu li a.active {
    color: #3ab477
}

.dashboard-content {
    margin-left: 250px;
    padding-left: 30px;
    padding-right: 20px
}

.dashboard-breadcrumb {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 15px
}

.dashboard-breadcrumb ul {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%
}

.dashboard-breadcrumb ul li {
    display: inline;
    font-size: .85em
}

.dashboard-breadcrumb ul li a {
    color: #212429;
    text-decoration: none
}

.dashboard-breadcrumb ul li i {
    padding-right: 2px;
    padding-left: 2px
}

.top-options-container {
    margin-top: 10px;
    display: block;
    float: right;
    width: 100%
}

.arabic .top-options-container {
    float: left !important
}

.select-month {
    background-color: #fff;
    border-bottom: 4px solid #b2e1cf;
    font-size: .983em;
    position: relative;
    width: 240px;
    color: #656565;
    margin-top: 15px
}

.select-main {
    padding: 2px 0 4px;
    font-family: raleway, sans-serif;
    font-style: normal;
    cursor: pointer
}

.select-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    cursor: pointer;
    height: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
    z-index: 7
}

.select-arrow.reverse {
    border-bottom: 6px solid #666;
    border-top: 5px solid transparent;
    top: 5px
}

.select-block {
    background-color: #fff;
    border-bottom: 1px solid #b2e1cf;
    border-left: 1px solid #b2e1cf;
    border-right: 1px solid #b2e1cf;
    box-shadow: 0 0 2px #b2e1cf;
    left: -1px;
    line-height: 20px;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 2
}

ul.select-list {
    padding-left: 0
}

li.select-items {
    list-style: none;
    padding: 4px 7px
}

li.select-items:hover,
li.select-items.active {
    background-color: #b2e1cf
}

.subscribers {
    margin-bottom: 40px
}

#no-more-tables {
    border: 1px solid #cdd0d5;
    border-radius: 5px;
    padding: 0 10px
}

#no-more-tables table tbody td>a {
    background-color: inherit;
    color: #394659;
    font-size: inherit
}

#no-more-tables table tbody td>a>i {
    margin: .2rem;
    width: 4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

div#no-more-tables table tr.bold td {
    font-weight: 700;
    border-top: 1px solid #353f49;
    border-bottom: 1px solid #353f49
}

.subscribers table thead tr {
    background-color: #eaebed
}

.subscribers table {
    background: #fff;
    border: 3px solid #fff;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed
}

.subscribers.subscriptions table {
    border-radius: 0
}

.subscribers.subscriptions table thead tr {
    border-bottom: 1px solid #d7dadf
}

.subscribers.subscriptions table tr th {
    background-color: #fff;
    border-bottom: 1px solid #d7dadf
}

.subscribers.subscriptions table tr td {
    border-bottom: 1px solid #d7dadf;
    border-top: none
}

.subscribers.subscriptions tbody tr:first-child td {
    border-top: none
}

.subscribers table tr th,
.subscribers table tr td {
    text-align: right;
    font-size: .85em;
    word-wrap: break-word
}

.subscribers table tr th {
    border-bottom: 2px solid #fff
}

.subscribers tbody tr:first-child td {
    border-top: 4px solid #a4dbc6
}

.subscribers table tr td {
    border-bottom: 1px solid #dcebe4;
    border-top: none
}

.subscribers table td.align-left,
.subscribers table th.align-left {
    text-align: left;
    width: 18%
}

.subscribers h2 {
    font-size: 1.688em;
    font-weight: 300
}

.subscribers.subscriptions h2 {
    border-bottom: 4px solid #a4dbc4;
    padding-bottom: 8px
}

.subscribers span {
    font-size: .654em;
    font-weight: 500
}

.subscribers.subscriptions table tbody tr td span {
    color: #fff;
    padding: 3px;
    font-size: .9em
}

.footer-cnt {
    border-top: 1px solid #ccc;
    clear: both;
    color: #6d6d6d;
    display: inline-block;
    font-size: .8em;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 73%;
    position: absolute;
    bottom: 20px;
    left: 280px;
    right: 0
}

.toggle-menu {
    background-color: #1e2329;
    border: 2px solid #a9aaac;
    border-radius: 4px;
    color: #a9aaac;
    position: absolute;
    padding: 0 5px;
    right: -30px;
    cursor: pointer;
    top: 18px;
    display: none
}

.statistics-cnt {
    display: inline-block;
    width: 100%;
    padding: 45px 0
}

.statistics {
    float: left;
    width: 71%;
    position: relative;
    border: 1px solid #cdd0d5;
    border-radius: 5px;
    padding: 10px 20px 0
}

.sidebar.sidebar-toggle,
.sidebar.sidebar-toggle:before {
    width: 250px;
    transition: all .5s ease 0s
}

.sidebar-menu-toggle {
    width: auto;
    transition: all .5s ease 0s
}

.dashboard-content.dashboard-toggle {
    margin-left: 260px;
    transition: all .5s ease 0s
}

.progress-bar {
    position: relative;
    height: 200px;
    width: 200px;
    background-color: transparent;
    box-shadow: none;
    color: #394657;
    margin: 0 2.13%;
    display: inline-block;
    float: none
}

.progress-bar:first-child {
    margin-left: 0
}

.progress-bar:last-child {
    margin-right: 0
}

.progress-bar div {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%
}

.progress-bar div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 175px;
    height: 175px;
    width: 175px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

.progress-bar .background {
    background-color: #b3cef6
}

.progress-bar .rotate {
    clip: rect(0 100px 200px 0);
    background-color: #4b86db
}

.progress-bar .left {
    clip: rect(0 100px 200px 0);
    opacity: 1;
    background-color: #b3cef6
}

.progress-bar .right {
    clip: rect(0 100px 200px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db
}

@keyframes toggle {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.stat_details {
    z-index: 1;
    padding-top: 32px
}

.progress-bar .stat_details h4,
.progress-bar .stat_details h2,
.progress-bar .stat_details h1 {
    margin-top: 0;
    margin-bottom: 0
}

.progress-bar .stat_details h4 {
    text-transform: uppercase;
    max-width: 120px;
    position: relative;
    margin: 0 auto;
    word-break: break-all
}

.progress-bar .stat_details .due_subscription_link {
    position: relative;
    height: auto;
    width: auto;
    font-size: .9em;
    background-color: #394657;
    line-height: inherit;
    color: #ececec;
    border-radius: 10px;
    padding: 2px 5px;
    left: auto;
    top: auto;
    text-decoration: none
}

.progress-bar .stat_details h1 {
    font-size: 3.167em;
    margin-bottom: 10px
}

.progress-bar .stat_details h2.subscription_count {
    margin-top: 5px;
    font-size: 2.333em
}

.statistics .owl-carousel {
    margin-left: -.8%
}

.statistics .owl-carousel .owl-item {
    text-align: center
}

.cancelled_subscribers {
    float: right;
    border: 1px solid #cdd0d5;
    border-radius: 5px;
    padding: 46px 20px 38px;
    text-align: center;
    vertical-align: top;
    text-align: center
}

.arabic .form-checkbox:before {
    margin-right: 0
}

#untracked-invoice {
    width: 16%
}

.arabic #untracked-invoice {
    width: 15.9%
}

.cancelled_subscribers .cancld_subscribers {
    display: block;
    background-color: #68c49f;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: .9em;
    margin-top: 18px
}

.cancelled_subscribers .cl_sub_count {
    font-size: 2em
}

.cancelled_subscribers .cl_sub_count i {
    font-size: 1.133em
}

.cancelled_subscribers .cl_sub_count h1 {
    margin-top: 0
}

.statistics span.prev,
.statistics span.next {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    line-height: initial;
    padding: 0 5px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    z-index: 1;
    background-color: #fff
}

span.prev {
    left: 5px
}

span.next {
    right: 5px
}

.subscribers.add_subscription h2>span {
    font-size: inherit
}

.add_subscription {
    border-bottom: 4px solid #a4dbc4;
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 30px
}

.add_subscription h2 {
    font-size: 1.7em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    float: left
}

.arabic .add_subscription h2 {
    font-size: 1.7em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    float: right
}

.add_subscription a.back_btn {
    border: 1px solid #c9cbcd;
    border-radius: 3px;
    padding: 3px 10px;
    float: right;
    color: #3e4a5b;
    text-decoration: none;
    font-size: .813em
}

.add_subscription a.back_btn i {
    padding-right: 5px;
    font-size: 1.154em
}

.add_subscription_form {
    background: #fff;
    margin-bottom: 50px
}

.add_subscription_form.add-products-form {
    background: #fff;
    min-height: 280px
}

.add_subscription_form.add-products-form .add-tenant-products-category {
    background: #fff;
    min-height: 350px
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .add_subscription_form.add-products-form {
        min-height: 380px
    }
}

.navigate-plan-btn form {
    display: inline-block;
    right: 10px;
    position: relative
}

.navigate-plan-btn {
    text-align: right !important
}

.arabic .navigate-plan-btn {
    float: left !important;
    position: relative;
    left: 20px;
    text-align: left !important
}

.navigate-plan-btn form input {
    background-color: #1b97df;
    border: none;
    background-image: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px
}

.add-products-form .show-source {
    position: relative;
    margin-top: 30px
}

.add-products-form .reports-table {
    font-size: 12px;
    font-family: Cairo !important
}

.arabic .reports-table table thead th {
    direction: rtl
}

.add-products-form .reports-table table tr th,
.add-products-form .reports-table table tr td {
    padding-bottom: 2px !important;
    padding-top: 2px !important
}

.form_row {
    width: 100%;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: capitalize
}

.arabic .form_row {
    text-align: right
}

.arabic .rep-filter .form_row {
    text-align: unset !important
}

.rep-filter .form_row .form_field {
    padding-left: 5px !important
}

.arabic .frms-container .form_row {
    text-align: unset
}

#untracked-invoice {
    width: 16%
}

.arabic #untracked-invoice {
    width: 15.9%
}

.form_row div.form_name,
.form_row div.form_field {
    display: inline-block
}

.form_name {
    width: 27%;
    font-size: .85em;
    vertical-align: top
}

.c-form_name {
    font-size: .85em;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.form_field {
    width: 30%;
    font-size: .9em;
    position: relative
}

.c-form_field {
    font-size: .9em;
    position: relative;
    display: inline-block
}

.filter-per-page {
    display: inline-block;
    padding-right: 20px
}

.filter-per-page_field {
    display: inline-block;
    margin-right: 10px;
    width: auto !important
}

.dashboard-toggle .form_field {
    width: 60%
}

.dashboard-toggle .form_field span {
    margin-right: 20px;
    width: 43%;
    font-size: .85em
}

.form_field .bootstrap-select span {
    display: inline-block;
    margin-right: 25px;
    font-size: .85em
}

.form_field .bootstrap-select ul.dropdown-menu li a {
    text-align: center
}

.arabic .form_field span {
    margin-right: auto
}

.arabic .select2-container .select2-search--inline {
    float: right
}

.form_field span.monthly {
    float: left
}

.form_field span input {
    font-size: 1em
}

.form_field span:last-child {
    margin-right: 0
}

.config-table .form_field input {
    width: unset
}

.form_field input,
.form_field div.select-main {
    width: 90%;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative;
    -moz-appearance: textfield
}

.form_field input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.buybuy {
    width: 95% !important
}

.side-field .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.dropdown-header {
    display: block;
    padding: 3px 0 !important;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    text-align: center
}

.dropdown-header>span {
    width: auto !important
}

.form_field textarea,
.form_field div.select-main {
    width: 90%;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.form_field input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form_field div.select-main .select-set {
    color: #bababa
}

.form_row .form_field .select-main .select-set {
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form_field input[readonly] {
    background-color: #e9e9e9;
    cursor: not-allowed
}

.form_field div.select-main .select-set {
    color: #333;
    cursor: pointer;
    opacity: 1;
    width: 100%
}

.form_field span.active {
    color: green;
    font-size: .9em
}

.form_field span.inactive {
    color: red;
    font-size: .9em
}

.form-checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 11px;
    margin: 0 !important;
    position: relative
}

.form-checkbox:before {
    background-color: #fff;
    border: 1px solid #036c9c;
    border-radius: 3px;
    color: #036c9c;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 14px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    margin-right: 5px
}

input[type=checkbox]:checked+.form-checkbox:before {
    content: "\f00c ";
    font-size: 16px;
    font-weight: 100;
    color: #036c9c
}

input[type=checkbox] {
    display: none
}

.form_field input[type=submit],
.form_field input[type=reset] {
    width: auto;
    margin-right: 5px
}

.form_field input[type=submit] {
    border: 1px solid #339c73;
    -webkit-box-shadow: #cecece 0 2px 2px;
    -moz-box-shadow: #cecece 0 2px 2px;
    box-shadow: #cecece 0 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    padding: 4px 18px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #65c19c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#65C19C), to(#3F9D78));
    background-image: -webkit-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -moz-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -ms-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -o-linear-gradient(top, #65C19C, #3F9D78);
    background-image: linear-gradient(to bottom, #65C19C, #3F9D78);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#65C19C, endColorstr=#3F9D78)
}

.form_field input[type=submit]:hover {
    border: 1px solid #339c73;
    background-color: #3f9d78;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F9D78), to(#65C19C));
    background-image: -webkit-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -moz-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -ms-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -o-linear-gradient(top, #3F9D78, #65C19C);
    background-image: linear-gradient(to bottom, #3F9D78, #65C19C);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3F9D78, endColorstr=#65C19C);
    text-decoration: none
}

.form_field input[type=reset],
.form_field a.cancel-btn {
    border: 1px solid #313438;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    padding: 4px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #353f49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#353F49), to(#1F242A));
    background-image: -webkit-linear-gradient(top, #353F49, #1F242A);
    background-image: -moz-linear-gradient(top, #353F49, #1F242A);
    background-image: -ms-linear-gradient(top, #353F49, #1F242A);
    background-image: -o-linear-gradient(top, #353F49, #1F242A);
    background-image: linear-gradient(to bottom, #353F49, #1F242A);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#353F49, endColorstr=#1F242A)
}

.form_field input[type=reset]:hover,
.form_field a.cancel-btn:hover {
    border: 1px solid #313438;
    background-color: #1f242a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1F242A), to(#353F49));
    background-image: -webkit-linear-gradient(top, #1F242A, #353F49);
    background-image: -moz-linear-gradient(top, #1F242A, #353F49);
    background-image: -ms-linear-gradient(top, #1F242A, #353F49);
    background-image: -o-linear-gradient(top, #1F242A, #353F49);
    background-image: linear-gradient(to bottom, #1F242A, #353F49);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1F242A, endColorstr=#353F49)
}

.help-icon {
    background-color: #036c9c;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
    vertical-align: middle;
    border: 1px solid #239687;
    float: right;
    margin-top: 7px;
    position: absolute;
    right: 0;
    top: 0
}

.help-icon:hover,
.help-icon:focus {
    color: #fff;
    text-decoration: none
}

.popover {
    background-color: #c8e5e1;
    border: 1px solid #229787;
    font-family: inherit;
    color: #229787;
    width: 100%
}

.popover h3 {
    background-color: #c8e5e1;
    border-bottom: medium;
    float: left;
    padding: 9px 10px;
    width: 25%
}

.popover-content {
    padding: 5px 10px;
    width: 90%;
    text-align: center
}

.popover.right>.arrow {
    border-left-width: 0;
    border-right-color: #229787
}

.popover.bottom>.arrow:after {
    border-bottom-color: #c8e5e1
}

.popover.right>.arrow:after {
    border-left-width: 0;
    border-right-color: #c8e5e1;
    content: " "
}

.popover.left>.arrow:after {
    border-left-color: #c8e5e1;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px
}

.popover.top>.arrow:after {
    border-bottom-width: 0;
    border-top-color: #c8e5e1;
    bottom: 1px;
    content: " ";
    margin-left: -10px
}

.user-management {
    border-bottom: 2px solid #dcdfe2;
    margin-bottom: 0
}

.add-new-user {
    float: right;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #338e6b
}

.add-new-user:hover {
    text-decoration: none;
    color: #fff
}

.auto-complete {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 4px solid #a4dbc4
}

.auto-complete button.btn.dropdown-toggle.btn-default,
.new_currency button.btn.dropdown-toggle.btn-default,
.new_invite_user button.btn.dropdown-toggle.btn-default {
    background-color: #fff
}

.auto-complete input[type=text],
.auto-complete input[type=search],
.auto-complete select {
    display: inline-block;
    float: left;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    color: #333;
    font-size: .8em;
    font-style: normal;
    padding: 4px 8px;
    width: 16%;
    margin-right: 2px;
    margin-left: 2px
}

.auto-complete input[type=button] {
    border: 1px solid #338e6b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: .78em;
    font-weight: 400;
    padding: 4px 15px 3px;
    text-decoration: none;
    margin-left: 2px
}

.add-products .form_row .form_field.role_field .select-main {
    float: right
}

.user-management-table.product-table thead th,
.user-management-table.product-table tbody td {
    padding: 10px
}

@media screen and (min-width:1025px) {

    .user-management-table thead th,
    .user-management-table tbody td {
        padding: 10px !important
    }
}

.auto-complete input[type=submit],
.auto-complete button[type=submit] {
    border: 1px solid #338e6b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: .78em;
    font-weight: 400;
    padding: 4px 15px 3px;
    text-decoration: none;
    margin-left: 2px
}

.user-management-table,
.manage-organization-table {
    font-size: 13px;
    margin-bottom: 0
}

.user-management-table table thead th,
.manage-organization-table table thead th {
    cursor: default
}

.user-management-table table thead th.header,
.manage-organization-table table thead th.header {
    cursor: pointer
}

.user-management-table table tbody td span.admin,
.manage-organization-table table tbody td span.inactive {
    color: red
}

.user-management-table table tbody td a,
.manage-organization-table table tbody td a {
    margin-left: 1px
}

.user-management-table table tbody tr:last-child td,
.manage-organization-table table tbody tr:last-child td {
    border-bottom: 1px solid #ddd
}

.user-management-table table tr th:last-child,
.manage-organization-table table tr th:last-child {
    text-align: left;
    width: 8%
}

.user-management-table.manage-users-table table tr th:last-child {
    width: 10% !important
}

.user-management-table table tr td:last-child,
.manage-organization-table table tr td:last-child {
    text-align: left
}

.user-management-table table tr th,
.user-management-table table tr td,
.manage-organization-table table tr th,
.manage-organization-table table tr td {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px
}

.arabic .view-role table th,
.arabic .view-role table td {
    text-align: right !important
}

.user-management-table table,
.manage-organization-table table {
    margin-bottom: 10px
}

.manage-organization-table table tr td span.primary_bg,
.manage-organization-table table tr td span.secondary_bg,
.manage-organization-table table tr td span.tertiary_bg,
.manage-organization-table table tr td span.quaternary_bg {
    color: #fff;
    font-size: .9em;
    padding: 1px 2px
}

thead.cf tr th a {
    color: #394659;
    text-decoration: none
}

.users-pagination ul.pagination {
    margin-top: 0;
    margin-bottom: 0
}

.users-pagination {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 50px;
    width: 100%
}

.users-pagination span {
    float: left;
    font-size: .8em;
    padding-top: 8px;
    font-style: italic
}

.users-pagination nav {
    float: right
}

.users-pagination ul.pagination li a {
    color: #3d4045
}

.users-pagination ul.pagination li.active span {
    background-color: transparent;
    color: #3ab477;
    border: 1px solid #ddd
}

.dashboard-toggle .user-management-table {
    overflow: auto
}

.dashboard-toggle .user-management-table table.table {
    width: 700px;
    max-width: unset
}

.dashboard-toggle .auto-complete input[type=text],
.dashboard-toggle .plan_type,
.dashboard-toggle .organization_status {
    width: 18.3%
}

.reset-btn {
    float: left;
    background-color: #1e2329;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: .9em;
    margin-left: 3px;
    padding: 3px 6px;
    text-decoration: none
}

.plan_type,
.organization_status {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    color: #bababa;
    float: left;
    font-size: .8em;
    font-style: normal;
    margin-left: 2px;
    margin-right: 2px;
    width: 16%;
    position: relative
}

.plan_type .select-main,
.organization_status .select-main {
    padding-top: 0
}

.plan_type .select-set,
.organization_status .select-set {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 12px;
    cursor: pointer;
    width: 100%;
    color: #888
}

.plan_type .select-arrow,
.organization_status .select-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #7a7a7a;
    top: 11px
}

.plan_type .select-arrow.reverse,
.organization_status .select-arrow.reverse {
    border-bottom: 5px solid #7a7a7a;
    border-top: 4px solid transparent;
    top: 5px
}

.plan_type .select-block .select-items,
.organization_status .select-block .select-items {
    color: gray
}

.manage_organization {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0
}

.manage_organization h3 {
    font-size: 1em;
    float: left;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 6px
}

.manage-currency-table table tr td:last-child {
    text-align: left
}

.manage-currency-table table tr td span.no {
    color: red
}

.manage_currency {
    border-bottom: 4px solid #a4dbc4;
    margin-bottom: 0
}

.subscription_plan h3 {
    float: left;
    margin-bottom: 0;
    margin-top: 0
}

.subscribers.add_subscription.subscription_plan {
    margin-bottom: 0
}

.edit-free-trail {
    float: left;
    color: #fff;
    font-weight: 500;
    font-size: .78em;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #338e6b;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 38px;
    margin-top: -35px
}

.edit-free-trail:hover {
    text-decoration: none;
    color: #fff
}

.all_plans {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 15px
}

.all_plans span {
    display: inline-block;
    font-weight: 700;
    width: 32%;
    margin-top: 5px;
    vertical-align: middle
}

.all_plans span.caret {
    width: auto
}

.all_plans span.plan_select {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    display: inline-block;
    width: 65%;
    position: relative;
    font-size: .8em;
    margin-left: 5px;
    margin-top: -5px
}

.all_plans .plan_select select option {
    font-size: 13px;
    font-weight: 400
}

.all_plans .plan_select select option:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    color: #262626
}

.plan_select .select-main .select-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666;
    right: 8px;
    top: 9px
}

.plan_select .select-main .select-arrow.reverse {
    border-bottom: 5px solid #666;
    border-top: 4px solid transparent;
    top: 4px
}

:lang(en) .fields-wrap.first_name,
.fields-wrap.last_name {
    width: 50%
}

:lang(ar) .fields-wrap.first_name,
.fields-wrap.last_name {
    width: 50%;
    margin-right: -2%
}

.fields-wrap.first_name {
    padding-right: 5px
}

.arabic .fields-wrap.first_name {
    float: right;
    padding-left: 5px;
    padding-right: inherit
}

#myModal .modal-dialog {
    width: 450px;
    text-align: center
}

#myModal .modal-footer {
    text-align: center
}

#myModal .modal-body {
    padding: 5px 15px
}

#myModal .modal-header,
#myModal .modal-footer {
    border: none
}

#myModal .modal-header {
    padding-bottom: 0
}

.modal-footer .delete_plan {
    border: 1px solid #339c73;
    -webkit-box-shadow: #cecece 0 2px 2px;
    -moz-box-shadow: #cecece 0 2px 2px;
    box-shadow: #cecece 0 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    padding: 4px 18px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #65c19c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#65C19C), to(#3F9D78));
    background-image: -webkit-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -moz-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -ms-linear-gradient(top, #65C19C, #3F9D78);
    background-image: -o-linear-gradient(top, #65C19C, #3F9D78);
    background-image: linear-gradient(to bottom, #65C19C, #3F9D78);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#65C19C, endColorstr=#3F9D78)
}

.modal-footer .delete_plan:hover {
    border: 1px solid #339c73;
    background-color: #3f9d78;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F9D78), to(#65C19C));
    background-image: -webkit-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -moz-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -ms-linear-gradient(top, #3F9D78, #65C19C);
    background-image: -o-linear-gradient(top, #3F9D78, #65C19C);
    background-image: linear-gradient(to bottom, #3F9D78, #65C19C);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3F9D78, endColorstr=#65C19C);
    text-decoration: none
}

.modal-footer .cancel_deletion {
    border: 1px solid #313438;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    padding: 4px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #353f49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#353F49), to(#1F242A));
    background-image: -webkit-linear-gradient(top, #353F49, #1F242A);
    background-image: -moz-linear-gradient(top, #353F49, #1F242A);
    background-image: -ms-linear-gradient(top, #353F49, #1F242A);
    background-image: -o-linear-gradient(top, #353F49, #1F242A);
    background-image: linear-gradient(to bottom, #353F49, #1F242A);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#353F49, endColorstr=#1F242A)
}

.modal-footer .cancel_deletion:hover {
    border: 1px solid #313438;
    background-color: #1f242a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1F242A), to(#353F49));
    background-image: -webkit-linear-gradient(top, #1F242A, #353F49);
    background-image: -moz-linear-gradient(top, #1F242A, #353F49);
    background-image: -ms-linear-gradient(top, #1F242A, #353F49);
    background-image: -o-linear-gradient(top, #1F242A, #353F49);
    background-image: linear-gradient(to bottom, #1F242A, #353F49);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1F242A, endColorstr=#353F49)
}

.form_field .plan-details-cnt span.each_type {
    width: auto;
    font-size: 1.1em;
    display: inline-block;
    margin-right: 20px
}

.form_field.plan_details {
    width: 60%
}

.form_field span.plan-details-cnt {
    width: 100%
}

.form_field .plan-details-cnt span.each_type:last-child {
    margin-right: 0
}

.plan-details-cnt span.each_type .edit {
    padding-left: 0
}

.plan-details-cnt span.each_type .edit:hover,
.plan-details-cnt span.each_type .edit:focus {
    color: #3ab477
}

.plan-details-cnt span.each_type .api_value {
    border: none;
    box-shadow: none;
    width: 40px;
    padding: 0 15px;
    color: #394659
}

.plan-details-cnt span.each_type .api_value.editable {
    border: 1px solid #dfdfdf;
    box-shadow: .5px 0 3px 0 #dfdfdf
}

.plan-details-cnt .each_type>span {
    width: 100%
}

.dashboard-content .create_a_password {
    padding-top: 0
}

a {
    outline: 0
}

a:focus {
    outline: 0
}

.full-wrapper {
    float: left;
    width: 100%
}

.full-wrapper-header {
    background: #313335;
    float: left;
    width: 100%
}

.full-wrapper-header .navbar-default {
    background: #313335;
    border: 0;
    position: static
}

.header {
    padding: 15px 0 18px;
    position: relative
}

.navbar-default {
    margin-bottom: 0
}

.custom-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.main-logo img {
    margin: 5px 0 0
}

.main-menu ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 10px 0 0
}

.main-menu nav {
    float: right
}

.main-menu ul li {
    float: left;
    padding: 5px 10px
}

.nav.navbar-nav>li:hover a {
    color: #13b5ea
}

.main-menu ul li a,
.navbar-default .navbar-nav>li>a {
    float: left;
    color: #cecccd;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 8px;
    border-radius: 3px;
    text-decoration: none
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #13b5ea
}

.main-menu ul li.login {
    border: 1px solid #fff;
    border-radius: 3px
}

.main-menu ul li.login:hover {
    background: none repeat scroll 0 0 #17b4e8;
    border: 1px solid #17b4e8
}

.main-menu ul li.login:hover a {
    color: #fff
}

.full-wrapper-header,
.full-wrapper-main-slider,
.full-wrapper-tab-section,
.full-wrapper-real-time-view-cashflow-section,
.full-wrapper-popular-feature-section,
.full-wrapper-portfolio-section,
.full-wrapper-followus-section,
.full-wrapper-footer {
    float: left;
    width: 100%
}

.full-wrapper-main-slider {
    float: left;
    width: 100%;
    background: url(riyadh-night.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    min-height: 551px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .47)
}

.flex-caption {
    padding-top: 100px
}

.caption_title_line {
    width: 500px;
    height: 75px;
    padding: 5px 0
}

.flex-caption h1 {
    color: #f0f8ff
}

.flex-caption h5 {
    color: #17b4e8;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 0
}

.flex-caption h3 {
    color: #46474c;
    font-size: 2.4em;
    font-weight: 100;
    margin: 0 0 3px
}

.flex-caption p {
    font-size: 1.1em;
    color: #f4f4f4;
    margin: 0 0 23px
}

.flex-caption a.trial {
    color: #fff;
    background: #1b97df;
    border: 1px solid #1b97df;
    border-radius: 3px;
    margin: 0 10px 0 0;
    padding: 8px 10px 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500
}

.arabic .flex-caption a.trial {
    margin: 0 10px 0 6px
}

.flex-caption a.pricing {
    background: #419d5c;
    border: 1px solid #369553;
    border-radius: 3px;
    color: #fff;
    padding: 8px 13px 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500
}

.flex-container a:active,
.flexslider a:active {
    outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    width: 100%;
    margin: 0;
    padding: 0 0 30px
}

.flexslider .slides>li {
    display: none
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    height: 551px;
    object-fit: cover
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides>li {
    position: relative
}

.flex-container {
    zoom: 1;
    position: relative
}

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
    position: absolute;
    right: 11px;
    cursor: pointer;
    text-indent: -9999px
}

.flex-direction-nav li a.next {
    background: url(next.png) no-repeat center;
    bottom: 192px
}

.flex-direction-nav li a.prev {
    background: url(back.png) no-repeat center;
    bottom: 141px
}

.flex-direction-nav li a.next:hover {
    background: url(next.png) no-repeat center
}

.flex-direction-nav li a.prev:hover {
    background: url(back.png) no-repeat center
}

.flex-direction-nav li a.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-nav li:first-child {
    margin: 0
}

.flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    cursor: pointer;
    text-indent: -9999px
}

.flex-control-nav li a:hover {
    background-position: 0 -13px
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default
}

.full-wrapper-tab-section {
    padding: 40px 0 50px
}

.nav-justified {
    margin: 0 0 5px
}

.tab-status {
    background-color: #dadadc;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: .75em;
    height: 100%;
    line-height: 8px;
    text-align: center;
    transition: width .6s ease 0s;
    width: 100%
}

.tab-content h3 {
    font-size: 34px;
    font-weight: 100
}

.tab-content h5 {
    color: #17b4e8;
    font-size: 18px
}

.tab-content p {
    color: #717171;
    font-size: .87em
}

.full-wrapper-tab-section .tab-content .col-md-3:last-child {
    margin: 0
}

.full-wrapper-real-time-view-cashflow-section {
    background: #14293c;
    text-align: center;
    padding: 40px 0 0
}

.full-wrapper-real-time-view-cashflow-section h3,
.full-wrapper-portfolio-section h3 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 1.9em;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 5px
}

.full-wrapper-real-time-view-cashflow-section p,
.full-wrapper-portfolio-section p {
    display: inline-block;
    font-size: 1.13em;
    text-align: center;
    width: 80%;
    color: #fff;
    font-weight: 400
}

.full-wrapper-real-time-view-cashflow-section img {
    margin: 20px 0 0
}

.full-wrapper-popular-feature-section {
    text-align: center;
    padding: 50px 0
}

.full-wrapper-popular-feature-section .col-md-12 {
    margin-bottom: 50px
}

.full-wrapper-popular-feature-section h3,
.full-wrapper-followus-section h3 {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin: 15px 0 5px;
    font-size: 1.85em;
    color: #14293c
}

.full-wrapper-popular-feature-section h5 {
    color: #036c9c;
    font-size: 1.3em;
    font-weight: 700
}

.full-wrapper-popular-feature-section h5 img {
    max-height: 30px
}

.full-wrapper-popular-feature-section p,
.full-wrapper-followus-section p {
    color: #717171;
    display: inline-block;
    font-size: 1.13em;
    text-align: center;
    width: 80%;
    font-weight: 400
}

.full-wrapper-popular-feature-section p {
    font-weight: 300
}

.full-wrapper-popular-feature-section .col-md-3 {
    text-align: center
}

.full-wrapper-popular-feature-section .col-md-3 p {
    color: #717171;
    font-size: 1.3em;
    font-weight: 400;
    width: 100%
}

.full-wrapper-popular-feature-section a.more {
    color: #17b4e8;
    font-size: .813em;
    font-weight: 500;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

.full-wrapper-popular-feature-section a.more:hover {
    color: #419d5c
}

.full-wrapper-portfolio-section {
    background-color: #38393e;
    background-size: 132%;
    padding: 50px 0 0;
    min-height: 620px
}

.full-wrapper-portfolio-section .col-md-12 {
    margin-bottom: 20px
}

.full-wrapper-portfolio-section .col-md-12 p {
    width: 100%;
    color: #87888c
}

.full-wrapper-portfolio-section .col-md-12 h3 {
    margin-bottom: 0
}

.full-wrapper-portfolio-section .col-md-3 {
    background: #38393e;
    text-align: center;
    width: 27%;
    margin: 3%;
    padding: 30px 0 25px
}

.full-wrapper-portfolio-section .col-md-3 .profile-pic {
    width: 90%
}

.full-wrapper-portfolio-section .portfolio-title {
    max-width: 90%
}

.full-wrapper-portfolio-section .col-md-3 .content:before {
    width: 50px;
    height: 40px;
    font-size: 14px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #adafb1;
    text-align: center;
    margin-top: 10px
}

.full-wrapper-portfolio-section .col-md-3 p {
    color: #acadae;
    font-size: 1.4em;
    font-weight: 400
}

.full-wrapper-portfolio-section .col-md-3 h5 {
    color: #17b4e8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: .87em
}

.full-wrapper-portfolio-section .col-md-3 h5 a {
    text-decoration: none;
    color: #17b4e8
}

.full-wrapper-followus-section {
    text-align: center;
    padding: 60px 0
}

.full-wrapper-followus-section p {
    font-weight: 300
}

.full-wrapper-followus-section .social-icons {
    margin-top: 5px
}

.full-wrapper-followus-section .social-icons a {
    color: #333
}

.full-wrapper-followus-section .social-icons .fa {
    color: #036c9c;
    font-size: 1.75em;
    font-weight: 100;
    padding: 10px
}

.full-wrapper-followus-section .social-icons .fa:hover {
    opacity: .8
}

.footer h5 {
    color: #cccfd8;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

.full-wrapper-footer {
    float: left;
    width: 100%;
    background: #46474c;
    border-top: 5px solid #036c9c;
    padding: 40px 0 15px
}

.footer ul {
    list-style: none;
    padding: 0
}

.footer li {
    margin-bottom: 5px
}

.footer li,
.footer a {
    text-decoration: none;
    color: #b0b0b0;
    font-size: .938em
}

.footer li.contact a:hover {
    color: #d6d6d6
}

.footer a:hover {
    color: #13b5ea
}

.footer .other-links ul li:nth-child(3) {
    margin-bottom: 20px
}

.footer ul.contact li.phone {
    margin-bottom: 10px;
    font-size: 1em
}

.footer ul.contact li.mail {
    font-size: 1em
}

.footer .copyright {
    float: left;
    width: 100%;
    border-top: 1px solid #656974;
    padding: 10px 0 0;
    font-size: .813em;
    margin-top: 20px
}

.footer .copyright p,
.footer .copyright a {
    color: #7a7d82
}

.footer .copyright p.copy {
    float: left;
    color: #7c7f86
}

.footer .copyright p.powered {
    float: right;
    font-weight: 300;
    color: #848891
}

.footer .copyright p.powered img {
    margin: 0 3px
}

.footer .copyright p.powered a {
    color: #848891
}

.footer .copyright p.powered a:hover {
    color: #a6a6a6
}

.navbarmenu-toggle {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 5px;
    border-color: #ddd;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 40px;
    height: 40px
}

.navbar-default .navbarmenu-toggle .icon-bar {
    background-color: #eee
}

.navbarmenu-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.navbarmenu-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.header a.login {
    text-decoration: none;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 1
}

.header a.login:hover {
    color: #fff
}

.header .login-btn {
    color: #fff;
    position: absolute;
    font-size: 1.2em;
    border: 1px solid #fff;
    padding: 6px 15px;
    border-radius: 4px;
    right: 75px
}

.header .fa-power-off {
    color: #fff;
    font-size: 2.25em;
    position: absolute;
    right: 57px;
    width: 30px;
    top: 7px
}

.wrapper-bg {
    background: #ebebeb;
    float: left;
    width: 100%
}

.main-content {
    float: left;
    width: 100%;
    padding: 78px 0
}

.main-content-box {
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    float: left;
    width: 100%
}

.login-content {
    float: left;
    background: #2db4e1;
    border-radius: 7px 0 0 7px;
    width: 39%;
    height: 100%
}

.login-content-wrap {
    padding: 50px 54px 90px;
    display: flex;
    flex-direction: column
}

.login-content-wrap.forgot-pwd {
    padding: 30px 90px;
    width: 100%
}

.free-trial-content.forgot-free-trial .free-trial-content-wrap {
    padding: 30px
}

.login-content h2 {
    font-size: 1.875em;
    font-weight: 100;
    margin: 10px 0 30px
}

.login-content h2 span {
    color: #fff;
    font-weight: 500
}

.fields-wrap {
    float: left;
    margin-bottom: 5px;
    min-height: 65px;
    position: relative;
    width: 100%
}

.fields-wrap>span {
    height: 50px;
    left: 10px;
    position: absolute;
    top: 9px
}

.login-content .fields-wrap>span .fa {
    color: #999
}

.login-content .fields-wrap>span .fa-envelope {
    float: left;
    font-size: .83em;
    margin: 3px 0 0
}

.login-content .fields-wrap>span .fa-lock {
    font-size: 1.1em;
    float: left;
    margin: 2px 0 0
}

.login-content label {
    color: #005875;
    font-size: .813em;
    font-weight: 500;
    margin-bottom: 0
}

.login-content input[type=text],
.login-content input[type=password] {
    background: #fff;
    border: 1px solid #dadbdb;
    border-radius: 5px;
    border: 1px solid #cdcbcc;
    color: #555;
    float: left;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 0;
    padding: 10px 10px 10px 30px;
    width: 100%
}

.login-content input.error {
    border: 1px solid #c00
}

.login-content input[type=submit] {
    background: #46474c;
    border: 1px solid #3a3a42;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
    padding: 12px 0 9px;
    text-transform: uppercase;
    width: 100%
}

.login-content .hovergreen {
    color: #fff;
    float: left;
    font-size: .938em;
    font-weight: 500;
    margin: 0 0 8px;
    text-decoration: none;
    width: 100%
}

.login-content .rem {
    color: #fff;
    float: left;
    margin: 0 0 8px;
    text-decoration: none;
    width: 100%
}

.login-content input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    font-size: 1em;
    opacity: 0;
    padding: 0;
    width: 1.3em !important
}

.login-content input[type=checkbox]:not(old)+label {
    display: inline-block;
    float: left;
    margin-left: -1.5em;
    margin-right: .525em !important;
    margin-top: 0
}

@-moz-document url-prefix() {
    .login-content input[type=checkbox]:not(old)+label {
        margin-left: -1em !important
    }
}

.login-content input[type=checkbox]:not(old)+label>span {
    background: #2db4e1;
    border: 1px solid #fff;
    border-radius: .15em;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 14px
}

.login-content input[type=checkbox]:checked+label>span:before {
    color: #fff;
    content: '\2713';
    display: block;
    font-size: 1.5em;
    line-height: .7em;
    margin-left: -1px;
    text-align: center;
    width: .8em;
    font-weight: 700
}

#login-form input[type=checkbox] {
    display: block;
    float: left
}

.free-trial-content {
    height: 100%;
    float: left;
    width: 61%;
    background: #fff
}

.free-trial-content-wrap {
    float: left;
    width: 100%;
    padding: 30px;
    height: 460px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .free-trial-content-wrap {
        padding-bottom: 42px !important
    }
}

.free-trial-content h2 {
    color: #646468;
    font-size: 34px;
    font-weight: 100;
    margin: 10px 0 3px;
    width: 50%
}

.free-trial-content h3 {
    color: #46474d;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px;
    width: 70%
}

.free-trial-content p {
    color: #717171;
    font-size: .87em;
    line-height: 18px;
    margin: 0 0 18px;
    width: 50%
}

.free-trial-content a.trial {
    color: #17b4e8;
    border: 1px solid #17b4e8;
    border-radius: 5px;
    float: left;
    font-weight: 500;
    font-size: .813em;
    margin: 0 10px 0 0;
    padding: 8px 10px 7px;
    text-transform: uppercase;
    text-decoration: none
}

.free-trial-content a.trial:hover {
    background: #17b4e8;
    color: #fff
}

footer {
    float: left;
    width: 100%;
    background: #fff;
    position: relative
}

.wpwl-container.wpwl-container-card.wpwl-clearfix {
    min-height: 610px
}

footer .copyright {
    float: left;
    font-size: .813em;
    padding: 15px 0 5px;
    width: 100%
}

footer .copyright .copy {
    color: #7c7f86
}

footer .copyright .copy {
    color: #989898
}

footer .copyright p.powered {
    color: #848891;
    font-weight: 300
}

footer .copyright p,
footer .copyright a {
    color: #7a7d82;
    text-decoration: none
}

footer .copyright p.powered a:hover {
    color: #656565
}

.free-trail-wrap {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    float: left;
    padding: 50px 90px
}

.free-trail-wrap h2 {
    color: #646468;
    font-size: 29px;
    font-weight: 100
}

.free-trail-wrap h3 {
    color: #46474d;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 30px
}

.free-trail-wrap label.error {
    width: 100%
}

.free-trail-wrap input[type=text],
.free-trail-wrap input[type=tel],
.free-trail-wrap input[type=email],
.free-trail-wrap select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cdcbcc;
    outline: none;
    border-radius: 5px;
    color: #313131;
    float: left;
    font-size: .913em;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px;
    width: 100%
}

.free-trail-wrap .intl-tel-input.allow-dropdown {
    width: 100%
}

.arabic .intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: 0;
    left: auto
}

.arabic .intl-tel-input .selected-flag .iti-arrow {
    left: 6px;
    right: auto
}

.arabic .intl-tel-input .selected-flag .iti-flag {
    right: 6px
}

.arabic ul.country-list {
    text-align: right
}

.free-trail-wrap select {
    margin: 0 0 20px
}

.free-trail-wrap input[type=checkbox] {
    display: block;
    float: left;
    margin: 3px 10px 0 0;
    width: auto
}

.free-trail-wrap input[type=submit] {
    background: none repeat scroll 0 0 #1b97df;
    border: 2px solid #1b97df;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 12px 0 9px;
    text-transform: uppercase;
    width: 100%
}

.free-trail-wrap label {
    /* color: red; */
    font-size: .813em;
    font-weight: 400;
    margin-bottom: 0
}

.free-trail-wrap .tc {
    float: left;
    font-size: .875em;
    margin: 0
}

.tcpp-wrap {
    float: left;
    margin: 5px 0 0;
    min-height: 55px;
    width: 100%
}

.free-trail-wrap input[type=checkbox]:not(old),
input[type=radio]:not(old),
.summary input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    font-size: 1em;
    opacity: 0;
    padding: 0;
    width: 1em
}

.free-trail-wrap input[type=checkbox]:not(old)+label,
.summary input[type=checkbox]:not(old)+label {
    display: inline-block;
    float: left;
    line-height: 1.7em;
    margin-left: -2em;
    margin-right: .525em !important;
    margin-top: -3px
}

.free-trail-wrap input[type=checkbox]:not(old)+label>span,
.summary input[type=checkbox]:not(old)+label>span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #5bc4e7;
    border-radius: .25em;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 14px
}

.free-trail-wrap input[type=checkbox]:checked+label>span:before,
.summary input[type=checkbox]:checked+label>span:before {
    color: #5bc4e7;
    content: '\2713';
    display: block;
    font-size: 1.5em;
    line-height: .7em;
    margin-left: -1px;
    text-align: center;
    width: .9em
}

.mailer-header {
    background: #46474c;
    border-bottom: 1px solid #393a40;
    float: left;
    padding: 17px 0 15px;
    width: 100%
}

.mailer-header img {
    margin: 8px 0 0 40px
}

.mailer-content-box {
    background: #46474c;
    float: left;
    width: 100%
}

.mailer-content {
    background: #fff;
    border-radius: 8px;
    float: left;
    margin: 70px;
    padding: 40px 70px;
    max-width: 100%
}

.mailer-content h1 {
    font-size: 2.375em;
    line-height: .98em;
    margin: 0 0 5px
}

.mailer-content h3 {
    font-size: 1.2em;
    line-height: .78em;
    margin: 0
}

.mailer-content-top {
    border-bottom: 1px solid #dadadc;
    float: left;
    padding: 30px 0 20px;
    text-align: center;
    width: 100%
}

.mailer-content-middle {
    border-bottom: 1px solid #dadadc;
    float: left;
    padding: 35px 0 30px;
    text-align: center;
    width: 100%
}

.mailer-content-middle p {
    color: #55565a;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 32px;
    width: 86%
}

.mailer-content-middle a.act_acc {
    background: none repeat scroll 0 0 #419d5c;
    border: 1px solid #369553;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: .813em;
    font-weight: 500;
    margin: 0;
    padding: 8px 15px 7px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto
}

.mailer-content-bottom {
    float: left;
    padding: 15px 0 0;
    text-align: center;
    width: 100%
}

.mailer-footer {
    float: left;
    padding: 25px 0 10px;
    text-align: center;
    width: 100%
}

.mailer-footer .social-icons {
    float: left;
    margin: 0 0 5px;
    width: 100%
}

.mailer-footer .social-icons .fa {
    border: 2px solid #d8d8d8;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    font-weight: 100;
    margin-right: 1px;
    padding: 5px 7px
}

.mailer-footer .social-icons .fa:hover {
    opacity: .8
}

.mailer-footer p {
    color: #b8b9bb;
    font-size: .83em;
    font-weight: 500
}

.create_a_password {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 7px;
    padding-top: 50px;
    padding-bottom: 70px
}

.create_a_password label.error {
    position: relative;
    top: -10px
}

.create_a_password h3 {
    color: #5b5e64
}

.create_a_password .user_name {
    font-size: 1.2em;
    margin-bottom: 8px
}

.create_a_password form {
    margin: 0 auto;
    width: 270px
}

.create_a_password form input {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 100%;
    color: #a8a8a8;
    font-size: .8em;
    padding: 5px 10px;
    box-shadow: 0 -1px 5px -1px #d2d2d2
}

.create_a_password form input[type=submit] {
    border: 1px solid #3b3b43;
    border-radius: 5px;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background-color: #46474c;
    padding: 5px 0;
    box-shadow: 0 1px 3px 0 #3b3b43;
    letter-spacing: -1px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

label.error,
label.err,
label.customer_error_info,
label.seller_error_info {
    color: red;
    font-weight: 400;
    font-style: normal;
    font-size: .95em
}

.w-100 {
    width: 100% !important
}

.caret {
    width: auto !important
}

.plan_select .bootstrap-select,
.organization_status .bootstrap-select,
.plan_type .bootstrap-select {
    width: 100% !important
}

.organization_status .bootstrap-select .btn,
.plan_type .bootstrap-select .btn {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px
}

#new_user .bootstrap-select,
.edit_user .bootstrap-select,
.edit_tenant .bootstrap-select,
.new_currency .bootstrap-select {
    width: 90% !important
}

.plan_select select {
    background: none repeat scroll 0 0 transparent;
    border: medium;
    border-radius: 5px;
    padding: 5px 0;
    width: 106%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0
}

.plan_select {
    width: 100%;
    overflow: hidden;
    background: url(pop.png) no-repeat 97% center #fff;
    border: 1px solid #ccc
}

.plan_select,
.plan_select select:focus,
.plan_select select option:focus {
    outline: none;
    border: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.client_primary_color {
    color: #1d97e0
}

.client_secondary_color {
    color: #e59f93
}

.client_tertiary_color {
    color: #ebc981
}

.client_quaternary_color {
    color: #1e2329
}

.client_site_primary_color {
    color: #4abeed
}

.client_disable_color {
    color: #dbdbdb
}

.client_primary_bg {
    background-color: #14293c
}

.client_secondary_bg {
    background-color: #e59f93
}

.client_tertiary_bg {
    background-color: #ebc981
}

.client_quaternary_bg {
    background-color: #1e2329
}

.active.client_primary_bg {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 20px
}

.active.client_primary_bg:hover {
    background: #036c9c
}

.active.client_primary_bg>a {
    color: #fff
}

.form_field textarea {
    width: 90%;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.client-logo {
    background-color: #14293c;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-right: 1px solid #10202d;
    position: relative;
    z-index: 9999
}

.client-logo a {
    margin-top: -5px;
    color: #fff;
    text-decoration: none
}

.arabic .add-products .form_row div {
    text-align: right
}

.add-products .form_row .form_field .select-set,
.add-products .form_row .form_field .select-list {
    text-align: left
}

.add-products .form_row .form_field .select-arrow {
    z-index: auto;
    text-align: left
}

.add-products .form_row .form_field li.select-items.active {
    background-color: #036c9c;
    color: #fff
}

.add-products .form_row .form_field li.select-items:hover {
    background-color: #1b97df
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: #1b97df;
    color: #fff
}

.add-products .form_name {
    width: 16%
}

.add-products .form_field {
    width: 36%
}

.add-products .form_row:last-child {
    border-top: none
}

.add-products-form {
    box-shadow: 0 0 1px 1px #d3d3d3;
    border-radius: 4px;
    padding-bottom: 45px
}

.add-products-form .add_subscription {
    border-top: 4px solid #217ca8;
    background-color: #14293c;
    border-bottom: 1px solid #14293c;
    padding: 12px 16px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff
}

.back-btn-wrapper {
    float: right
}

.back-btn {
    border: 1px solid #1b97df;
    background-color: #1b97df;
    padding: 2px 10px;
    border-radius: 4px;
    float: left;
    margin-left: 10px;
    margin-bottom: 3px;
    position: relative
}

.back-btn a {
    color: #fff;
    font-size: 12px
}

.back-btn a>i {
    font-size: 12px;
    padding: 0 4px;
    color: #fff
}

.back-btn ul {
    position: absolute;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 1rem !important;
    z-index: 1000;
    background-color: #fff;
    color: #000;
    left: 0;
    top: 2.5rem
}

.back-btn-hide {
    display: none !important
}

.back-btn ul>*+* {
    margin-top: .8rem
}

.back-btn a:active,
.back-btn a:hover {
    text-decoration: none
}

.client-dashboard-breadcrumb {
    border-bottom: 0 solid #eee;
    display: block;
    padding: 0
}

.client-dashboard-breadcrumb ul {
    float: left
}

.footer-cnt.client {
    width: 77%
}

.products-header-search .form_row {
    display: inline
}

.products-header-search .form_row:last-child {
    border-top: none
}

.add-products .track-item .form_field {
    text-align: left;
    position: relative
}

.add-products .track-item .form_field label.form-checkbox:before {
    background-color: #fff;
    border: 1px solid #036c9c;
    border-radius: 3px;
    color: #036c9c;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 14px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    margin-right: 5px
}

.arabic .add-products .track-item .form_field label.form-checkbox:before {
    margin-right: 10px
}

.add-products .track-item .form_field input[type=checkbox]:checked+.form-checkbox:before {
    content: "\f00c ";
    font-size: 16px;
    font-weight: 100;
    color: #036c9c
}

.track-item .form_field label.form-checkbox:before {
    background-color: #fff;
    border: 1px solid #036c9c;
    border-radius: 3px;
    color: #036c9c;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 14px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    margin-right: 5px
}

.track-item .form_field input[type=checkbox]:checked+.form-checkbox:before {
    content: "\f00c ";
    font-size: 16px;
    font-weight: 100;
    color: #036c9c
}

.customer-header-search label.form-checkbox:before {
    background-color: #fff;
    border: 1px solid #036c9c;
    border-radius: 3px;
    color: #036c9c;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 14px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 14px;
    margin-right: 5px
}

.customer-header-search .form_field>label {
    position: absolute;
    left: 0;
    top: 30px
}

.customer-header-search input[type=checkbox]:checked+.form-checkbox:before {
    content: "\f00c ";
    font-size: 16px;
    font-weight: 100;
    color: #036c9c
}

.customer-header-search {
    position: relative
}

.customer-header-search input[type=checkbox] {
    display: block;
    position: absolute;
    z-index: 999;
    opacity: 0;
    cursor: pointer
}

.arabic .customer-header-search input[type=checkbox] {
    display: block;
    position: absolute;
    right: 5px;
    z-index: 999;
    opacity: 0;
    cursor: pointer
}

.arabic div#ui-datepicker-div {
    z-index: 999 !important
}

.arabic .customer-header-search .form_field .date_field.input-append.date.datepicker {
    position: relative;
    right: -15px
}

.customer-header-search .reports-checkbox label {
    font-size: 13px;
    font-weight: 500
}

.reports-checkbox {
    position: relative
}

.btn_form_field input:first-child {
    background-color: #1b97df;
    color: #fff
}

.add-products .form_field input[type=submit] {
    background-color: #1b97df;
    border-color: #1b97df;
    background-image: none
}

.add-products .form_field input[type=reset] {
    background-color: #14293c;
    border-color: #14293c;
    background-image: none
}

.add-products-form a.cancel,
.new-customer a.cancel,
.edit_sbs_subscription_plan .form_row a.cancel,
.edit_currency .form_row a.cancel,
.new_currency .form_row a.cancel,
.add_subscription_form .form_row a.cancel {
    background-color: #14293c;
    border-color: #14293c;
    background-image: none;
    width: auto;
    margin-right: 5px;
    border-radius: 5px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
    color: #fff
}

.add-products-category .form_row .form_field label.error {
    left: 0 !important
}

.new_currency button.btn.dropdown-toggle.btn-default {
    font-size: 13px
}

.products-header-search .form_row .form_field {
    width: 20%
}

.products-header-search .form_field input,
.products-header-search .form_field div.select-main {
    width: 100%
}

.products-header-search .count.form_row .form_field {
    width: 8%
}

.products-header-search .form_row .form_field .select-main .select-arrow {
    border-top: 6px solid #217ca8;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.products-header-search .form_row .form_field .select-main .select-arrow.reverse {
    border-bottom: 6px solid #217ca8;
    border-top: 5px solid transparent
}

.products-header-search .count.form_row .form_name {
    width: 34%;
    text-align: right;
    position: relative;
    top: 6px;
    padding-right: 5px
}

.language-select .arabic {
    text-align: left
}

.language-select {
    text-align: right
}

.client-logout,
.language-select .english,
.language-select .arabic {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.client-logout:hover,
.language-select .english:hover,
.language-select .arabic:hover {
    background-color: #e1e3e9;
    color: #333
}

.add-products-form #no-more-tables {
    border: none;
    background-color: #fff !important;
    border-radius: 0;
    padding: 0 !important
}

.add-products-form #no-more-tables table thead {
    background-color: #e8f0f2;
    color: #036c9c
}

.add-products-form li.select-items.active {
    background-color: #036c9c;
    color: #fff
}

.add-products-form li.select-items:hover {
    background-color: #1b97df;
    color: #fff
}

.add-products-form .count.form_row .form_field select#per_page {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 0;
    color: gray;
    cursor: pointer;
    font-size: .95em;
    font-style: normal;
    font-family: inherit;
    position: relative;
    background-color: transparent
}

#no-more-tables table thead th.qty {
    width: 120px;
    text-align: right
}

#no-more-tables table thead th.unit_price {
    width: 90px;
    text-align: right
}

#no-more-tables table thead th.discount {
    width: 90px;
    text-align: right
}

#no-more-tables table thead th.vat_percentage {
    width: 90px;
    text-align: right
}

#no-more-tables table thead th.total_amount {
    width: 200px;
    text-align: right
}

#no-more-tables table thead th.amt {
    text-align: right;
    position: relative
}

#no-more-tables table thead th.unit_type {
    width: 90px;
    text-align: right
}

table .amount_view {
    width: 100px;
    text-align: center !important
}

.s_items_table_hd.th-shamel {
    width: 4% !important
}

@media screen and (max-width:1300px) {
    .s_items_table_hd.th-shamel {
        width: 8% !important
    }
}

.s_items_table_td.td-shamel div {
    display: flex;
    justify-content: center
}

.s_items_table_td.td-shamel div input {
    display: block !important
}

.align-right {
    text-align: right
}

#no-more-tables table thead th.view_amt,
#no-more-tables table tbody td.view_amt {
    padding-right: 10px !important
}

#no-more-tables table tbody td.qty input,
#no-more-tables table tbody td.unit_price input,
#no-more-tables table tbody td.discount input,
#no-more-tables table tbody td.total_amount input,
#no-more-tables table tbody td.amt input,
#no-more-tables table tbody th.unit_type input {
    text-align: right
}

.line-item-total-table #no-more-tables table tbody td.amt input {
    text-align: right;
    padding: 0 8px
}

.line-item-total-table table tbody td>a {
    pointer-events: auto !important
}

@media screen and (min-width:1024px) {

    #no-more-tables table tbody td.qty,
    #no-more-tables table tbody td.unit_price,
    #no-more-tables table tbody td.discount,
    #no-more-tables table tbody td.total_amount,
    #no-more-tables table tbody td.amt,
    #no-more-tables table tbody th.unit_type {
        text-align: right;
        position: relative
    }

    .arabic #no-more-tables table tbody td.qty,
    .arabic #no-more-tables table tbody td.unit_price,
    .arabic #no-more-tables table tbody td.discount,
    .arabic #no-more-tables table tbody td.total_amount,
    .arabic #no-more-tables table tbody td.amt,
    .arabic #no-more-tables table tbody td.unit_type {
        text-align: left !important;
        position: relative;
        left: 0 !important;
        right: inherit
    }

    .line-item-total-table #no-more-tables table tbody td.amt {
        text-align: right;
        padding: 3px 8px;
        position: relative
    }

    .arabic .line-item-total-table #no-more-tables table tbody td.amt {
        text-align: left;
        padding: 0 8px;
        position: relative;
        right: inherit
    }
}

.arabic #no-more-tables table thead th.qty {
    width: 120px;
    text-align: center !important
}

.arabic #no-more-tables table thead th.unit_price {
    width: 90px;
    text-align: center !important
}

.arabic #no-more-tables table thead th.unit_type {
    width: 90px;
    text-align: center !important
}

.arabic #no-more-tables table thead th.discount {
    width: 90px;
    text-align: center !important
}

.arabic #no-more-tables table thead th.total_amount {
    width: 200px;
    text-align: center !important
}

.arabic #no-more-tables table thead th.amt {
    text-align: center !important;
    position: relative;
    right: inherit;
    left: 8px
}

.arabic .add-products-form #no-more-tables table tbody tr:last-child td {
    left: 0
}

.arabic #no-more-tables table tbody td.qty input,
.arabic #no-more-tables table tbody td.unit_price input,
.arabic #no-more-tables table tbody td.discount input,
.arabic #no-more-tables table tbody td.total_amount input,
.arabic #no-more-tables table tbody td.amt input,
.arabic #no-more-tables table tbody td.unit_type input {
    text-align: left !important
}

.arabic .line-item-total-table #no-more-tables table tbody td.amt input {
    text-align: left !important;
    padding: 0 6px !important
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 88%
}

.add-products-form #no-more-tables table tbody tr:first-child {
    border-top: 1px solid #fff
}

.add-products-form #no-more-tables table thead tr th:last-child {
    min-width: 105px
}

.add-products-form #no-more-tables table thead tr th>a {
    color: #036c9c
}

.add-products-form .form_row .form_field .select-main .select-block {
    border-bottom: 1px solid rgba(27, 151, 223, .66);
    border-left: 1px solid rgba(27, 151, 223, .66);
    border-right: 1px solid rgba(27, 151, 223, .66)
}

.products-header-search {
    padding: 10px 15px 15px
}

.form-inline.products-header-search.manual-search-filter .form_row .form_field {
    width: 18%
}

.form-inline.products-header-search.manual-search-filter .count.form_row .form_name {
    width: 8%
}

.manual-error-block {
    width: 96%;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    position: relative;
    margin: 0 auto;
    padding: 8px;
    border-radius: 4px;
    margin-top: 20px
}

.products-reset-btn {
    background-color: #14293c;
    border-color: #14293c;
    border: 1px solid #14293c;
    color: #fff !important;
    padding: 3.8px 12px;
    font-size: 12px;
    border-radius: 4px
}

.filter-btn {
    background-color: #1b97df !important;
    border-color: 1px solid #036c9c !important;
    color: #fff !important;
    padding: 4px 12px;
    font-size: 12px
}

.filter-btn i,
.products-reset-btn i {
    position: relative;
    left: -2px
}

.arabic .filter-btn i,
.arabic .products-reset-btn i {
    position: relative;
    right: -2px;
    left: inherit
}

.filter-btn:hover {
    color: #fff
}

.products-reset-btn:hover {
    color: #fff
}

.client.users-pagination {
    padding: 15px;
    border-bottom: none;
    padding-bottom: 0
}

.client.users-pagination ul.pagination li.active span {
    color: #fff;
    background-color: #1b97df
}

.product-detail-modal {
    width: 80%;
    position: relative;
    top: 65px;
    margin: auto
}

.product-detail-modal table {
    width: 100%;
    font-size: 13px
}

.product-detail-modal h6 {
    color: #046d9d;
    position: relative;
    top: 12px
}

.product-detail-modal table tbody tr td {
    padding: 6px
}

.product-detail-modal table tbody tr td:nth-child(1) {
    width: 40%
}

.product-detail-modal table tbody tr td:nth-child(2) {
    width: 60%
}

@media(max-width:1025px) {
    .product-detail-modal.prod-adjust-modal table tbody tr td:nth-child(1) {
        width: 100% !important
    }

    .product-detail-modal.prod-adjust-modal table tbody tr td:nth-child(2) {
        width: 100% !important
    }
}

.product-detail-modal button.close,
button.close-mobile-popup {
    border: 1px solid #222;
    border-radius: 20px;
    padding: 5px 9px;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 1px;
    background-color: #fff
}

.close-mobile-popup {
    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
}

.product-detail-modal .form_row .form_field .btn-group.bootstrap-select {
    width: 90%
}

.products-header-search .form_row .form_field .btn-group.bootstrap-select {
    width: 99% !important
}

.add-products-form .form_row .form_field .btn-group.bootstrap-select {
    width: 90%;
    background-color: #fff
}

.add-products-form .form_row .form_field .dropdown.bootstrap-select {
    width: 90%;
    background-color: #fff
}

.add-products-form .count.form_row.credit_count {
    display: inline-block
}

.add-products-form .form_row .form_field button.btn.dropdown-toggle.btn-default {
    background: 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.product-detail-modal .form_row .form_field button.btn.dropdown-toggle.btn-default {
    background: 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.products-header-search .form_field button.btn.dropdown-toggle.btn-default {
    background: 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.add-products-form .form_row .form_field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 90%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: initial
}

.customer-header-search {
    padding: 7px 12px 15px
}

.customer-header-search .form_row .form_field {
    width: 16%;
    padding: 0;
    padding-bottom: 10px
}

.customer-header-search .form_row .form_field.account_field {
    width: 24%
}

.customer-header-search .count.form_row .form_name {
    width: 13%;
    text-align: right;
    position: relative;
    top: 6px;
    padding-right: 5px
}

.select-options.sub .select-list {
    height: 140px !important;
    overflow: auto !important
}

.select-list li {
    word-wrap: break-word;
    word-break: break-word
}

.select-options.sub .select-block {
    z-index: 999 !important
}

.customer-header-search .count.form_row .form_name {
    width: 8%;
    text-align: right;
    position: relative;
    top: 6px;
    padding-right: 5px
}

.customer-header-search.invoice .count.form_row .form_name {
    width: 7%
}

@media screen and (min-width:981px) and (max-width:1200px) {
    .customer-header-search.invoice.manage-bills-header .form_row .form_field {
        width: 16%
    }

    .customer-header-search .count.form_row .form_name {
        top: 6px
    }

    .customer-header-search.invoice.manage-bills-header .form_row:nth-child(3) .form_field {
        width: 20%
    }
}

@media screen and (max-width:767px) {

    .customer-header-search.invoice.manage-bills-header .form_row .form_field.min-val,
    .customer-header-search.manage-bills-header .form_row .form_field.max-val {
        width: 23.5% !important
    }

    .free-trail-wrap .tc {
        font-size: 11px !important
    }
}

@media screen and (max-width:1024px) {

    .customer-header-search.invoice .count.form_row .form_name,
    .customer-header-search .count.form_row .form_name {
        width: 12%;
        line-height: 3em
    }
}

@media screen and (min-width:320px) and (max-width:520px) {

    .customer-header-search.invoice .count.form_row .form_name,
    .customer-header-search .count.form_row .form_name {
        width: 21%
    }
}

.customer-header-search.custom .count.form_row .form_name {
    width: auto;
    text-align: right;
    position: relative;
    top: 6px;
    padding-right: 5px
}

.customer-header-search .count.form_row .form_field {
    width: 7%
}

.customer-header-search .form_row {
    display: inline
}

@media screen and (max-width:767px) {
    .customer-header-search .form_row .form_field {
        width: 100%
    }
}

.merchant-module table tbody tr td.action a {
    margin-left: 1px
}

.add-products-form #no-more-tables table tbody tr td.action span a {
    font-size: inherit
}

.merchant-module table thead tr th:last-child {
    width: auto !important
}

.auto-width {
    width: auto !important
}

.form-control {
    border: 1px solid #dfdfdf
}

.client-btn-save {
    border: 1px solid #339c73;
    -webkit-box-shadow: #cecece 0 2px 2px;
    -moz-box-shadow: #cecece 0 2px 2px;
    box-shadow: #cecece 0 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .85em;
    font-style: normal;
    font-weight: 500;
    padding: 4px 18px 4px 22px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #1b97df;
    border-color: #1b97df;
    background-image: none;
    outline: none
}

.client-btn-save.disabled,
.client-btn-save[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    color: #fff
}

.client-btn-cancel.disabled,
.client-btn-cancel[disabled],
fieldset[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    color: #fff
}

a.client-btn-save {
    color: #fff
}

a.client-btn-save:hover {
    color: #fff
}

.client-btn-save:focus {
    color: #fff
}

.client-btn-cancel {
    border: 1px solid #339c73;
    -webkit-box-shadow: #cecece 0 2px 2px;
    -moz-box-shadow: #cecece 0 2px 2px;
    box-shadow: #cecece 0 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .85em;
    font-style: normal;
    font-weight: 500;
    padding: 4px 18px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #14293c;
    border-color: #14293c;
    background-image: none;
    outline: none
}

.client-btn-cancel:focus {
    color: #fff
}

.form-control {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: italic;
    position: relative;
    height: auto
}

.border-bottom {
    border-bottom: 1px solid #f0f5f6
}

.new-customer .form_name {
    width: 26%;
    text-align: right
}

.arabic .new-customer .form_name {
    text-align: left
}

.new-customer .form_field {
    width: 70%;
    float: right
}

.new-customer .form_field .cd-parent-select {
    width: 90%
}

.arabic .new-customer .form_field {
    float: left
}

.bill-address .address-body span.form_row {
    padding-top: 0 !important
}

.bill-address .address-body input {
    width: 100%
}

.bill-address .address-title {
    background-color: #e8f0f2;
    padding: 6px 16px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.bill-address .address-body {
    border: 1px solid #efefef;
    padding: 12px;
    border-radius: 4px
}

.bill-address .address-body span {
    margin: 1% 0
}

.select-options {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 2px 8px;
    color: gray;
    font-size: .95em;
    font-style: italic;
    position: relative
}

#new_contact_invoice .total-count-block .total-count {
    position: relative
}

.capture_payment .date_field>.add-on {
    right: 0
}

.capture_payment .form_field .select-main {
    float: right
}

.star {
    color: #eb796d;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle
}

.date_field {
    position: relative;
    padding: 0
}

.date_field .add-on {
    position: absolute;
    color: #337ab7;
    width: auto;
    background: #e7eff2;
    padding: 8px 8px 5px;
    border-radius: 0 5px 5px 0;
    right: 28px;
    top: 0;
    text-align: center;
    display: block
}

.date_field>.add-on.alignright {
    right: 0
}

.date_field>.add-on.smaller-icon {
    padding: 4px 5px 5px
}

.date_field .add-on {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.form-wraper .form_field.date_field {
    margin-bottom: 0;
    padding-bottom: 0 !important
}

.arabic .date_field>.add-on.alignright {
    right: auto;
    width: 30px
}

.add-cust {
    background: #e7eff2;
    padding: 4px;
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #2b9adf;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.quote-data-table {
    margin-left: 3%;
    margin-right: 3%;
    clear: both;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 20px !important
}

.quote-data-table .custom_fields {
    margin-left: -2%
}

.quote-data-table table {
    table-layout: fixed;
    padding: 20px
}

@media screen and (max-width:1024px) {
    .quote-data-table table {
        padding: 0
    }
}

.quote-data-table table:not(.form-comments-table) tbody tr:not(.last) {
    border-bottom: 1px solid #ddd
}

.quote-data-table table thead tr th.row-number {
    width: 40px;
    text-align: center
}

#no-more-tables table thead tr th.row-number {
    width: 3.5%;
    text-align: center
}

.quote-data-table table tbody tr td.line-number {
    text-align: center
}

#no-more-tables table tbody tr td.line-number {
    text-align: center
}

.quote-data-table table thead tr th.col1 {
    width: 20%
}

.quote-data-table table thead tr th.col2 {
    width: 23%
}

.quote-data-table table thead tr th:last-child {
    width: 45px !important
}

.sub-totals tbody tr {
    border-bottom: none !important
}

.quote-data-table table tbody tr.bla {
    border-bottom: 1px solid #ddd
}

.close-risks-cover-btn a {
    background: 0 0;
    border: none;
    color: #ea7b73;
    font-size: 16px;
    outline: none
}

.add-risks-cover-btn a {
    position: relative;
    padding: 4px 18px 4px 35px
}

.add-risks-cover-btn a i {
    padding-right: 10px;
    border-right: 1px solid #0570a7;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
    text-align: center;
    padding: 0 8px;
    color: #fff
}

.add_more_btn {
    padding: 0 20px 20px
}

.total-count-block {
    text-align: right;
    border-top: 1px solid #ddd;
    color: #333
}

.total-count-block .total-count span {
    width: 50%;
    text-align: left;
    left: 0;
    font-family: sans-serif
}

.arabic .total-count-block .total-count span {
    width: 50%;
    text-align: right;
    right: 0;
    font-family: sans-serif;
    left: inherit
}

.total-count-block .total-count span.paid {
    font-size: 14px;
    left: 20px
}

.total-count-block .total-count span:first-child {
    text-align: left;
    position: relative;
    font-size: 16px
}

.arabic .total-count-block .total-count span:first-child {
    text-align: right !important
}

.total-count {
    border-bottom: 3px double #333;
    border-top: 1px solid #333;
    display: block;
    float: right;
    font-size: 20px;
    padding: 5px;
    text-align: right;
    min-width: 100%
}

.total-count .sub-total-amount input {
    width: 115px;
    font-weight: 500;
    text-align: right;
    padding-right: 8px
}

.form-wraper {
    display: inline
}

.bill-address .address-body address {
    position: relative;
    padding-left: 5px
}

.customer-view-outline {
    border: 4px solid #e7eff1;
    padding: 15px;
    padding-top: 65px
}

.customer-view-outline h5 {
    position: relative;
    color: #036c9c;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 24px;
    border-top: 1px solid #efefef;
    width: 93%;
    margin: 0 auto
}

.clearfix.new-customer.blocks-value .address-block {
    position: relative;
    padding-right: 0
}

.arabic .clearfix.new-customer.blocks-value .address-block {
    position: relative;
    padding-right: inherit
}

.customer-view-outline .form-group label.control-label {
    font-weight: 400
}

body.arabic .customer-view-outline .form-group label.arabic_time_dir {
    direction: ltr;
    text-align: right
}

body.arabic .form-group .arabic_time_dir {
    direction: ltr;
    text-align: right
}

.customer-view-outline .form-group.clearfix {
    display: flex;
    margin-bottom: 10px
}

h5.table-head {
    background-color: #016394;
    color: #fff;
    padding: 15px;
    position: relative;
    top: 9px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

h5.table-footer {
    color: #fff;
    padding: 10px;
    position: relative;
    background-color: #e8f0f2;
    border-bottom: 1px solid #e8f0f2;
    top: -10px
}

h5.table-footer a {
    position: relative;
    padding-right: 15px;
    text-decoration: none;
    color: #1b97df
}

.view-customer #no-more-tables table {
    width: 100%
}

.view-customer #no-more-tables table tbody {
    background-color: #e8f0f2
}

.view-customer #no-more-tables table thead tr th {
    padding: 8px 15px;
    color: #68696b;
    border-bottom: 2px solid #e8f0f2
}

.view-customer #no-more-tables table thead {
    background-color: #f3f7f8
}

.address-block span {
    display: block
}

.count-block {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px
}

.count-block .counts {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    min-height: 9em
}

.count-block .counts span {
    font-family: sans-serif
}

.count-block div.bg {
    background-color: #e8f0f2;
    padding-top: 15px;
    padding-bottom: 15px
}

.view-customer .counts span {
    color: #016394;
    font-size: 28px;
    word-break: break-word
}

.customer-header-search.manage-quote .form_row .form_field {
    width: 14%
}

@media screen and (min-width:980px) and (max-width:1200px) {
    .customer-header-search.manage-quote .form_row .form_field {
        width: 20%;
        margin-bottom: 10px
    }
}

@media screen and (min-width:981px) and (max-width:1024px) {
    .english .date_field>.add-on.alignright {
        right: 14px !important
    }

    .arabic .date_field>.add-on.alignright {
        right: auto;
        left: 0 !important
    }

    .arabic .form_label {
        width: 6%
    }
}

.customer-header-search.manage-quote .count.form_row .form_field {
    width: 60px
}

.new-customer.quote-margin {
    position: relative;
    margin-top: 15px
}

.new-customer.quote-margin .form_field.date_field .add-on {
    right: 0
}

.quote-list {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    background-color: #e8f0f2;
    color: #394659;
    padding: 12px
}

.quote-thumb-img img {
    width: 125px;
    height: 80px;
    vertical-align: middle
}

.quote-list .form-group {
    margin-bottom: 6px
}

.quote-main,
.quote-sub {
    border-bottom: 1px solid #e8f0f2;
    position: relative;
    padding-bottom: 25px;
    padding-top: 15px
}

.quote-sub h5 {
    position: relative;
    color: #036c9c;
    font-weight: 600
}

.quote-table {
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px
}

.quote-table table {
    border: 1px solid #ddd
}

.quote-table table thead tr th {
    border-bottom: none
}

.quote-customer-note,
.quote-terms,
.quote-additional-inf {
    position: relative;
    padding: 12px 0
}

.quote-customer-note h5,
.quote-terms h5,
.quote-additional-inf h5 {
    position: relative;
    color: #036c9c;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8f0f2
}

.quote-additional-inf span {
    padding-left: 0
}

.quote-count-block {
    text-align: right;
    padding: 20px;
    border: 1px solid #ddd;
    color: #333;
    border-top: none;
    position: relative;
    top: -10px
}

.quote-btn-group {
    position: relative;
    padding-top: 25px
}

.quote-btn-group button:hover {
    color: #fff
}

.checkbox {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important
}

input[type=checkbox] {
    display: none
}

.checkbox:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    font-family: FontAwesome;
    vertical-align: middle;
    background-color: #fff;
    color: #1b97df;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px
}

.checkbox:hover:before {
    border: 1px solid #1b97df
}

input[type=checkbox]:checked+.checkbox:before {
    content: "\f00c ";
    font-size: 11px;
    border: 1px solid #1b97df
}

input[disabled]+.checkbox:before {
    background-color: #ccc;
    cursor: not-allowed
}

.title-permission {
    color: #036c9c;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0
}

.add-field-row a.add-field-btn {
    background-color: rgba(60, 141, 188, .72);
    color: #fff;
    position: relative;
    margin-top: -22px;
    padding: 4px 6px;
    border-radius: 4px;
    vertical-align: top;
    top: 4px
}

.arabic .custom-field-form .add-field-row a.add-field-btn {
    padding: 0 6px !important
}

.add-field-row a.add-field-btn i {
    position: relative;
    vertical-align: top;
    top: 4px
}

.add-products.custom-field-form .form_row .form_field .select-arrow.reverse {
    border-bottom: 6px solid #046c9f;
    border-top: transparent;
    top: 8px
}

.add-products.custom-field-form .form_row .form_field div.select-main {
    position: relative;
    float: right
}

.customer-header-search.chart-account .count.form_row .form_name {
    padding-left: 13%
}

.add-products-form #no-more-tables table tbody tr:not(.last):last-child td {
    border-bottom: 1px solid #ddd
}

.line-item-total-table #no-more-tables table tbody tr:last-child td {
    border-bottom: 1px solid #fff
}

.input-file.back-btn span {
    font-size: 12px;
    font-weight: 500;
    color: #036c9c;
    padding: 0 10px
}

.input-file.back-btn .popover {
    background-color: rgba(60, 142, 190, .63);
    border: 1px solid #036c9c;
    font-family: inherit;
    color: #f4f4f4
}

.input-file.back-btn .popover.top>.arrow:after {
    border-top-color: rgba(60, 142, 190, .63)
}

.add-products.new-product .form_name {
    width: 24%
}

.add-products.new-product .form_field {
    width: 74%;
    position: relative
}

.add-products.new-product .side-field .form_name {
    width: 100%;
    text-align: left;
    left: 14px;
    position: relative
}

.add-products.new-product .side-field .form_field {
    width: 74%
}

.add-products.new-product .side-field hr {
    position: relative;
    width: 80%
}

.add-products.new-product hr {
    position: relative;
    width: 97%
}

.add-products.new-product .side-field .form_row:last-child {
    position: relative;
    padding-top: 0;
    margin-top: 0
}

.arabic .add-products.new-product .form_field .add-cust {
    right: -30px
}

.add-products.new-product .form_field .add-cust {
    border-radius: 4px
}

.add-products.new-product .form_field.highlight {
    color: #1d97e0;
    font-weight: 600
}

.add-products.new-product .side-field .side-text-field .form_row {
    text-align: left;
    position: relative;
    padding-top: 0
}

.side-custom-field .form_field.date_field>.add-on {
    right: 0
}

.arabic .side-custom-field .form_field.date_field>.add-on {
    left: 0 !important;
    right: auto
}

.add-products.new-product .side-field .side-invent-field .form_field {
    width: 100%
}

.add-products.new-product .side-field .side-invent-select .form_field {
    width: 74%
}

.add-products .form_row.last_child:last-child {
    position: relative;
    margin-top: 6px;
    padding-top: 0
}

.add-products .grid-field .form_row,
.add-products .grid-field .form_row .form_field .select-main {
    float: right;
    right: 0
}

@media screen and (max-width:767px) {
    .add-products.new-product .side-field .form_row:last-child {
        position: relative;
        margin-top: 15px;
        padding-top: 15px
    }

    .add-products .grid-field .form_row .form_field.mb input {
        float: left
    }

    .add-products .grid-field .form_row .form_field.mb textarea {
        float: left
    }

    .arabic .add-products .grid-field .form_row .form_field.mb input,
    .arabic .add-products .grid-field .form_row .form_field.mb textarea {
        float: right
    }

    .add-products .grid-field .form_row .form_field .select-main {
        float: left
    }

    .arabic .add-products .grid-field .form_row .form_field .select-main {
        float: right;
        right: 0
    }

    .add-products.new-product .form_field .add-cust {
        right: 0
    }

    .check-div1-subdiv1 .form_field .select-main,
    .check-div2 .form_field .select-main {
        float: right
    }

    .add-products.new-product .grid-field .form_name {
        position: relative;
        text-align: left
    }

    .add-products.new-product .grid-field .form_field {
        position: relative;
        width: 47%;
        text-align: left
    }

    .add-products-form #no-more-tables table thead tr th.last-child,
    .add-products-form #no-more-tables table tbody tr td.last-child {
        width: auto !important
    }

    .add-products.new-product .side-field .side-invent-select .form_row {
        left: 0
    }

    .add-products.new-product .side-field .form_name {
        left: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .add-products.new-product .side-field {
        position: relative;
        margin-top: 45px
    }

    .add-products.new-product .form_name.invent {
        position: relative;
        left: 0
    }
}

.input-file.back-btn .popover {
    background-color: rgba(60, 142, 190, .63);
    border: 1px solid #036c9c;
    font-family: inherit;
    color: #f4f4f4
}

.input-file.back-btn .popover.top>.arrow:after {
    border-top-color: rgba(60, 142, 190, .63)
}

@media screen and (max-width:768px) {
    #no-more-tables.chart-account-table tr:last-child {
        display: block
    }
}

.add-products .form_row .form_field.form_checkbox {
    text-align: left;
    position: relative;
    left: 35px
}

.select_form_row {
    position: relative;
    display: flex
}

.select_form_row .form_name {
    position: relative;
    text-align: right
}

.select_form_row .form_field {
    text-align: right;
    right: -4px;
    position: relative
}

.select_form_row .form_field .btn-group.bootstrap-select {
    width: 90%
}

.select_form_row .form_field span {
    width: auto
}

.select_form_row .form_field button.btn.dropdown-toggle.btn-default {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: gray;
    font-size: .95em;
    font-style: italic;
    position: relative
}

.select_form_row .form_field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: gray;
    font-size: .95em;
    width: 90%;
    font-style: italic
}

.select_form_row .form_field .bootstrap-select.btn-group .dropdown-menu>li>a:hover {
    background-color: #036c9c;
    color: #fff
}

.select_form_row .form_field .bootstrap-select.btn-group .dropdown-header {
    background-color: #1d97e0;
    color: #fff
}

.dropdown-header {
    background-color: #1d97e0;
    color: #fff
}

.customer-header-search.chart-account .count.form_row .form_name {
    padding-left: 0%
}

.padding-show-account {
    padding-left: 50px
}

a.edit-account-cancel-btn {
    background-color: #14293c;
    border-color: #14293c;
    color: #fff;
    padding: 6px 12px;
    font-size: .9em;
    border-radius: 5px;
    box-shadow: 0 2px 2px #cecece
}

.form_row.track-item.padding-show-account.last-child-field {
    padding-top: 0 !important;
    position: relative;
    margin-top: 8px
}

.add-products .form_row .form_field label.error {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 90%;
    left: 35px
}

.tabs-setting .form_row .form_field label.error {
    left: 0
}

.add-products.custom-field-wrapper .form_row .form_field label.error {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 90%;
    left: 0
}

.add-products .side-field .form_row .form_field label.error {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
    left: 12px
}

.add-products .side-field .form_row .form_field.pro-select label.error {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
    left: 15px
}

.view-product-category {
    line-height: 2.2em
}

.client-sidebar-menu .treeview-menu>li {
    position: relative
}

.add-feature-btn {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: -1px;
    background: rgba(3, 108, 156, .11) !important;
    border: none;
    color: #fff !important;
    outline: none;
    border-radius: 0;
    font-size: 14px !important;
    padding: initial !important;
    height: 100%;
    width: 40px
}

.add-feature-btn:hover {
    background: rgba(3, 108, 156, .85) !important
}

.add-feature-btn>i {
    position: absolute;
    left: 40%;
    font-size: 12px;
    top: 15px
}

.view-product h4 {
    color: #036c9c
}

.view-product-main {
    border-bottom: none
}

.product-value-list {
    color: #036c9c;
    text-align: center;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 8px 0 0;
    margin-left: -15px
}

.product-value-list p {
    font-weight: 600
}

.product-value-list p>span {
    font-weight: 400
}

.view-product-table {
    padding-top: 65px
}

.field-align .form_row .form_field input[type=checkbox]:checked+.form-checkbox:before {
    color: #1b97df
}

.field-align .form_row .form_field .form-checkbox:before {
    background-color: #fff;
    border: 1px solid #1b97df;
    color: #1b97df
}

.arabic .col-md-1,
.arabic .col-md-2,
.arabic .col-md-3,
.arabic .col-md-4,
.arabic .col-md-5,
.arabic .col-md-6,
.arabic .col-md-7,
.arabic .col-md-8,
.arabic .col-md-9,
.arabic .col-md-10,
.arabic .col-md-11,
.arabic .col-md-12,
.arabic .col-lg-1,
.arabic .col-lg-2,
.arabic .col-lg-3,
.arabic .col-lg-4,
.arabic .col-lg-5,
.arabic .col-lg-6,
.arabic .col-lg-7,
.arabic .col-lg-8,
.arabic .col-lg-9,
.arabic .col-lg-10,
.arabic .col-lg-11,
.arabic .col-lg-12,
.arabic .col-sm-1,
.arabic .col-sm-2,
.arabic .col-sm-3,
.arabic .col-sm-4,
.arabic .col-sm-5,
.arabic .col-sm-6,
.arabic .col-sm-7,
.arabic .col-sm-8,
.arabic .col-sm-9,
.arabic .col-sm-10,
.arabic .col-sm-11,
.arabic .col-sm-12,
.arabic .col-xs-1,
.arabic .col-xs-2,
.arabic .col-xs-3,
.arabic .col-xs-4,
.arabic .col-xs-5,
.arabic .col-xs-6,
.arabic .col-xs-7,
.arabic .col-xs-8,
.arabic .col-xs-9,
.arabic .col-xs-10,
.arabic .col-xs-11,
.arabic .col-xs-12 {
    /* float: right */
}

.arabic .col-xs-offset-1,
.arabic .col-xs-offset-2,
.arabic .col-xs-offset-3,
.arabic .col-xs-offset-4,
.arabic .col-xs-offset-5,
.arabic .col-xs-offset-6,
.arabic .col-xs-offset-7,
.arabic .col-xs-offset-8,
.arabic .col-xs-offset-9,
.arabic .col-xs-offset-10,
.arabic .col-xs-offset-11,
.arabic .col-xs-offset-12,
.arabic .col-sm-offset-1,
.arabic .col-sm-offset-2,
.arabic .col-sm-offset-3,
.arabic .col-sm-offset-4,
.arabic .col-sm-offset-5,
.arabic .col-sm-offset-6,
.arabic .col-sm-offset-7,
.arabic .col-sm-offset-8,
.arabic .col-sm-offset-9,
.arabic .col-sm-offset-10,
.arabic .col-sm-offset-11,
.arabic .col-sm-offset-12,
.arabic .col-md-offset-1,
.arabic .col-md-offset-2,
.arabic .col-md-offset-3,
.arabic .col-md-offset-4,
.arabic .col-md-offset-5,
.arabic .col-md-offset-6,
.arabic .col-md-offset-7,
.arabic .col-md-offset-8,
.arabic .col-md-offset-9,
.arabic .col-md-offset-10,
.arabic .col-md-offset-11,
.arabic .col-md-offset-12,
.arabic .col-lg-offset-1,
.arabic .col-lg-offset-2,
.arabic .col-lg-offset-3,
.arabic .col-lg-offset-4,
.arabic .col-lg-offset-5,
.arabic .col-lg-offset-6,
.arabic .col-lg-offset-7,
.arabic .col-lg-offset-8,
.arabic .col-lg-offset-9,
.arabic .col-lg-offset-10,
.arabic .col-lg-offset-11,
.arabic .col-lg-offset-12 {
    float: left
}

.arabic ul {
    padding-right: 0
}

.arabic .dashboard-breadcrumb>ul {
    float: right;
    right: 0;
    position: relative
}

.arabic .back-btn.pull-right {
    position: relative;
    float: left !important;
    left: -10px
}

.arabic .select-arrow {
    left: 8px;
    right: auto
}

.arabic .form_field input {
    text-align: right !important
}

.arabic .custom_fields .form_field input:not([type=radio]) {
    float: right
}

.arabic .form_field.date_field.input-append.date.datepicker input {
    text-align: left
}

.arabic .add-products-form #no-more-tables table thead tr th {
    text-align: right;
    position: static;
    position: relative
}

.arabic .back-btn-wrapper {
    float: left
}

.arabic .add-products .form_row .form_field .select-set,
.arabic .add-products .form_row .form_field .select-list {
    text-align: right
}

.arabic .products-header-search .count.form_row .form_name {
    text-align: left
}

.arabic .select_form_row .form_name {
    position: relative;
    right: 0
}

.arabic .add-products-form .form_field .select-main .select-list {
    padding-right: 0
}

.arabic .tabs-setting ul.nav.nav-tabs {
    padding-right: 0;
    background: #f4f4f4
}

.arabic .add-products-form .add-payment-terms {
    position: relative;
    margin-right: 20px
}

.arabic .total-count .client-primary_color {
    text-align: left;
    float: right !important;
    position: relative
}

.arabic .sub-total-amount {
    float: left;
    position: relative;
    right: 2px;
    font-weight: 500
}

.arabic .total-count .sub-total-amount input {
    text-align: left;
    padding-left: 16px
}

.arabic .add-products .form_row .form_field label.error {
    text-align: right;
    right: 0
}

.arabic .add-products-category .new-customer.ar .form_row .form_field {
    float: left
}

@media screen and (max-width:480px) {
    select.lang-select {
        width: 52px;
        padding: 5px 0;
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    .arabic.sidebar-open .main-footer {
        transform: translate(-230px, 0) !important;
        -webkit-transform: translate(-230px, 0) !important;
        -ms-transform: translate(-230px, 0) !important;
        -o-transform: translate(-230px, 0) !important
    }

    .sidebar-mini.arabic .main-footer {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }
}

.arabic .main-sidebar,
.arabic .left-side {
    position: fixed;
    right: 0
}

.arabic .layout-top-nav .content-wrapper,
.arabic .layout-top-nav .right-side,
.arabic .layout-top-nav .main-footer {
    margin-right: 0
}

.arabic .content-wrapper,
.arabic .right-side {
    margin-right: 250px;
    margin-left: 0
}

.arabic .main-footer {
    margin-right: 268px;
    margin-left: 0
}

.arabic.sidebar-collapse .content-wrapper,
.arabic.sidebar-collapse .right-side,
.arabic.sidebar-collapse .main-footer {
    margin-right: 70px;
    margin-left: 0
}

.arabic .main-header .client-logo {
    float: right
}

.arabic .main-header .client-sidebar-toggle {
    float: right
}

.arabic .main-header .profile-menu {
    float: left !important
}

.arabic .footer-cnt {
    right: 265px;
    left: 0
}

.sidebar-mini.arabic.sidebar-collapse .client-sidebar-menu>li>a>span {
    position: absolute !important;
    left: -212px !important
}

@media(min-width:768px) {

    .arabic .sidebar-mini.sidebar-collapse .content-wrapper,
    .arabic .sidebar-mini.sidebar-collapse .right-side,
    .arabic .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 0 !important
    }
}

@media(max-width:767px) {

    .arabic .content-wrapper,
    .arabic .right-side,
    .arabic .main-footer {
        margin-right: 0;
        padding-top: 100px !important
    }

    .arabic .main-footer {
        padding-top: 0 !important;
        margin-right: 15px !important;
        width: 95% !important
    }
}

@media(min-width:768px) {

    .arabic .sidebar-collapse .content-wrapper,
    .arabic .sidebar-collapse .right-side,
    .arabic .sidebar-collapse .main-footer {
        margin-right: 0
    }

    .arabic .sidebar-collapse .main-footer {
        margin-right: 0;
        padding-top: 0 !important
    }
}

@media(max-width:767px) {
    .arabic .left-side {
        right: -230px
    }

    .arabic .main-sidebar {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }
}

@media(max-width:767px) {

    .arabic .sidebar-open .content-wrapper,
    .arabic .sidebar-open .right-side,
    .arabic .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0)
    }

    .sidebar-mini.arabic .main-sidebar {
        -webkit-transform: translate(230px, 0) !important;
        -ms-transform: translate(230px, 0) !important;
        -o-transform: translate(230px, 0) !important;
        transform: translate(230px, 0) !important
    }
}

@media(min-width:768px) {

    .arabic .sidebar-collapse .main-sidebar,
    .arabic .sidebar-collapse .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media(max-width:767px) {
    .arabic.sidebar-open .content-wrapper {
        -webkit-transform: translate(-230px, 0) !important;
        -ms-transform: translate(-230px, 0) !important;
        -o-transform: translate(-230px, 0) !important;
        transform: translate(-230px, 0) !important
    }

    .sidebar-mini.arabic .content-wrapper {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .arabic.sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }
}

.arabic .control-sidebar-bg,
.arabic .control-sidebar {
    top: 0;
    left: -230px;
    width: 230px;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.arabic .control-sidebar.control-sidebar-open,
.arabic .control-sidebar.control-sidebar-open+.arabic .control-sidebar-bg {
    left: 0
}

.arabic .control-sidebar-open .control-sidebar-bg,
.arabic .control-sidebar-open .control-sidebar {
    left: 0
}

.arabic .progress-thumb .progress-bottom ul {
    padding-right: 0
}

.arabic .client-sidebar-menu li>a>.pull-right {
    left: 0;
    right: auto
}

.arabic .client-sidebar-menu>li>a>span {
    text-align: right
}

.sidebar-mini.arabic.sidebar-collapse .content-wrapper {
    margin-left: 0 !important
}

.arabic.sidebar-collapse .treeview-menu li a {
    padding-right: 12px;
    position: relative;
    left: -282px !important
}

.arabic #no-more-tables table thead tr th>i.fa.fa-sort {
    position: relative;
    right: 4px
}

.arabic .treeview-menu li a.product {
    background: url(product.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.product:hover {
    background: url(product_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.customer {
    background: url(customer.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.customer:hover {
    background: url(customer_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.treeview-menu.fixed-asset-menu>li>a {
    display: flex;
    align-items: center
}

.beta-wrd {
    font-size: 1.1rem;
    box-sizing: content-box;
    padding: 2.5px 5px !important;
    border: #d3d4d8 solid 1px;
    border-radius: 6px;
    letter-spacing: 1px;
    background-color: #fffd7a;
    color: #000
}

.beta-side {
    position: relative;
    bottom: 2px;
    margin-inline-start: 3px;
    border: none
}

.fixed-asset-ico {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-inline-end: 4px;
    filter: invert(95%) sepia(7%) saturate(102%) hue-rotate(191deg) brightness(92%) contrast(85%);
    padding: 0 !important;
    background-size: cover
}

.treeview-menu li a.active .fixed-asset-ico,
.treeview-menu li a:hover .fixed-asset-ico {
    filter: invert(47%) sepia(63%) saturate(625%) hue-rotate(158deg) brightness(96%) contrast(97%)
}

.fixed-asset-addition {
    background-image: url(f-a-add.svg)
}

.fixed-asset-dep {
    background-image: url(f-a-dep.svg)
}

.fixed-asset-disposal {
    background-image: url(f-a-disp.svg)
}

.fixed-asset-soon {
    display: inline-block
}

.fixed-asset-soon::before {
    content: '';
    background-image: url(soon.svg);
    background-size: cover;
    display: inline-block;
    position: absolute;
    height: 54px;
    width: 54px;
    top: 0;
    right: 0;
    transform: rotate(90deg)
}

.arabic .fixed-asset-soon::before {
    content: '';
    background-image: url(soon-ar.svg);
    left: 0;
    right: auto;
    transform: rotate(-90deg)
}

.products_png_hover {
    background: url(product_hover.png) no-repeat #fff 50% 30%;
    padding-right: 42px
}

.customers_png_hover {
    background: url(customer_hover.png) no-repeat #fff 50% 30%;
    padding-right: 42px
}

.vendors_png_hover {
    background: url(vendor_hover.png) no-repeat #fff 50% 30%;
    padding-right: 42px
}

.bills_png_hover {
    background: url(Bills_hover.png) no-repeat #fff 50% 50%;
    padding-right: 42px
}

.invoices_png_hover {
    background: url(Invoice_hover.png) no-repeat #fff 50% 30%;
    padding-right: 42px
}

.chart_of_accounts_png_hover {
    background: url(ChartsOfAccounts_hover.png) no-repeat #fff 50% 50%;
    padding-right: 42px
}

.inventories_png_hover {
    background: url(inventories_hover.png) no-repeat #fff 50% 45%;
    padding-right: 42px
}

.manual_journal_entries_png_hover {
    background: url(mje_hover.png) no-repeat #fff 50% 45%;
    padding-right: 42px
}

.arabic .treeview-menu li a.invoice {
    background: url(Invoice_icon.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.invoice:hover {
    background: url(Invoice_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.quoutation {
    background: url(Qoutation_icon.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.quoutation:hover {
    background: url(Qoutation_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.vendor {
    background: url(vendor.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.vendor:hover {
    background: url(vendor_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.order {
    background: url(order.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.order:hover {
    background: url(order_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.bill {
    background: url(Bills.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.bill:hover {
    background: url(Bills_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.ledger {
    background: url(ledger.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.ledger:hover {
    background: url(ledger_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.debit {
    background: url(Debit_notes.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.debit:hover {
    background: url(Debit_notes_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.customer_receipt {
    background: url(receipt.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    background-size: 16px
}

.arabic .treeview-menu li a.vendor_receipt {
    background: url(receipt.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    background-size: 16px
}

.arabic .treeview-menu li a.simple_bill {
    background: url(simple_bills-SB.svg) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    background-size: 16px
}

.arabic .treeview-menu li a.vendor_receipt:hover {
    background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    background-size: 16px
}

.arabic .treeview-menu li a.simple_bill:hover {
    background: url(simple_bills-hover.svg) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    background-size: 16px
}

.arabic .treeview-menu li a.customer_receipt:hover {
    background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    background-size: 16px
}

.arabic .treeview-menu li a.credit_notes {
    background: url(credit_notes.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.credit_notes:hover {
    background: url(credit_notes_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.roles {
    background: url(Role.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.roles:hover {
    background: url(Role_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.payment_terms {
    background: url(Payement_terms.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic .treeview-menu li a.payment_terms:hover {
    background: url(Payement_terms_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px
}

.arabic.sidebar-collapse .treeview-menu li a.product {
    background: url(product.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.product:hover {
    background: url(product_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.customer {
    background: url(customer.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.customer:hover {
    background: url(customer_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.invoice {
    background: url(Invoice_icon.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.invoice:hover {
    background: url(Invoice_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.quoutation {
    background: url(Qoutation_icon.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.quoutation:hover {
    background: url(Qoutation_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.vendor {
    background: url(vendor.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.vendor:hover {
    background: url(vendor_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.order {
    background: url(order.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.order:hover {
    background: url(order_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.bill {
    background: url(Bills.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.bill:hover {
    background: url(Bills_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.ledger {
    background: url(ledger.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.ledger:hover {
    background: url(ledger_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.debit {
    background: url(Debit_notes.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.debit:hover {
    background: url(Debit_notes_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.customer_receipt {
    background: url(receipt.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important;
    background-size: 16px
}

.arabic.sidebar-collapse .treeview-menu li a.vendor_receipt {
    background: url(receipt.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important;
    background-size: 16px
}

.arabic.sidebar-collapse .treeview-menu li a.simple_bill {
    background: url(simple_bills-SB.svg) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important;
    background-size: 16px
}

.arabic.sidebar-collapse .treeview-menu li a.customer_receipt:hover {
    background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important;
    background-size: 16px
}

.arabic.sidebar-collapse .treeview-menu li a.vendor_receipt:hover {
    background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important;
    background-size: 16px
}

.arabic.sidebar-collapse .treeview-menu li a.simple_bill:hover {
    background: url(simple_bills-hover.svg) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important;
    background-size: 16px
}

.arabic.sidebar-collapse .treeview-menu li a.credit_notes {
    background: url(credit_notes.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.credit_notes:hover {
    background: url(credit_notes_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.roles {
    background: url(Role.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.roles:hover {
    background: url(Role_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.payment_terms {
    background: url(Payement_terms.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

.arabic.sidebar-collapse .treeview-menu li a.payment_terms:hover {
    background: url(Payement_terms_hover.png) no-repeat #14293c 94% 47%;
    padding-right: 42px;
    position: relative;
    left: -282px !important
}

@media screen and (max-width:768px) {
    .arabic .treeview-menu li a.product {
        background: url(product.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.product:hover {
        background: url(product_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.customer {
        background: url(customer.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.customer:hover {
        background: url(customer_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.invoice {
        background: url(Invoice_icon.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.invoice:hover {
        background: url(Invoice_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.quoutation {
        background: url(Qoutation_icon.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.quoutation:hover {
        background: url(Qoutation_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.vendor {
        background: url(vendor.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.vendor:hover {
        background: url(vendor_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.order {
        background: url(order.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.order:hover {
        background: url(order_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.bill {
        background: url(Bills.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.bill:hover {
        background: url(Bills_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.ledger {
        background: url(ledger.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.ledger:hover {
        background: url(ledger_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.debit {
        background: url(Debit_notes.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.debit:hover {
        background: url(Debit_notes_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.customer_receipt {
        background: url(receipt.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important;
        background-size: 16px
    }

    .arabic .treeview-menu li a.vendor_receipt {
        background: url(receipt.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        background-size: 16px;
        position: relative;
        left: auto !important;
        background-size: 16px
    }

    .arabic .treeview-menu li a.simple_bill {
        background: url(simple_bills-SB.svg) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        background-size: 16px;
        position: relative;
        left: auto !important;
        background-size: 16px
    }

    .arabic .treeview-menu li a.customer_receipt:hover {
        background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important;
        background-size: 16px
    }

    .arabic .treeview-menu li a.vendor_receipt:hover {
        background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important;
        background-size: 16px
    }

    .arabic .treeview-menu li a.simple_bill:hover {
        background: url(simple_bills-hover.svg) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important;
        background-size: 16px
    }

    .arabic .treeview-menu li a.credit_notes {
        background: url(credit_notes.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.credit_notes:hover {
        background: url(credit_notes_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.roles {
        background: url(Role.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.roles:hover {
        background: url(Role_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.payment_terms {
        background: url(Payement_terms.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }

    .arabic .treeview-menu li a.payment_terms:hover {
        background: url(Payement_terms_hover.png) no-repeat #14293c 94% 47%;
        padding-right: 42px;
        position: relative;
        left: auto !important
    }
}

.arabic .view-customer #no-more-tables table thead tr th {
    text-align: right
}

.arabic .add-products-form #no-more-tables table tbody tr td {
    text-align: right
}

.arabic .arabic-address {
    float: left !important
}

.arabic .add_more_btn.add-more-line {
    float: right;
    position: relative;
    top: 15px
}

.arabic .add-more-line i {
    position: absolute;
    top: 0;
    left: 24px;
    border-right: 1px solid #696969;
    line-height: 1.9em;
    padding: 2px;
    padding-right: 2px;
    font-size: 12px;
    color: #696969;
    border-left: none;
    width: auto
}

@media screen and (max-width:1024px) {
    .arabic .add-products-form #no-more-tables table tbody tr td {
        text-align: left
    }
}

.arabic .add-products.setting-form .form_row .form_name {
    text-align: right
}

.arabic .add-products .form_row.tabs_form .form_field.setting_form_field {
    position: relative;
    text-align: right;
    right: 0
}

.arabic .add-products.edit-profile-form .form_row div {
    text-align: right
}

.arabic .add-products.edit-profile-form .form_row .form_field.btn_form_field {
    text-align: left;
    right: -35px
}

.arabic .edit-profile-img .input-file span.btn.btn-default.btn-file {
    border-radius: 0;
    left: -12px;
    top: 8px
}

.arabic .add-products-form .add_subscription h2 {
    float: right;
    width: 100%
}

.arabic .add-products-form .import-file button.btn.btn-default {
    left: 0
}

.import-file label.error {
    position: absolute;
    bottom: 10px
}

.arabic.sidebar-collapse .footer-cnt {
    left: auto;
    right: 85px;
    width: 86%
}

.sidebar-collapse .footer-cnt.client {
    left: 102px;
    width: 92%
}

.arabic .add-products .track-item .form_field {
    text-align: right;
    right: -12px
}

.arabic .add-products.new-product .side-field .form_name {
    text-align: right;
    right: 0
}

.arabic .add-products.new-product .side-field .side-text-field .form_row {
    text-align: right;
    left: 8px
}

.arabic .add-products.new-product .form_field .add-cust {
    right: auto
}

.arabic .add-cust {
    left: 0;
    top: 0
}

.arabic .add-products.new-product .form_field.btn_form_field {
    text-align: left
}

.products-header-search .form_field input,
.products-header-search .form_field div.select-main {
    margin-bottom: 15px
}

@media screen and (max-width:768px) {
    .arabic .add-products .track-item .form_field {
        text-align: right
    }

    .arabic .add-products.new-product .grid-field .form_name {
        text-align: right
    }

    .arabic .add-products.new-product .grid-field .form_field {
        position: relative;
        width: 47%;
        text-align: right
    }

    .arabic .add-products.new-product .side-field .side-text-field .form_row {
        text-align: right
    }

    .arabic .add-products.new-product .side-field .form_name {
        text-align: right;
        right: 0
    }

    .arabic .add-products.new-product h4.client_primary_color {
        position: relative;
        left: -48px
    }

    .arabic .add-products.new-product .form_field.btn_form_field {
        position: relative;
        left: -25px
    }

    .arabic .add-products.new-product .side-field .form_name.arabic-res {
        right: 70px
    }

    .arabic .add-products.new-product .side-field .form_field.arabic-res {
        right: 50px
    }
}

.arabic .add-products.add-payment-form.add-payment-form .form_name {
    padding-right: 15px
}

.arabic nav.navbar.navbar-default.navbar-fixed-top .custom-container .header .main-menu {
    float: left !important
}

.arabic nav.navbar.navbar-default.navbar-fixed-top .custom-container .header .main-menu nav {
    float: left
}

.arabic nav.navbar.navbar-default.navbar-fixed-top .custom-container .header .main-menu ul li {
    float: right
}

.arabic .full-wrapper-tab-section .custom-container .nav-pills>li {
    float: right
}

.arabic .full-wrapper-tab-section .custom-container ul.nav.nav-pills.nav-justified {
    padding-right: 0;
    right: -25px;
    position: relative
}

.arabic .free-trial-content a.trial {
    float: right
}

.free-trail-wrap .tc {
    position: relative;
    left: 0;
    float: left
}

.arabic .free-trail-wrap input[type=checkbox]:not(old)+label,
.arabic .summary input[type=checkbox]:not(old)+label {
    float: right
}

.arabic .main-menu ul {
    padding-right: 0
}

.arabic .login-content {
    float: right
}

.arabic .login-content-wrap {
    float: right
}

.arabic .login-content input[type=checkbox]:not(old)+label {
    float: right;
    margin-left: 1em !important
}

.arabic #login-form input[type=checkbox] {
    display: block;
    float: right;
    margin-left: -1em
}

.arabic #tc-pp {
    float: right;
    margin-left: -1.3em
}

.arabic .full-wrapper-header .navbar-default .header select.lang-select {
    float: left
}

.full-wrapper-header .navbar-default .header select.lang-select {
    background: #46474c;
    color: #cecccd;
    font-size: .85em;
    float: right;
    font-weight: 500;
    text-transform: uppercase;
    width: 95px;
    position: relative;
    top: 10px;
    padding: 6px 6px 8px;
    font-family: raleway, sans-serif;
    font-style: initial;
    z-index: 999
}

.full-wrapper-header .navbar-default .header select.lang-select:focus {
    border-color: #fff;
    box-shadow: none
}

.arabic .free-trial-content-wrap img {
    float: left !important
}

.arabic .free-trial-content a.trial {
    margin: 0
}

.arabic .full-wrapper-main-slider {
    background: url(riyadh-night.jpg) no-repeat !important;
    background-size: cover !important;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .47)
}

@media screen and (max-width:768px) {
    .arabic .main-logo.col-md-2 {
        float: left !important
    }

    .full-wrapper-header .navbar-default .header select.lang-select {
        right: 120px;
        top: 4px
    }

    .arabic .full-wrapper-header .navbar-default .header select.lang-select {
        right: 0;
        top: 4px
    }
}

.arabic .add-feature-btn {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: -1px;
    right: auto;
    background: rgba(3, 108, 156, .24) !important;
    border: none;
    color: #fff !important;
    outline: none;
    border-radius: 0;
    font-size: 14px !important;
    padding: initial !important;
    height: 100%;
    width: 40px
}

.arabic .add-feature-btn>i {
    position: absolute;
    right: 40%;
    font-size: 12px;
    top: 15px
}

.arabic .dashboard-breadcrumb ul li {
    float: right
}

.arabic .fa-angle-double-right:before {
    content: "\f100"
}

.arabic .prod-adjust .form_row .form_field,
.arabic .prod-adjust .form_row .form_field .date_field {
    text-align: right
}

.arabic .prod-adjust .form_row .form_field .date_field>.add-on {
    left: 32px;
    right: auto
}

.arabic .product-detail-modal button.close {
    float: left
}

.arabic button.close-mobile-popup {
    float: left
}

.arabic .back-btn a>i {
    float: left;
    position: relative;
    top: 5px
}

.arabic .table-footer .view_all_transaction {
    float: left !important
}

.arabic .add-products-form .add-unit-type {
    position: relative;
    margin-right: 20px
}

.arabic .field-align .form_row .form_field .select-main {
    text-align: right;
    float: left
}

.arabic .new-customer .form_field.date_field {
    text-align: right
}

.arabic .new-customer .form_field.date_field>.add-on,
.arabic .date_field>.add-on {
    left: 10%;
    right: inherit !important;
    border-radius: 5px 0 0 5px
}

.arabic .date_field>.add-on {
    border-radius: 5px 0 0 5px !important
}

.date_field>.add-on {
    border-radius: 0 5px 5px 0;
    right: 10%
}

.arabic .select_form_row .form_field {
    right: 4px
}

.datepicker .add-on i {
    margin: 0;
    text-align: center
}

.arabic .add-products-form .form_row .form_field .bootstrap-select.btn-group .dropdown-menu.inner a {
    text-align: right
}

.custom-fields-main {
    position: relative;
    padding: 18px;
    padding-bottom: 0
}

.custom-fields-main ul.inline {
    display: block;
    padding-left: 0
}

.custom-fields-main ul.inline li {
    position: relative;
    padding-right: 35px;
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    color: #056b9c;
    font-weight: 600
}

.custom-fields-main ul.inline li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 13px;
    color: #fff;
    background-color: #046c9f;
    border-radius: 16px;
    padding: 0 4px;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.custom-fields-main p>i {
    font-size: 10px;
    color: #fff;
    background-color: #046c9f;
    border-radius: 2px;
    padding: 2px 4px;
    font-weight: 400
}

.add-products.custom-field-form .form_row:last-child {
    padding-top: 10px;
    margin-top: 0
}

.add-products.custom-field-form .form_row .form_field .select-arrow {
    border-top: 6px solid #046c9f
}

.add-products.custom-field-form .form_name {
    width: 9%
}

.add-products-form .form_row .form_field .bootstrap-select.btn-group .dropdown-menu.inner {
    z-index: 99 !important;
    height: auto;
    height: 230px !important;
    min-height: auto !important;
    padding-bottom: 10px
}

.add-products-form .form_row .form_field .bootstrap-select.btn-group .dropdown-menu.inner a {
    padding: 3px 10px !important
}

.tabs-continue-btn {
    background-color: #1b97df;
    border-color: #1b97df;
    background-image: none;
    border-radius: 5px;
    -webkit-box-shadow: #cecece 0 2px 2px;
    -moz-box-shadow: #cecece 0 2px 2px;
    box-shadow: #cecece 0 2px 2px;
    -webkit-border-radius: 5px;
    font-size: .9em;
    font-style: normal;
    font-weight: 500;
    padding: 5px 12px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    cursor: pointer
}

.arabic .form_field.field-right .add-cust {
    left: 0;
    right: auto;
    border-radius: 5px
}

.arabic .new-customer .form_field.field-right {
    text-align: right
}

.arabic .new-customer .form_field.field-right.date_field>.add-on {
    left: 30px;
    right: auto
}

.arabic .treeview-menu li a.order.active-order {
    color: #1b97df;
    background: url(order_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.product.active-product {
    color: #1b97df;
    background: url(product_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.customer.active-customer {
    color: #1b97df;
    background: url(customer_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.invoice.active-invoice {
    color: #1b97df;
    background: url(Invoice_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.quoutation.active-quoutation {
    color: #1b97df;
    background: url(Qoutation_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.customer_receipt.active-customer_receipts {
    color: #1b97df;
    background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
    background-size: 16px
}

.arabic .treeview-menu li a.vendor_receipt.active-vendor_receipts {
    color: #1b97df;
    background: url(receipt_hover.png) no-repeat #14293c 94% 47%;
    background-size: 16px
}

.arabic .treeview-menu li a.simple_bill.active-simple-bill {
    color: #1b97df;
    background: url(simple_bills-hover.svg) no-repeat #14293c 94% 47%;
    background-size: 16px
}

.arabic .treeview-menu li a.credit_notes.active-credit-notes {
    color: #1b97df;
    background: url(credit_notes_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.vendor.active-vendor {
    color: #1b97df;
    background: url(vendor_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.bill.active-bill {
    color: #1b97df;
    background: url(Bills_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.debit.active-debit {
    color: #1b97df;
    background: url(Debit_notes_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.ledger.active-ledger {
    color: #1b97df;
    background: url(ledger_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.roles.active-roles {
    color: #1b97df;
    background: url(Role_hover.png) no-repeat #14293c 94% 47%
}

.arabic .treeview-menu li a.payment_terms.active-payment-terms {
    color: #1b97df;
    background: url(Payement_terms_hover.png) no-repeat scroll 94% 47%
}

.tabs-setting .nav-tabs>li a {
    color: #fff;
    background: #14293c;
    padding: 8px
}

.nav-tabs>li:not(.active)>a:hover {
    color: #fff;
    background-color: #036c9c !important;
    padding: 8px
}

.tabs-setting .nav-tabs>li.active a {
    color: #fff;
    background-color: #036c9c
}

.tabs-setting .nav-tabs>li {
    position: relative;
    padding-top: 4px
}

.tabs-setting .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    position: relative;
    padding: 25px
}

.tabs-setting .general-form h4 {
    color: #1b97df;
    text-transform: uppercase
}

.arabic .add-products .form_row.tabs_form .form_field {
    position: relative;
    text-align: right
}

.form_row.tabs_form {
    display: flex;
    align-items: center
}

.add-products .form_row.tabs_form .form_field {
    position: relative;
    text-align: left
}

.add-products.setting-form .form_row .form_name {
    position: relative;
    text-align: left
}

.prod-adjust .form_row .form_field,
.prod-adjust .form_row .form_field .date_field {
    text-align: left
}

.fiscal-year select#date_day {
    width: 20%;
    float: right
}

.fiscal-year select#date_month {
    width: 67%;
    float: right;
    right: 10px
}

.general-form .form_row .form_field label.btn.btn-primary.btn-file {
    z-index: 999;
    background-color: #1b97df;
    border-color: #1b97df;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 12px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.general-form .form_row .form_field input.form-control.file {
    position: relative;
    top: -28px;
    width: 65%
}

.general-form .form_row .form_field .date_field.input-append.date.datepicker {
    width: 90%
}

.general-form .form_row .form_field .date_field.input-append.date.datepicker input {
    width: 100%
}

@media screen and (max-width:768px) {
    .tabs-setting .nav-tabs>li {
        float: none;
        padding: 2px 0
    }

    .tabs-setting .nav-tabs>li.active a {
        border-bottom: 1px solid #ddd
    }
}

.datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 9999 !important
}

.product-detail-modal .new-customer {
    width: 100%;
    padding: 10px 40px
}

@media screen and (min-width:640px) {
    .product-detail-modal {
        width: 80%;
        position: relative;
        top: 65px;
        margin: auto
    }
}

@media screen and (min-width:768px) {
    .product-detail-modal {
        width: 80%;
        position: relative;
        top: 65px;
        margin: auto
    }
}

@media screen and (min-width:1024px) {
    .product-detail-modal {
        width: 65%;
        position: relative;
        top: 65px;
        margin: auto
    }
}

@media screen and (min-width:1300px) {
    .product-detail-modal {
        width: 45%;
        position: relative;
        top: 65px;
        margin: auto
    }
}

.add-products-form .import-bar:before {
    border-top: 1px solid #1b97df;
    position: relative;
    top: 20px;
    border-top-style: dashed;
    width: 96%;
    margin: 0 auto;
    text-align: center
}

.add-products-form .import-bar {
    position: relative;
    text-align: center;
    margin-top: 35px;
    padding-bottom: 30px
}

.add-products-form .import-bar p {
    position: relative;
    top: 5px
}

.add-products-form .import-bar p>a {
    text-decoration: underline
}

.add-products-form .import-file {
    padding: 35px;
    border-radius: 4px;
    background-color: #e8f0f2
}

.add-products-form .import-file span.btn.btn-primary.btn-file {
    background-color: #0f7fbe;
    color: #fff;
    border: 8px solid #f9fafc;
    border-radius: 4px;
    padding: 6px 24px;
    font-weight: 600
}

.add-products-form .import-file input.form-control.file {
    height: 48px;
    width: 200px;
    border: 8px solid #f9fafc;
    background-color: #f9fafc;
    outline: none
}

.add-products-form .import-file .btn.btn-default {
    background-color: #1b97df;
    color: #fff;
    position: relative;
    left: 10px;
    font-weight: 600;
    border: 8px solid #f9fafc;
    border-radius: 4px;
    padding: 6px 24px
}

.import-error-label {
    padding-top: 30px
}

.import-error-label ul {
    background-color: #d6697c;
    padding-left: 0;
    color: #fff;
    font-size: .95em;
    line-height: 2em;
    border-radius: 4px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.import-error-label ul li {
    padding-left: 15px;
    list-style: inside none disc
}

.import-error-label ul p {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px
}

@media screen and (max-width:767px) {
    .add-products-form .import-file button.btn.btn-default {
        left: 0
    }

    .add-products-form .import-bar:before {
        display: none
    }

    .add-products-form .import-bar .grid {
        position: relative;
        padding-bottom: 25px
    }
}

.add-products.edit-profile-form .form_row div {
    text-align: left
}

.add-products.edit-profile-form .form_row .form_name {
    width: 24%
}

.add-products.edit-profile-form .form_row .form_field {
    width: 56%
}

.edit-profile-form h4 {
    color: #1d97e0
}

.add-products.edit-profile-form .form_row .form_field.btn_form_field {
    text-align: right;
    right: 35px;
    position: relative
}

.view-profile-header {
    position: relative;
    padding: 15px auto
}

.view-profile-header p {
    text-align: right;
    position: relative;
    top: 10px;
    font-size: 1.5em
}

.edit-profile-img img {
    width: 165px;
    height: 165px;
    border: 3px solid #ddd
}

.edit-profile-img button {
    position: relative;
    margin-top: 15px
}

.edit-profile-img {
    position: relative;
    padding-bottom: 30px
}

.edit-profile-img .input-file {
    position: absolute;
    bottom: inherit;
    color: #8f8d8e;
    font-size: 12px
}

.edit-profile-img .input-file span {
    padding: 6px 22px
}

.edit-profile-img .input-file span.btn.btn-default.btn-file {
    border-radius: 0;
    left: 10px;
    top: 8px
}

.edit-profile-img .input-file .btn-default:hover,
.input-file .btn-default:active,
.input-file .btn-default.hover {
    background-color: #8f8d8e
}

.edit-profile-img .input-file span>i {
    font-size: 22px;
    color: #fff
}

.free-trail-wrap.price-trail-wrap {
    width: 100%
}

.arabic .free-trail-wrap.price-trail-wrap .select-organization .col-md-12.col-md-offset-3 {
    float: right !important
}

.price-trail-wrap h4 {
    text-align: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 75px;
    padding-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px
}

.price-block ul.price-list {
    list-style-type: none;
    padding-left: 0
}

.price-block .price-custom-panel {
    border-radius: 0;
    margin-left: 15px;
    margin-right: 15px
}

.price-block .price-custom-panel .panel-body {
    min-height: 350px;
    padding: 1px
}

.price-block .price-custom-panel:hover,
.price-block .price-custom-panel:focus {
    background-color: #f3f3f3
}

.price-block .price-popular {
    text-align: center;
    background-color: #1b97df;
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px
}

.price-block .popular-block {
    position: relative;
    top: -42px
}

.price-head label,
.price-list label {
    color: #44474c;
    font-weight: 600;
    font-size: 14px
}

.price-head input {
    position: relative;
    top: 2px
}

.price-head hr {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}

ul.price-list li {
    position: relative;
    padding-bottom: 15px
}

.price-head .plan-1 {
    color: #b55f2e;
    font-weight: 400
}

.price-head .plan-2 {
    color: #016394;
    font-weight: 400
}

.price-head .plan-3 {
    color: #6ccf8e;
    font-weight: 400
}

.price-head .btn-plan-1 {
    position: relative;
    margin-top: 15px;
    background-color: #b55f2e;
    border: 2px solid #a24b19;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px
}

.price-head .btn-plan-2 {
    position: relative;
    margin-top: 15px;
    background-color: #22a2ed;
    border: 2px solid #3987b6;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px
}

.price-head .btn-plan-3 {
    position: relative;
    margin-top: 15px;
    background-color: #2bab58;
    border: 2px solid #1c9948;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px
}

.popular-block .price-head {
    line-height: 2.2em
}

.org-thumb {
    border: 2px solid #ddd;
    text-align: center
}

.org-thumb img {
    width: 200px;
    height: 200px
}

@media screen and (max-width:768px) {
    .price-block .popular-block {
        position: relative;
        top: 0
    }

    .price-trail-wrap h4 {
        margin-bottom: 30px
    }
}

.customer-header-search.manage-bills-header .form_row .form_field.min-val,
.customer-header-search.manage-bills-header .form_row .form_field.max-val {
    width: 8%
}

.customer-header-search .form_row .form_field.min-val,
.customer-header-search .form_row .form_field.max-val {
    width: 6%
}

.customer-header-search.manage-bills-header .form_row .form_field {
    width: 14%;
    padding-bottom: 10px
}

.customer-header-search.manage-bills-header .form_row:nth-child(3) .form_field {
    width: 18%
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .customer-header-search.manage-bills-header .form_row .form_field {
        width: 20%;
        padding-top: 10px
    }

    .customer-header-search.manage-bills-header .date_field>.add-on.alignright {
        top: 10px;
        width: 30px;
        right: 24px
    }

    .arabic #test-filter-date .date_field>.add-on.alignright {
        top: 10px;
        width: 30px;
        right: auto;
        left: 12px !important
    }

    .arabic .customer-header-search.manage-bills-header .date_field>.add-on.alignright {
        top: 10px;
        width: 30px;
        right: auto;
        left: 20px !important
    }

    .arabic .date_field>.add-on.alignright {
        left: 23px !important;
        right: auto;
        width: 30px
    }
}

.new_invite_user .form_row .form_field.role_field label.error {
    position: absolute;
    top: 30px
}

.form_field.pro-select select.ui-select {
    display: inherit !important;
    opacity: 0;
    height: 30px
}

.form_field.pro-select select.selectpicker {
    display: inherit !important;
    opacity: 0;
    height: 30px
}

.form_field.pro-select .select-main {
    top: 0;
    height: 29px
}

.form_field.pro-select .bootstrap-select {
    top: 0;
    left: 0;
    height: 29px
}

.arabic .form_field.pro-select .bootstrap-select {
    right: 0;
    left: auto
}

@media screen and (min-width:978px) and (max-width:991px) {
    .add-products.new-product .form_field {
        width: 72%
    }

    .prod-wizard-form.add-products.new-product .form_field {
        width: 74% !important
    }
}

.add-products .form_row .form_field.highlight label.error {
    left: 0;
    position: absolute;
    top: 38px
}

.form_field.highlight input#product_sale_item,
.form_field.highlight input#product_track_quantity,
.form_field.highlight input#product_sale_item {
    border: none;
    box-shadow: none;
    display: block;
    opacity: 0
}

.pdtName .select-options .btn-group.bootstrap-select {
    width: 100%
}

.pdtName .select-options .btn-group.bootstrap-select button.btn.dropdown-toggle.btn-default {
    background-color: #fff;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    border-color: #fff
}

.pdtName .select-options {
    padding: 0
}

.edit-general-settings .form_row .form_field .btn-group.bootstrap-select {
    width: 90%;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    font-style: normal;
    position: relative
}

.edit-general-settings .form_row .form_field .btn-group.bootstrap-select ul.dropdown-menu.inner {
    height: 320px;
    overflow-y: auto
}

.edit-general-settings .form_row .form_field .btn-group.bootstrap-select button.btn.dropdown-toggle.btn-default {
    background-color: #fff;
    padding: 5px 8px;
    color: gray;
    font-size: .95em;
    font-style: italic;
    border-color: #fff
}

.bill-address .select-options.form_field {
    width: 100%;
    padding: 0
}

.bill-address .select-options.form_field .btn-group.bootstrap-select.dropup {
    width: 100%
}

.bill-address .form_field .btn-group.bootstrap-select {
    width: 100% !important
}

.bill-address .form_row .form_field button.btn.dropdown-toggle.btn-default {
    border-color: #fff;
    padding: 3px 6px
}

.bill-payment-detail-block {
    text-align: right
}

.field-align .form_row .form_field {
    text-align: left
}

.float-right-select {
    float: right !important
}

@media screen and (max-width:767px) {
    .form_field.pro-select .select-main {
        position: absolute;
        top: 0;
        left: 0;
        height: 29px
    }

    .add-products.new-product .form_row .form_field.highlight {
        display: initial
    }

    .add-products.new-product .form_row .form_field.buy-align {
        width: 98%
    }

    .add-products .form_row .form_field label.error {
        left: 0
    }

    .add-products .form_row .form_field.highlight label.error {
        left: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .form_field.pro-select .select-main {
        position: absolute;
        top: 0;
        height: 29px
    }
}

@media screen and (max-width:1024px) {
    .arabic #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        right: -9999px
    }

    .arabic #no-more-tables tr {
        border: 1px solid #ccc
    }

    .arabic #no-more-tables td {
        padding-left: 10px;
        display: flex;
        min-height: 40px
    }

    .arabic #no-more-tables td:before {
        position: initial;
        top: 6px;
        right: 6px;
        width: 45%;
        padding-left: 10px;
        text-align: right;
        font-weight: 700
    }
}

.select-organization .center-box {
    display: flex;
    justify-content: center;
    align-items: initial
}

.free-trail-wrap.price-trail-wrap {
    width: 100%
}

.price-trail-wrap h4 {
    text-align: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 75px;
    padding-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px
}

.price-block ul.price-list {
    list-style-type: none;
    padding-left: 0
}

.price-block .price-custom-panel {
    border-radius: 0
}

.price-block .price-custom-panel:hover,
.price-block .price-custom-panel:focus {
    background-color: #f3f3f3
}

.price-block .price-popular {
    text-align: center;
    background-color: #1b97df;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    align-items: center
}

.price-block .popular-block {
    position: relative;
    top: -42px
}

.price-head {
    min-height: inherit
}

.price-head label,
.price-list label {
    color: #44474c;
    font-weight: 600;
    font-size: 14px
}

.price-head hr {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}

ul.price-list li {
    position: relative;
    padding-bottom: 15px
}

.price-head .plan-1 {
    color: #b55f2e;
    text-transform: uppercase;
    font-weight: 400
}

.price-head .plan-2 {
    color: #016394;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 400
}

.price-head .plan-3 {
    color: #6ccf8e;
    text-transform: uppercase;
    font-weight: 400
}

.price-head .btn-plan-1 {
    position: relative;
    margin-top: 15px;
    background-color: #b55f2e;
    border: 2px solid #a24b19;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px
}

.price-head .btn-plan-2 {
    position: relative;
    margin-top: 15px;
    background-color: #22a2ed;
    border: 2px solid #3987b6;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px
}

.price-head .btn-plan-3 {
    position: relative;
    margin-top: 15px;
    background-color: #2bab58;
    border: 2px solid #1c9948;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px
}

.popular-block .price-head {
    line-height: 2.2em
}

.org-thumb {
    text-align: center
}

.org-thumb img {
    width: 200px;
    height: 200px;
    border: 1px solid #ccc
}

@media screen and (max-width:768px) {
    .price-block .popular-block {
        position: relative;
        top: 0
    }

    .price-trail-wrap h4 {
        margin-bottom: 30px
    }
}

.org-thumb {
    border: 0 solid #ddd;
    text-align: center;
    width: 90%;
    margin: 15px auto
}

.quote-thumb-img {
    border-radius: 3px
}

.org-thumb img {
    width: 100%;
    height: 66%;
    border-radius: 4px
}

.org-thumb a {
    color: #4f5867
}

.price-panel .price-head input[type=radio] {
    opacity: 1 !important
}

.totalbill-count td.total,
.totalbill-count td.desktop-view {
    text-align: right;
    position: relative;
    right: 10px;
    font-size: 18px;
    font-family: sans-serif
}

.totalbill-count td.total span {
    text-align: right;
    right: 0;
    font-weight: 600;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
    padding: 4px
}

.totalbill-count td.total span input,
.totalbill-count td.desktop-view span input {
    width: 100%
}

.totalbill-count td.desktop-view span {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 4px
}

.totalbill-count .desktop-view {
    display: block
}

.totalbill-count .mobile-view {
    display: none
}

@media screen and (max-width:1024px) {
    .totalbill-count .desktop-view {
        display: none !important
    }

    .totalbill-count .mobile-view {
        display: block
    }

    .totalbill-count td.total.mobile {
        display: none !important
    }
}

.sub-total-amount {
    float: left;
    left: 12px;
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline;
    color: #333
}

.arabic .bootstrap-select.btn-group .dropdown-menu li a span {
    direction: ltr;
    unicode-bidi: embed
}

.arabic .bootstrap-select.btn-group .dropdown-menu li a.arabic_drop span {
    direction: rtl
}

.dropdown-toggle .filter-option.arabic_drop_onselect {
    direction: rtl
}

.bootstrap-select.btn-group .dropdown-menu li:hover a span.text {
    color: #fff
}

.form_row .form_field .dropdown-menu.open {
    width: 100%;
    min-height: 100px !important;
    height: 250px !important
}

.form_row .form_field .dropdown-menu.open .dropdown-menu.inner li:last-child {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.form_row .form_field .dropdown-menu>li>a {
    white-space: initial
}

.close-risks-cover-btn {
    font-weight: bolder
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff
}

.account-closure .form_field .date_field.input-append.date.datepicker {
    float: right
}

.account-closure .form_field .add-on {
    right: 0
}

.arabic .account-closure .form_field .add-on {
    right: auto;
    left: 0
}

.form_row.account-closure .form_field label.error {
    left: 0
}

.form_row .form_field span.filter-option {
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.manage-users .form_row.manage-user-select .select-set {
    width: 90px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.add_contact_payment .form_row .form_field .date_field>.add-on {
    right: 0
}

.arabic .add_contact_payment .date_field label.error {
    left: inherit
}

.new_tenant_role table tbody td.bold,
.edit_tenant_role table tbody td.bold {
    font-weight: 700
}

.new_tenant_role #no-more-tables table thead tr th:last-child {
    min-width: initial
}

.arabic .edit_tenant_role .form-group span.pull-left,
.arabic .new_tenant_role .form-group span.pull-left {
    float: right !important;
    position: relative;
    right: 10px
}

.sub-payment-details .panel-body h4 {
    color: #1d97e0;
    font-size: 24px;
    font-weight: 500;
    font-family: inherit
}

.arabic .sub-payment-details table thead tr th {
    text-align: right
}

.sub-payment-details .panel-body table tbody td.border {
    border-top: 2px solid rgba(51, 51, 51, .41);
    border-bottom: 2px solid rgba(51, 51, 51, .41)
}

.submit-btn input[type=submit] {
    background: none repeat scroll 0 0 #2db4e1;
    border: 2px solid #1e99c2;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 12px;
    width: auto;
    text-transform: capitalize
}

.sub-payment-details .panel-body table tbody td:nth-child(2) {
    width: 180px
}

.sub-payment-details {
    float: none;
    padding: 50px 90px
}

.price-panel .price-head input[type=radio] {
    opacity: 1 !important;
    margin: 5px
}

.subscription_radio input {
    opacity: 1 !important;
    position: relative;
    top: -2px
}

.arabic .subscription_radio .radio-inline {
    margin-right: 15px
}

.arabic .subscription_radio .radio-inline input {
    right: -15px
}

.subscription_radio label {
    color: inherit
}

.fields-wrap.subscription_radio {
    margin-bottom: -40px !important
}

.general_settings_radio input {
    opacity: 1 !important;
    position: relative;
    top: 0
}

.arabic .general_settings_radio .radio-inline {
    margin-right: 20px
}

.arabic .general_settings_radio .radio-inline input {
    right: -20px
}

.general_settings_radio label {
    color: inherit
}

#test-qpay-note .fields-wrap.general_settings_radio {
    margin-bottom: 0;
    display: flex;
    flex-direction: column
}

.fields-wrap.general_settings_radio {
    margin-bottom: -40px
}

.general_settings_checkbox input {
    opacity: 1 !important;
    position: relative;
    top: 0
}

.general_settings_checkbox label {
    color: inherit
}

.fields-wrap.general_settings_checkbox {
    margin-bottom: -40px !important
}

.fields-wrap.input select {
    margin-bottom: 0 !important
}

.success-payment-block {
    line-height: 2em;
    padding-bottom: 65px
}

.success-payment-block p {
    font-size: 18px
}

.success-payment-block p a.plan-select {
    background-color: #22a2ed;
    border: 2px solid #3987b6;
    color: #fff;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none
}

.view-product table thead th,
.view-product table tbody td {
    padding: 10px
}

.view-product table tbody td a {
    background-color: #1d97e0
}

.add_contact_payment .form_row .form_field .select-main {
    float: right
}

.addProduct .select-options.form_field {
    width: 100%
}

.addProduct td .sku {
    position: relative;
    display: inline-block;
    width: 100%;
    display: none
}

.arabic .addProduct td .sku {
    position: absolute;
    bottom: -10px;
    left: 38%;
    display: none
}

.addProduct .select-options.form_field>label {
    position: absolute;
    left: 0;
    top: 32px
}

.arabic .addProduct .select-options.form_field>label {
    right: 0
}

.quote-data-table .total-count-block .total-count .client-primary_color {
    float: left;
    text-align: right
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-style: normal
}

.bootstrap-select.btn-group .dropdown-menu li a.arabic_drop {
    direction: rtl
}

#no-more-tables table tbody tr.addProduct:first-child td.close-btn .close-risks-cover-btn {
    display: none
}

#no-more-tables table tbody.employee-form tr.addProduct:first-child td.close-btn .close-risks-cover-btn {
    display: inherit
}

.bootstrap-select.btn-group .dropdown-menu li:last-child {
    position: relative;
    margin-bottom: 15px
}

.treeview-menu li a.order.active-order {
    color: #1b97df;
    background: url(order_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.product.active-product {
    color: #1b97df;
    background: url(product_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.customer.active-customer {
    color: #1b97df;
    background: url(customer_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.invoice.active-invoice {
    color: #1b97df;
    background: url(Invoice_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.quoutation.active-quoutation {
    color: #1b97df;
    background: url(Qoutation_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.customer_receipt.active-customer_receipts {
    color: #1b97df;
    background: url(receipt_hover.png) no-repeat #14293c 13% 47%;
    background-size: 16px
}

.treeview-menu li a.vendor_receipt.active-vendor_receipts {
    color: #1b97df;
    background: url(receipt_hover.png) no-repeat #14293c 13% 47%;
    background-size: 16px
}

.treeview-menu li a.simple_bill.active-simple-bill {
    color: #1b97df;
    background: url(simple_bills-hover.svg) no-repeat #14293c 13% 47%;
    background-size: 16px
}

.treeview-menu li a.credit_notes.active-credit-notes {
    color: #1b97df;
    background: url(credit_notes_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.vendor.active-vendor {
    color: #1b97df;
    background: url(vendor_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.bill.active-bill {
    color: #1b97df;
    background: url(Bills_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.debit.active-debit {
    color: #1b97df;
    background: url(Debit_notes_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.ledger.active-ledger {
    color: #1b97df;
    background: url(ledger_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.roles.active-roles {
    color: #1b97df;
    background: url(Role_hover.png) no-repeat #14293c 13% 47%
}

.treeview-menu li a.payment_terms.active-payment-terms {
    color: #1b97df;
    background: url(Payement_terms_hover.png) no-repeat scroll 13% 47%
}

.treeview-menu li a.active {
    color: #1b97df
}

.add-more-line {
    position: relative
}

.line-item-total-table .add-more-line i {
    position: absolute;
    top: 10px;
    left: 12px;
    border-right: 1px solid #696969;
    line-height: 1.8em;
    padding: 2px;
    padding-right: 2px;
    font-size: 12px;
    color: #696969
}

.line-item-total-table tbody tr td {
    padding: 4px;
    padding-left: 15px;
    border-top: none
}

.arabic .line-item-total-table tbody tr td {
    padding-left: inherit !important
}

.total-count-block .total-count {
    border-bottom: 1px solid #333
}

.total-count-block .total-count:nth-child(2) {
    border-bottom: none
}

.add-more-line i {
    position: absolute;
    top: 0;
    left: 24px;
    border-right: 1px solid #696969;
    line-height: 1.9em;
    padding: 2px;
    padding-right: 2px;
    font-size: 12px;
    color: #696969
}

.line-item-total-table tr td .client_primary_color {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 0
}

.arabic .line-item-total-table tr td .client_primary_color {
    font-size: 20px;
    font-weight: 600;
    float: left
}

.line-item-total-table .sub-total-amount,
.line-item-total-table .sub-total-amount-before-vat,
.line-item-total-table .sub-total-amount-vat-value,
.line-item-total-table .sub-total-amount-before-discount {
    font-size: 18px;
    left: 0;
    font-family: sans-serif;
    width: 100%;
    overflow: hidden
}

.line-item-total-table-view .sub-total-amount {
    left: 0
}

.line-item-total-table .sub-total-amount input,
.line-item-total-table .sub-total-amount-before-vat input,
.line-item-total-table .sub-total-amount-vat-value input,
.line-item-total-table .sub-total-amount-before-discount input {
    width: 100%
}

.add_more_btn.add-more-line {
    padding-bottom: 0
}

.line-item-total-table table tbody td:nth-child(2),
.line-item-total-table table tbody td:nth-child(3) {
    border-top: 1px solid #444 !important;
    border-bottom: 1px solid #444;
    border-style: double;
    border-left: none;
    border-right: none
}

.line-item-total-table table tbody .total-after-vat td:nth-child(2),
.line-item-total-table table tbody .total-after-vat td:nth-child(3) {
    border-bottom: 3px double #444 !important
}

.line-item-total-table-view table tbody td:nth-child(2),
.line-item-total-table-view table tbody td:nth-child(6),
.line-item-total-table-view table tbody td:nth-child(3) {
    border-top: 1px solid #444 !important;
    border-bottom: 1px solid #444 !important;
    border-left: none;
    border-right: none
}

.line-item-total-table .table>thead>tr>th {
    border-bottom: none
}

.table.line-item-total-table {
    pointer-events: none
}

.product_adjustment .form_row .form_field label.error {
    left: 0
}

.error-block {
    position: relative;
    margin-top: 14%
}

.error-block-content {
    text-align: left;
    border: 2px solid #ddd;
    padding: 4% 8%;
    background-color: #fafafa
}

.error400 {
    color: #626262;
    font-size: 125px;
    font-weight: 700;
    line-height: 1
}

.error400 sub {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    top: 0
}

.error-block-content p {
    color: #626262;
    font-size: 16px;
    padding: 0 0 3%
}

.error-btn-group .back-btn {
    background-color: #a0a0a0;
    position: relative;
    border-color: #a0a0a0;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px
}

.error-btn-group .back-home {
    background-color: #68c49f;
    position: relative;
    margin-left: 10px;
    border-color: #68c49f;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px
}

.view-payment-list {
    padding: 0 18px;
    position: relative;
    border-top: 1px solid #ddd;
    width: 97%;
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 25px
}

.view-payment-list .form_name,
.view-payment-list .form_field {
    font-size: 14px
}

.view-payment-list .form_row:last-child {
    padding-top: 4px;
    margin-top: 0
}

.view-payment-table {
    padding: 18px;
    padding-top: 30px
}

.view-payment-table table {
    border: 1px solid #ddd
}

#no-more-tables table thead tr th>i.fa.fa-sort {
    position: relative;
    left: 4px
}

.edit_currency .form_field .btn-group.bootstrap-select {
    width: 90%
}

.contact_bill_payment_validation .form_field .select-main {
    float: right
}

.contact_bill_payment_validation .form_field .date_field>.add-on {
    right: 0
}

.add-product-form .select-block,
.add-products .select-block {
    background-color: #fff;
    border-bottom: 1px solid #1b97df;
    border-left: 1px solid #1b97df;
    border-right: 1px solid #1b97df;
    box-shadow: 0 0 2px #1b97df
}

.add-products.edit_user .form_field .select-main {
    float: right
}

.add-products.edit_user .form_row.track-item .form_field>label {
    float: left;
    position: relative;
    left: 35px
}

.dash-table-view {
    position: relative;
    padding: 0 15px
}

.progress-bar-main {
    position: relative;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
    height: 324px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.upgrade-plan {
    background-color: #0c5e6e;
    color: #fff;
    padding: 13px 30px;
    border-radius: 5px;
    border: none
}

.progress-bar-main-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffe6;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    padding-bottom: 35px
}

.progress-bar-main-overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffe6;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    padding-bottom: 35px
}

.progress-bar-main-overlay-top {
    top: 40px
}

.progress-thumb {
    position: relative;
    width: 320px;
    display: table-cell
}

.progress-thumb .progress-bottom {
    width: 250px;
    left: -35px
}

.progress-thumb .progress-bottom ul {
    display: inline-flex;
    list-style-type: none;
    position: relative;
    top: 225px;
    padding-left: 0
}

.progress-thumb .progress-bottom ul li {
    display: inline-block;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 600
}

.progress-thumb .progress-bottom ul li:nth-child(1):before {
    content: url(dot.png);
    padding-right: 4px;
    position: relative;
    top: 3px
}

.progress-thumb .progress-bottom ul li:nth-child(2):before {
    content: url(dot1.png);
    padding-right: 4px;
    position: relative;
    top: 3px
}

.progress-thumb .progress-bottom.next ul li:nth-child(1):before {
    content: url(dot2.png);
    padding-right: 4px;
    position: relative;
    top: 3px
}

.progress-thumb .progress-bottom.next ul li:nth-child(2):before {
    content: url(dot1.png);
    padding-right: 4px;
    position: relative;
    top: 3px
}

.arabic .progress-thumb .progress-bottom ul li:before {
    right: -4px
}

.progress-bar-main .progress-bar hr {
    position: relative;
    width: 70%;
    border-top: 2px solid #ddd
}

h5.table-head.table-head-dashboard {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.add-products-form #no-more-tables table thead tr th.dash-last {
    width: 150px
}

.add-products-form #no-more-tables table thead.cf-dashboard {
    background-color: #036c9c;
    color: #fff;
    border: 1px solid #036c9c
}

table.table.cf.tablesorter2.dashboard-table {
    position: relative;
    top: -6px
}

.progress-bar-main .progress-bar .dash_primary_color1 {
    color: #fe9901
}

.progress-bar-main .progress-bar .dash_primary_color2 {
    color: #14293c
}

.progress-bar-main .progress-bar .dash_primary_color3 {
    color: #1b97df
}

@media screen and (max-width:768px) {
    .progress-bar-main {
        position: relative;
        padding-top: 0;
        height: auto;
        padding-bottom: 45px;
        flex-wrap: wrap;
        gap: 200px
    }

    .progress-bar-main-overlay {
        top: 0 !important;
        height: 150% !important
    }

    .progress-thumb {
        position: relative;
        width: 320px;
        display: inline-block
    }
}

.add-products-form .bootstrap-select.btn-group .dropdown-menu li>a {
    display: block
}

.arabic .add-products-form .bootstrap-select.btn-group .dropdown-menu li>a {
    text-align: right
}

.arabic .bootstrap-select.btn-group .dropdown-menu li a.opt {
    text-align: right
}

.edit-profile-form .form_row .form_field label.error {
    left: 0
}

#no-more-tables table thead th.close-head-block {
    min-width: auto !important
}

.edit-general-settings button.btn.btn-default.fileinput-upload.fileinput-upload-button,
.edit-general-settings button.btn.btn-default.fileinput-remove.fileinput-remove-button,
.edit-general-settings .file-preview-frame .file-thumbnail-footer,
.edit-general-settings i.glyphicon.glyphicon-file.kv-caption-icon,
.edit-general-settings i.glyphicon.glyphicon-folder-open {
    display: none
}

.edit-general-settings .input-group.file-caption-main,
.edit-general-settings .file-input .file-preview {
    width: 90%;
    float: right
}

.edit-general-settings .form_row.file-bottom {
    position: relative;
    padding-bottom: 15px
}

.edit-general-settings .file-preview-frame {
    margin: auto;
    border: none;
    box-shadow: none;
    padding: none
}

.edit-general-settings .file-error-message pre,
.edit-general-settings .file-error-message ul {
    padding-left: 8px;
    padding-top: 8px
}

.edit-general-settings .close.fileinput-remove {
    font-size: 24px
}

.edit-general-settings .file-caption-main .btn.btn-primary.btn-file {
    padding: 4px 12px;
    background-color: #1b97df;
    border-color: #1b97df
}

.edit-general-settings .file-caption-main .form-control.file-caption.kv-fileinput-caption {
    height: 30px
}

.edit-general-settings .form_row.file-bottom {
    position: relative;
    top: -5px
}

.edit-general-settings .form_row.file-bottom>span {
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 13px;
    font-weight: 500
}

#new_contact_payment .form_row .form_field ul.dropdown-menu.inner li a,
#new_debit_note .form_row .form_field ul.dropdown-menu.inner li a,
#new_credit_note .form_row .form_field ul.dropdown-menu.inner li a {
    background-color: initial;
    color: #777
}

.arabic #new_contact_payment .form_field .date_field input {
    text-align: left
}

#new_credit_note .form_row .form_field ul.dropdown-menu.inner li a span {
    color: inherit
}

.arabic .credit-arabic-field input {
    float: right;
    text-align: left
}

.arabic .credit-arabic-field .add-on {
    right: 0
}

#new_contact_payment .form_row .form_field ul.dropdown-menu.inner li:hover a,
#new_debit_note .form_row .form_field ul.dropdown-menu.inner li:hover a,
#new_credit_note .form_row .form_field ul.dropdown-menu.inner li:hover a {
    color: #fff;
    background-color: #1b97df
}

.arabic .users-pagination nav {
    float: left
}

.arabic .users-pagination>span {
    float: right
}

.arabic .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
    float: right !important;
    direction: ltr
}

.arabic .bootstrap-select.btn-group .dropdown-toggle .filter-option.arabic_drop_onselect {
    direction: rtl
}

.arabic .bootstrap-select.btn-group .dropdown-toggle .caret {
    left: 12px;
    right: inherit
}

.arabic .add-products-form .import-file .btn.btn-default {
    right: 10px;
    left: inherit
}

.arabic .add-quote .form_field.date_field input {
    text-align: right !important
}

.arabic #new_contact .new-customer .form_field label.error {
    position: relative;
    right: 0;
    width: 90%
}

.arabic .add-products-category .new-customer .form_field label.error {
    position: relative;
    right: 30px
}

.arabic .arabic-submit-btn input,
.arabic .arabic-submit-btn a {
    margin-left: 5px
}

.arabic .custom-fields-main ul.inline li:before {
    content: "\f104";
    margin-left: 6px;
    margin-right: inherit
}

.arabic .new_invite_user {
    padding: 20px
}

.arabic .add-products-form .form_row .form_field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    float: right !important;
    right: 0
}

.arabic .title-permission {
    right: 10px;
    position: relative
}

.arabic .general-form .form_row .form_field .date_field.input-append.date.datepicker input {
    text-align: left
}

.language-select.lang-home {
    position: relative;
    top: -5px
}

.language-select.lang-home .english,
.language-select.lang-home .arabic {
    background-color: transparent;
    background-image: none;
    background-attachment: none;
    color: #cecccd;
    box-shadow: none;
    border: 1px solid #fff;
    padding: 6px 12px;
    border-radius: 3px;
    opacity: 1;
    font-size: 12px
}

.language-select.lang-home .english:hover,
.language-select.lang-home .arabic:hover {
    background-color: #13b5ea;
    color: #fff;
    border: 1px solid #13b5ea
}

.form_field.highlight input#check-box2 {
    border: none;
    box-shadow: none;
    opacity: 0
}

.add-products .form_row .form_field.highlight label.error {
    left: 0;
    position: absolute;
    top: 75px
}

.arabic .free-trail-wrap .tc {
    position: relative;
    right: 30px;
    float: right
}

.edit-general-settings label#kv-error-2 {
    margin-top: 10px;
    width: 90%;
    margin-right: 0;
    position: relative;
    text-align: left;
    font-weight: 500
}

.edit-general-settings label#kv-error-2 span.close.kv-error-close {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0;
    width: initial
}

.edit-general-settings .file-preview-other {
    display: none
}

.edit-general-settings .form_field.input-group>span {
    position: relative;
    margin-right: 0
}

.edit-general-settings .file-caption-name span.text-danger {
    width: 100%
}

.edit-general-settings .file-caption-name span.text-danger i {
    display: none
}

.inner-block-reports table {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4
}

.inner-block-reports table tbody tr.reports-total td {
    font-weight: 600;
    border-top: 1px solid #333
}

.inner-block-reports table tbody tr td a {
    padding-left: 0;
    color: #394659
}

.inner-block-reports.last-child-td table tbody tr td:last-child {
    font-weight: 600
}

.report-bottom {
    position: relative;
    padding-top: 30px
}

.report-bottom>a {
    background-color: #14293c;
    padding: 10px 24px;
    border-radius: 4px;
    border: none;
    color: #fff
}

.report-bottom .dropdown>button {
    background-color: #1b97df;
    color: #fff;
    width: 100px
}

.report-bottom .dropdown ul.dropdown-menu {
    min-width: 100px
}

.arabic .report-bottom .dropdown {
    float: left !important
}

.arabic .report-bottom .dropdown ul.dropdown-menu li {
    text-align: right
}

.arabic .col-md-offset-1 {
    margin-right: 8.33333333% !important
}

.arabic .customer-header-search .form_field .date_field.input-append.date.datepicker input {
    text-align: left
}

.report_subscription h2>span {
    font-size: 13px;
    font-weight: 600;
    color: #58656e
}

.report_subscription .form_field label.error {
    position: absolute;
    left: 0;
    top: 30px
}

.report_subscription .form_field .date_field.input-append.date.datepicker button {
    position: absolute;
    right: 10px;
    z-index: 99;
    background: 0 0;
    border: none;
    opacity: 0;
    height: 100%
}

.arabic .report_subscription .form_field .date_field.input-append.date.datepicker button {
    position: absolute;
    left: 10px;
    right: auto;
    z-index: 99;
    background: 0 0;
    border: none;
    opacity: 0;
    height: 100%
}

.report_subscription .form_field input[readonly] {
    background-color: #fff;
    cursor: pointer
}

.arabic .report_subscription .pull-right {
    float: left !important
}

.inner-block-reports table tbody tr td.report-table-head {
    background-color: inherit;
    color: #394659;
    font-size: 16px;
    font-weight: 600
}

.inner-block-reports table tbody tr td.report-table-sub-head {
    position: relative;
    padding-left: 10px;
    color: #394659;
    font-size: 13px;
    font-weight: 600
}

.inner-block-reports table tbody tr td.report-table-sub-content a {
    position: relative;
    color: #394659;
    font-size: 12px;
    font-weight: 500
}

.inner-block-reports table tbody tr td.report-table-sub-head {
    padding-left: 25px !important
}

.inner-block-reports table tbody tr td.report-table-sub-content {
    padding-left: 35px !important
}

.arabic .inner-block-reports table tbody tr td.report-table-sub-head {
    padding-right: 25px !important
}

.arabic .inner-block-reports table tbody tr td.report-table-sub-content {
    padding-right: 35px !important
}

.inner-block-reports table tbody tr.reports-total-balance td {
    position: relative;
    color: #394659;
    font-weight: 600;
    border-top: 1px solid #394659
}

.inner-block-reports table tbody tr.reports-total-balance td:first-child,
.inner-block-reports table tbody tr.reports-net-balance td:first-child {
    padding-left: 35px !important
}

.inner-block-reports table tbody tr.reports-net-balance {
    border-bottom: 3px solid #394659;
    border-bottom-style: double;
    border-top: 2px solid #394659
}

.inner-block-reports table tbody tr.reports-net-balance td {
    position: relative;
    color: #394659;
    font-weight: 600
}

.inner-block-reports table tbody tr.reports-main-balance {
    position: relative;
    color: #394659;
    font-weight: 600;
    border-top: 2px solid #394659;
    border-bottom: 2px solid #394659
}

.reports-table table th {
    color: #3c8dbc;
    min-height: 90px;
    background-color: #e8f0f2;
    border-color: #e8f0f2;
    border-top: 1px solid #f4f4f4 !important
}

.reports-table table tbody td {
    word-break: initial;
    min-width: 90px
}

.reports-table table th.amount {
    text-align: right
}

.arabic .reports-table table th {
    text-align: right
}

.arabic .reports-table table th.amount {
    text-align: left
}

.reports-table table tbody td.count {
    text-align: left !important
}

.arabic .reports-table table tbody td.count {
    text-align: right !important
}

.reports-table table thead th:not(:first-child),
.reports-table table tbody td:not(:first-child) {
    text-align: center !important;
    padding-right: 10px !important;
    font-family: sans-serif
}

.reports-table.first-child table tbody td {
    text-align: right
}

.align-text-content {
    text-align: left !important
}

.arabic .align-text-content {
    text-align: right !important
}

.arabic .reports-table.first-child table tbody td {
    text-align: left
}

.arabic .reports-table table thead th:not(:first-child),
.arabic .reports-table table tbody td:not(:first-child) {
    text-align: left;
    padding-left: 10px !important;
    font-family: sans-serif
}

.arabic .reports-table table thead th.direction,
.arabic .reports-table table tbody td a.direction,
.arabic .reports-table table tbody td.direction {
    direction: rtl;
    unicode-bidi: bidi-override
}

.arabic .reports-table table tbody td .arabic_tblcash_dir a.direction {
    direction: rtl
}

.arabic .reports-table table tbody td .arabic_tblcash_dir a.direction span {
    float: right
}

.allocate_credit_popup .form_field ul.dropdown-menu.inner li a>span {
    color: #fff
}

.note_message {
    background-color: #f7d9df;
    border: 1px solid #f1bcd5;
    border-radius: 4px;
    color: #8f3153;
    margin-bottom: 20px;
    padding: 15px
}

.discount_note_message {
    background-color: #cbe7f8;
    border: 1px solid #6bbff1;
    border-radius: 4px;
    color: #459bce;
    margin-bottom: 20px;
    padding: 15px;
    width: 97%;
    margin: 0 auto
}

.inner-block-reports .pie-table-report table thead tr th {
    text-align: center
}

.inner-block-reports .pie-table-report table thead tr th:first-child {
    background-color: #14293c;
    color: #fff
}

.inner-block-reports .pie-table-report table tbody tr td {
    text-align: center
}

.table-responsive.manage-currency-table.reports-table.pie-table-report {
    height: 400px;
    overflow-y: auto
}

#account-summary-pdf {
    opacity: 0;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden
}

#chartContainer3 .highcharts-container {
    width: 100% !important;
    height: auto !important
}

.reports-error-field {
    position: relative;
    left: 15px;
    margin-top: 15px;
    padding: 11px;
    width: 97%;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.arabic .reports-error-field {
    right: 15px;
    left: inherit
}

.reports-error-field img {
    width: 2%
}

.aged_open_report_filter_vatidation .form_row .form_field label.error {
    position: absolute;
    left: 0;
    top: 30px
}

.best_in_place {
    padding-right: 18px;
    background-image: url("_/%20link%20to%20an%20edit%20icon/_.html");
    background-size: 15px auto;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer
}

.best_in_place:hover {
    background-color: #eee
}

.purr {
    position: fixed;
    top: 30px;
    right: 100px;
    width: 250px;
    padding: 20px;
    background-color: #fcc;
    border: solid 2px #666
}

.purr:first-letter {
    text-transform: uppercase
}

.reports-thumb-links {
    position: relative;
    margin-top: 30px;
    text-align: center
}

.reports-thumb-links .popoverData {
    display: inline-block;
    position: relative;
    padding-bottom: 0
}

.reports-thumb-links .thumb-link {
    position: relative;
    padding-bottom: 30px
}

.arabic .reports-thumb-links .popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.reports-thumb-links .popover {
    background-color: #c8e5e1;
    border: 1px solid #ccc;
    color: #3c8dbc
}

#hi_cpn_module .add-field-row a.add-field-btn {
    left: 10px
}

.arabic #hi_cpn_module .add-field-row a.add-field-btn {
    right: -10px;
    left: auto
}

.inventary-table th.text-center {
    text-align: center !important
}

.bills-field .date_field>.add-on {
    right: 28px !important
}

.arabic .report_subscription h2 {
    direction: ltr;
    text-align: right
}

.form_row.track-item .addn-field {
    width: 90%;
    text-align: left
}

.quote-data-table .row .col-md-6 .custom_fields .form_row.track-item .addn-field {
    float: left
}

.arabic .form_row.track-item .addn-field {
    width: 90%;
    float: right;
    text-align: right
}

.form_row .form_field.date_field .addn-field {
    width: 90%
}

.form_row .form_field.date_field .addn-field .add-on {
    right: 0
}

.arabic .form_row .form_field.date_field .addn-field {
    width: 90%;
    float: right
}

.arabic .form_row .form_field.date_field .addn-field .add-on {
    left: auto !important;
    right: auto !important
}

.arabic .form_row .form_field .date_field .addn-field {
    width: 90%;
    float: right
}

.arabic .form_row .form_field .date_field .addn-field .add-on {
    left: auto !important;
    right: auto !important
}

.autocloud-features {
    padding-top: 20px;
    min-height: 450px
}

.autocloud-features h1 {
    color: #17b4e8;
    font-size: 1.7em
}

.autocloud-features-list a {
    color: #394659
}

.merchant-table tbody tr.last input.total-debit,
.merchant-table tbody tr.last input.total-credit {
    border: none;
    font-size: 16px;
    font-weight: 600
}

#journal_entry_field span.remove-row {
    cursor: pointer;
    color: #dd4b39
}

.test.client-btn-save {
    float: none;
    font-size: 12px
}

.test.client-btn-save i {
    color: #fff
}

.arabic .datepick,
.arabic .wickedpicker ul.wickedpicker__controls {
    direction: ltr
}

.arabic .report_subscription .form_field .date_field.input-append.date.datepicker button {
    position: absolute;
    left: 10px;
    right: auto;
    z-index: 99;
    background: 0 0;
    border: none;
    opacity: 0;
    height: 100%
}

.add-tenant-products-category .form_row .form_field label.error,
.add-unit-type .form_row .form_field label.error,
.new-product .form_row .form_field label.error,
.allocate_credit_popup .form_field label.error,
.add-payment-terms .form_field label.error,
.new_invite_user .form_field label.error,
.add-products.edit_user .form_field label.error,
.new-customer .form_field label.error,
#add_account_form .form_field label.error,
.add_contact_payment .form_field label.error {
    left: 0 !important
}

.add_contact_payment .form_row .form_field .add-on {
    right: 10%
}

.arabic .add_contact_payment .form_row .form_field .add-on {
    right: auto;
    left: 10%
}

.arabic .capture_payment .date_field>.add-on {
    left: 35px;
    right: auto
}

.croppie_upload input.cr-slider {
    border: none;
    box-shadow: none
}

.croppie_upload div#upload-demo {
    padding: 0
}

.croppie_upload .croppie-container .cr-slider-wrap {
    width: auto
}

.croppie_upload .cr-boundary {
    float: left;
    clear: both;
    margin-bottom: 25px
}

.arabic .croppie_upload .cr-boundary {
    float: right
}

.croppie_upload .croppie-container .cr-slider-wrap {
    margin-top: 0
}

.croppie_upload #result-image {
    width: 180px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 50px
}

.img-thumbnail {
    float: left;
    vertical-align: middle
}

.country-flag {
    float: right;
    background-color: #fff;
    height: 10px;
    width: 20px;
    display: inline;
    margin: 10px
}

div.profile-header {
    border-top: 4px solid #187dad;
    background-color: #eaeaea;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 1px solid #79c2ea
}

.accountant_content-wrapper {
    position: static
}

.profile-container {
    box-sizing: border-box
}

.col-md-8.col-sm-8.col-xs-8.col-md-offset-2.col-sm-offset-2.col-xs-offset-2 {
    box-shadow: 0 3.5px 4.5px 1px rgba(148, 148, 148, .5);
    margin-bottom: 50px
}

h3.body-heading {
    color: #29668e;
    margin-left: 10px
}

h4.body-subheading {
    color: grey;
    margin-left: 30px
}

.progress-rails {
    float: right;
    margin: 10px
}

.total-exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.sectors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.sector-btn {
    margin-left: 30px !important
}

a.btn.btn-secondary.btn-sm.disabled {
    border: 1px solid grey;
    margin: 5px
}

.qoyod-exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.edu {
    float: left
}

.cert {
    float: right
}

.edu-container {
    height: 200px
}

a.btn.btn-secondary.btn-lg.disabled {
    background-color: #79c2ea;
    color: #fff;
    font-weight: 700;
    margin: 5px;
    padding: 5px;
    white-space: normal;
    font-size: medium
}

ul#pricing {
    list-style: none;
    color: grey
}

.attch-container {
    float: right;
    margin-right: 10px
}

div.rev-container {
    background-color: #eaeaea;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px solid #79c2ea
}

h3.reviews-header {
    margin-left: 10px;
    color: grey
}

.rating-stars {
    border: 1px solid grey;
    width: 60%
}

button#reviews {
    width: 60%;
    margin: 8px
}

.gn-input-pull-right input[type=file] {
    display: inline-block
}

.add-products .form_row .gn-checkbox {
    text-align: left;
    padding: 3px 0;
    width: 90%;
    display: inline-block
}

.gn-checkbox input,
.gn-checkbox a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto
}

@media only screen and (max-width:567px) {
    .col-md-8.col-sm-8.col-xs-8.col-md-offset-2.col-sm-offset-2.col-xs-offset-2 {
        width: 90%;
        margin-left: 15px
    }
}

@media only screen and (max-width:992px) {
    .page-header {
        font-size: 2em
    }

    .header {
        padding: 10px 0 !important
    }

    body .full-wrapper-main-slider {
        margin-top: 59px !important
    }

    .navbar-fixed-top .custom-container {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .navbarmenu-toggle {
        margin-top: 5px;
        margin-right: 0;
        padding: 8px
    }

    .header .login-btn {
        right: 55px;
        top: 2px;
        padding: 5px 12px
    }

    .main-logo img {
        height: 34px;
        width: auto
    }
}

@media only screen and (max-width:336px) {
    .img-thumbnail {
        margin-top: 30px
    }
}

.tenant_top_wlcome {
    margin-top: 12px;
    display: -webkit-inline-box
}

.croppie_upload .croppie-container .cr-slider-wrap {
    clear: both
}

.arabic .telephone {
    direction: ltr;
    text-align: right;
    padding-right: 2px
}

.video-container {
    display: none
}

.video-sub-container {
    margin-bottom: 0 !important
}

.full-width,
.full-width-inclusive {
    width: 100% !important
}

.full-width-inclusive>* {
    width: 100% !important
}

.dropdown-menu>li>a {
    text-align: left;
    padding: 3px !important
}

.arabic .dropdown-menu>li>a {
    text-align: right !important
}

.filter-per-page-row {
    padding-left: 20px
}

.mce-tinymce button i {
    font-size: 12pt
}

.mce-btn button {
    padding: 2px 4px !important
}

.introjs-tooltip {
    direction: ltr !important
}

.arabic .introjs-tooltip {
    direction: rtl !important
}

.introjs-button {
    margin-left: 3px !important;
    margin-right: 3px !important
}

.introjs-skipbutton {
    background-color: #14293c !important;
    color: #fff !important;
    background-image: none !important;
    text-shadow: none !important;
    border-radius: 4px !important;
    border: 1px solid #14293c !important
}

.introjs-nextbutton {
    background-color: #1b97df !important;
    color: #fff !important;
    background-image: none !important;
    text-shadow: none !important;
    border-radius: 4px !important;
    border: 1px solid #1b97df !important
}

.edit-account-cancel-btn {
    float: none !important
}

.arabic .edit-account-cancel-btn {
    padding: 3px 12px !important
}

.arabic .sw-main .step-content {
    text-align: right
}

.arabic .sw-btn-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.arabic .sw-btn-prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.arabic .sw-btn-prev,
.arabic .sw-btn-next {
    float: right
}

.arabic .btn-group .btn+.btn,
.arabic .btn-group .btn+.btn-group,
.arabic .btn-group .btn-group+.btn,
.arabic .btn-group .btn-group+.btn-group {
    margin-right: -1px
}

.nav-tabs>li {
    display: inline-block;
    float: none
}

.step-anchor {
    text-align: center
}

.pre_loader_qoyod {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(Preloader_2.gif);
    z-index: 99999999;
    background-color: #fff
}

._wysiwyg-container,
div.mce-tinymce.mce-container.mce-panel:not(.mce-floatpanel) {
    width: 100% !important
}

._wysiwyg-container._wysiwyg-section,
._wysiwyg-section div.mce-tinymce.mce-container.mce-panel:not(.mce-floatpanel) {
    width: 100% !important;
    max-width: 824px !important
}

._wysiwyg-title {
    width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important
}

._wysiwyg-section {
    margin-left: 15px !important;
    padding-right: 30px !important;
    float: none !important
}

.arabic ._wysiwyg-section {
    margin-left: 0 !important;
    margin-right: 15px !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
    float: none !important
}

.inventories-list-table td,
.inventories-list-table th {
    text-align: center !important
}

.unit_type .btn-group.bootstrap-select {
    width: 100% !important
}

.unit_type .btn-group.bootstrap-select .dropdown-menu.open {
    width: 200% !important
}

.sw-btn-pick-option {
    margin: 30px;
    width: 140px;
    height: 140px
}

.sw-btn-next,
.sw-btn-prev,
.sw-toolbar-bottom {
    display: none
}

.arabic .sw-theme-arrows>ul.step-anchor>li>a,
.arabic .sw-theme-arrows>ul.step-anchor>li>a:hover {
    text-align: center;
    padding: 10px 45px 10px 0
}

.arabic .sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-right: 30px solid #5bc0de !important;
    border-left: 0 solid transparent !important
}

.arabic .sw-theme-arrows>ul.step-anchor>li>a:after {
    border-left: 0 solid transparent !important;
    border-right: 30px solid #f5f5f5 !important;
    right: 100%;
    left: unset
}

.arabic .sw-theme-arrows>ul.step-anchor>li>a:before {
    margin-left: 0;
    margin-right: 1px;
    border-right: 30px solid #ddd !important;
    border-left: 0 solid transparent !important;
    right: 100%;
    left: unset
}

.arabic .sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 0 solid transparent !important;
    border-right: 30px solid #5cb85c !important
}

.inventory-address-container {
    padding-right: 65px
}

.arabic .inventory-address-container {
    padding-right: 10px;
    padding-left: 65px
}

.inventory-address-container .form_row {
    width: 50% !important
}

.inventory-address-container .pro-select {
    width: 100% !important
}

.inventory-address-container .pro-select .btn-group.bootstrap-select {
    width: 100% !important
}

.filter-validation-message {
    margin-left: 73px
}

.arabic .filter-validation-message {
    margin-left: 0;
    margin-right: 56px
}

.text-center-important {
    text-align: center !important
}

.arabic .text-center-important {
    text-align: center !important
}

.close-button {
    position: absolute;
    right: 50px;
    top: -12px
}

@media(max-width:700px) {
    .close-button {
        position: absolute;
        right: -10px;
        top: -8px
    }
}

.img-border {
    border: 2px solid #dfdfdf
}

li.plan_expired label,
li.plan_expired span em {
    color: red
}

.new_addon .bootstrap-select,
.edit_addon .bootstrap-select {
    width: 90% !important
}

.sw-btn-pick-option {
    margin: 30px;
    width: 140px;
    height: 140px
}

.sw-btn-next,
.sw-btn-prev,
.sw-toolbar-bottom {
    display: none
}

.arabic .sw-theme-arrows>ul.step-anchor>li>a,
.arabic .sw-theme-arrows>ul.step-anchor>li>a:hover {
    text-align: center;
    padding: 10px 45px 10px 0 !important
}

.arabic .sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-right: 30px solid #5bc0de !important;
    border-left: 0 solid transparent !important
}

.arabic .sw-theme-arrows>ul.step-anchor>li>a:after {
    border-left: 0 solid transparent !important;
    border-right: 30px solid #f5f5f5 !important;
    right: 100%;
    left: unset
}

.arabic .sw-theme-arrows>ul.step-anchor>li>a:before {
    margin-left: 0;
    margin-right: 1px;
    border-right: 30px solid #ddd !important;
    border-left: 0 solid transparent !important;
    right: 100%;
    left: unset
}

.arabic .sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 0 solid transparent !important;
    border-right: 30px solid #5cb85c !important
}

.arabic .sw-main .step-content {
    text-align: right
}

.arabic .sw-btn-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.arabic .sw-btn-prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.arabic .sw-btn-prev,
.arabic .sw-btn-next {
    float: right
}

.arabic .btn-group .btn+.btn,
.arabic .btn-group .btn+.btn-group,
.arabic .btn-group .btn-group+.btn,
.arabic .btn-group .btn-group+.btn-group {
    margin-right: -1px
}

.nav-tabs>li {
    display: inline-block;
    float: none
}

.step-anchor {
    text-align: center
}

.add-products .form_row .form_field label.error {
    left: 0
}

.text-align-left-right {
    text-align: right;
    padding: 25px 25px 0
}

.arabic .text-align-left-right {
    text-align: left;
    padding: 25px 25px 0
}

.form-wizard-next-btn {
    float: none !important;
    background-color: #1b97df;
    color: #fff;
    padding: 6px 12px;
    font-size: .9em;
    border-radius: 5px;
    box-shadow: 0 2px 2px #cecece
}

.add_more_btn.add-more-line {
    float: left;
    position: relative;
    top: 15px
}

.currency-text {
    float: right;
    margin-left: 12px;
    margin-right: 12px
}

.arabic .currency-text {
    float: left
}

.free-trail-wrap button[type=submit] {
    background: none repeat scroll 0 0 #1b97df;
    border: none;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 12px 0 9px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px
}

.addon-checkbox {
    opacity: 1 !important
}

.plan-with-addon {
    width: 20% !important
}

.addon-table {
    width: 100%
}

.addon-usage {
    width: 50px !important;
    height: 35px !important
}

.prod-wizard-form .add_more_btn.add-more-line {
    top: 0 !important;
    margin-top: 5px
}

.arabic .prod-wizard-form .add-products .track-item .form_field {
    right: 0 !important
}

.prod-wizard-form .add-products .track-item .form_field {
    left: 0 !important
}

.prod-wizard-form .form_name {
    width: 24%;
    max-width: 100px !important
}

.prod-wizard-form #taxes_row:not(.service-type) .form_name {
    width: 24% !important
}

.prod-wizard-form .sale-item-wrapper .form_name {
    width: 24% !important
}

.prod-wizard-form .add-products-form .form_row .form_field .btn-group.bootstrap-select {
    width: 95% !important
}

.prod-wizard-form .service-type .form_field .btn-group.bootstrap-select {
    width: 88%
}

.prod-wizard-form .w95pct {
    width: 95% !important
}

.prod-wizard-form hr {
    margin-top: 20px;
    margin-bottom: 20px
}

.prod-wizard-form .unit-conversions-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.prod-wizard-form .recipe-details-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.crop-edit-btn {
    display: inline-block !important;
    position: absolute !important;
    margin-left: 10px !important;
    margin-right: 10px !important
}

.cr-slider-wrap {
    width: 300px !important;
    margin: 0 !important
}

.cr-slider-wrap .cr-slider {
    margin: 0 0 10px !important
}

.image-cropper-container input {
    width: 300px !important
}

.cr-boundary {
    margin-bottom: 5px !important
}

input#upload[type=file] {
    display: none
}

.upload-input-label {
    color: grey;
    margin-bottom: 10px;
    cursor: pointer
}

.upload-result {
    width: 300px !important
}

.prod-wizard-form .form_field.col-6-field-addon {
    width: 72%
}

.prod-wizard-form .form_field.col-6-field {
    width: 68.5%
}

.buybuy2 {
    width: 88% !important
}

.mobile-view-toolbar {
    display: none;
    width: 100%;
    height: 44px;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #142a3c;
    border-top: 1px solid #0e1b25;
    z-index: 999999
}

.mobile-view .mobile-view-toolbar {
    display: table
}

.mobile-view-toolbar a {
    display: table-cell;
    height: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    text-decoration: none
}

#drill_account td th {
    text-align: center;
    vertical-align: middle
}

#product_form .buybuy2 {
    width: 90% !important
}

#product_form .sale-item-wrapper .btn-group.bootstrap-select,
#product_form .buy-item-wrapper .btn-group.bootstrap-select {
    width: 90% !important
}

.setting_form_field [name=logo] {
    display: block !important
}

.input_number_ltr {
    direction: ltr !important
}

.line_item_discount_dropdown span.pull-left {
    text-align: center !important;
    font-size: 14px
}

.line_item_discount_dropdown a.undefined {
    text-align: center !important
}

.link_align_inverse_locale {
    float: left !important
}

.arabic .link_align_inverse_locale {
    float: right !important;
    margin: unset !important
}

.link_align_parent {
    float: right !important
}

.arabic .link_align_parent {
    float: left !important
}

.filter_status_dropdown .bootstrap-select {
    width: 95% !important
}

.remove_line_item_btn_border {
    border-top-style: hidden !important;
    border-bottom-style: hidden !important
}

.table tbody tr td.show_cd_total_values {
    text-align: center !important;
    padding-left: 48px !important
}

.payroll-employee-info dt {
    float: left;
    width: unset;
    margin-right: 10px
}

.arabic .table tbody tr td.show_cd_total_values {
    text-align: end !important;
    padding-left: 27px !important
}

.payroll-employee-info dd {
    margin-left: unset
}

.arabic .table tbody tr td.form_cd_total_values {
    padding-left: 51px !important
}

.arabic .payroll-employee-info dt {
    float: right;
    width: unset;
    margin-left: 10px
}

.payroll-employee-info dt {
    float: left;
    width: unset;
    margin-right: 10px
}

.payroll-employee-info dd {
    margin-left: unset
}

.customer-header-search .form_row .filter-dimension.form_field {
    width: 25%
}

.pad-top-5 {
    padding-top: 5px
}

.form-width-50 .form_field {
    width: 50%
}

.opening_balance_pdtname .bootstrap-select .dropdown-menu li a {
    white-space: normal
}

.qrcode-img {
    text-align: center
}

.qrcode-img .qrcode-img-text {
    font-size: bold;
    text-align: left;
    padding-bottom: 10px
}

.invit-cont {
    width: 100%;
    height: 100%
}

.invit-blk {
    width: 100%;
    padding: 0 2em;
    display: flex;
    flex-direction: column
}

.invit-blk>*+* {
    margin-top: 1em
}

.invit-filt-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 3em
}

.invit-filt-form>*+* {
    margin-left: .5em
}

.invit-filt-form>* {
    margin-bottom: .5em
}

.arabic .invit-filt-form>*+* {
    margin-right: .5em;
    margin-left: 0
}

.invit-filt-form input,
.filt-status {
    width: 100%;
    height: 100%;
    border-radius: .2em;
    border: 1px grey solid;
    padding: .2em .5em
}

.invit-filt-form button {
    height: 100%;
    border-radius: .2em;
    outline: none;
    color: #fff;
    border: none;
    padding: .2em 0;
    background-color: #14293c;
    width: 50%
}

.invit-filt-blk {
    width: 20%;
    position: relative
}

.invit-filt-label {
    position: absolute;
    top: -1.5em
}

.invit-filt-ctrl {
    width: 20%;
    display: flex
}

.invit-filt-ctrl>button[type=submit] {
    background-color: #1b97df
}

.invit-filt-ctrl>*+* {
    margin-left: .5em
}

.arabic .invit-filt-ctrl>*+* {
    margin-right: .5em;
    margin-left: 0
}

.filt-date {
    position: relative
}

.filt-date-ico {
    position: absolute;
    right: .5em;
    top: .7em
}

.arabic .filt-date-ico {
    position: absolute;
    left: .5em;
    right: auto;
    top: .7em
}

.filt-status {
    cursor: pointer;
    display: flex;
    overflow: scroll
}

.filt-status::-webkit-scrollbar {
    display: none
}

.filt-status {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.filt-status>span {
    background-color: grey;
    color: #fff;
    padding: .2em .5em .2em 1em;
    margin: .2em;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.invit-filt-status>ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: .5em 1em;
    background-color: #f0f0f0;
    z-index: 1000
}

.pg-back-cvr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1
}

.invit-filt-status>ul>li {
    padding: 1em;
    border-bottom: 1px grey solid;
    cursor: pointer
}

.invit-filt-status>ul>li:hover {
    background-color: #add8e6
}

.filt-menu-hidden {
    display: none
}

.invit-main {
    margin-top: 2em;
    width: 100%;
    font-size: 1.1em
}

.invit-main h4,
.invit-main p {
    margin: 0
}

.invit-main>*+* {
    margin-top: 1em
}

.invit-table-row {
    width: 100%;
    min-height: 2em;
    padding: .5em 0;
    display: flex
}

.invit-table-hdr {
    font-weight: 700;
    border-bottom: grey 1px solid
}

.invit-td-main {
    width: 70%
}

.invit-td-normal {
    width: 15%;
    height: 100%
}

.invit-status {
    padding: .5em;
    font-weight: 700
}

.invit-status-pen {
    color: grey;
    background-color: #ffffa9
}

.invit-status-acc {
    color: #fff;
    background-color: #008a00
}

.invit-status-rej {
    color: #fff;
    background-color: #ff6161
}

.invit-status-cancel {
    color: grey;
    background-color: #e0e0e0
}

.invit-status-expire {
    color: grey;
    background-color: #e0e0e0
}

.invit-action-cont {
    position: relative
}

.invit-action {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    background-color: #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.invit-action-list {
    position: absolute;
    top: 1.5em;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
    background-color: #f0f0f0;
    display: none;
    z-index: 1000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arabic .invit-action-list {
    left: auto;
    right: 0
}

.invit-action-list>a>li {
    cursor: pointer;
    padding: .7em 0
}

.invit-action-list>a>li:hover {
    background-color: #afeeee;
    color: #0e1b25
}

.display-none {
    display: none;
    visibility: hidden
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(102, 175, 233, .6) !important
}

.add-cust {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.add-cust i {
    margin: 0
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border: 1px solid #ccc !important;
    box-shadow: none !important
}

.select2-container--bootstrap .select2-dropdown {
    box-shadow: none !important;
    margin-top: 2px !important
}

.select2-container--bootstrap .select2-selection--single {
    display: flex !important;
    align-items: center;
    padding: 5px 8px !important;
    height: 28px !important;
    font-size: .95em !important;
    border-radius: 3px !important
}

.select2-container--bootstrap .select2-selection--single b {
    border-color: #333 transparent transparent transparent !important
}

.select2-container--bootstrap .select2-selection--single span {
    margin-top: 0 !important
}

.select2-container--bootstrap[dir=rtl] {
    margin-right: 0 !important
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
    margin-right: 0 !important
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #ccc !important
}

.organization-reference {
    margin-top: -5px;
    margin-bottom: 35px;
    padding-left: 8px;
    color: #1b97df
}

.ar.organization-reference {
    padding-left: 0;
    padding-right: 8px
}

.journal-report-align-cols {
    width: 23%
}

.asset-radio input {
    opacity: 1 !important;
    display: inline
}

.asset-row h4 {
    color: #1b97df;
    margin-bottom: 1rem
}

.fixed_assets_details {
    margin-top: 10px
}

.fixed-asset-row:hover,
.fixed-asset-a {
    background-color: #417d992a
}

.asset-radio-blk {
    display: flex;
    padding: 0 20px
}

.asset-radio-blk>* {
    width: 50%
}

.asset-submit input[type=submit] {
    background-image: none
}

.asset-class-dep-two {
    display: flex;
    width: 90%
}

.asset-class-dep-two>*+* {
    margin-inline-start: 20px
}

.asset-class-dep-two-blk {
    width: 50%;
    display: flex;
    align-items: center
}

.asset-select {
    width: 50%
}

.form_row .form_field.asset-filt {
    display: inline-flex;
    align-items: center
}

.arabic .form_row .form_field.asset-filt {
    flex-direction: row-reverse
}

.form_row .form_field.asset-filt>input {
    margin-bottom: 0;
    margin-inline-start: 5px
}

.asset-filt>label {
    white-space: nowrap
}

.arabic .form_row .form_field.asset-filt>input {
    margin-inline-start: 0;
    margin-inline-end: 5px
}

.asset-main {
    display: flex;
    justify-content: space-between
}

.asset-main>*:nth-child(1) {
    width: 56%
}

.asset-main>*:nth-child(2) {
    width: 43%
}

.asset-main-clicked>*:nth-child(1) {
    width: 35%
}

.asset-main-clicked>*:nth-child(2) {
    width: 64%
}

.asset-main table th,
.asset-main table td {
    font-size: 1.3rem
}

.asset-main table td[align=left] {
    width: 25%;
    max-width: none
}

#shown-asset-table td[align=left] {
    width: 16%
}

.asset-main .tab_links a {
    max-width: 30%;
    margin-bottom: 5px;
    white-space: normal;
    word-wrap: break-word;
    padding: 5px 4px
}

.asset-main .tooltip {
    word-break: break-all
}

.asset-det {
    border-inline-start: 1px grey solid;
    padding: 1.5rem 5px
}

.asset-det>*+* {
    margin-top: 1rem
}

.asset-det-meta {
    padding: 0 .75rem;
    font-size: .9em
}

.asset-det-meta>* {
    white-space: nowrap;
    margin-inline-end: 12px;
    line-height: 2
}

.asset-det-info {
    padding: 0 .75rem;
    display: flex;
    justify-content: space-between
}

.asset-det-info>* {
    width: 48%;
    display: flex
}

.asset-det-info>* img {
    width: 75%
}

.asset-det-info>* b {
    width: 23%
}

.asset-table-main tbody tr {
    cursor: pointer
}

.asset-table-main tbody tr td {
    height: 5rem
}

.active-asset {
    background-color: #1b97df;
    color: #fff;
    font-weight: 700
}

.hide-asset-opt {
    display: none !important
}

.hide-asset {
    display: none !important
}

.barcode_design>svg {
    width: 250px
}

.fixed-asset-tit {
    color: #036c9c
}

#additional_info table {
    width: 100%
}

#additional_info table td {
    padding: 0 5px !important;
    width: 33.33%
}

#additional_info table td .form_field {
    width: 100%
}

#additional_info .dropdown-item {
    background-color: #fff
}

#additional_info .dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #337ab7
}

.new-fixed-asset {
    padding: 0 2rem
}

.new-fixed-asset>*+* {
    margin-top: 2rem
}

.new-fixed-asset-form {
    width: 50%
}

.new-fixed-asset-form>* {
    display: flex;
    align-items: center
}

.new-fixed-asset-form>*>*+* {
    margin-inline-start: 2rem
}

.new-fixed-asset-form .form_field div:nth-child(2) {
    width: 90%;
    font-size: .9em
}

.asset-entry {
    width: 100%
}

.user-management-table .asset-entry td,
.user-management-table .asset-entry th {
    padding: 0 10px !important;
    border-bottom: none !important;
    width: 16%
}

.asset-entry {
    margin: 0 !important
}

.new-asset-table th {
    width: 12.5%
}

.new-asset-table td>.dropdown,
.new-asset-table td input {
    width: 100% !important
}

.asset-entry td input {
    width: 100%
}

.asset-qty {
    position: relative
}

.asset-qty>a {
    position: absolute;
    top: 30%
}

.s_products_table_tabButton_active {
    color: #036c9c !important;
    background-color: #e8f0f2;
    font-weight: 700;
    border-bottom: 0;
    margin-bottom: 0
}

.new-dep-btn {
    width: auto
}

.new-dep-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.arabic tbody#shown-asset-data th[colspan='6'] {
    text-align: right
}

.show-dep-pg * {
    padding-left: 0 !important
}

.arabic .show-dep-pg * {
    padding-right: 0 !important;
    padding-left: 15px !important
}

.arabic .asset-name-dep {
    text-align: right
}

.asset-transfer-fields .dropdown.bootstrap-select {
    width: 100% !important
}

.asset-transfer-fields td {
    width: 30%
}

.asset-transfer-fields td:nth-child(4) {
    width: 10%
}

.new-customer.adj-fixed-asset .form_name {
    text-align: left
}

.arabic .new-customer.adj-fixed-asset .form_name {
    text-align: right
}

.partner-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.filter-input {
    width: auto !important;
    float: none !important
}

.form-item {
    font-size: .9em;
    position: relative
}

.form_row div.form_name,
.form_row div.form-item {
    display: inline-block
}

.form-item input,
.form-item div.select-main {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 5px 8px;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative
}

.fixed_asset_form .dropdown {
    width: 100%
}

.fixed_asset_form .add-on {
    right: 0 !important
}

.arabic .fixed_asset_form .add-on {
    right: auto !important;
    left: 0 !important
}

.open-balance-shared .form_field input,
.open-balance-shared .form_field .dropdown,
.open-balance-field input {
    width: 100% !important
}

.description-pre-line {
    white-space: pre-line
}

.sidebar-image-icon {
    width: 13px;
    vertical-align: middle;
    margin-right: 10px;
    object-fit: contain
}

.arabic .sidebar-image-icon {
    margin-right: 0;
    margin-left: 10px
}

.arabic .price-padding {
    padding-top: 1%
}

.cpn-select-selectize {
    width: 90%
}

.datepicker-dropdown:after {
    top: unset !important
}

.datepicker-dropdown:before {
    top: unset !important
}

.d-flex {
    display: flex !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important
}

.form_field>input.border-red,
td>input.border-red,
.border-red {
    border-color: red !important
}

.fa.expired-icon {
    color: red;
    margin-right: 6px !important
}

.disabled {
    cursor: not-allowed;
    opacity: .65
}

.disabled>a {
    display: inline-block;
    pointer-events: none
}

.no-float {
    float: none !important
}

.qpay-integration-status {
    text-align: center;
    color: #c00;
    margin: auto 0;
    font-size: 14px
}

.cancel-button {
    text-align: center
}

#qp-tog>*+* {
    margin-left: 1em
}

.arabic #qp-tog>*+* {
    margin-left: 0;
    margin-right: 1em
}

#qp-tog {
    display: inline
}

.qp-link-btn.qtahseel_btn {
    margin: .2rem
}

.qp-link-btn,
.qt-plus-link-btn,
qt-plus-link-btn:hover,
.qp-link-btn:hover {
    color: #0073b7 !important;
    background-color: #f4f4f4 !important;
    font-weight: 600
}

.pd-10 {
    padding: 10px !important
}

.left-to-right {
    direction: ltr
}

.Total-successful-transactions {
    margin: 30.9px 59px 0 0;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0c5e6e
}

.Total-successful-transactions .text-style-1 {
    font-weight: 400;
    color: #576487
}

.statment-box {
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    border: solid #0c5e6e
}

.statment-wrapper {
    margin-right: unset;
    margin-left: unset;
    padding: 8px
}

.number-row {
    height: 60px
}

.statment-wrapper p {
    font-weight: 900
}

.number-row .number {
    font-size: 1.5em;
    font-weight: 900
}

.Balance-tooltip,
.Balance {
    font-weight: 300
}

.number-row .icon {
    font-size: 2rem
}

.number-row .icon i {
    padding-top: 8px
}

.Rectangle {
    padding: 1px 6px;
    border-radius: 4px
}

.Rectangle.gray {
    background-color: #dde1eb
}

.Rectangle.green {
    background-color: #0bcf97;
    color: #fff
}

.Rectangle span {
    font-size: small
}

.Vector {
    width: 14.4px;
    height: 14.4px;
    flex-grow: 0;
    background-color: #3255a6
}

.Balance-tooltip:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #dde1eb;
    border-radius: 8px;
    color: #3255a6;
    content: attr(title);
    margin: 8px 0 0 -6px;
    font-size: 16px;
    padding: 13px;
    width: 100%;
    position: absolute
}

.w-90 {
    width: 90%
}

.w-25 {
    width: 25%
}

a.disabled {
    pointer-events: none;
    cursor: default
}

.zatca-response {
    display: flex;
    gap: 2.5rem;
    padding-left: 2rem;
    align-items: center
}

div#cost_center_show_label {
    width: 10% !important
}

div#cost_center_form {
    width: 50% !important
}

.wickedpicker {
    z-index: 10000
}

.powered-by-my-fatoorah {
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #f5f5f5;
    border: solid 1.5px #0c5e6e;
    border-radius: 3px;
    padding: 12px 15px 12.7px 20px;
    margin-inline: 15px 33px;
    margin-bottom: 25px;
    color: #0c5e6e;
    font-size: 14px;
    font-weight: 700;
    font-family: cairo, sans-serif;
    line-height: normal
}

.powered-by-my-fatoorah span.line {
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #0c5e6e;
    margin-inline: 15px 21.8px
}

.powered-by-my-fatoorah img {
    max-width: 100%;
    height: auto
}

@media screen and (min-width:1440px) {
    .transactions-form-container {
        display: grid;
        grid-template-areas: "header fatoorah" "form fatoorah";
        align-items: center
    }

    .transactions-history {
        grid-area: header
    }

    .filter-form {
        grid-area: form
    }

    .customer-header-search.manage-bills-header .form_row .form_field {
        min-width: 19%;
        max-width: 22%
    }

    .powered-by-my-fatoorah {
        grid-area: fatoorah;
        justify-self: self-end
    }
}

.p-0 {
    padding: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.p-tb-20 {
    padding: 20px 0
}

.pt-20 {
    padding-top: 20px
}

.m-5 {
    margin: 5px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-0 {
    margin-bottom: 0
}

.border-none {
    border: none !important
}

.width-98 {
    width: 98%
}

.font-prop {
    font-family: cairo, sans-serif;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal
}

.blue-font {
    color: #0c5e6e !important
}

p.mb-0.monthly-rate {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.d-none {
    display: none
}

.d-flex {
    display: flex
}

.d-block {
    display: block
}

.pl-12 {
    padding-left: 12px
}

:lang(ar) .pl-12 {
    padding-right: 12px
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.justify-right {
    justify-content: right
}

.justify-left {
    justify-content: left
}

.wrapper-bg {
    background: #fff;
    height: 100%
}

.wrapper-bg .main-content-box {
    border: none
}

.wrapper-bg .main-content-box .action-title {
    font-size: 20px;
    font-weight: 700;
    color: #0c5e6e;
    margin-bottom: 50px
}

.success-image {
    max-width: 100%
}

.addon-pricing-wrapper .addons-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center
}

.addon-pricing-wrapper .addon-container {
    flex-wrap: wrap;
    width: 45%;
    margin: 10px 20px;
    min-height: 170px;
    padding: 20px;
    box-shadow: 0 4px 5px 1px rgba(193, 193, 193, .35);
    border: solid 1px #dbdbdb;
    background-color: #fff
}

.addon-container.addon-unlimited {
    background-color: rgba(37, 111, 58, .04);
    border-color: #256f3a;
    position: relative
}

.addon-container.addon-unlimited::before {
    content: "";
    background: no-repeat url(check-right.svg);
    width: 3em;
    height: 3em;
    position: absolute;
    top: -1em;
    left: -1em
}

.arabic .addon-container.addon-unlimited::before {
    left: auto;
    right: -2em
}

.addon-container .row {
    width: 100%;
    margin: auto
}

.addon-mobile-container {
    display: flex;
    justify-content: space-between
}

.addon-pricing-wrapper .addon-image-item {
    width: 42.4px;
    height: 53.7px;
    margin-bottom: 10px
}

.addon-pricing-wrapper .addon-name {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    color: #0c5e6e;
    font-family: cairo, sans-serif
}

.payroll-title {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    color: #0c5e6e;
    padding: 3px 10px 3px 15px
}

.addon-pricing-wrapper .addon-description {
    font-size: 12px;
    color: #747474;
    justify-content: flex-end
}

.addon-pricing-wrapper .addon-price {
    font-size: 20px;
    font-weight: 800;
    color: #0c5e6e;
    margin: 0
}

.addon-price-currency {
    font-size: 14px;
    font-weight: 900;
    color: #0c5e6e;
    margin-right: 5px
}

:lang(ar) .addon-container-currency {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center
}

.addon-pricing-wrapper .addon-currency {
    font-size: 14px;
    font-weight: 800;
    color: #0c5e6e
}

.addon-pricing-wrapper .float-right {
    float: right;
    text-align: right
}

.addon-pricing-wrapper .float-left {
    float: left;
    text-align: left
}

.addon-pricing-wrapper .addon-counter {
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 15%
}

.addon-pricing-wrapper .counter-button {
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;
    border: solid 1px rgba(29, 50, 99, .3);
    background-color: #0c5e6e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    flex-grow: 0
}

:lang(ar) .addon-pricing-wrapper .counter-button {
    width: 33px;
    height: 33px;
    margin: 0;
    padding-bottom: 3px;
    border: solid 1px rgba(29, 50, 99, .3);
    background-color: #0c5e6e;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    flex-grow: 0
}

.addon-pricing-wrapper .counter-value {
    width: 60px;
    height: 33px;
    margin: 0;
    padding: 0;
    border: solid 1px rgba(29, 50, 99, .3);
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.counter-value-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.addons_title {
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0c5e6e;
    padding-bottom: 3%
}

@media screen and (max-width:1200px) {
    .addon-pricing-wrapper .addon-container {
        min-width: 90%
    }
}

.checkout-heading {
    font-size: 16px;
    font-weight: 700;
    color: #0c5e6e
}

.checkout-button {
    background-color: #0c5e6e !important;
    border-radius: 3px !important;
    border: 2px solid #0c5e6e !important
}

.plan-card {
    width: 100%;
    min-height: 88px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px;
    border: solid 1px rgba(29, 50, 99, .2)
}

.promocode-btn {
    max-height: 42px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.price-breakdown {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0c5e6e
}

:Lang(ar) .discount-container,
:Lang(ar) .vat-container {
    float: left
}

:Lang(ar) .currency-discount,
:Lang(ar) .currency-vat {
    padding-right: 3px;
    padding-left: 0
}

.discount-container,
.vat-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    float: right
}

.currency-discount,
.currency-vat {
    padding-left: 3px
}

.add-products-form #no-more-tables-sub-dash {
    border: none;
    background-color: #fff !important;
    border-radius: 0;
    padding: 0 !important;
    text-align: center
}

:Lang(en) .add-products-form #no-more-tables-sub-dash-intire-bages {
    border: none;
    background-color: #fff !important;
    border-radius: 0;
    padding: 0 !important;
    text-align: left
}

:Lang(ar) .add-products-form #no-more-tables-sub-dash-intire-bages {
    border: none;
    background-color: #fff !important;
    border-radius: 0;
    padding: 0 !important;
    text-align: right
}

.card-img {
    width: 130px
}

.active-icon {
    background: #0bcf97
}

.inactive-icon {
    background: rgba(29, 50, 99, .2)
}

.table>thead:first-child>tr:first-child>th {
    text-align: left
}

:lang(ar) .table>thead:first-child>tr:first-child>th {
    text-align: right
}

.section-heading {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px;
    border: solid 1px rgba(29, 50, 99, .2);
    background-color: #f7faff
}

.account-information-section-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #0c5e6e;
    padding: 10px
}

.account-information-section-title:lang(ar) {
    width: 97%;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    margin-right: 6%;
    color: #0c5e6e
}

:lang(en) .select-a-payment-method {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #0c5e6e;
    padding: 10px
}

:lang(ar) .select-a-payment-method {
    width: 97%;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    margin-right: 6%;
    color: #0c5e6e
}

.first-last-names {
    flex-direction: row
}

.user-information {
    order: 0;
    flex-direction: column
}

.decision-section {
    display: none
}

.summary-section {
    width: 100%
}

:lang(en) .first-name-prop {
    padding-left: 0;
    width: 50%
}

:lang(en) .last-name-prop {
    padding-right: 0;
    width: 50%
}

:lang(ar) .first-name-prop {
    padding-right: 0;
    width: 50%
}

:lang(ar) .last-name-prop {
    padding-left: 0;
    width: 50%
}

.payment-options .panel-heading {
    background-color: #fff
}

.max-width {
    width: 100%
}

@media screen and (max-width:1200px) {

    html,
    body {
        overflow-x: hidden
    }

    body {
        position: relative
    }

    .payment-options {
        width: 100%
    }

    .free-trail-wrap h2 {
        font-size: 29px;
        font-weight: 100;
        padding-top: 12%;
        padding-left: 9%;
        padding-bottom: 4%;
        background-color: #0c5e6e;
        width: 130%;
        margin-left: -6%;
        margin-top: 0
    }

    .agree-and-submit {
        display: flex;
        margin-bottom: 7%;
        margin-left: 4%;
        flex-wrap: wrap
    }

    .addon-promocode-section {
        width: 100%
    }

    .promocode-field-mob {
        width: 70%;
        margin-right: 0;
        padding-right: 0
    }

    .promocode-apply-mob {
        width: 30%;
        padding-left: 0
    }

    .normal-width {
        width: 60%
    }

    :lang(ar) .summary-section {
        width: 95%;
        margin-right: 3%
    }

    .summary-section {
        width: 97%;
        margin-left: 1%
    }

    :lang(ar) :lang(ar) .select-a-payment-method {
        margin-left: -2%
    }

    .account-information-section-title:lang(ar) {
        margin-top: -1%
    }

    :lang(ar) .fields-wrap.first-name-prop,
    .fields-wrap.last-name-prop {
        width: 100%;
        margin-right: 0%;
        padding: 0
    }

    :lang(en) .fields-wrap.first-name-prop,
    .fields-wrap.last-name-prop {
        width: 100%;
        padding: 0
    }

    :lang(ar) .addon-promocode-section {
        width: 92%;
        margin-right: 4%
    }

    .fields-wrap {
        min-height: 40px;
        margin-bottom: 10px;
        margin-top: 3px
    }

    .fields-wrap>span {
        top: 0
    }

    .pay-option {
        margin-right: 0 !important
    }

    .pay-option label[for=visa] {
        margin-left: 6px
    }

    :lang(ar) .pay-option label[for=visa] {
        margin-right: -6px
    }
}

.card_type_logo {
    width: 40px;
    height: 20px
}

.ready_start {
    margin: 38px 3px 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #0c5e6e
}

.ready_start_des {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #576487;
    width: 80%
}

.checkout-submit {
    width: 100%;
    text-align: center;
    margin-top: 3%
}

.btn-submit-checkout {
    width: 25% !important;
    height: 20%;
    margin-bottom: 20px;
    margin-left: 38%;
    border-radius: 3px;
    background-color: #0c5e6e !important
}

.btn-submit-text-checkout {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

:lang(ar) span.plan-period {
    margin: 7px 7px 43px 12px
}

:lang(ar) span.annually_currency {
    margin: 0 0 1% 5%
}

:lang(ar) .ready_start {
    margin: 38px 2% 9px 3px;
    text-align: right
}

:lang(ar) .ready_start_des {
    margin: 0 2% 9px 3px;
    text-align: right
}

:lang(ar) .payroll_img img,
:lang(ar) .pos_img img {
    margin: 4px 0 24.3px 261.6px
}

:lang(ar) span.payroll_title,
:lang(ar) span.pos_title {
    margin: 24.3px 1px 13px 123px
}

:lang(ar) span.payroll_dec,
:lang(ar) span.pos_dec {
    margin: 23px 0 0 75px
}

:lang(ar) .pos_counter,
:lang(ar) .payroll_counter {
    flex-direction: row-reverse
}

:lang(ar) .btn-color-mode-switch>label.btn-color-mode-switch-inner {
    margin: 2px 0 58px;
    height: 48px
}

.plans {
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.btn-color-mode-switch {
    display: inline-block;
    margin: 0;
    position: relative
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner {
    margin: 2px 39px 58px 0;
    width: 350px;
    height: 48px;
    border: solid 1px #0c5e6e;
    background-color: #0c5e6e;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    display: block;
    padding: 3px 37px 3px 4px
}

:lang(ar) .btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    position: absolute;
    top: 14px;
    right: 48px;
    height: 37px;
    margin: 0 0 3px 45px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    width: 71px;
    color: #fff;
    transform: scale(-1, 1)
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    position: absolute;
    top: 14px;
    right: 43px;
    height: 37px;
    margin: 0 0 3px 45px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    width: 71px;
    color: #fff
}

.cycle-section {
    display: flex;
    justify-content: center
}

:lang(ar) .btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    position: absolute;
    left: 4px;
    top: 2px;
    text-align: start;
    transition: all .3s ease;
    box-shadow: 0 0 6px -2px #111;
    height: 42px;
    margin: 0 45px 0 0;
    padding: 4% 5% 3%;
    border-radius: 60px;
    background-color: #fff;
    font-size: 19px;
    color: #0c5e6e;
    transform: scale(-1, 1)
}

.off_tag {
    font-size: 12px;
    height: 2em;
    background-color: #f59740;
    padding: 1.25em;
    border-radius: 2em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-color-mode-switch>.off_tag__wide {
    position: absolute;
    right: calc(50% + 0.5em);
    left: auto;
    top: 30%
}

:lang(ar) .btn-color-mode-switch>.off_tag__wide {
    left: calc(50% + 0.25em);
    top: 50%;
    right: auto
}

.btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    position: absolute;
    left: 4px;
    top: 2px;
    text-align: start;
    transition: all .3s ease;
    box-shadow: 0 0 6px -2px #111;
    width: 172px;
    height: 42px;
    margin: 0 45px 0 0;
    padding: 4% 5% 3%;
    border-radius: 60px;
    background-color: #fff;
    font-size: 19px;
    color: #0c5e6e
}

.btn-color-mode-switch input[type=checkbox] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0
}

.btn-color-mode-switch input[type=checkbox]:checked {
    background: #151515;
    color: #fff
}

.btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    text-align: center;
    left: 50%
}

.btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    right: auto;
    text-align: start;
    left: -9%
}

span.currency,
span.currency-ammount {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #0c5e6e
}

span.currency-ammount {
    font-size: 20px;
    margin: 0
}

span.plan-period {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #0c5e6e
}

span.annually_currency {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #576487
}

.free-trial-page {
    background-color: #fff
}

button.btn-submit-checkout:disabled {
    background-color: rgba(19, 1, 1, .3) !important;
    color: #0000 !important;
    border-color: rgba(195, 195, 195, .3) !important
}

button.promocode-btn:disabled {
    background-color: rgba(19, 1, 1, .3) !important;
    border-color: rgba(195, 195, 195, .3) !important
}

.btn-color-mode-switch-inner {
    margin-left: 0 !important
}

:lang(ar) .btn-color-mode-switch-inner {
    transform: scale(-1, 1)
}

@media screen and (max-width:1200px) {

    html,
    body {
        overflow-x: hidden
    }

    body {
        position: relative
    }

    .free-trail-wrap {
        background: #fff;
        border-radius: 8px;
        float: left;
        padding: 0
    }

    body .free-trail-wrap {
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .plan-cycle-section {
        padding: 0
    }

    .btn-selected {
        min-width: 230px !important
    }

    .zatca-content-sm {
        display: flex;
        padding-bottom: 25px
    }

    .zatca-content-sm .pricing-zatca-img {
        margin: 0 1rem
    }

    .zatca-content-sm .zatca-description {
        font-size: 12px;
        padding: 0
    }

    .plan-container {
        max-width: 90%
    }

    .account-information-section-title {
        padding: 4px
    }

    :lang(en) .select-a-payment-method {
        padding: 4px
    }

    .show-source {
        order: 3
    }

    .main-content {
        float: left;
        width: 100%;
        padding: 0;
        background: #fff
    }

    body .wrapper-bg {
        margin: 0
    }

    .ready_start_des {
        margin: 0% 0% 4% 0;
        font-size: 16px;
        width: 100%
    }

    .free-trail-wrap input[type=checkbox]:not(old)+label,
    .summary input[type=checkbox]:not(old)+label {
        margin-left: -2em
    }

    .btn-color-mode-switch>label.btn-color-mode-switch-inner {
        width: 100%;
        height: 100%
    }

    .btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
        content: "";
        position: absolute;
        top: 5px;
        right: 29px;
        height: 37px;
        margin: 0 0 3px 45px;
        font-size: 19px;
        font-weight: 500;
        text-align: left;
        width: 71px;
        color: #fff
    }

    .btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
        content: "";
        position: absolute;
        left: 2px;
        top: 0;
        text-align: center;
        transition: all .3s ease;
        box-shadow: 0 0 6px -2px #111;
        width: 41%;
        height: 100%;
        margin: 0 45px 0 0;
        padding: 4% 5% 3%;
        border-radius: 60px;
        background-color: #fff;
        font-size: 19px;
        color: #0c5e6e
    }

    .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:after {
        content: "";
        left: 55%
    }

    .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:before {
        content: "";
        right: auto;
        left: -9px
    }

    .cycle {
        display: block
    }

    .cycle-section {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        align-items: center
    }

    .monthly {
        color: #0c5e6e;
        margin-left: 4%;
        font-size: 16px
    }

    .btn-submit-checkout {
        width: 73% !important;
        height: 20%;
        margin-bottom: 20px;
        margin-left: 13%;
        border-radius: 3px;
        background-color: #0c5e6e !important
    }

    .annually {
        margin-right: 4%;
        font-size: 16px;
        display: flex;
        gap: 5px;
        align-items: center
    }

    :lang(ar) .btn-color-mode-switch>label.btn-color-mode-switch-inner {
        width: 100%;
        height: 20px
    }

    .off_tag__wide {
        display: none
    }

    :lang(ar) .btn-color-mode-switch>label.btn-color-mode-switch-inner:before {
        content: "";
        position: absolute;
        top: 5px;
        right: 29px;
        height: 37px;
        margin: 0 0 3px 45px;
        font-size: 19px;
        font-weight: 500;
        text-align: left;
        width: 71px;
        color: #fff
    }

    :lang(ar) .btn-color-mode-switch>label.btn-color-mode-switch-inner:after {
        content: "";
        position: absolute;
        left: 2px;
        top: 0;
        text-align: center;
        transition: all .3s ease;
        box-shadow: 0 0 6px -2px #111;
        width: 38%;
        height: 100%;
        margin: 0 45px 0 0;
        padding: 4% 5% 3%;
        border-radius: 60px;
        background-color: #fff;
        font-size: 19px;
        color: #0c5e6e
    }

    :lang(ar) .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:after {
        content: "";
        left: 55%
    }

    :lang(ar) .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:before {
        content: "";
        right: auto;
        left: -9px
    }

    :lang(ar) .monthly,
    .annually {
        color: #0c5e6e;
        margin-right: 3%
    }

    :lang(ar) .cycle-section {
        display: inline-flex;
        justify-content: center
    }

    :lang(ar) .plans {
        flex-direction: column;
        justify-content: center;
        width: 93%;
        margin-right: 4%;
        margin-left: unset
    }

    .first-last-names {
        flex-direction: column
    }
}

.amount-currency,
.addon-price-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: left
}

:lang(en) .amount-currency,
:lang(en) .addon-price-container {
    float: right
}

:lang(en) .addon-price-currency {
    margin-left: 5px
}

.thank-you-title {
    display: none
}

.thank-you-btn {
    display: none
}

@media screen and (max-width:1200px) {

    html,
    body {
        overflow-x: hidden
    }

    body {
        position: relative
    }

    .action-title {
        margin-top: 13%
    }

    .thank-you-title {
        display: flex;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding-right: 70%;
        padding-top: 77px;
        background-color: #0c5e6e;
        flex-direction: column;
        height: 130px;
        width: 110%;
        margin-left: -6%;
        margin-top: 0;
        padding-left: 6%
    }

    .thank-you-btn {
        display: block;
        background-color: #0c5e6e !important;
        border-radius: 3px !important;
        border: 2px solid #0c5e6e !important;
        float: left;
        font-size: 1em;
        padding: 12px 0 9px;
        width: 100%;
        margin-top: 10%;
        margin-bottom: 5%
    }

    .thank-you-btn a {
        color: #fff;
        font-weight: 700
    }
}

.sub-dashboard {
    padding-bottom: 0 !important
}

.quote-main .quote-sub {
    padding-bottom: 0 !important
}

.subscription-dashboard .panel-heading {
    background-color: #337ab7;
    color: #fff;
    font-weight: 500;
    font-size: 17px
}

.no-header {
    font-weight: 400;
    font-size: 14px;
    color: #394659;
    text-align: left;
    padding: 10px 15px
}

:lang(ar) .no-header {
    font-weight: 400;
    font-size: 14px;
    color: #394659;
    text-align: right
}

.table {
    margin-bottom: 0
}

:lang(en) .not-header {
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    color: #394659
}

:lang(ar) .not-header {
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    color: #394659
}

:lang(ar) .list-group-item.active,
.table-title {
    text-align: right
}

.list-group-item.active,
.table-title {
    background: #fff;
    background-color: #337ab7;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
    font-size: 18px
}

@media screen and (max-width:1200px) {
    .subscription-table {
        display: block;
        overflow-x: auto
    }
}

.change-plan-cycle {
    float: right
}

.btn-color-mode-switch>label.change-plan-toggle {
    cursor: pointer;
    border-radius: 5px
}

.btn-color-mode-switch>label.change-plan-toggle:after {
    border-radius: 5px
}

.plan-form {
    width: 100%;
    padding: 20px
}

.plan-form .input-submit {
    background: inherit;
    border: none
}

.subs-table {
    background-color: #337ab7 !important
}

:lang(ar) .subs-table {
    float: left
}

@media screen and (max-width:1200px) {
    .plan-form {
        width: auto
    }
}

.remove-new-card {
    font-size: 0 !important
}

.appear {
    display: block !important
}

#add-new-card {
    font-size: 0
}

.existing-card {
    width: 40%;
    height: 150px;
    margin: 1%;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 #aaa4aa;
    background-color: #f7faff
}

:lang(ar) .card-information span {
    padding-right: 5%
}

.new-card {
    width: 40%;
    height: 150px;
    margin: 1%;
    padding-left: 10%;
    padding-top: 9%;
    border-radius: 3px;
    border: solid 1px #dbdbdb
}

.cards-options {
    display: flex;
    margin-bottom: 4%;
    flex-direction: row;
    flex-wrap: wrap
}

.new-plan-checkout {
    background-color: #e9f5ff !important;
    height: 100vh !important
}

.change-plan {
    color: red
}

.plan-prop {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.plan-details {
    display: flex;
    flex-direction: column;
    width: 40%
}

#payment_confirmation>div>div.col-md-5.col-sm-12.col-xs-12>div:nth-child(1)>div>div>div.addon-price-container>span.currency.font-prop,
#payment_confirmation>div>div.col-md-5.col-sm-12.col-xs-12>div:nth-child(2)>div>div>div.addon-price-container>span.currency.font-prop,
#payment_confirmation>div>div.col-md-5.col-sm-12.col-xs-12>div:nth-child(5)>div>div>span.currency.font-prop {
    margin: 0;
    margin-right: 5px
}

.price-description {
    color: #0c5e6e;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 600
}

.card-information {
    display: flex;
    flex-direction: column
}

.card-information span {
    padding-bottom: 5%;
    padding-left: 5%;
    color: #0c5e6e;
    font-size: 12px
}

:lang(en) .expiry-date {
    padding-left: 42%
}

.visa-check {
    width: 5% !important
}

.new-plan-card {
    background-color: #fff
}

.add-new-card {
    color: #0c5e6e;
    font-size: 16px
}

.new-sub {
    border-top: 1px solid #0c5e6e
}

:lang(ar) .btn-color-mode-switch>label.change-plan-toggle:after {
    border-radius: 7px
}

:lang(ar) .new-card {
    padding-right: 3%
}

:lang(ar) .read-agree {
    padding-right: 1px
}

:lang(ar) .expiry-date {
    padding-right: 39% !important
}

.free-trial-form-container {
    margin: auto;
    float: inherit;
    width: 50%
}

.freeTrailmainContainer {
    display: flex;
    float: right;
    width: 100%;
    background: #fff;
    height: 100%
}

.leftSidebar {
    background-color: #0c5e6e;
    width: 30%;
    font-family: cairo, sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.leftSidebar>h2 {
    width: 100%;
    flex-grow: 0;
    margin: 65% 0 0 7%;
    font-size: 24px;
    font-weight: 700
}

.leftSidebar>p {
    width: 100%;
    font-size: 16px;
    height: 30px;
    flex-grow: 0;
    margin: 0 0 0 7%
}

.leftSidebar>img {
    width: 145%;
    height: 40%;
    margin-top: 10%
}

.rightPart {
    width: 70%
}

.freeTrailForm {
    border: none
}

.complete_purchase input[type=submit] {
    width: 100%;
    height: 52px;
    flex-grow: 0;
    margin: 25px 0 0;
    padding: 8px 147px 7px 179px;
    border-radius: 3px;
    background: #0c5e6e !important;
    color: #fff
}

body>div:nth-child(3)>div.wrapper-bg.free-trial-page-new-user>div {
    width: 100%;
    margin: 0;
    padding: 0
}

.trailDescription {
    margin-left: 10%;
    margin-top: 45%
}

:lang(ar) .trailDescription {
    margin-right: 10%;
    margin-left: unset
}

:lang(ar) .leftSidebar {
    text-align: right
}

:lang(ar) .leftSidebar>img {
    width: 134%;
    height: 40%;
    margin-top: 10%;
    transform: translate(25%, 0)
}

.free-trail-page-banner {
    display: none
}

#freeTrailformTitle {
    background-color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    color: #0c5e6e;
    margin-bottom: 30px
}

.free-trial-submit-btn input[type=submit] {
    background-color: #0c5e6e
}

.free-trail-wrap input[type=text],
.free-trail-wrap button[type=submit] {
    border-radius: 3px !important
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .free-trial-form-container {
        width: 70%
    }
}

@media screen and (max-width:780px) {
    .subscription-mobile {
        padding-left: 5%;
        padding-right: 5%;
        flex-direction: column
    }

    .decision-section-desktop {
        display: none
    }

    .decision-section {
        display: block;
        order: 2
    }

    .user-information {
        order: 1;
        flex-direction: column
    }

    .addon-price-currency {
        font-size: 12px
    }

    body>div:nth-child(3)>div.wrapper-bg.free-trial-page>div>form>div>div>div:nth-child(2) {
        margin-top: 19%
    }

    .free-trail-wrap h2 {
        padding-top: 25% !important;
        padding-bottom: 8% !important
    }

    .promocode-field-mob,
    .promocode-apply-mob {
        align-items: center;
        height: 42px;
        max-height: fit-content
    }

    .promocode-apply-mob button {
        padding: 10px !important;
        margin-bottom: -1px !important
    }

    .addon-promocode-section {
        align-items: center;
        height: 60px;
        max-height: 60px
    }
}

@media screen and (max-width:1200px) {
    .free-trial-form-container {
        width: 100%
    }

    .leftSidebar {
        display: none
    }

    .rightPart {
        width: 100%;
        margin-right: 10%;
        margin-left: 10%
    }

    #freeTrailformTitle {
        margin-bottom: 0
    }

    .free-trail-page-banner {
        background-color: #0c5e6e;
        display: flex;
        height: 250px;
        margin-top: 0;
        width: 100%;
        color: #fff;
        background-image: url(qoyod-pattern.png);
        background-repeat: no-repeat;
        background-size: 108% 138%;
        background-position-y: 58px;
        background-position-x: 204px
    }

    :lang(ar) .free-trail-page-banner {
        background-position-x: 0
    }

    .trailDescription {
        margin-left: 40px;
        margin-top: 100px
    }

    :lang(ar) .trailDescription {
        margin-right: 40px
    }

    :lang(ar) .leftSidebar {
        text-align: right
    }

    :lang(ar) .read-and-agree {
        padding-right: 29px
    }

    :lang(ar) .thank-you-title {
        margin-right: -6%;
        margin-top: 0;
        padding-right: 11%
    }

    :lang(en) .free-trail-checkbox input[name=status] {
        margin: 3px 26px 0 0 !important
    }
}

.agreement-statement {
    display: contents
}

:lang(ar) .read-and-agree {
    padding-right: 29px
}

.trailDescription h2 {
    font-size: 27px
}

.section_header {
    border-top: 4px solid #217ca8;
    background-color: #14293c;
    border-bottom: 1px solid #14293c;
    padding: 12px 16px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
    margin: 0
}

.submit-subscriptions-container {
    width: 30%;
    margin: 20px auto
}

.pricing-zatca-img {
    padding: 5px 0;
    max-width: 300px;
    max-height: 300px
}

.zatca-description {
    padding: 5px 10px;
    font-size: 16px;
    color: #0c5e6e;
    font-weight: 700;
    line-height: inherit
}

.plan-container {
    border: solid 1px #dbdbdb;
    width: 100%;
    padding: 0;
    margin: auto;
    margin-top: 50px
}

.plan-header {
    border-bottom: solid 1px #dbdbdb;
    margin: 0 20px
}

.plan_title {
    font-size: 20px;
    font-weight: 700;
    color: #0c5e6e;
    padding: 20px 0
}

.btn-subscribe {
    min-width: 226px;
    color: #fff;
    margin: auto;
    padding: 10px 35px;
    border-radius: 3px;
    background-color: #0c5e6e;
    border: none;
    text-align: center
}

.btn-selected {
    min-width: 200px;
    background-color: #fff;
    color: #0c5e6e;
    border-radius: 3px;
    margin: auto;
    padding: 7px 35px;
    border: solid 3px #0c5e6e;
    text-align: center
}

.selected-img {
    object-fit: contain;
    width: 27px;
    height: 27px;
    flex-grow: 0;
    padding: 2px 2px 1px 1px;
    background-color: #0bcf97;
    border-radius: 50%;
    transform: scaleY(.9);
    margin-right: 5px;
    margin-left: 5px
}

.price-details {
    min-width: 180px
}

.plan-body {
    margin: 0 20px
}

.plan-description {
    margin: 1%;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    padding: 1%
}

.plan-description strong {
    font-weight: 800;
    color: #0c5e6e
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #0c5e6e;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px
}

.plan-footer {
    background: #efeff17d;
    min-height: 80px;
    line-height: 80px
}

.plan-footer span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 20px;
    font-size: 16px
}

.plan-footer a {
    color: #0c5e6e;
    text-decoration: underline;
    font-weight: 700
}

@media screen and (max-width:780px) {
    .price-content {
        flex-direction: column
    }
}

.bank-transfer-attachment {
    margin: 10px;
    display: flex;
    flex-wrap: wrap
}

.bank-transfer-attachment .attached-to-msg {
    min-width: 350px
}

.bank-receipt-submit {
    padding: 2px 10px;
    font-size: 12px
}

.badge {
    color: #fff;
    text-align: center;
    border-radius: 30px;
    width: 120px;
    padding: 2px 0
}

.badge-danger {
    background: red
}

.badge-success {
    background: #198754
}

.badge-warning {
    background: #ffc107
}

.badge-recommended {
    background: #f59740;
    padding: 12px 10px;
    color: #fff !important;
    font-size: 14px
}

:root {
    --primary-color: #234189;
    --secondary-color: hsl(0, 0%, 98%);
    --dark-blue: #1d2d3e;
    --border: 1px solid #dfdfdf;
    --faild: #e13659;
    --red-moderate: #fa5c7c;
    --faildBackground: #f3b0be;
    --orange: #e76500;
    --success: #256f3a;
    --text-color: #25233a;
    --text-placeholder: #00000040;
    --text-disabled: #00000040;
    --color-split: #0000000f;
    --successBackground: #fafbf0;
    --inform: #3386c3;
    --informBackground: #bcd8ed;
    --light-text-color: #00000073;
    --dark-text-color: #25233a;
    --header-light-bg-color: #00000005;
    --light-border: 1px solid #0000000f;
    --card-border-radius: 8px;
    --header-padding: 16px 24px;
    --content-padding: 16px 32px;
    --inputPadding: 8px 16px;
    --padding-xs: 8px;
    --padding-sm: 12px;
    --padding: 16px;
    --padding-lg: 24px;
    --padding-xl: 32px
}

.width-fit {
    width: auto
}

.width-10 {
    width: 10%
}

.width-20 {
    width: 20%
}

.width-30 {
    width: 30%
}

.width-40 {
    width: 40%
}

.width-50 {
    width: 50%
}

.width-60 {
    width: 60%
}

.width-70 {
    width: 70%
}

.width-80 {
    width: 80%
}

.width-90 {
    width: 90%
}

.width-100 {
    width: 100%
}

.width-auto {
    width: auto
}

.margin-0 {
    margin: 0
}

.text-end {
    text-align: end
}

.gap-8 {
    gap: 8px
}

.gap-12 {
    gap: 12px
}

.gap-16 {
    gap: 16px
}

.gap-40 {
    gap: 40px
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: end
}

.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important
}

.flex-column {
    flex-direction: column
}

.flex-1 {
    flex: 1
}

.tahseel-card {
    flex-direction: column;
    gap: 26px;
    padding: 25px;
    border-radius: 8px;
    border: solid 1px #d2d6e0;
    background-color: #fff
}

.tahseel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px
}

.custom-check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 8px;
    margin: 0;
    border: solid 1px #d2d6e0;
    cursor: pointer
}

.custom-check-box.check-disabled {
    background-color: #d2d6e0
}

.tahseel-basic-offer {
    color: var(--orange);
    font-weight: 700
}

.check-active {
    background-color: var(--primary-color)
}

.tahseel-cards-container .form_row.terms-row {
    display: flex;
    align-items: center;
    column-gap: 7px
}

.tahseel-cards-container input[type=checkbox],
.tahseel-cards-container input[type=radio] {
    opacity: 1;
    margin: 0;
    width: 20px !important;
    aspect-ratio: 1;
    display: none
}

.tahseel-cards-container .tahseel-basic-label {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark-blue)
}

.tahseel-monthly-label {
    font-size: 14px
}

.tahseel-monthly-label span {
    font-weight: 700;
    color: var(--primary-color)
}

.tahseel-price-info {
    font-size: 12px;
    color: #556b82
}

.tahseel-plus-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color)
}

.offer-header {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color)
}

.tahseel-plus-feature {
    border-top: 1px solid #ddd;
    margin: 0 32px;
    padding: 18px 0
}

.tahseel-plus-feature label {
    font-size: 14px;
    font-weight: 500;
    color: #556b82;
    margin: 0
}

.custom-button {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--dark-blue)
}

.custom-button:disabled {
    opacity: .1;
    cursor: not-allowed
}

.tahseel-cards-container {
    background-color: #f7faff !important;
    padding: 70px 58px 50px
}

.tahseel .add-products-form {
    box-shadow: none;
    padding-bottom: 0
}

.tahseel .field_note {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--text-color);
    opacity: .5;
    line-height: normal
}

.tahseel-plus-read-button {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
    text-decoration: underline;
    cursor: pointer;
    margin-inline-end: -20px
}

.animated-flex {
    flex-grow: 1;
    transition: flex-grow 1000ms linear
}

.hide-flex {
    flex-grow: .00001
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.tahseel-hybrid-form {
    padding: 20px 30px;
    background: #fff
}

.tahseel-hybrid-form .fields_header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--dark-text-color);
    margin-top: 4px;
    margin-bottom: 6px
}

.tahseel-hybrid-form .form_field,
.tahseel-hybrid-form .form_field .bootstrap-select,
.tahseel-hybrid-form .form_field input {
    width: 100% !important
}

.tahseel-hybrid-form .form_row {
    padding-top: 10px;
    padding-bottom: 10px
}

.tahseel-hybrid-form .form_row .form_field button.btn.dropdown-toggle.btn-default {
    background: 0 0;
    border: var(--border);
    border-radius: 8px;
    padding: var(--inputPadding);
    color: var(--dark-text-color);
    font-size: 14px;
    font-style: normal;
    position: relative;
    box-shadow: none
}

.tahseel-hybrid-form .form_row .form_field .dropdown .dropdown-menu li:first-child {
    display: none
}

.tahseel-hybrid-form .dropdown-menu>.active>a,
.tahseel-hybrid-form .dropdown-menu>.active>a:focus,
.tahseel-hybrid-form .dropdown-menu>.active>a:hover {
    background-color: var(--primary-color)
}

.tahseel-hybrid-form .form_field input {
    border: var(--border);
    border-radius: 8px;
    color: var(--dark-text-color);
    font-style: normal;
    position: relative;
    -moz-appearance: textfield;
    padding: var(--inputPadding);
    font-size: 14px;
    box-shadow: none
}

.tahseel-hybrid-form .form_row div.form_field,
.tahseel-hybrid-form .form_field .bootstrap-select {
    display: flex;
    flex-wrap: wrap
}

.tahseel-hybrid-form .form_row div.form_field.file_field {
    justify-content: space-between;
    align-items: center;
    column-gap: 5px
}

.tahseel-hybrid-form .form_row .form_field button.btn.dropdown-toggle.btn-default,
.tahseel-hybrid-form .form_field label:not(label.error),
.tahseel-hybrid-form .form_field input {
    order: 2
}

.tahseel-hybrid-form .form_field label.error {
    width: 100%;
    order: 1
}

.tahseel-hybrid-form .form_field span.field_note {
    width: 100%;
    order: 3
}

.tahseel-hybrid-form .form_field.file_field input {
    flex: 3
}

.tahseel-hybrid-form .form_field.file_field label:not(label.error) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-text-color);
    margin-bottom: 0;
    flex: 2
}

.tahseel-hybrid-form .tahseel_plus_fields {
    display: none
}

.tahseel-hybrid-form hr {
    margin-top: 14px;
    margin-bottom: 16px;
    border-top: 1px solid rgba(116, 116, 116, .4)
}

@media screen and (max-width:1200px) {
    .tahseel-card {
        padding: 16px
    }

    .tahseel-plus-feature {
        margin-inline: 16px
    }
}

.tree-table .indicator {
    margin-right: 5px
}

.row-flex {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%
}

.row-flex.head {
    background-color: #e8f0f2;
    color: #036c9c;
    margin-left: 10px
}

.column-flex {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: left
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.account-type .form_field {
    width: 65%
}

a.badge:empty {
    display: initial
}

a.badge:focus,
a.badge:hover {
    color: unset
}

span.selected {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px
}

.tree-table.tree .padleftindex-1 {
    padding-left: 10px;
    padding-right: unset
}

.tree-table.tree .padleftindex-2 {
    padding-left: 40px;
    padding-right: unset
}

.tree-table.tree .padleftindex-3 {
    padding-left: 70px;
    padding-right: unset
}

.tree-table.tree .padleftindex-4 {
    padding-left: 100px;
    padding-right: unset
}

.tree-table.tree .padleftindex-5 {
    padding-left: 130px;
    padding-right: unset
}

.tree-table.tree .padleftindex-6 {
    padding-left: 160px;
    padding-right: unset
}

.tree-table.tree .padleftindex-7 {
    padding-left: 190px;
    padding-right: unset
}

.tree-table.tree .padleftindex-8 {
    padding-left: 220px;
    padding-right: unset
}

.arabic .tree-table.tree .padleftindex-1 {
    padding-right: 10px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-2 {
    padding-right: 40px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-3 {
    padding-right: 70px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-4 {
    padding-right: 100px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-5 {
    padding-right: 130px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-6 {
    padding-right: 160px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-7 {
    padding-right: 190px;
    padding-left: unset
}

.arabic .tree-table.tree .padleftindex-8 {
    padding-right: 220px;
    padding-left: unset
}

.arabic .content .popover .editable-buttons {
    margin-left: unset;
    margin-right: 7px
}

.arabic .content .popover .popover-content {
    padding-left: 70px
}

.dark-row {
    border-top: 2px solid #394659;
    border-bottom: 2px solid #394659
}

a.editable:after {
    font-family: fontawesome;
    content: "\f040";
    padding-left: 5px;
    padding-right: 5px
}

.bootstrap-select .main {
    background-color: #1d97e0;
    color: #fff;
    font-weight: bolder
}

.bootstrap-select .branch {
    background-color: #8ebcdd;
    color: #fff;
    font-weight: 600
}

.add-products-form .form_row .form_field.tree .dropdown.bootstrap-select.tree {
    width: 160% !important
}

.chart-account-table th.account-code {
    width: 10%
}

#mermaid-container {
    overflow-x: hidden
}

#mermaid-container:hover {
    overflow-x: auto
}

#mermaid-container .nodes .current.node rect {
    fill: #337ab7;
    color: #fff;
    stroke: #2e6da4
}

#mermaid-container .nodes .current.node rect:hover {
    fill: #337ab7;
    stroke: #2e6da4
}

#mermaid-container .nodes .current.node g.label {
    color: #fff
}

#mermaid-container .nodes .node rect {
    fill: #fff;
    color: #333;
    stroke: #ccc
}

#mermaid-container .nodes .node rect:hover {
    fill: #e6e6e6;
    stroke: #adadad
}

#mermaid-container .nodes .node g.label {
    color: #333;
    font-family: cairo
}

#mermaid-container .nodes .node g.label:hover {
    fill: #e6e6e6
}

#mermaid-container foreignobject>div>span {
    margin: .25rem !important;
    text-align: justify !important
}

#mermaid-container foreignobject>div>span i {
    font-size: 2.5rem !important;
    margin-left: .85rem !important;
    margin-top: -.5rem
}

#mermaid-container .edgeLabel {
    background-color: #fff;
    text-align: left;
    opacity: 1 !important
}

#mermaid-container .label {
    padding: 1rem .25rem !important
}

#mermaid-container foreignobject>div,
#mermaid-container circle {
    padding: -10% 0 !important
}

#mermaid-container svg {
    overflow: auto !important;
    margin-left: auto;
    margin-right: auto
}

div.dropdown-menu ul.dropdown-menu {
    height: calc(100% - 40px)
}

.bootstrap-select .dropdown-menu.open {
    min-width: 100%;
    overflow-y: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu.open .inner.open {
    overflow-y: unset !important
}

.bootstrap-select .dropdown-menu.open .inner.open ul {
    overflow-y: unset
}

.content .popover.editable-popup {
    background-color: #fff;
    color: #333;
    font-size: 14px
}

.content .popover .popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb
}

.content .popover h3 {
    float: unset;
    width: unset
}

.content .popover .editable-code-name {
    display: block;
    margin-bottom: 5px
}

.content .popover .editable-code-name span {
    width: 70px;
    display: inline-block
}

.selectize-input #pos_account_value-selectized {
    padding: 5px 8px !important
}

.confirmation_popup .modal-body {
    text-align: center;
    padding: 50px 68px
}

.confirmation_popup .check-mark {
    width: fit-content;
    margin: auto
}

.confirmation_popup .check-mark span {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #0bcf97;
    text-align: center;
    padding-top: 17px;
    border-radius: 50%
}

.confirmation_popup h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #25233a;
    margin-top: 27px
}

.confirmation_popup p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    color: #0c5e6e;
    padding: 17px 0
}

.confirmation_popup .ok-btn {
    width: 50%;
    max-width: 350px;
    height: 49px;
    border-radius: 3px;
    color: #fff;
    background-color: #0c5e6e
}

@media(min-width:1800px) {
    .confirmation_popup .modal-lg {
        width: 40%
    }
}

.audit-pg *,
.audit-pg ::before,
.audit-pg ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

.audit-pg ::before,
.audit-pg ::after {
    --tw-content: ""
}

.audit-pg html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

.audit-pg body {
    margin: 0;
    line-height: inherit
}

.audit-pg hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

.audit-pg abbr:where([title]) {
    text-decoration: underline dotted
}

.audit-pg h1,
.audit-pg h2,
.audit-pg h3,
.audit-pg h4,
.audit-pg h5,
.audit-pg h6 {
    font-size: inherit;
    font-weight: inherit
}

.audit-pg a {
    color: inherit;
    text-decoration: inherit
}

.audit-pg b,
.audit-pg strong {
    font-weight: bolder
}

.audit-pg code,
.audit-pg kbd,
.audit-pg samp,
.audit-pg pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

.audit-pg small {
    font-size: 80%
}

.audit-pg sub,
.audit-pg sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.audit-pg sub {
    bottom: -.25em
}

.audit-pg sup {
    top: -.5em
}

.audit-pg table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

.audit-pg button,
.audit-pg input,
.audit-pg optgroup,
.audit-pg textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

.audit-pg button,
.audit-pg select {
    text-transform: none
}

.audit-pg button,
.audit-pg [type=button],
.audit-pg [type=reset],
.audit-pg [type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

.audit-pg :-moz-focusring {
    outline: auto
}

.audit-pg :-moz-ui-invalid {
    box-shadow: none
}

.audit-pg progress {
    vertical-align: baseline
}

.audit-pg ::-webkit-inner-spin-button,
.audit-pg ::-webkit-outer-spin-button {
    height: auto
}

.audit-pg [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.audit-pg ::-webkit-search-decoration {
    -webkit-appearance: none
}

.audit-pg ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.audit-pg summary {
    display: list-item
}

.audit-pg blockquote,
.audit-pg dl,
.audit-pg dd,
.audit-pg h1,
.audit-pg h2,
.audit-pg h3,
.audit-pg h4,
.audit-pg h5,
.audit-pg h6,
.audit-pg hr,
.audit-pg figure,
.audit-pg p,
.audit-pg pre {
    margin: 0
}

.audit-pg fieldset {
    margin: 0;
    padding: 0
}

.audit-pg legend {
    padding: 0
}

.audit-pg ol,
.audit-pg ul,
.audit-pg menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.audit-pg textarea {
    resize: vertical
}

.audit-pg input::placeholder,
.audit-pg textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

.audit-pg button,
.audit-pg [role=button] {
    cursor: pointer
}

.audit-pg :disabled {
    cursor: default
}

.audit-pg img,
.audit-pg svg,
.audit-pg video,
.audit-pg canvas,
.audit-pg audio,
.audit-pg iframe,
.audit-pg embed,
.audit-pg object {
    display: block;
    vertical-align: middle
}

.audit-pg img,
.audit-pg video {
    max-width: 100%;
    height: auto
}

.audit-pg [hidden] {
    display: none
}

audit-pg *,
.audit-pg ::before,
.audit-pg ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.audit-pg ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.audit-pg .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.audit-pg .absolute {
    position: absolute
}

.audit-pg .relative {
    position: relative
}

.audit-pg .inset-y-0 {
    top: 0;
    bottom: 0
}

.audit-pg .left-\[1rem\] {
    left: 1rem
}

.audit-pg .right-\[2rem\] {
    right: 2rem
}

.audit-pg .z-10 {
    z-index: 10
}

.audit-pg .m-0 {
    margin: 0
}

.audit-pg .my-\[2\.875rem\] {
    margin-top: 2.875rem;
    margin-bottom: 2.875rem
}

.audit-pg .mb-2 {
    margin-bottom: .5rem
}

.audit-pg .mb-5 {
    margin-bottom: 1.25rem
}

.audit-pg .mb-\[1rem\] {
    margin-bottom: 1rem
}

.audit-pg .ml-2 {
    margin-left: .5rem
}

.audit-pg .mr-2 {
    margin-right: .5rem
}

.audit-pg .mr-\[1\.375rem\] {
    margin-right: 1.375rem
}

.audit-pg .mt-10 {
    margin-top: 2.5rem
}

.audit-pg .mt-\[1rem\] {
    margin-top: 1rem
}

.audit-pg .box-content {
    box-sizing: content-box
}

.audit-pg .block {
    display: block
}

.audit-pg .flex {
    display: flex
}

.audit-pg .inline-flex {
    display: inline-flex
}

.audit-pg .table {
    display: table
}

.audit-pg .hidden {
    display: none
}

.audit-pg .h-4 {
    height: 1rem
}

.audit-pg .h-6 {
    height: 1.5rem
}

.audit-pg .h-\[10px\] {
    height: 10px
}

.audit-pg .h-full {
    height: 100%
}

.audit-pg .\!w-full {
    width: 100% !important
}

.audit-pg .w-4 {
    width: 1rem
}

.audit-pg .w-6 {
    width: 1.5rem
}

.audit-pg .w-\[1em\] {
    width: 1em
}

.audit-pg .w-full {
    width: 100%
}

.audit-pg .min-w-\[15rem\] {
    min-width: 15rem
}

.audit-pg .min-w-\[8\.4rem\] {
    min-width: 8.4rem
}

.audit-pg .flex-\[13\] {
    flex: 13
}

.audit-pg .flex-\[1\] {
    flex: 1
}

.audit-pg .flex-\[2\] {
    flex: 2
}

.audit-pg .flex-\[3\] {
    flex: 3
}

.audit-pg .flex-\[4\] {
    flex: 4
}

.audit-pg .flex-\[9\] {
    flex: 9
}

.audit-pg .flex-\[17\] {
    flex: 17
}

.audit-pg .cursor-not-allowed {
    cursor: not-allowed
}

.audit-pg .flex-col {
    flex-direction: column
}

.audit-pg .items-center {
    align-items: center
}

.audit-pg .justify-end {
    justify-content: flex-end
}

.audit-pg .justify-center {
    justify-content: center
}

.audit-pg .justify-between {
    justify-content: space-between
}

.audit-pg .space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[0\.7rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[1\.4rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[2\.5rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[2rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[3\.5rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[4rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-x-\[5\.5rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.audit-pg .space-y-12>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.audit-pg .space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.audit-pg .space-y-\[1rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.audit-pg .space-y-\[3\.5rem\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))
}

.audit-pg .divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.audit-pg .divide-gray-100>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: #f3f4f6
}

.audit-pg .\!rounded-lg {
    border-radius: .5rem !important
}

.audit-pg .rounded-\[50px\] {
    border-radius: 50px
}

.audit-pg .rounded-\[8px\] {
    border-radius: 8px
}

.audit-pg .rounded-full {
    border-radius: 9999px
}

.audit-pg .rounded-lg {
    border-radius: .5rem
}

.audit-pg .rounded-md {
    border-radius: .375rem
}

.audit-pg .border-2 {
    border-width: 2px
}

.audit-pg .border-\[0\.8px\] {
    border-width: .8px
}

.audit-pg .border-\[1\.5px\] {
    border-width: 1.5px
}

.audit-pg .border-\[1px\] {
    border-width: 1px
}

.audit-pg .border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px
}

.audit-pg .border-t-2 {
    border-top-width: 2px
}

.audit-pg .\!border-\[\#0c5e6e\] {
    --tw-border-opacity: 1 !important;
    border-color: #0c5e6e !important
}

.audit-pg .border-\[\#0bcf97\] {
    --tw-border-opacity: 1;
    border-color: #0bcf97
}

.audit-pg .border-\[\#0c5e6e\] {
    --tw-border-opacity: 1;
    border-color: #0c5e6e
}

.audit-pg .border-\[\#f59740\] {
    --tw-border-opacity: 1;
    border-color: #f59740
}

.audit-pg .border-gray-300 {
    --tw-border-opacity: 1;
    border-color: #d1d5db
}

.audit-pg .bg-\[\#07907c\] {
    --tw-bg-opacity: 1;
    background-color: #07907c
}

.audit-pg .bg-\[\#0bcf97\] {
    --tw-bg-opacity: 1;
    background-color: #0bcf97
}

.audit-pg .bg-\[\#0bcf97\]\/\[0\.1\] {
    background-color: rgba(11, 207, 151, .1)
}

.audit-pg .bg-\[\#0c5e6e\] {
    --tw-bg-opacity: 1;
    background-color: #0c5e6e
}

.audit-pg .bg-\[\#0c5e6e\]\/\[0\.1\] {
    background-color: rgba(34, 65, 137, .1)
}

.audit-pg .bg-\[\#234189\] {
    --tw-bg-opacity: 1;
    background-color: #234189
}

.audit-pg .bg-\[\#747474\] {
    --tw-bg-opacity: 1;
    background-color: #747474
}

.audit-pg .bg-\[\#f59740\] {
    --tw-bg-opacity: 1;
    background-color: #f59740
}

.audit-pg .bg-\[\#f59740\]\/\[0\.1\] {
    background-color: rgba(245, 151, 64, .1)
}

.audit-pg .bg-\[\#f7faff\] {
    --tw-bg-opacity: 1;
    background-color: #f7faff
}

.audit-pg .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.audit-pg .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.audit-pg .bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}

.audit-pg .bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 254, 202, var(--tw-bg-opacity))
}

.audit-pg .bg-transparent {
    background-color: transparent
}

.audit-pg .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.audit-pg .p-1 {
    padding: .25rem
}

.audit-pg .p-2 {
    padding: .5rem
}

.audit-pg .p-2\.5 {
    padding: .625rem
}

.audit-pg .p-\[2\.5rem\] {
    padding: 2.5rem
}

.audit-pg .\!px-\[1\.5rem\] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.audit-pg .\!py-\[1\.5rem\] {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.audit-pg .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.audit-pg .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.audit-pg .px-\[1\.25em\] {
    padding-left: 1.25em;
    padding-right: 1.25em
}

.audit-pg .px-\[1\.4rem\] {
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.audit-pg .px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.audit-pg .px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem
}

.audit-pg .px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem
}

.audit-pg .px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem
}

.audit-pg .px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem
}

.audit-pg .py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.audit-pg .py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.audit-pg .py-\[0\.5rem\] {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.audit-pg .py-\[0\.625rem\] {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.audit-pg .py-\[0\.7rem\] {
    padding-top: .7rem;
    padding-bottom: .7rem
}

.audit-pg .py-\[1\.2rem\] {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}

.audit-pg .py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.audit-pg .py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.audit-pg .py-\[4rem\] {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.audit-pg .pl-16 {
    padding-left: 4rem
}

.audit-pg .pl-2 {
    padding-left: .5rem
}

.audit-pg .pr-4 {
    padding-right: 1rem
}

.audit-pg .text-center {
    text-align: center
}

.audit-pg .\!text-\[1\.4rem\] {
    font-size: 1.4rem !important
}

.audit-pg .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.audit-pg .text-\[0\.8rem\] {
    font-size: .8rem
}

.audit-pg .text-\[1\.2rem\] {
    font-size: 1.2rem
}

.audit-pg .text-\[1\.4rem\] {
    font-size: 1.4rem
}

.audit-pg .text-\[1\.6rem\] {
    font-size: 1.6rem
}

.audit-pg .text-\[1\.75rem\] {
    font-size: 1.75rem
}

.audit-pg .text-\[1rem\] {
    font-size: 1rem
}

.audit-pg .text-\[2rem\] {
    font-size: 2rem
}

.audit-pg .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.audit-pg .font-bold {
    font-weight: 700
}

.audit-pg .font-medium {
    font-weight: 500
}

.audit-pg .leading-none {
    line-height: 1
}

.audit-pg .\!text-\[\#0c5e6e\] {
    --tw-text-opacity: 1 !important;
    color: #0c5e6e !important
}

.audit-pg .text-\[\#0bcf97\] {
    --tw-text-opacity: 1;
    color: rgba(11, 207, 151, var(--tw-text-opacity))
}

.audit-pg .text-\[\#18181b\] {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity))
}

.audit-pg .text-\[\#0c5e6e\] {
    --tw-text-opacity: 1;
    color: #0c5e6e
}

.audit-pg .text-\[\#234189\] {
    --tw-text-opacity: 1;
    color: rgba(35, 65, 137, var(--tw-text-opacity))
}

.audit-pg .text-\[\#576487\] {
    --tw-text-opacity: 1;
    color: rgba(87, 100, 135, var(--tw-text-opacity))
}

.audit-pg .text-\[\#f59740\] {
    --tw-text-opacity: 1;
    color: rgba(245, 151, 64, var(--tw-text-opacity))
}

.audit-pg .text-\[\#ff0000\] {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 0, var(--tw-text-opacity))
}

.audit-pg .text-\[\#ffffff\] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.audit-pg .text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.audit-pg .text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.audit-pg .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.audit-pg .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.audit-pg .text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
}

.audit-pg .text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.audit-pg .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important
}

.audit-pg .shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow)
}

.audit-pg .shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow)
}

.audit-pg .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.audit-pg .hover\:bg-\[\#0c5e6e\]:hover {
    --tw-bg-opacity: 1;
    background-color: #0c5e6e
}

.audit-pg .hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.audit-pg .hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}

.audit-pg .hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 252, 165, var(--tw-bg-opacity))
}

.audit-pg .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.audit-pg .hover\:first\:fill-white:first-child:hover {
    fill: #fff
}

.audit-pg .focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}

.audit-pg .focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.audit-pg .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.audit-pg .focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0))
}

.audit-pg .focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
}

.audit-pg .focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
}

.audit-pg :is([dir=rtl] .rtl\:left-\[2rem\]) {
    left: 2rem
}

.audit-pg :is([dir=rtl] .rtl\:left-auto) {
    left: auto
}

.audit-pg :is([dir=rtl] .rtl\:right-\[1rem\]) {
    right: 1rem
}

.audit-pg :is([dir=rtl] .rtl\:right-auto) {
    right: auto
}

.audit-pg :is([dir=rtl] .rtl\:ml-0) {
    margin-left: 0
}

.audit-pg :is([dir=rtl] .rtl\:ml-2) {
    margin-left: .5rem
}

.audit-pg :is([dir=rtl] .rtl\:ml-\[1\.375em\]) {
    margin-left: 1.375em
}

.audit-pg :is([dir=rtl] .rtl\:mr-0) {
    margin-right: 0
}

.audit-pg :is([dir=rtl] .rtl\:mr-2) {
    margin-right: .5rem
}

.audit-pg :is([dir=rtl] .rtl\:rotate-180) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.audit-pg :is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}

.audit-pg :is([dir=rtl] .rtl\:pl-4) {
    padding-left: 1rem
}

.audit-pg :is([dir=rtl] .rtl\:pr-16) {
    padding-right: 4rem
}

@media(prefers-color-scheme:dark) {
    .audit-pg .dark\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
    }

    .audit-pg .dark\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
    }

    .audit-pg .dark\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(202, 254, 202, var(--tw-bg-opacity))
    }

    .audit-pg .dark\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 252, 165, var(--tw-bg-opacity))
    }
}

@media(min-width:768px) {
    .audit-pg .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.audit-pg .\[\&\>\*\]\:w-1\/3>* {
    width: 33.333333%
}

.audit-pg .\[\&\>\*\]\:w-1\/4>* {
    width: 25%
}

.audit-pg .\[\&\>\*\]\:w-1\/5>* {
    width: 20%
}

.audit-pg .\[\&\>\*\]\:py-\[1rem\]>* {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.opening-balance-pointer-disable {
    pointer-events: none
}

.popover-container {
    display: flex;
    align-items: flex-start
}

.popover-container img {
    width: 33px;
    height: 33px;
    object-fit: contain
}

.popover-direction {
    flex-direction: row
}

.custom_filter img {
    width: 44px;
    height: 44px;
    object-fit: contain
}

.icon-wrapper {
    margin-right: 10px
}

.difference-wrapper {
    flex-grow: 1
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:768px) {
    .popup-content {
        width: 80%
    }
}

@media screen and (min-width:768px) {
    .popup-content {
        width: 60%
    }
}

.popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 40px;
    border: 1px solid #888;
    border-radius: 8px;
    height: auto
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.checkbox input[type=checkbox] {
    display: block
}

.checkbox input[type=checkbox]+label::before {
    content: "\f0c8";
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer
}

.checkbox input[type=checkbox]:checked+label::before {
    background-color: #007bff;
    color: #fff
}

.checkbox input[type=checkbox]+label::before {
    border: 2px solid #aaa
}

.checkbox input[type=checkbox]:checked+label::before {
    border-color: #007bff
}

.unset-padding {
    padding: unset;
    margin-bottom: unset
}

.col-small {
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    z-index: 10
}

.overflow-scroll-y {
    overflow-y: scroll
}

.max-h-200 {
    max-height: 200px
}

.max-h-140 {
    max-height: 140px
}

.paginated-data {
    text-align: center
}

.timeline-box {
    position: relative;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    transition: all .3s ease;
    overflow: hidden;
    margin-top: 2px
}

.timeline-box .box-content {
    padding: 5px 0;
    background-color: #f4f4f4;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 25px 1fr
}

.timeline-box .box-content.footer-content {
    grid-template-columns: repeat(5, 1fr)
}

.timeline-box .box-content .box-item {
    text-align: center
}

.timeline-box .box-content .box-item .fa-minus-circle::before {
    color: red
}

.timeline-box .box-content .box-footer {
    padding: 5px 15px;
    border-top: 1px solid #17191b;
    background-color: #444950;
    text-align: right;
    font-style: italic
}

.timeline-box .box-content .box-icon {
    position: absolute;
    right: 5px;
    top: 0
}

.timeline-box .box-content .box-title {
    padding: 5px 15px;
    border-bottom: 1px solid #17191b
}

.timeline-box .box-content .box-title i {
    margin-right: 5px
}

.timeline-wrapper {
    margin-top: 5px;
    position: relative
}

.timeline-wrapper .line-item-wrapper {
    border-bottom: 1px solid #e0e2e8;
    margin-bottom: 5px
}

.timeline-wrapper .full-width-row {
    width: 121%
}

.timeline-wrapper .timeline-section {
    padding-left: 35px;
    display: block;
    position: relative;
    margin-bottom: 30px
}

.timeline-wrapper .timeline-section:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #1d97e0;
    top: 12px;
    left: 20px
}

.timeline-wrapper .timeline-section::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #217ca8;
    top: 7px;
    left: 11px;
    border: 1px solid #14293c;
    border-radius: 100%
}

.timeline-wrapper .timeline-section .show-footer {
    width: 20px
}

.timeline-wrapper .timeline-section .mb-5 {
    margin-bottom: 5px
}

.timeline-wrapper .timeline-date {
    margin-bottom: 15px;
    padding: 2px 15px;
    background: #1d97e0;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #1d97e0;
    color: #d3d4d8
}

.timeline-wrapper .timeline-month {
    position: relative;
    padding: 4px 15px 4px 35px;
    background-color: #036c9c;
    display: inline-block;
    width: auto;
    border-radius: 40px;
    border: 1px solid #17191b;
    border-right-color: #000;
    margin-bottom: 30px;
    color: #d3d4d8
}

.timeline-wrapper .timeline-month:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #217ca8;
    border-radius: 100%;
    border: 1px solid #14293c;
    left: 5px
}

.timeline-wrapper .timeline-month span {
    position: absolute;
    top: -1px;
    left: calc(100% - 10px);
    z-index: 1;
    white-space: nowrap;
    display: inline-block;
    background-color: #111;
    padding: 4px 10px 4px 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid #000;
    box-sizing: border-box
}

.timeline-wrapper:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #217ca8;
    left: 14px;
    top: 5px;
    border-radius: 4px
}

.box-dropdown {
    display: none
}

.box-dropdown.active {
    display: block
}

.table-wrapper.fixed-footer {
    position: fixed;
    bottom: 10px;
    width: 94%;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .3);
    margin-left: 0
}

.table-wrapper .footer-box {
    border-top: 1px gray;
    display: table;
    width: 99%
}

.table-wrapper .footer-box .footer-head {
    display: table-header-group
}

.table-wrapper .footer-box .footer-item {
    display: table-cell;
    text-align: center;
    padding-top: 5px
}

.table-wrapper .footer-box .footer-item .footer-checkbox {
    width: unset;
    min-width: 55px
}

.table-wrapper .footer-box .footer-item.border-left {
    border-left: 1px solid #000
}

.table-wrapper .footer-box .footer-item.border-right {
    border-right: 1px solid #000
}

.table-wrapper .footer-box .footer-row-group {
    display: table-row-group
}

.table-wrapper .footer-box .footer-row-group .footer-row {
    display: table-row
}

.filter-box {
    background-color: #f4f4f4;
    display: grid;
    grid-template-columns: repeat(6, minmax(10px, 100%));
    grid-template-rows: 25px 1fr;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
    grid-auto-columns: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    min-height: 90px;
    border-bottom: 1px solid #000
}

.filter-box .filter-item {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 16px
}

.filter-box .filter-item:not(:last-child) {
    border-right: 1px solid #000
}

.filter-box .filter-item .back-btn {
    width: 40%;
    margin-left: 28%
}

.filter-box .filter-item .filter-item__title {
    color: #000
}

.grid-box {
    display: grid;
    grid-template-rows: 25px 1fr;
    align-items: center;
    grid-column-gap: 2px
}

.grid-box-1 {
    grid-template-columns: repeat(1, 1fr)
}

.grid-box-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid-box-3 {
    grid-template-columns: repeat(3, 1fr)
}

#filter-menu.modal .form_field {
    width: 100%
}

#filter-menu.modal .ui-state-default,
#filter-menu.modal .ui-widget-content .ui-state-default {
    border: none;
    background: #007fff !important
}

#filter-menu.modal .amount-text {
    border: 0;
    color: #f6931f;
    font-weight: 700;
    width: 10%;
    text-align: center
}

progress[value] {
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 20px
}

.audit-process-progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5) inset;
    width: 100%;
    height: 20px
}

.audit-process-progress-bar span {
    background-color: #4169e1;
    border-radius: 3px;
    display: block;
    text-indent: -9999px
}

.arabic .audit-process-form .form_row .form_name {
    text-align: right;
    width: 30%;
    padding: 5px 5% 5px 0
}

.arabic .audit-process-form .form_row .form_field .selectize-control {
    width: 90%
}

.arabic .audit-process-form .form_row .form_field.date_field>.add-on {
    left: 9%
}

.audit-process-form .form_row .form_name {
    text-align: left;
    width: 30%;
    padding: 5px 0 5px 5%
}

.audit-process-form .form_row .form_field .selectize-control {
    width: 90%
}

.audit-pg .fa-q {
    width: 2em;
    height: 2em;
    background-size: 2em !important;
    cursor: pointer
}

.audit-pg .fa-square-chevron-down {
    background: url(inactive-chevron-down.svg) no-repeat
}

.audit-pg .fa-square-chevron-up {
    background: url(inactive-chevron-down.svg) no-repeat;
    transform: rotate(180deg)
}

.audit-pg .fa-calendar-inactive {
    background: url(calendar-inactive.svg) no-repeat
}

.audit-pg .fa-calendar-active {
    background: url(calendar-active.svg) no-repeat
}

.audit-pg .fa-q-comments {
    background: url(audit_msg.svg) no-repeat
}

.audit-pg .fa-q-attachments {
    background: url(audit_attach.svg) no-repeat
}

.audit-pg .fa-q-money {
    background: url(audit_money.svg) no-repeat
}

.audit-pg .fa-q-alphabet {
    background: url(audit_alph.svg) no-repeat
}

.sheets-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 1rem;
    margin: 20px !important
}

.sheets-names-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    padding: 1rem;
    margin: 20px !important
}

.sheet-element {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #394659;
    border-radius: 10px 10px 10px 10px
}

.upload-audit-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: .5rem;
    padding: 1rem !important;
    color: #234189 !important;
    text-align: center;
    gap: 6px;
    border: 1px solid #234189 !important
}

.upload-file-space {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: center;
    background-color: #f8f8ff;
    padding: 5rem;
    border: 1px dashed #ced4ee;
    border-radius: .5rem
}

.excel-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    padding: 1rem
}

@media screen and (max-width:767px) {
    .excel-header {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1rem
    }

    .excel-checkbox {
        width: 100%
    }

    .excel-dropdown {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .excel-header {
        justify-content: center;
        gap: 5rem
    }

    .excel-checkbox {
        width: 30%
    }

    .excel-dropdown {
        width: 70%
    }
}

.excel-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    position: relative
}

.excel-checkbox.mandatory_field {
    accent-color: #c3c3c3
}

.excel-dropdown {
    display: flex
}

input[id^=upload_file] {
    width: 18px;
    height: 18px
}

select[id^=upload_file_list] {
    flex-grow: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgZmlsbD0nbm9uZScgc3Ryb2tlPScjMzMzJyBzdHJva2Utd2lkdGg9JzInIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cGF0aCBkPSdNNiA5bDYgNiA2LTYnPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 8px center;
    display: inline-block;
    padding: 4px 50px 4px 30px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff
}

.upload-buttons input[type=submit] {
    background-color: #0c5e6e !important;
    color: #fff;
    font-weight: 700;
    padding: 1rem;
    border-radius: .25rem;
    width: 200px;
    margin: 5px
}

#cancel-btn {
    background-color: #fbe1e6 !important;
    color: #fa5c7c;
    font-weight: 700;
    padding: 1rem;
    border-radius: .25rem;
    margin: 5px;
    width: 200px;
    text-align: center
}

.sheet-element.selected {
    background-color: #0c5e6e;
    color: #fff
}

.upload-buttons {
    display: flex;
    flex-direction: row;
    justify-content: end
}

@media screen and (min-width:768px) {
    .drag-container {
        padding: 6.375rem
    }
}

.drag-main {
    display: flex;
    align-items: center;
    gap: 60px;
    border: 1px dashed rgba(56, 78, 183, .3);
    padding: 3.5rem;
    border-radius: 4px;
    background-color: #f8f8ff;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap
}

.drag-desc {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px
}

.icon-upload {
    font-size: 4rem
}

.drag-supported {
    font-size: 12px;
    color: #676767
}

.drag-browser {
    text-decoration: underline;
    color: #3f8dc7;
    cursor: pointer
}

.drag-upload {
    display: none !important;
    visibility: hidden
}

.upload-container {
    padding: 0 30px
}

.upload-box {
    margin: 10px 0;
    padding: 8px 10px 10px;
    border-radius: 4px;
    border: solid .5px #e3e3e3;
    position: relative
}

.upload-close {
    color: #e6e6e6
}

.upload-strip:after {
    position: absolute;
    content: "";
    width: 60%;
    left: 1px;
    bottom: -2px;
    background: #3386c3;
    height: 3px;
    border-radius: 10px
}

.delete-icon {
    color: #fa5c7c
}

.delete-box {
    border: solid 1px #0bcf97
}

.upload-main-container {
    gap: 25px
}

.label-content {
    min-width: max-content
}

.label-content+input[type=select] {
    width: 40%
}

@media screen and (max-width:1200px) {
    .plus_minus_div_container {
        flex-direction: column
    }
}

@media screen and (min-width:1200px) {
    .arabic .plus_minus_div_container {
        width: 70%;
        margin-right: 25%;
        gap: 6.8em
    }

    .plus_minus_div_container {
        width: 70%;
        margin-left: 25%;
        gap: 6.8em
    }
}

@media screen and (min-width:1400px) {
    .arabic .plus_minus_div_container {
        margin-right: 24%
    }

    .plus_minus_div_container {
        margin-left: 24%
    }
}

.dropdown-error_messages {
    color: red;
    font-size: 16px;
    margin-left: 35% !important
}

#error_message_plus_minus_amount {
    color: red;
    font-size: 16px;
    margin-left: 35% !important
}

.disabled-checkbox {
    pointer-events: none;
    opacity: .5
}

.checkbox-checked {
    accent-color: grey
}

.chatTitleContainer {
    text-align: left;
    font-size: 14pt;
    vertical-align: middle;
    display: block;
    height: 50px;
    width: 100%
}

.arabic .chatTitleContainer {
    text-align: right;
    font-size: 14pt;
    vertical-align: middle;
    display: block;
    height: 50px;
    width: 100%
}

.chatContainer {
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 20px
}

.chatHistoryContainer {
    padding: 10px;
    height: 300px;
    width: 100%;
    background-color: #f4f4f4;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #c3c3c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.chatMessageControls {
    margin-top: 6px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 4px
}

#undoSendButton {
    margin-left: 10px;
    border-radius: 3px
}

#clearMessageButton {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right-width: 0
}

.arabic #clearMessageButton {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#sendMessageButton {
    border-radius: 4px !important
}

.fa {
    margin-right: 6px
}

.arabic .fa {
    margin-left: 6px;
    margin-right: 0
}

.formComments {
    list-style-type: none;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 0
}

.arabic .formComments {
    padding-right: 0
}

.formComments li {
    margin-bottom: 10px
}

.commentstep-1 {
    margin-left: 0
}

.arabic .commentstep-1 {
    margin-right: 0
}

.commentstep-2 {
    margin-left: 48px
}

.arabic .commentstep-2 {
    margin-left: 0;
    margin-right: 48px
}

.commentstep-3 {
    margin-left: 96px
}

.arabic .commentstep-3 {
    margin-left: 0;
    margin-right: 96px
}

.form-comments-table tr:nth-child(1) td:nth-child(1) {
    font-size: 9pt;
    color: #a7a7a7;
    white-space: nowrap;
    vertical-align: top
}

.comment-user {
    margin-left: 10px
}

.arabic .comment-user {
    margin-right: 10px;
    margin-left: 0
}

.form-comments-table tr td {
    white-space: nowrap
}

.form-comments-table tr:nth-child(1) td:nth-child(1) {
    padding-top: 8px
}

.form-comments-table tr:nth-child(1) td:nth-child(2) {
    padding-top: 8px;
    font-size: 9pt;
    color: #737373;
    font-weight: 700;
    vertical-align: top
}

.form-comments-table tr:nth-child(1) td:nth-child(3) {
    vertical-align: top
}

.form-comments-table tr:nth-child(1) td:nth-child(4) {
    width: 100%
}

.comment-avatar {
    margin-left: 10px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background-color: #c9c9c9
}

.comment-avatar img {
    width: 36px;
    height: 36px
}

.comment-marker {
    margin-right: 10px;
    color: #aeaeae
}

.arabic .comment-marker {
    margin-right: 0;
    margin-left: 10px;
    color: #aeaeae
}

.comment {
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 8px;
    line-height: 1.5;
    color: #9e9e9e;
    border-color: #ddd;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-bottom: 3px solid #ddd;
    border-radius: 3px;
    -ms-word-break: break-all;
    word-break: break-all;
    white-space: normal
}

.comment>p {
    margin-bottom: 0
}

.comment:hover {
    background-color: #fafafa
}

.comment-actions {
    border-top: 1px solid #ddd;
    padding-top: 8px;
    margin-top: 8px;
    display: none
}

.mce-container iframe {
    min-height: 100px !important
}

.arabic .input-group-addon:first-child {
    border-right: 1px solid #d2d6de !important;
    border-left: 0
}

.comment-action-group {
    padding-left: 10px !important
}

.arabic .comment-action-group {
    padding-right: 10px !important;
    padding-left: 0 !important
}

.att-list-container {
    display: block;
    width: 100px
}

.att-list-container select {
    display: inline-block;
    width: 100%
}

.comment-timestamp {
    font-weight: 400
}

.attached-to-msg {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 5px 1px #f0f0f0;
    -moz-box-shadow: 0 0 5px 1px #f0f0f0;
    box-shadow: 0 0 5px 0 #f0f0f0;
    margin-bottom: 5px;
    border-radius: 10px;
    width: 30%;
    min-width: 150px;
    display: inline-block
}

.attached-to-msg table {
    width: 100%
}

.attached-to-msg table tr {
    border: none !important
}

.attached-to-msg table td {
    padding: 5px
}

.attached-to-msg table td span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.replying-to-user {
    display: table-row;
    font-size: 10pt
}

.replying-to-user b {
    color: #0f7fbe;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis
}

.replying-to-user span {
    display: table-cell
}

._attach-modal,
._adm-modal {
    display: block;
    position: absolute;
    background-color: #fff;
    width: calc(100% - 50px);
    height: 280px
}

._attach-modal .attach-topbar,
._adm-modal .adm-topbar {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    padding: 4px 12px;
    padding-bottom: 0;
    vertical-align: middle
}

._adm-modal .adm-topbar .adm-title {
    float: left
}

._attach-modal .attach-topbar .nav {
    display: inline-block;
    float: left;
    border: none
}

._attach-modal .attach-topbar .attach-closebtn,
.attach-closebtn-btn,
._adm-modal .adm-topbar .adm-closebtn,
.adm-closebtn-btn {
    display: inline-block;
    font-size: 26pt;
    float: right;
    color: #8c8c8c;
    font-weight: 300;
    line-height: 1em
}

.attach-closebtn-btn,
.attach-closebtn-btn:hover,
.attach-closebtn-btn:focus,
.adm-closebtn-btn,
.adm-closebtn-btn:hover,
.adm-closebtn-btn:focus {
    border: none !important;
    background: 0 0 !important;
    line-height: .6em;
    -webkit-appearance: none !important;
    outline: none !important;
    box-shadow: none !important
}

.attach-closebtn-btn:active,
.adm-closebtn-btn:active {
    border: none !important;
    background: 0 0 !important;
    line-height: .6em;
    -webkit-appearance: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #0f7fbe !important
}

._attach-modal .attach-body {
    padding-bottom: 10px;
    height: 192px
}

._adm-modal .adm-body {
    padding-bottom: 10px;
    height: 225px
}

._adm-modal .adm-body .audit-info {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 5px 10px 0
}

._attach-modal .attach-body .tab-content,
._attach-modal .attach-body .tab-content #up-new,
._attach-modal .attach-body .tab-content #up-new #dropContainer {
    height: 100%
}

._attach-modal .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 3px solid #006f9b;
    margin: 1px 3px 0 1px
}

.nav-tabs>li:not(.active)>a:focus,
.nav-tabs>li:not(.active)>a:hover {
    border: none;
    border-bottom: 3px solid #979497;
    background: 0 0;
    margin: 1px 3px 0 1px
}

.comment-attach-btn {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none
}

.comment-attach-btn i {
    margin: 0;
    font-size: 14pt
}

#sizing-addon3 {
    padding: 0
}

.attach-body #existing {
    padding: 10px
}

.attach-body #existing .att-list {
    height: 140px;
    display: block;
    overflow-y: auto;
    padding: 5px
}

.attach-body #existing .att-list .efileContainer {
    display: block;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer
}

.attach-body #existing .att-list .efileContainer:hover,
.attach-body #existing .att-list .efileContainer:focus {
    background-color: #ececec
}

.attach-body #existing .att-list .efileContainer.selected {
    background-color: #1d9bbe;
    color: #fff
}

.attach-body #existing .att-list .efileContainer .fileName {
    font-size: 12pt !important
}

#att-count {
    font-weight: 700
}

.comment-details {
    width: 10% !important;
    min-width: 130px !important;
    white-space: normal !important
}

.footer-bar {
    background: #fff;
    text-align: right;
    padding-bottom: 5px
}

.arabic .footer-bar {
    text-align: left
}

.footer-bar button {
    margin-left: 10px;
    margin-right: 10px
}

td.audit-row-subject {
    font-weight: 700
}

.audit-info table {
    width: 100%
}

.audit-info table thead tr th:first-child {
    width: 170px !important
}

.audit-info table thead tr th:last-child {
    width: auto !important
}

.audit-info table thead tr {
    border-bottom: 3px solid #000
}

.audit-info table tr td,
.audit-info table tr th {
    padding: 10px
}

ul.tree,
ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.tree li {
    margin-top: 5px;
    margin-bottom: 5px
}

ul.tree li:last-child {
    border-left: none
}

.vat_summary {
    border: none !important;
    box-shadow: none !important;
    width: auto;
    text-align: center;
    max-width: 70px
}

.border_bottom {
    border-bottom: .1px solid gray
}

.vat_summary_cards {
    width: auto;
    max-width: 20%;
    margin: 0 5px;
    text-align: center
}

.vat_summary_cards table {
    width: 90% !important;
    margin: auto !important;
    margin-bottom: 10px !important
}

.code_header {
    height: 70px;
    font-size: 16px
}

.code_style {
    font-weight: 700 !important;
    font-size: 17px
}

.code_description {
    font-weight: 400;
    font-size: 11px
}

.amount-info {
    font-size: 14px;
    font-family: sans-serif
}

/*!X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT*/
.editableform {
    margin-bottom: 0
}

.editableform .control-group {
    margin-bottom: 0;
    white-space: nowrap;
    line-height: 20px
}

.editableform .form-control {
    width: auto
}

.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    zoom: 1;
    *display: inline
}

.editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0
}

.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
    *display: inline
}

.editable-buttons .editable-cancel {
    margin-left: 7px
}

.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px
}

.editableform-loading {
    background: url(../img/loading.gif) center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px
}

.editable-inline .editableform-loading {
    background-position: left 5px
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0;
    width: auto;
    white-space: normal
}

.editable-error-block.ui-state-error {
    padding: 3px
}

.editable-error {
    color: red
}

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left
}

.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px
}

.editable-checklist label input[type=checkbox],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0
}

.editable-checklist label {
    white-space: nowrap
}

.editable-wysihtml5 {
    width: 566px;
    height: 250px
}

.editable-clear {
    clear: both;
    font-size: .9em;
    text-decoration: none;
    text-align: right
}

.editable-clear-x {
    background: url(../img/clear.png) center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: .6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px
}

.editable-clear-x:hover {
    opacity: 1
}

.editable-pre-wrapped {
    white-space: pre-wrap
}

.editable-container.editable-popup {
    max-width: none !important
}

.editable-container.popover {
    width: auto
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    zoom: 1;
    *display: inline
}

.editable-container.ui-widget {
    font-size: inherit;
    z-index: 9990
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #08c
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
    font-style: italic;
    color: #d14;
    text-decoration: none
}

.editable-unsaved {
    font-weight: 700
}

.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out
}

.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block
}

/*!* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
**/
.datepicker {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown: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, .2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
    background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
    background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, gray);
    background-image: -ms-linear-gradient(top, #b3b3b3, gray);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
    background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
    background-image: -o-linear-gradient(top, #b3b3b3, gray);
    background-image: linear-gradient(top, #b3b3b3, gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
    background-color: gray
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
    background-color: #666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #04c
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
    background-color: #039 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #04c
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
    background-color: #039 \9
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    opacity: .5;
    background-color: #fff !important
}

.contact-table .nav-item.active a,
.contact-table .nav-item.active a:focus {
    border-bottom: 3px solid #e8f0f2;
    background-color: #e8f0f2;
    color: #036c9c
}

* {
    box-sizing: border-box
}

.contact-table.wrapper {
    width: 100%;
    margin: 1em auto;
    padding: 1em
}

.is-striped {
    background-color: rgba(233, 200, 147, .2)
}

.Famount {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    background-color: #e8f0f2
}

.Famount .Famount-cell {
    flex: 1 1 11em;
    padding: 10px;
    overflow: hidden
}

.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em;
    padding: 0
}

.Rtable .Rtable-filter {
    flex: 1 0 21%;
    overflow: hidden;
    padding: 10px;
    background-color: #e8f0f2
}

.Rtable .Rtable-pagination {
    flex: 1 0 21%;
    overflow: hidden;
    padding: 10px;
    background-color: #e8f0f2
}

.Rtable .Rtable-pagination .paginate-entry {
    flex: 3 0 0;
    flex-basis: auto
}

.Rtable .Rtable-pagination .paginate-column {
    flex: 1 0 0
}

.Rtable .Rtable-pagination .paginate-column .pagination {
    margin: 0;
    display: block;
    padding-left: 0
}

.Rtable .Rtable-row {
    width: 100%;
    display: flex
}

.Rtable .Rtable-row .Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    padding: .8em 1.2em;
    overflow: hidden;
    list-style: none
}

.Rtable .Rtable-row .Rtable-cell.column-heading {
    background-color: #e8f0f2;
    color: #036c9c;
    padding: 1em;
    font-weight: 700
}

.Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
    display: none
}

.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
    font-size: 2em;
    color: #fff
}

@media all and (max-width:750px) {
    .is-striped {
        background-color: #fff
    }

    .Rtable .Rtable-pagination .paginate-entry {
        flex: auto;
        padding: 5px
    }

    .Rtable .Rtable-pagination .paginate-column {
        flex: auto;
        padding: 5px
    }

    .Rtable .Rtable-pagination .paginate-column .pagination {
        margin: 0;
        display: inline-block;
        padding-left: 0
    }

    .Rtable--collapse {
        display: block;
        width: 100%;
        box-shadow: none
    }

    .Rtable--collapse .Rtable-row {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2em;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2)
    }

    .Rtable--collapse .Rtable-row .Rtable-cell {
        width: 100% !important;
        display: flex;
        flex-basis: auto;
        align-items: center
    }

    .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
        display: inline-block;
        flex: 1;
        max-width: 120px;
        min-width: 120px;
        color: #036c9c;
        font-weight: 700;
        border-right: 1px solid #ccc;
        margin-right: 1em
    }

    .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
        flex: 2;
        padding-left: 1em
    }

    .Rtable--collapse .topic-cell {
        background-color: #e8f0f2;
        color: #036c9c;
        font-weight: 500;
        order: -1
    }

    .Rtable--collapse .topic-cell .Rtable-cell--content {
        padding-left: 0 !important
    }

    .Rtable--collapse .Rtable-row--head {
        display: none
    }
}

.no-flexbox .Rtable {
    display: block
}

.no-flexbox .Rtable.Rtable-cell {
    width: 100%
}

.pre-wrap {
    font-weight: 600;
    max-height: 60vh;
    overflow: auto;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

.width-60 {
    width: 60%
}

.main-editor-pg .dsnr-pg-hdr * {
    font-family: raleway, sans-serif
}

.arabic .dsnr-pg-hdr * {
    font-family: cairo, sans-serif
}

.main-editor-pg .dsnr-ctrl * {
    font-family: raleway, sans-serif
}

.arabic .dsnr-ctrl * {
    font-family: cairo, sans-serif
}

.template-edit-row {
    width: 100%;
    padding: 1rem;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: .5rem;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#add-row {
    background-color: #8a2be2;
    margin-bottom: .5rem
}

#remove-row {
    background-color: #9b0000
}

.color-palette-box {
    font-size: 1rem;
    font-weight: 400
}

.color-palette-box.color_scheme_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.color-palette-box .col-sm-12,
.color-palette-box .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {
    .color-palette-box .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {
    .color-palette-box .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.color-palette-box label {
    width: 100%
}

.color-palette-box table {
    width: 100%;
    border-collapse: collapse;
    color: #fff !important;
    margin-top: 15px
}

.color-palette-box h4 {
    margin-top: .75rem;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    display: block;
    z-index: 7
}

.color-palette-box .text-center {
    text-align: center
}

.color-palette-box .h1,
.color-palette-box .h2,
.color-palette-box .h3,
.color-palette-box .h4,
.color-palette-box .h5,
.color-palette-box .h6,
.color-palette-box h1,
.color-palette-box h2,
.color-palette-box h3,
.color-palette-box h4,
.color-palette-box h5,
.color-palette-box h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.color-palette-box h1,
.color-palette-box h2,
.color-palette-box h3,
.color-palette-box h4,
.color-palette-box h5,
.color-palette-box h6 {
    margin-bottom: .5rem
}

.color-palette-box *,
.color-palette-box ::after,
.color-palette-box ::before {
    box-sizing: border-box
}

.color-palette-box .color-palette-set {
    margin-bottom: 15px
}

.color-palette-box .color-palette {
    height: 35px;
    line-height: 35px;
    padding-right: .75rem
}

.color-palette-box .color-palette tr:nth-child(even) {
    text-align: center;
    padding-right: 0;
    display: block
}

.color-palette-box .color-palette tr:nth-child(even) span {
    display: block;
    padding-left: .75rem
}

.color-palette-box .color-palette span {
    display: none;
    font-size: 12px
}

.color-palette-box .color-palette tr:hover span {
    display: block
}

.color-palette-box tr:nth-child(even) {
    opacity: .65
}

.color-palette-box input[type=radio] {
    display: none
}

.color-palette-box input[type=radio]:checked+label table {
    box-shadow: 0 0 5px #51cbee;
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid #51cbee
}

.dsnr-pg-hdr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 2em;
    background-color: #14293c
}

.dsnr-pg-hdr h2 {
    font-size: 2em;
    font-weight: 700;
    color: #fff
}

.dsnr-pg-main {
    padding: 1em 2em 2em;
    display: flex;
    justify-content: space-between
}

.dsnr {
    width: 75%
}

.dsnr>*+* {
    margin-top: 1em
}

.dsnr .tox {
    margin-top: 0
}

.dsnr-sub {
    display: flex
}

.dsnr-sub input {
    color: #fff;
    background-color: #14293c;
    padding: .5em;
    width: 100%;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 4px
}

.dsnr-ctrl {
    width: 23%;
    height: 50%
}

.dsnr-ctrl>*+* {
    margin-top: 2em
}

.dsnr-ctrl-opts {
    border: 1px solid #d3d3d3
}

.dsnr-ctrl-hdr {
    background-color: #d3d3d3;
    width: 100%;
    height: 5em;
    color: #000;
    padding: .5em;
    display: flex;
    justify-content: center;
    align-items: center
}

.dsnr-ctrl-main {
    padding: 1em 1.5em 2em
}

.dsnr-ctrl-main>div {
    width: 100%
}

.dsnr-ctrl-main>div>*+* {
    margin-top: .4em
}

.dsnr-ctrl-main>div>select {
    display: block;
    width: 100%;
    height: 2.5em;
    font-size: .8em
}

.dsnr-ctrl-main>*+* {
    margin-top: 1.5em
}

table.tree,
p.zatca_validations {
    font-weight: 700
}

table.tree td.element {
    color: #22438a
}

.data-image,
.Faliure_icon {
    margin-left: 5px;
    width: 15px
}

.alert-image {
    margin-right: 5px
}

span.header_icon {
    background: url(green-circle-check.svg) no-repeat;
    display: inline-block;
    width: 19px;
    height: 18px
}

span.header_icon,
span.success_icon,
span.failure_icon,
span.info_icon {
    margin: 0 2px 0 0;
    position: relative;
    top: 3px
}

span.success_icon {
    background: url(green-check.svg) no-repeat;
    display: inline-block;
    width: 19px;
    height: 18px
}

span.failure_icon {
    background: url(red-cross.svg) no-repeat;
    display: inline-block;
    width: 19px;
    height: 18px
}

span.info_icon {
    background: url(info.svg) no-repeat;
    display: inline-block;
    width: 19px;
    height: 18px;
    cursor: pointer
}

div.zatca_info {
    max-height: 350px;
    overflow: scroll
}

.status-text {
    display: inline-flex
}

.s-green {
    border: #0f9d58
}

.s-blue {
    border: #0d6aad
}

.s-red {
    border: #8a1f11
}

.paydirect_allowed_accounts {
    width: 220px !important
}

.plugin-remove_button .has-items span {
    max-width: 90%
}

.plugin-remove_button .has-items span .item {
    white-space: nowrap;
    overflow: hidden
}

.wrraper_deatils .content_wrap__top__side__left>div input,
.wrraper_deatils .content_wrap__top__side__right>div input * {
    font-family: cairo, sans-serif
}

.wrraper_deatils .card {
    display: grid;
    margin: 0 3rem;
    gap: 2rem;
    box-shadow: none;
    border: none;
    grid-template-columns: 40% 60%;
    justify-content: center;
    align-content: center
}

.wrraper_deatils .title__section,
.wrraper_deatils .info h3 {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.wrraper_deatils #applied {
    background: #f59740;
    display: flex;
    align-items: center;
    width: 112px;
    justify-content: center;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100px;
    padding: .2em .5em;
    color: #fff
}

.wrraper_deatils .info__sectiontop h3 {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.wrraper_deatils .no_m {
    margin: 0
}

.wrraper_deatils .card__one {
    padding: 1rem;
    height: max-content
}

.wrraper_deatils .card__one,
.wrraper_deatils .card__tow {
    background: #fff;
    border: 2px solid #dbdbdb;
    overflow: hidden;
    padding: 1rem 2rem
}

.wrraper_deatils .content__header {
    display: flex;
    gap: 2rem;
    align-items: flex-start
}

.wrraper_deatils .title__data,
.wrraper_deatils .card__one__content__critrea h3 {
    font-size: 18px
}

.wrraper_deatils .description {
    font-weight: 700
}

.wrraper_deatils h3 {
    color: #0c5e6e;
    font-size: 20px
}

.wrraper_deatils .content__header__title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%
}

.wrraper_deatils .content {
    display: flex;
    flex-direction: column
}

.wrraper_deatils .content__header__title__top h5,
.wrraper_deatils .content__header__title__top span {
    font-size: 1.5em;
    margin: 0 5px;
    color: #0c5e6e
}

.wrraper_deatils .content__header__title__top span {
    font-size: 12px
}

.wrraper_deatils .state {
    color: #fa5c7c
}

.wrraper_deatils .content__header__title .state img {
    border: 1px solid #dbdbdb;
    border-radius: 100px
}

.wrraper_deatils .card__one__content__critrea>div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    color: #0c5e6e;
    font-weight: 700
}

.wrraper_deatils .title__data {
    font-weight: 700
}

.wrraper_deatils .card__one__content__Description {
    color: #576487;
    word-wrap: anywhere
}

.wrraper_deatils .false_div {
    padding: 1.6rem;
    background: rgba(250, 92, 124, .16);
    font-size: 1.9rem
}

.wrraper_deatils .false_div img {
    margin-right: 2rem;
    width: 35px
}

.wrraper_deatils .content__wrap__flex__stats .true {
    border: 1px solid rgba(250, 92, 124, .4);
    border-radius: 50%;
    width: 20px;
    color: #fff;
    background: #0bcf97;
    font-size: 13px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px
}

.wrraper_deatils .criteria h3 {
    text-transform: capitalize
}

.wrraper_deatils #Eligible {
    display: flex;
    align-items: center;
    width: 93px;
    color: #0bcf97;
    justify-content: flex-start;
    background-color: rgba(11, 207, 151, .3);
    gap: 1rem;
    border: 1px solid #fff;
    border-radius: 100px
}

.wrraper_deatils #Eligible:nth-child(2) {
    font-size: 14px;
    color: #0bcf97;
    font-weight: 600
}

.wrraper_deatils #Not_Eligible {
    display: flex;
    align-items: center;
    width: 112px;
    justify-content: space-between;
    background: rgba(250, 92, 124, .4);
    border: 1px solid #fff;
    border-radius: 100px;
    padding: .2em .5em
}

.wrraper_deatils #Not_Eligible:nth-child(2) {
    font-size: 13px;
    color: rgba(255, 0, 0, .671);
    font-weight: 600;
    padding: 4px
}

.wrraper_deatils .card__tow__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    margin: 0 2rem
}

.wrraper_deatils .card__tow__header h3 {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
    font-weight: 700;
    text-transform: capitalize
}

.wrraper_deatils .flag {
    color: #25233a
}

.wrraper_deatils .card__tow__header span {
    margin: 0 0 5rem;
    font-size: 2rem;
    color: #576487
}

.wrraper_deatils .content_wrap {
    display: flex;
    flex-direction: column;
    margin: 0 2rem;
    margin-top: 1.8rem;
    font-family: initial;
    margin-bottom: 4rem
}

.wrraper_deatils .content_wrap__top__side {
    display: flex;
    margin: 2rem 0
}

.wrraper_deatils .content_wrap__top__side__left,
.wrraper_deatils .content_wrap__top__side__right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.wrraper_deatils .content_wrap__top__side__left {
    margin-right: 4rem
}

.wrraper_deatils .buttons {
    gap: 4rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrraper_deatils .content_wrap__top__side__left>div,
.wrraper_deatils .content_wrap__top__side__right>div {
    display: flex;
    flex-direction: column
}

.wrraper_deatils .content_wrap__top__side__left>div span:first-child,
.wrraper_deatils .content_wrap__top__side__right>div span:first-child {
    color: #0c5e6e;
    font-weight: 700;
    font-size: 16px
}

.wrraper_deatils .values {
    color: #576487;
    font-size: 1.8rem;
    margin-bottom: 2rem
}

.wrraper_deatils .values_light {
    color: #576487;
    font-size: 1.8rem;
    margin-bottom: 2rem
}

.wrraper_deatils .criteria .criteria__name {
    font-weight: 700;
    font-size: 16px
}

.wrraper_deatils .info .title__section {
    margin-top: 4rem
}

.wrraper_deatils .criteria {
    display: flex;
    flex-direction: column
}

.wrraper_deatils .criteria span:nth-child(2) {
    margin-bottom: 1rem
}

.wrraper_deatils .ans {
    margin-bottom: 1.2rem;
    color: #576487;
    font-size: 1.8rem
}

.wrraper_deatils .content_wrap__top__side__left>div span,
.wrraper_deatils .content_wrap__top__side__right>div span {
    color: #576487;
    font-size: 1.8rem;
    word-break: break-all
}

.wrraper_deatils .content_wrap__top__side__left>div input,
.wrraper_deatils .content_wrap__top__side__right>div input {
    width: 28rem;
    height: 3rem
}

.wrraper_deatils .info_sngile div {
    font-size: 1.8rem;
    color: #0c5e6e
}

.wrraper_deatils .info h3 {
    margin-top: 4rem
}

.wrraper_deatils .info__tow {
    display: flex;
    gap: 25rem;
    margin-bottom: 1rem
}

.wrraper_deatils .qa {
    display: flex;
    flex-direction: column;
    word-break: break-all
}

.wrraper_deatils .qa textarea {
    margin-bottom: 1.7rem
}

.wrraper_deatils .info__tow>div {
    font-size: 1.8rem;
    color: #0c5e6e;
    width: 100%;
    display: flex;
    flex-direction: column
}

.wrraper_deatils .info__tow>div input {
    border: 1px solid #dbdbdb
}

.wrraper_deatils .info_sngile {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #0c5e6e
}

.wrraper_deatils .info__sectiontop>div {
    display: flex;
    flex-direction: column;
    padding: .4rem 2rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: #0c5e6e
}

.wrraper_deatils .info__sectiontop input {
    border: 1px solid #dbdbdb;
    padding: 1rem
}

.wrraper_deatils .qa input {
    margin-bottom: 1rem
}

.wrraper_deatils .info__sectiontop h5 {
    color: #000
}

.wrraper_deatils .info__Q>div {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #0c5e6e;
    font-weight: 600
}

.wrraper_deatils .info__Q input {
    padding: .5rem 2rem
}

.wrraper_deatils .Submit_btn {
    background: #0c5e6e;
    border: 0;
    padding: 1.3rem 1.8rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700
}

.wrraper_deatils .Dis_btn {
    border: 3px solid #0c5e6e;
    background: #fff;
    color: #0c5e6e;
    font-size: 1.8rem;
    padding: 1rem 8rem;
    text-align: center;
    margin-right: 2rem;
    font-weight: 700
}

@media(max-width:950px) {
    .wrraper_deatils .buttons {
        flex-direction: column;
        gap: 1rem
    }

    .wrraper_deatils .buttons a:nth-child(1) {
        margin-right: 0
    }

    .wrraper_deatils .card {
        grid-template-columns: auto;
        margin: 0 0
    }

    .wrraper_deatils .content_wrap__top__side {
        gap: 14px;
        flex-direction: column
    }

    .wrraper_deatils .info__tow {
        gap: 1rem;
        flex-direction: column
    }
}

@media(min-width:800px) {
    .wrraper_deatils .card {
        grid-template-columns: auto
    }

    .wrraper_deatils .content_wrap__top__side {
        width: 48rem;
        flex-direction: column;
        gap: 1rem
    }

    .wrraper_deatils .content_wrap__top__side__left {
        width: 25rem;
        margin-right: 4rem
    }

    .wrraper_deatils .info__tow {
        gap: 1rem;
        flex-direction: column
    }
}

@media(min-width:1200px) {
    .wrraper_deatils .content_wrap__top__side {
        gap: 14px;
        flex-direction: column
    }

    .wrraper_deatils .card {
        grid-template-columns: 40% 60%;
        margin: 0 4rem
    }

    .wrraper_deatils .info__tow {
        gap: 3rem;
        flex-direction: column
    }
}

@media(min-width:1500px) {
    .wrraper_deatils .content_wrap__top__side {
        flex-direction: row
    }
}

@media(min-width:1680px) {
    .wrraper_deatils .info__tow {
        flex-direction: row
    }
}

@media(max-width:980px) {
    .arabic .buttons a:nth-child(1) {
        padding: 1.3rem 5.7rem;
        margin: 0
    }

    .arabic .buttons {
        flex-direction: column;
        align-items: normal
    }
}

@media(min-width:1199px) and (max-width:1430px) {
    .arabic .buttons a {
        padding: 1rem 6rem;
        margin: 0
    }

    .arabic .buttons {
        flex-direction: column;
        align-items: normal
    }
}

.arabic .content_wrap__top__side__right {
    margin-right: 4rem
}

.arabic .content_wrap__top__side__left {
    margin-right: 0
}

.arabic .info__sectiontop input[type=submit] {
    padding: 1.3rem 5rem
}

.arabic .info__sectiontop input {
    padding: 1rem
}

@media(max-width:1499px) {
    .arabic .content_wrap__top__side__right {
        margin-right: 0
    }
}

#dropContainer {
    height: 120px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end
}

#dropContainer>.placeholder {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.5em;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    color: #aaa;
    margin-bottom: 0
}

#dropContainer>.filesContainer {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

#dropContainer .fileContainer {
    display: inline-block;
    margin: 10px;
    border: 1px solid #ccc;
    min-width: 75px;
    max-width: 90px;
    height: 62px;
    text-align: center;
    padding: 5px
}

#dropContainer .fileContainer .fileName {
    font-size: 8pt !important
}

#dropContainer .fileContainer .fileSize {
    font-size: 8pt !important
}

#dropContainer .dropzone-clear-btn {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #222;
    padding: 2px 20px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    font-size: 9pt;
    cursor: pointer;
    z-index: 40
}

#dropContainer .add-more-btn {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 4px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 9pt;
    cursor: pointer;
    z-index: 40
}

.arabic #dropContainer .dropzone-clear-btn {
    right: unset;
    left: 10px;
    padding: 2px 10px
}

.arabic #dropContainer .add-more-btn {
    right: unset;
    left: 10px
}

#dropContainer .dropzone-clear-btn:active,
#dropContainer .dropzone-clear-btn:focus #dropContainer .add-more-btn:active,
#dropContainer .add-more-btn:focus {
    outline: none !important
}

#dropContainer .dropzone-clear-btn:active {
    background-color: #444
}

#dropContainer.hasFiles:hover .dropzone-clear-btn,
#dropContainer.hasFiles .add-more-btn {
    display: inline-block
}

#dropContainer>.placeholder .drop-tip {
    color: #888
}

#dropContainer>.placeholder .drop-or {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999;
    display: none
}

.modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    width: 600px;
    height: 600px
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px
}

#attachment-frame {
    width: 100%;
    height: 100%;
    border: none
}

#attachment-frame img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto
}

#dropContainer2 {
    display: flex;
    flex-wrap: wrap
}

.fa-file,
.fileName {
    color: #0c5e6e
}

.quote-data-table {
    margin: 0%;
    margin-right: 0%
}

.wrraper * {
    font-family: cairo, sans-serif
}

.wrraper h3 {
    font-size: 1.5rem
}

.wrraper .label {
    font-size: 1.2rem
}

.wrraper .cards__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 1rem 4rem
}

.wrraper .cards__bar__flex {
    display: flex;
    align-items: center;
    gap: 1rem
}

.wrraper .cards__bar__flex span {
    color: #576487
}

.wrraper .container {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: width .1s
}

.wrraper .cards {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
    gap: 2rem;
    margin-bottom: 30px
}

.wrraper .cards__card {
    padding: 2.1rem;
    background: #fff;
    text-align: center;
    border-radius: 2rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    height: 300px;
    width: 0;
    margin: 0 auto
}

@media only screen and (max-width:600px) {
    .wrraper .cards {
        grid-template-columns: auto
    }

    .wrraper .cards__card {
        width: 100%
    }

    .wrraper .cards__bar {
        flex-direction: column;
        gap: 1rem
    }
}

@media only screen and (min-width:600px) {
    .wrraper .cards {
        grid-template-columns: auto
    }

    .wrraper .cards__card {
        width: 100%
    }

    .wrraper .cards__bar {
        flex-direction: column;
        gap: 1rem
    }
}

@media only screen and (min-width:768px) {
    .wrraper .cards {
        grid-template-columns: auto
    }

    .wrraper .cards__card {
        width: 100%
    }

    .wrraper .cards__bar {
        flex-direction: column;
        gap: 1rem
    }
}

@media only screen and (min-width:992px) {
    .wrraper .cards {
        grid-template-columns: auto auto
    }

    .wrraper .cards__bar {
        flex-direction: row;
        gap: 1rem
    }
}

@media only screen and (min-width:1200px) {
    .wrraper .cards {
        grid-template-columns: auto auto auto
    }

    .wrraper .cards__card {
        width: 36rem
    }
}

@media only screen and (min-width:1800px) {
    .wrraper .cards {
        grid-template-columns: auto auto auto
    }

    .wrraper .cards__card {
        width: 49.1rem
    }
}

.wrraper .loader {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.wrraper .mainSection {
    overflow: hidden;
    padding: 1px;
    min-height: 100vh
}

.wrraper .app_bar_button {
    background: #0c5e6e;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer
}

.wrraper i {
    font-size: 2.2rem
}

.wrraper .card__wrap__flex__info {
    text-align: left
}

.wrraper .card__wrap__flex__info div:nth-child(1) {
    font-size: 14px
}

.wrraper .card__wrap__flex__info div:nth-child(2) {
    font-size: 13px
}

.wrraper .cards__bar__flex select {
    border: 1px solid #576487;
    padding: .6rem;
    background: 0 0;
    outline: none
}

.wrraper .card__wrap__flex__info div,
.wrraper .bottom__wrap__flex__info div,
.wrraper .bottom__wrap__flex__numbers div {
    color: #0c5e6e
}

.wrraper .bottom__wrap__flex__info {
    text-align: left
}

.wrraper .card__wrap__flex__info div:first-of-type {
    font-weight: 800;
    text-align: start
}

.wrraper .card__wrap__flex__info .description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 15rem;
    text-align: start
}

.wrraper .card button {
    background: #0c5e6e;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    width: 100%;
    cursor: pointer
}

.wrraper .view_offer_button {
    background: #0c5e6e;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    width: 100%;
    cursor: pointer
}

.wrraper .cards__bar__filter {
    border: 1px solid #576487;
    padding: 5px;
    padding: .3rem .6rem
}

.wrraper .card__wrap,
.wrraper .bottom__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrraper .bottom__wrap {
    margin: 1.4rem 0
}

.wrraper .card__wrap__flex,
.wrraper .bottom__wrap__flex {
    display: flex;
    gap: 1rem;
    align-items: center
}

.wrraper hr {
    margin-top: 2rem
}

.wrraper .card__wrap__flex__stats {
    background: #f59740;
    padding: .2rem .3rem;
    border-radius: 15px;
    font-size: 1rem;
    width: 120px;
    color: #fff
}

.wrraper .fixed_height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 189px
}

.wrraper .pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrraper .pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none
}

.wrraper .pagination a.active {
    background-color: #0c5e6e;
    color: #fff;
    border-radius: 5px
}

.wrraper .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px
}

.wrraper .app_bar_button_white {
    display: flex;
    background: #f7faff;
    border: none;
    color: #0c5e6e;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    align-items: center
}

.wrraper .app_bar_button_white span:nth-child(1) {
    margin-right: 1rem
}

.wrraper .app_bar_button_white .true {
    border: 1px solid rgba(250, 92, 124, .4);
    border-radius: 50%;
    width: 20px;
    color: #fff;
    background: #0bcf97;
    font-size: 13px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px
}

.wrraper .card__wrap__flex__stats .cross {
    border: 1px solid rgba(250, 92, 124, .4);
    color: rgba(255, 0, 0, .671);
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    font-size: 13px;
    margin: 2px
}

.wrraper #Not_Eligible {
    display: flex;
    align-items: center;
    width: 101px;
    gap: 1rem;
    background: rgba(250, 92, 124, .4)
}

.wrraper #Not_Eligible:nth-child(2) {
    font-size: 13px;
    color: rgba(255, 0, 0, .671);
    font-weight: 600;
    padding: 4px
}

.wrraper #Undefined {
    display: flex;
    align-items: center;
    width: 101px;
    justify-content: space-between;
    background: #d9d9d9
}

.wrraper #Undefined:nth-child(2) {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 4px
}

.wrraper .card__wrap__flex__stats .true {
    border: 1px solid rgba(250, 92, 124, .4);
    border-radius: 50%;
    width: 20px;
    color: #fff;
    background: #0bcf97;
    font-size: 13px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    gap: 1rem
}

.wrraper #Eligible {
    display: flex;
    align-items: center;
    width: 81px;
    justify-content: center;
    background-color: rgba(11, 207, 151, .3);
    gap: 6px
}

.wrraper #Eligible:nth-child(2) {
    font-size: 14px;
    color: #0bcf97;
    font-weight: 600
}

.wrraper .card__wrap__flex__stats .next_span {
    width: 104px;
    display: inline-block;
    font-size: 14px
}

.wrraper .popup-overlay {
    visibility: hidden;
    position: absolute;
    background: #fff;
    width: 50%;
    height: 50%;
    top: 25%;
    z-index: 100;
    left: 25%
}

.wrraper .active {
    visibility: visible !important
}

.wrraper .popup-overlay.active {
    visibility: visible;
    text-align: center
}

.wrraper .popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    gap: 9px;
    color: #576487;
    font-weight: 500
}

.wrraper .popup-content.active {
    visibility: visible
}

.wrraper .Rectangle_121 {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(74, 101, 161, .8)
}

.wrraper .Rectangle_122 {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(74, 101, 161, .8)
}

.arabic .bottom__wrap__flex__info {
    text-align: right
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.onboarding {
    color: transparent !important;
    text-shadow: 0 0 .5em #8c979d !important
}

.onboarding :hover {
    color: #8c979d !important;
    text-shadow: none !important
}

.onboarding i:hover {
    color: #8c979d !important;
    text-shadow: none !important
}

.payslip-content div.employee-info {
    margin-left: 1%;
    margin-top: 1%;
    width: 99%
}

.payslip-content div.calendar-info {
    width: 100%
}

.payslip-content div.calendar-info .calendar-emb-large {
    margin-left: auto;
    margin-right: auto;
    width: 92%
}

.payroll_table {
    font-family: trebuchet ms, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%
}

.payroll_table td,
.payroll_table th {
    border: .1em solid #ddd;
    padding: 1em
}

table.payroll_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: "left";
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

table.payroll_table table th {
    padding: 5px 0;
    text-align: "left";
    background-color: #217ca8;
    color: #fff
}

table.payroll_table table {
    align-content: center;
    width: 100%;
    margin: 0;
    padding: 0
}

table.payroll_table table tr {
    background-color: #fff
}

table.payroll_table table tr:nth-child(even) {
    background-color: #fff
}

table.payroll_table tr.emphasis_row th {
    background-color: #14293c
}

table.payroll-header-table {
    margin-top: 1.2em
}

table.payroll-header-table,
table.payroll-header-table>thead {
    width: 50%;
    min-width: 25%;
    background-color: unset;
    border: none;
    font-size: small
}

table.payroll-header-table>tfoot {
    margin-top: 1em;
    font-size: smaller
}

.payall_allowed_accounts {
    width: 230px !important
}

.plugin-remove_button .has-items span {
    max-width: 90%
}

.plugin-remove_button .has-items span .item {
    white-space: nowrap;
    overflow: hidden
}

.pos-abuse-modal {
    width: 60%;
    max-height: 85vh
}

@media only screen and (max-width:900px) {
    .pos-abuse-modal {
        height: auto
    }

    .pos-main-ignore {
        flex: 1
    }
}

.modal-content.pos-main-content {
    width: 100%;
    height: 100%;
    padding-bottom: 0
}

.modal {
    background: rgba(0, 0, 0, .67)
}

.pos-main-content .pos-poster {
    height: 33.33%;
    width: 100%;
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    position: relative
}

.pos-main-content .pos-poster .pos-poster-forground {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(pos_abuse_foreground.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 10
}

.pos-main-content .pos-poster img {
    position: relative;
    z-index: 100;
    max-height: 200px
}

.pos-main-content .pos-main {
    height: 66.66%;
    width: 75%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    color: #556b82;
    text-align: center;
    gap: .75em;
    justify-content: space-between;
    padding-block: 1em
}

.pos-main-content .pos-main h3 {
    font-size: 1.75em;
    color: #aa0808;
    margin-top: 0
}

.pos-main-content .pos-main .pos-main-actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: .75em;
    gap: .75em;
    flex-wrap: wrap
}

.pos-main-content .pos-main .pos-main-quick-actions {
    display: flex;
    gap: .75em;
    flex-wrap: wrap
}

.pos-main-content .pos-main .pos-btn {
    all: unset;
    cursor: pointer;
    padding: .75em;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    min-width: 12em;
    flex: 1
}

.pos-main-content .pos-main .pos-primary-btn {
    background-color: #0070f2;
    color: #fff
}

.pos-main-content .pos-main .pos-secondary-btn {
    color: #1d2d3e;
    border: 1px solid #1d2d3e
}

.pos-main-content .pos-main .pos-tertiary-btn {
    color: #aa0808
}

.pos-form {
    width: 100%;
    height: 85vh;
    display: none;
    justify-content: start
}

.arabic .pos-form {
    justify-content: end
}

.vertical-header {
    width: 20%;
    height: 85vh;
    overflow: hidden;
    background-color: #021544;
    z-index: 999;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: flex-start
}

.vertical-header img {
    width: 100%;
    height: auto;
    padding: 10px
}

.form-container {
    width: 80%;
    padding: 30px;
    overflow-y: auto
}

.form-container::-webkit-scrollbar {
    display: none
}

.exit-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    border: 1px #000 solid
}

.arabic .exit-button {
    right: unset;
    left: 10px
}

.arabic .vertical-header {
    position: fixed;
    right: 0;
    justify-content: flex-end
}

.pos_buy_title {
    color: #000;
    padding: 10px 0
}

.vertical-header-pattern {
    width: 100%;
    height: 100%
}

.arabic .vertical-header-pattern {
    transform: scaleX(-1)
}

.arabic .pos-poster-forground {
    background-position: left
}

.arrow-icon:after {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px
}

.right-arrow:after {
    content: '\25b8'
}

.down-arrow:after {
    content: '\25be'
}

.border-left-gray {
    border-left-color: #d2d6de !important
}

.border-left-red {
    border-left-color: #eb796d !important
}

.border-left-yellow {
    border-left-color: #f39c12 !important
}

.border-left-green {
    border-left-color: #7ed686 !important
}

.s_task-list_label {
    border-left: 6px solid
}

.btn-primary {
    background-color: #1b97df;
    border-color: #1b97df
}

.accordion h5.header {
    cursor: pointer
}

.ml-3 {
    margin-left: 3%;
    margin-right: 3%
}

.of-10-y {
    max-height: 180px;
    overflow-y: auto
}

.text-pull-center {
    text-align: center
}

.chart-content-wraper {
    text-align: center
}

.solid-br {
    border-right: 1px solid #e1e1e1
}

.back-btn {
    cursor: pointer
}

.visit-cd {
    float: right
}

.modal-footer .btn+.btn {
    margin-right: 5px
}

.float-fix {
    float: right !important
}

.float-fix>.dropdown-menu {
    right: 0;
    left: auto
}

.arabic .border-left-gray {
    border-left-color: #f5f5f6;
    border-right-color: #d2d6de !important
}

.arabic .border-left-red {
    border-left-color: #f5f5f6;
    border-right-color: #eb796d !important
}

.arabic .border-left-yellow {
    border-left-color: #f5f5f6;
    border-right-color: #f39c12 !important
}

.arabic .border-left-green {
    border-left-color: #f5f5f6;
    border-right-color: #7ed686 !important
}

.arabic .s_task-list_label {
    border-left: 0;
    border-right: 6px solid
}

.arabic .float-fix {
    float: left !important
}

.arabic .float-fix>.dropdown-menu {
    right: auto;
    left: 0
}

.arabic .card .card-header {
    text-align: right
}

.arabic .card .new-customer .form_row .form_name {
    text-align: right;
    margin-right: 3%
}

.arabic .right-arrow:after {
    content: '\25c0';
    font-size: 10px
}

.arabic .accordion .solid-border.default .accordion__content-wrapper {
    right: 50%;
    transform: translate(50%, 0%)
}

.arabic .accordion .solid-border.default .reset-transform {
    transform: inherit
}

.control-label {
    font-weight: unset
}

.card {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px
}

.card .new-customer .form_row .form_name {
    text-align: left;
    margin-left: 3%;
    width: 10%
}

.card .new-customer .form_row .form_field {
    float: none
}

.card .card-header {
    text-align: left;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.card .card-header .heading-text {
    padding: 12px
}

.card .card-header.hd-main {
    background-color: #e8f0f2;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 4px solid #217ca8;
    background-color: #14293c
}

.card .card-header.hd-sub {
    background-color: #e8f0f2;
    padding: 6px 16px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.card .card-header.hd-sub .heading-text {
    color: #1d97e0;
    padding: 0
}

.card .card-body {
    margin-top: 10px;
    overflow: auto
}

.card .card-body ._attach-modal,
.card .card-body ._adm-modal {
    width: 96%
}

.card .card-body.ofx {
    overflow-x: auto
}

.card .card-banner {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e1e1e1;
    margin: 0
}

.card .card-banner:before {
    background-color: #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px
}

.card .card-banner:after {
    background-color: #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px
}

.card .dropdown-menu .dropdown-item {
    font-size: 15px;
    margin: 0 10px
}

form .select2,
.form-select2 .select2 {
    width: 90% !important
}

.select2-container--bootstrap .selection .select2-selection__clear {
    float: left;
    margin-right: 7px
}

.dropdown-select .select2-results__options .select2-results__option {
    text-align: center
}

body.arabic .visit-cd {
    float: left
}

body.arabic .project-dashboard .top-nav {
    padding-left: 19px
}

body.arabic .project-dashboard .tab-content {
    margin-right: 0;
    margin-left: 15px
}

body.arabic .project-dashboard .card {
    margin-left: 3px
}

body.arabic .list-board .flex-wrapper .add-list .panel .board-centered.add-icon .fas {
    margin-left: 0;
    margin-right: 34%
}

.project-dashboard {
    padding: 0;
    margin: 0
}

.project-dashboard .nav-tabs {
    border-bottom: 0
}

.project-dashboard .top-nav .nav-item {
    text-align: center;
    font-size: 20px;
    padding: 0;
    display: table-cell;
    width: 1%;
    border-radius: 4px
}

.project-dashboard .top-nav .nav-item a {
    color: #1b97df;
    border: 1px solid #ddd;
    background-color: #e8f0f2
}

.project-dashboard .top-nav .nav-item:hover a {
    color: #1b97df;
    font-weight: 400
}

.project-dashboard .top-nav .nav-item:focus a {
    color: #1b97df;
    font-weight: 400
}

.project-dashboard .top-nav .nav-item.active a {
    background-color: #e6e6e6;
    color: #1b97df;
    font-weight: 700
}

.project-dashboard .tab-content {
    margin-top: 22px;
    margin-right: 20px
}

.project-dashboard .tab-content .tab-pane {
    border: 1px #e1e1e1
}

.project-dashboard .tab-content .tab-pane .project-details-dash {
    padding-left: 0;
    padding-right: 0
}

.project-dashboard .tab-content .tab-pane .project-details-dash .card {
    margin-left: 0
}

.project-dashboard #dashboard .tab-content {
    margin-top: 0;
    margin-right: 1px
}

.project-dashboard #dashboard .tab-content .card-body {
    margin-top: 0
}

.project-dashboard .progress-bar-main {
    margin-left: 15%;
    margin-bottom: 0
}

.list-board .flex-wrapper {
    display: inline-flex;
    align-items: flex-start;
    position: relative
}

.list-board .flex-wrapper .add-list .panel {
    position: absolute
}

.list-board .flex-wrapper .add-list .panel .board-centered.add-icon .fas {
    position: relative;
    margin-left: 34%;
    margin-top: 23px;
    font-size: 100px
}

.list-board img {
    vertical-align: middle
}

.list-board .img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.list-board .img-rounded {
    border-radius: 3px
}

.list-board .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out
}

.list-board .img-circle {
    border-radius: 50%
}

.list-board .board-centered {
    position: relative;
    margin-bottom: 30px;
    min-height: 40px
}

.list-board .board-centered .board-entry {
    position: relative;
    margin: 10px 8px;
    clear: both;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, .5);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, .5);
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, .5)
}

.list-board .board-centered .board-entry .board-entry-inner {
    position: relative
}

.list-board .board-centered .board-entry .board-entry-inner .board-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.list-board .board-centered .board-entry .board-entry-inner .board-time>span {
    display: block
}

.list-board .board-centered .board-entry .board-entry-inner .board-time>span:first-child {
    font-size: 15px;
    font-weight: 700
}

.list-board .board-centered .board-entry .board-entry-inner .board-time>span:last-child {
    font-size: 12px
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 4px #f5f5f6;
    -webkit-box-shadow: 0 0 0 4px #f5f5f6;
    box-shadow: 0 0 0 4px #f5f5f6;
    float: left;
    margin-top: 6px
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon.bg-primary {
    background-color: #303641;
    color: #fff
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon.bg-success {
    background-color: #00a651;
    color: #fff
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon.bg-info {
    background-color: #21a9e1;
    color: #fff
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon.bg-warning {
    background-color: #fad839;
    color: #fff
}

.list-board .board-centered .board-entry .board-entry-inner .board-icon.bg-danger {
    background-color: #cc2424;
    color: #fff
}

.list-board .board-centered .board-entry .board-entry-inner .board-label {
    position: relative;
    background: #f5f5f6;
    padding: .75em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.list-board .board-centered .board-entry .board-entry-inner .board-label h2,
.list-board .board-centered .board-entry .board-entry-inner .board-label p {
    color: #737881;
    font-family: noto sans, sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429
}

.list-board .board-centered .board-entry .board-entry-inner .board-label p+p {
    margin-top: 15px
}

.list-board .board-centered .board-entry .board-entry-inner .board-label h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.list-board .board-centered .board-entry .board-entry-inner .board-label h2 a {
    color: #303641
}

.list-board .board-centered .board-entry .board-entry-inner .board-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60)
}

.list-board .board-centered .board-entry .board-entry-inner:before,
.list-board .board-centered .board-entry .board-entry-inner:after {
    content: " ";
    display: table
}

.list-board .board-centered .board-entry .board-entry-inner:after {
    clear: both
}

.list-board .board-centered .board-entry:before,
.list-board .board-centered .board-entry:after {
    content: " ";
    display: table
}

.list-board .board-centered .board-entry:after {
    clear: both
}

.list-board .board-centered .board-entry.begin {
    margin-bottom: 0
}

.list-board .board-centered .board-entry.left-aligned {
    float: left
}

.list-board .board-centered .board-entry.left-aligned .board-entry-inner {
    margin-left: 0;
    margin-right: -18px
}

.list-board .board-centered .board-entry.left-aligned .board-entry-inner .board-time {
    left: auto;
    right: -100px;
    text-align: left
}

.list-board .board-centered .board-entry.left-aligned .board-entry-inner .board-icon {
    float: right
}

.list-board .board-centered .board-entry.left-aligned .board-entry-inner .board-label {
    margin-left: 0;
    margin-right: 70px
}

.list-board .board-centered .board-entry.left-aligned .board-entry-inner .board-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.list-board .board-centered:before,
.list-board .board-centered:after {
    content: " ";
    display: table
}

.list-board .board-centered:after {
    clear: both
}

.list-board .board-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 20px;
    bottom: 20px
}

.list-board .modal-static {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -100px;
    margin-left: -100px;
    overflow: visible !important
}

.list-board .modal-static,
.list-board .modal-static .modal-dialog,
.list-board .modal-static .modal-content {
    width: 200px;
    height: 150px
}

.list-board .modal-static .modal-dialog,
.list-board .modal-static .modal-content {
    padding: 0 !important;
    margin: 0 !important
}

.list-board .board-col {
    width: 300px;
    margin-right: 20px;
    float: left
}

.list-board .panel-body {
    padding: 15px 0 0;
    overflow-y: auto
}

.list-board .panel-body.mt-3 {
    margin-top: -3px
}

.list-board .grab {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.list-board .grabbing {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.list-board .panel-heading {
    cursor: context-menu
}

.list-board .panel-heading i {
    cursor: pointer
}

.form_row .form_field input[type=radio] {
    opacity: 10;
    width: 30px
}

.accordion .header {
    margin-top: 2px;
    margin-bottom: 2px
}

.accordion .header.default {
    background-color: #f8f9fa
}

.accordion .solid-border.default {
    border: 1px solid #f8f9fa;
    margin-bottom: 10px
}

.accordion .solid-border.default .accordion__content-wrapper {
    margin-bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%)
}

.accordion .solid-border.default .reset-transform {
    transform: inherit
}

.accordion .solid-border.default .reset-float {
    float: none
}

a.h-tdlink:hover {
    color: #1b97df;
    border-bottom: 1px dotted #000
}

.pre-wrap {
    white-space: pre-wrap
}

.report_subscription input.toggle-checkbox {
    display: none;
    position: inherit;
    z-index: 999;
    opacity: 100;
    cursor: pointer
}

.underline {
    text-decoration: none;
    position: relative
}

.underline-grey:after {
    position: absolute;
    content: "";
    height: 2px;
    bottom: -2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 103%;
    border-top: 2px dotted #757575
}

.underline:hover:after {
    border-top: 2px dashed #757575
}

.underline-grey:hover {
    cursor: zoom-in
}

.foreground {
    z-index: 1000;
    position: relative
}

.rotatez-90 {
    transform: rotateZ(90deg)
}

.amount-popup {
    cursor: pointer
}

form .filter.input-group .select2 {
    width: 80% !important
}

form .filter.input-group .input-group-addon {
    width: 20%
}

.filter-form .form_row {
    padding-top: 0;
    padding-bottom: 0
}

.filter-form .selector-group-btn {
    display: inline-flex
}

.filter-form .selector-group-btn .input-group-btn {
    font-size: inherit
}

.filter-form .selector-group-btn.form_row .form_field {
    padding-left: 0;
    display: inline-block
}

.filter-form .selector-group-btn.form_row .form_field:first-child {
    width: 17%
}

.filter-form .selector-group-btn.form_row .form_field:last-child {
    width: 37%
}

.filter-form .selector-group-btn.form_row .form_field .dropdown.bootstrap-select {
    border-radius: unset
}

.filter-form .bootstrap-select div.dropdown-menu.open {
    overflow: auto !important
}

.filter-form .bootstrap-select div.dropdown-menu.open div.inner.open {
    overflow-y: unset !important
}

.arabic .switch.padding-left-30 {
    padding-left: unset
}

.arabic .amount-popup-table {
    text-align: left
}

.arabic .underline:after {
    float: right;
    min-width: 100%;
    left: unset
}

.arabic .margin-26-right {
    margin-right: 26px
}

.arabic .filter-form .form_field .date_field.input-append.date.datepicker {
    right: 0;
    padding-right: 4px
}

.arabic .filter-form .form_field:first-child .date_field.input-append.date.datepicker {
    right: 0;
    padding-right: 0
}

.arabic .filter-form .selector-group-btn.form_row .form_field {
    padding-right: 0
}

.arabic .filter-form .selector-group-btn .input-group .select2-container--bootstrap {
    float: right
}

.arabic .filter-form .selector-group-btn .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arabic .filter-form input,
.arabic .filter-form select {
    height: 29px
}

.switch {
    height: 22px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.switch.padding-left-30 {
    padding-left: 30%
}

.switch input {
    display: none
}

.switch input+span {
    padding-left: 40px;
    min-height: 22px;
    line-height: 22px;
    display: inline;
    position: relative;
    white-space: nowrap
}

.switch input+span:not(:empty) {
    padding-left: 48px
}

.switch input+span:before,
.switch input+span:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 11px
}

.switch input+span:before {
    top: -1px;
    left: 0;
    width: 40px;
    height: 22px;
    border: 1px solid #217ca8;
    transition: all .3s ease
}

.switch input+span:after {
    width: 16px;
    height: 16px;
    background: #1b97df;
    top: 2px;
    left: 3px;
    transition: all .45s ease
}

.switch input+span+svg {
    display: none
}

.switch input:checked+span:before {
    background: #1b97df;
    border-color: #1b97df
}

.switch input:checked+span:after {
    background: #fff;
    transform: translate(18px, 0)
}

.switch:hover input:not(:checked)+span:before {
    border-color: #217ca8
}

html {
    -webkit-font-smoothing: antialiased
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: 1px;
    width: 70px;
    z-index: 10
}

.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px
}

.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 26px;
    width: 160px
}

.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    font-size: .8rem;
    line-height: 100%;
    padding: .375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    top: 10px;
    transform: rotate(45deg);
    width: 90px
}

.ribbon-wrapper .ribbon::after,
.ribbon-wrapper .ribbon::before {
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute
}

.ribbon-wrapper .text-lg {
    font-size: 1.25rem !important
}

.ribbon-wrapper .bg-danger,
.ribbon-wrapper .bg-danger>a {
    color: #fff !important
}

.ribbon-wrapper .bg-danger {
    background-color: #dc3545 !important
}

.arabic .ribbon-wrapper {
    right: unset;
    left: 14px
}

.arabic .ribbon-wrapper .ribbon {
    transform: rotate(-45deg)
}

.disable {
    filter: grayscale(100%);
    opacity: .6;
    background-color: #fff !important;
    border: none !important
}

#AddUserModal {
    padding-top: 2%
}

#AddUserModal .modal-body {
    padding: 30px
}

#AddUserModal .modal_header {
    font-weight: 500;
    font-size: 15px;
    color: #0c5e6e;
    margin-bottom: 20px
}

#AddUserModal .add-user-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0
}

#AddUserModal .add-user-row label {
    width: 40%;
    font-weight: 400;
    padding: 0 10px;
    color: #0c5e6e
}

#AddUserModal .add-user-row .filter-select-list {
    width: 100% !important
}

#AddUserModal .add-user-row input,
#AddUserModal .add-user-row select {
    width: 100%
}

#AddUserModal .add-user-row .form_field {
    width: 60%
}

#AddUserModal .add-user-row .bootstrap-select button {
    background: #fff
}

#AddUserModal .add-user-row .support-role {
    display: flex;
    gap: 5px
}

#AddUserModal .add-user-row .support-role i {
    margin: 0
}

#AddUserModal .footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0
}

#AddUserModal .footer .button {
    padding: 7.5px 21.8px 7.5px 20px;
    width: 150px;
    text-align: center;
    border-radius: 3px;
    border: none;
    color: #fff;
    margin: 5px
}

#AddUserModal .footer .save-user-btn {
    background-color: #1b97df
}

#AddUserModal .footer .cancel-user-btn {
    background-color: #14293c
}

#AddUserModal .permission-table .width40 {
    width: 40%
}

#AddUserModal .permission-table .thead {
    color: #0c5e6e;
    background: #f1f4fa;
    font: unset;
    margin-bottom: 15px
}

#AddUserModal .permission-table tr:hover {
    background-color: #fff !important
}

#AddUserModal .permission-table .accordian-td {
    border: none;
    padding: 10px 0
}

#AddUserModal .permission-table .header {
    padding: 6px 0;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px
}

.tooltip-inner {
    background-color: #14293c
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #14293c
}

.tooltip.left .tooltip-arrow {
    border-left-color: #14293c
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #14293c
}

.tooltip.right .tooltip-arrow {
    border-right-color: #14293c
}

.tooltip_products {
    position: relative;
    display: inline-block
}

.tooltip_products .tooltiptext_products {
    display: none;
    width: 150px;
    height: auto;
    background-color: #14293c;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    white-space: normal;
    border: none;
    position: absolute;
    z-index: 999;
    right: 105%;
    top: 0%;
    box-shadow: 0 7px 20px 4px #0000001f;
    transition: opacity .5s
}

#ar_tooltip {
    right: 105% !important;
    left: 0% !important;
    width: 338px !important
}

#en_tooltip {
    width: 338px !important;
    left: 105% !important;
    right: 0% !important
}

.tooltip_products:hover .tooltiptext_products {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 10;
    width: 26rem;
    bottom: unset;
    top: 100%;
    right: -50%
}

.tooltip_products_x:hover .back-btn {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 999
}

.products_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

@media only screen and (max-width:1024px) {
    .products_grid {
        justify-content: center
    }

    .tooltip_products:hover .tooltiptext_products {
        width: 20rem;
        top: 12rem
    }
}

.custom_filter img {
    filter: none !important;
    opacity: 1
}

.custom_filter span {
    color: #0c5e6e
}

.custom_filter a {
    white-space: nowrap
}

.custom_filter a span {
    color: #fff;
    text-align: center !important;
    font-size: 1.4rem
}

.tooltip_invoice {
    position: relative;
    display: inline-block
}

.tooltip_invoice .tooltiptext_invoice {
    display: none;
    background-color: #14293c;
    color: #fff;
    text-align: center;
    border: none;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    width: 18rem;
    bottom: 100%;
    left: -7rem
}

.arabic .tooltip_invoice .tooltiptext_invoice {
    right: -7rem
}

.tooltip_invoice:hover .tooltiptext_invoice {
    display: block
}

.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: .1px;
    width: 270px;
    height: 130px;
    font-size: 14px;
    display: none
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4c4c4c;
    font-size: inherit
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer
}

.wickedpicker__close:before {
    content: '\00d7'
}

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: inherit
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
    color: #34495e;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 18px;
    cursor: pointer
}

.wickedpicker__controls__control-up:before {
    content: '\e800'
}

.wickedpicker__controls__control-down:after {
    content: '\e801'
}

.wickedpicker__controls__control--separator {
    width: 5px
}

.text-center,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
    text-align: center
}

.hover-state {
    color: #3498db
}

@font-face {
    font-family: fontello;
    src: url(fontelloba04.eot?52602240);
    src: url(fontelloba04.eot?52602240#iefix) format("embedded-opentype"), url(fontelloba04.woff?52602240) format("woff"), url(fontelloba04.ttf?52602240) format("truetype"), url(fontelloba04.svg?52602240#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.clearable-picker {
    position: relative;
    display: inline-block
}

.clearable-picker>.hasWickedpicker {
    padding-right: 1em
}

.clearable-picker>.hasWickedpicker::-ms-clear {
    display: none
}

.clearable-picker>[data-clear-picker] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: .8em;
    padding: 0 .3em .2em;
    line-height: 1;
    color: #bababa;
    cursor: pointer
}

.clearable-picker>[data-clear-picker]:hover {
    color: #a1a1a1
}

.otp-input {
    width: 46px;
    height: 44px;
    text-align: center;
    border-color: #b7b7b7;
    border-style: solid;
    border-width: 1px;
    border-radius: 10%;
    -moz-appearance: textfield
}

.otp-submit-btn {
    padding: 10px 55px;
    background-color: #0c5e6e;
    color: #fff;
    font-size: 1.5rem
}

.otp-submit-btn:hover {
    color: #fff
}

.otp-paragraph {
    font-weight: 600;
    font-size: larger
}

#integration-err.error {
    font-weight: 400;
    color: red
}

.spinner,
.failed-integration {
    display: none
}

:lang(ar) .close {
    float: left
}

.images-tag .qrcode {
    padding: 5px
}

.selectize-input {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    box-shadow: .5px 0 3px 0 #dfdfdf;
    padding: 0;
    color: #333;
    font-size: .95em;
    font-style: normal;
    position: relative;
    display: block;
    min-height: 31px
}

.selectize-input .item {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 6px
}

.selctize-dropdown .selectize-dropdown-content {
    text-align: center
}

.selectize-dropdown-content .option {
    text-align: center;
    font-size: 12px
}

.selectize-dropdown-content {
    max-height: 200px;
    overflow-y: scroll
}

.selectize-dropdown-content .option.add-product {
    background: #1b97df;
    color: #333
}

.selectize-dropdown-content .option.add-product:hover {
    color: #fff
}

.selectize-dropdown-content .option:not(.add-product):hover {
    background: #888;
    color: #fff
}

.pretty th .current {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center
}

.pretty th .asc {
    background-image: url(up_arrow.gif)
}

.pretty th .desc {
    background-image: url(down_arrow.gif)
}

table#billing_transactions_history .billing_details {
    display: none
}

.profile-menu {
    width: 188px
}

.profile-menu .btn-group {
    float: inherit
}

@media screen and (max-width:768px) {
    .notifications-drop li.dropdown {
        padding-top: 0
    }
}

.notifications-drop li.dropdown a {
    background-color: #fff
}

.arabic .notifications-drop ul {
    float: right
}

.arabic .profile-menu ul.dropdown-menu.notify-drop {
    left: 0
}

.profile-menu ul.dropdown-menu.notify-drop {
    left: -290px
}

.notifications-drop ul {
    float: left;
    margin-top: 7px
}

.notifications-drop .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px
}

.notifications-drop .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px
}

.notifications-drop .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll
}

.notifications-drop .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.notifications-drop .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.notifications-drop .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 5px
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none
}

.arabic .notifications-drop .dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: right;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 0 8px
}

.notifications-drop .dropdown-menu.notify-drop .allRead {
    margin-right: 7px
}

.arabic .notifications-drop .dropdown-menu.notify-drop .rIcon {
    float: left
}

.notifications-drop .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999
}

.notifications-drop .dropdown-menu.notify-drop .rIcon:hover {
    color: #333
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li a {
    font-size: 12px;
    font-weight: 400
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li {
    font-weight: 700;
    font-size: 11px
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2
}

.arabic .notifications-drop .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: 400;
    margin: 3px 0
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0 0;
    padding: 0 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #b97745
}

.notifications-drop .dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff)
}

.notifications-drop .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px
}

.notifications-drop .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none
}

.notifications-drop .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333
}

ul.e_c_d_errors {
    color: red;
    left: 45px;
    position: relative
}

.s_empty_table_popup_container {
    display: flex;
    z-index: 1;
    padding: 7%;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    flex-direction: column;
    align-items: center
}

.s_empty_table_popup_content {
    background-color: #fefefe;
    margin: auto;
    padding: 5%;
    border: 1px solid #888;
    width: 80%
}

.s_empty_table_popup_header {
    margin-top: -5%;
    display: flex;
    flex-direction: column
}

.s_empty_table_popup_icon {
    width: 12em;
    align-self: center
}

.s_empty_table_popup_icon>img {
    width: 100%
}

.s_header_text_empty_table_popup {
    text-align: center
}

.s_empty_table_popup_text {
    width: 60%;
    padding: 1%;
    text-align: center
}

.s_add_btns_empty_table_popup {
    float: right;
    padding-top: 2%
}

.payslip-content {
    margin: 0 auto;
    padding: 0;
    overflow: auto
}

.employee-info {
    position: inherit;
    float: left
}

.calendar-info {
    position: inherit;
    float: right
}

.crum {
    color: #0d6aad !important
}

.root_crum {
    color: #0d6aad !important
}

.current_crum {
    color: #000 !important
}

.link_crum:hover {
    color: #00a7d0 !important;
    text-decoration: underline !important;
    text-decoration: #0e1b25
}

.s_hr_schedule_select {
    width: 100% !important
}

input.login {
    opacity: 1 !important
}

.comparison {
    max-width: 940px;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #ccc
}

.comparison td,
.comparison th {
    border-right: 1px solid #ccc;
    empty-cells: show;
    padding: 10px;
    text-align: center
}

.compare-heading {
    font-size: 18px;
    font-weight: 700 !important;
    border-bottom: 0 !important;
    padding-top: 10px !important
}

.comparison tbody tr:nth-child(odd) {
    display: none
}

.comparison .compare-row {
    background: #f5f5f5
}

.comparison .crossred {
    color: red
}

.comparison .tickblue {
    color: #0078c1
}

.comparison .tickgreen {
    color: #009e2c
}

.comparison th {
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #ccc
}

.comparison tr td:first-child {
    text-align: left
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 0
}

.comparison .tl2 {
    border-right: 0
}

.comparison .qbse {
    background: #0078c1;
    border-top-left-radius: 3px;
    border-left: 0
}

.comparison .qbo {
    background: #009e2c;
    border-top-right-radius: 3px;
    border-right: 0
}

.comparison .price-info {
    padding: 5px 15px 15px
}

.comparison .price-buy {
    background: #1b97df;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px
}

@media(max-width:767px) {

    .comparison td:first-child,
    .comparison th:first-child {
        display: none
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #f7f7f7
    }

    .comparison .row {
        background: #fff
    }

    .comparison td,
    .comparison th {
        border: 1px solid #ccc;
        text-align: center
    }

    .price-info {
        border-top: 0 !important
    }
}

@media(max-width:639px) {
    .comparison .price-buy {
        padding: 5px 10px
    }

    .comparison td,
    .comparison th {
        padding: 10px 5px;
        text-align: center
    }

    .comparison .hide-mobile {
        display: none
    }

    .comparison .qbse,
    .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px
    }

    .comparison .price-buy {
        margin-top: 10px
    }

    .compare-heading {
        font-size: 13px
    }
}

.s_subscribe_button {
    margin: .5em;
    background-color: #f59740;
    border-width: 0;
    font-weight: 700
}

.s_subscribe_button_helperText {
    white-space: normal;
    color: #f59740
}

.ingrediant_unit_picker,
.unit_conversions_from_select,
.following_unittype_select_picker {
    width: 120px !important
}

.form_field .bootstrap-select {
    width: 90% !important
}

.pos_tenant_fields {
    display: none
}

#print_settings_form {
    min-height: 340px
}

.barcode_info {
    box-sizing: content-box;
    background: #fff;
    color: #000;
    padding: .5em
}

#barcode_svg {
    display: block;
    margin: auto
}

.one-line {
    white-space: nowrap
}

.barcode_info table * {
    word-wrap: normal;
    word-break: keep-all !important
}

.barcode_info table.table {
    margin-bottom: 0
}

.barcode_info table.table td.org_name {
    text-align: center
}

.barcode_info table.table td.prod_price_en {
    text-align: right;
    padding: 2px 10px 0 8px
}

.barcode_info table.table td.prod_price_ar {
    text-align: left;
    padding: 2px 10px 0 8px
}

.barcode_info table.table td {
    border-top: 0;
    padding: 2px 0 0 8px
}

.cd_discount .inline-block-child {
    display: inline-block
}

.cd_discount .bootstrap-select {
    width: 100px !important
}

.cd_discount input#cd_discount_value {
    width: 150px;
    padding: 8px !important
}

#cd_side_info {
    word-wrap: break-word
}

.pagination-info {
    color: green
}

.paginate {
    padding-left: 79% !important
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.users-pagination ul.paginate li.active span,
.paginate>li:first-child>a,
.paginate>li:first-child>span {
    font-size: 13px !important
}

.zatca-newlogo {
    display: flex;
    margin: 5.5rem 0 0 3rem
}

.home__hdr {
    --e-transform-transition-duration: 100ms;
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    background-color: #fff;
    padding: 0 4%;
    font-size: 1.25rem;
    height: 10vh;
    min-height: 7rem;
    font-family: cairo, Helvetica, sans-serif
}

.home__header_divider {
    height: 10vh;
    width: 100%
}

.home__hdr * {
    color: #0c5e6e
}

.home__hdr_container {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home__hdr_row {
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home__hdr_section {
    position: relative;
    display: flex;
    align-items: center
}

.home__hdr_logo {
    width: 10%;
    padding: 2em
}

.home__hdr_logo img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.home__hdr_list {
    width: 90%;
    display: flex
}

.home__hdr_nav {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    flex-wrap: wrap
}

.home__hdr_nav_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-inline-end: 25%
}

.home__hdr ul {
    display: flex;
    margin: 0;
    padding: 0 1em 0 1.5em;
    list-style: none;
    gap: 2rem
}

.home__hdr ul li {
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    align-items: center;
    text-wrap: nowrap
}

.home__hdr ul li>a {
    text-align: center;
    flex: 1
}

.home__hdr_nav_container li:nth-child(1) {
    flex-basis: 6.5em
}

.arabic .home__hdr_nav_container li:nth-child(1) {
    flex-basis: 3em
}

.home__hdr_action {
    width: 60%
}

.home__hdr_action_container {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.home__hdr_action_container ul {
    padding-inline-end: 0;
    gap: 1.5rem
}

.home__hdr_action_container ul li:nth-child(1) {
    flex-basis: 4em
}

.home__hdr_action_container ul li:nth-child(2) {
    flex-basis: 4em
}

.home__hdr_action_container ul li:nth-child(3) {
    flex-basis: 2em
}

.home__hdr_help {
    border: 1px solid #0c5e6e;
    border-radius: 2em;
    padding: 5px;
    background-color: #fff
}

.home__hdr_help a {
    padding: 3px 5px
}

.home__hdr_burger {
    display: none
}

.home__hdr_lang img {
    width: 1em
}

@media screen and (max-width:1800px) {
    .home__hdr_nav_container {
        padding-inline-end: 17%
    }
}

@media screen and (max-width:1440px) {
    .home__hdr_logo {
        width: 10%;
        padding: 1.5em
    }
}

@media screen and (max-width:1280px) {
    .home__hdr_nav_container {
        padding-inline-end: 17%
    }

    .home__hdr_logo {
        width: 10%;
        padding: 1.5em
    }
}

@media screen and (max-width:1024px) {
    .home__hdr_row {
        flex-direction: column
    }

    .home__hdr_logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .home__hdr_logo_container {
        width: calc(10vw + 5em)
    }

    .home__hdr_list {
        flex-direction: column;
        max-height: 0;
        transition: max-height .3s ease-in-out;
        transform: scaleY(0);
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow-y: hidden;
        position: fixed;
        top: 10vh;
        width: 100vw;
        left: 0;
        background-color: #fff
    }

    .home__hdr_list_show {
        max-height: 30em;
        transform: scaleY(1)
    }

    .home__hdr_list>* {
        width: 100%
    }

    .home__hdr_nav_container {
        width: 100%;
        padding: 0
    }

    .home__hdr ul {
        width: 100%;
        padding: 0;
        flex-direction: column
    }

    .home__hdr ul li {
        padding: .625em 0;
        flex-basis: 0 !important
    }

    .home__hdr ul li>a {
        text-align: center !important
    }

    .home__hdr_help {
        border: none
    }

    .home__hdr_burger {
        font-size: 3rem;
        display: flex;
        cursor: pointer
    }
}

.jq__accordion {
    background-color: #0c5e6e;
    color: #fff;
    font-size: 16px;
    padding-block: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4em
}

.jq__accordion .ui-accordion-header-icon {
    color: #f59740;
    margin: 0
}

.jq__accordion p {
    color: #dbdbdb
}

.jq__accordion_main {
    width: 50%
}

.jq__accordion_main h4 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    cursor: pointer;
    align-items: center
}

.jq__accordion_main>div {
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em
}

.accordion>* {
    margin: 0;
    background-color: transparent !important
}

.accordion>*+* {
    margin-top: .5em
}

.pg__reset :is(.main-content, .main-content-box, .free-trail-wrap) {
    float: none
}

.jq__accordion_header {
    text-align: center
}

.jq__accordion_header p {
    font-size: 20px
}

@media screen and (max-width:1200px) {
    .zatca-newlogo-disappear {
        display: none
    }

    .jq__accordion_main {
        width: 90%
    }
}

.tahseel-pending-payment .tahseel-pending-payment-notify {
    padding: 13px 18px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 108px 65px 0 rgba(0, 0, 0, .02), 0 192px 77px 0 rgba(0, 0, 0, .01), 0 300px 84px 0 transparent;
    border: solid 1px #f59740;
    color: #f59740;
    font-size: 14px;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.tahseel-pending-payment:hover .tahseel-pending-tooltip {
    display: block
}

.tahseel-pending-payment .tahseel-pending-tooltip {
    position: absolute;
    top: -65px;
    right: 50%;
    transform: translateX(50%);
    width: 250px;
    font-size: 12px;
    font-weight: 500;
    color: #344054;
    line-height: 1.5;
    padding: 8px 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03), 0 12px 16px -4px rgba(16, 24, 40, .08);
    display: none
}

.tahseel-pending-tooltip::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #fff;
    right: 50%;
    transform: translateX(50%);
    position: absolute;
    z-index: -1;
    bottom: -10px
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 700
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url(dataTables/sort_both-7905d95d943ea5ca2196b99d680198ac3c8d0ad7a2d5dc2f84770cc434fbe66d.png)
}

table.dataTable thead .sorting_asc {
    background-image: url(dataTables/sort_asc-f611408d3cc55ec3ceec1bffed64b01cfb2b19a46a96adbc193882939887a16b.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(dataTables/sort_desc-c47acf115e7038b7c39a88751c0783713c3c8d309432933080bebc44692472d7.png)
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(dataTables/sort_asc_disabled-d5f546dbfefdfb0082ae6a8158613c336e88d2219bb0d6e00581900d518d6c86.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(dataTables/sort_desc_disabled-2cbe741beec2161bb7bc0c0682ff0e464449f9835203df9f24174343ff8ddb15.png)
}

table.dataTable tbody tr {
    background-color: #fff
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f5f5f5
}

table.dataTable.hover tbody tr.selected:hover,
table.dataTable.display tbody tr.selected:hover {
    background-color: #a9b7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #f9f9f9
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad4
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b3cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a7b5ce
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b6d0
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f9
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fbfbfb
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fdfdfd
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad4
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #adbbd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ebebeb
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #eee
}

table.dataTable.display tbody tr.selected:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.selected:hover>.sorting_1 {
    background-color: #a1aec7
}

table.dataTable.display tbody tr.selected:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr.selected:hover>.sorting_2 {
    background-color: #a2afc8
}

table.dataTable.display tbody tr.selected:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr.selected:hover>.sorting_3 {
    background-color: #a4b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #cacaca;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width:767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

.atwho-view {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    min-width: 120px;
    z-index: 11110 !important
}

.atwho-view .atwho-header {
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-bottom: solid 1px #eaeff1;
    color: #6f8092;
    font-size: 11px;
    font-weight: 700
}

.atwho-view .atwho-header .small {
    color: #6f8092;
    float: right;
    padding-top: 2px;
    margin-right: -5px;
    font-size: 12px;
    font-weight: 400
}

.atwho-view .atwho-header:hover {
    cursor: default
}

.atwho-view .cur {
    background: #36f;
    color: #fff
}

.atwho-view .cur small {
    color: #fff
}

.atwho-view strong {
    color: #36f
}

.atwho-view .cur strong {
    color: #fff;
    font: 700
}

.atwho-view ul {
    list-style: none;
    padding: 0;
    margin: auto;
    max-height: 200px;
    overflow-y: auto
}

.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: 400
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*!Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme*/
.select2-container--bootstrap {
    display: block
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0
}

.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 4px
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px
}

.select2-container--bootstrap .select2-search__field {
    outline: 0
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999
}

.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #777;
    cursor: not-allowed
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 12px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px
}

.select2-container--bootstrap .select2-results__group {
    color: #777;
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    white-space: nowrap
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-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;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;
    border-color: #66afe9
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 4px 4px
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent
}

.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eee
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--bootstrap .select2-dropdown--above {
    margin-top: 1px
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    padding: 0;
    height: auto
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.428571429;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 12px;
    height: 32px;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 5em
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 3px
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 6px
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -5px
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 30px;
    border-radius: 3px
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 5px
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0;
    margin-left: -5px;
    margin-left: -10px;
    margin-top: -2.5px
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px;
    border-radius: 6px
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 12px;
    right: auto
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    border-color: #66512c
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    border-color: #843534
}

.has-error.select2-drop-active {
    border-color: #843534
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    border-color: #2b542c
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c
}

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .select2-container--bootstrap.select2-container--open,
.input-group .select2-container--bootstrap.select2-container--focus {
    z-index: 3
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important
}

.form-inline .select2-container--bootstrap {
    display: inline-block
}