@charset "UTF-8";
/*#region variables*/
/*#endregion*/
/*#region mixins*/
/*#endregion*/
/*#region utilities*/
.mar-none {
    margin: 0 !important;
}

.mar-bot-none {
    margin-bottom: 0 !important;
}

.mar-bot-5 {
    margin-bottom: 5px !important;
}

.mar-bot-10 {
    margin-bottom: 10px !important;
}

.mar-bot-20 {
    margin-bottom: 20px !important;
}

.mar-top-none {
    margin-top: 0 !important;
}

.mar-top-5 {
    margin-top: 5px !important;
}

.mar-top-10 {
    margin-top: 10px !important;
}

.mar-top-20 {
    margin-top: 20px !important;
}

.mar-vert-5 {
    margin: 5px 0px !important;
}

.mar-vert-10 {
    margin: 10px 0px !important;
}

.mar-left-5 {
    margin-left: 5px !important;
}

.mar-left-10 {
    margin-left: 10px !important;
}

.mar-right-5 {
    margin-right: 5px !important;
}

.mar-right-10 {
    margin-right: 10px !important;
}

.pad-none {
    padding: 0 !important;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-10 {
    padding: 10px !important;
}

.pad-20 {
    padding: 20px !important;
}

.pad-bot-10 {
    padding-bottom: 10px !important;
}

.pad-bot-20 {
    padding-bottom: 20px !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-20 {
    padding-top: 20px !important;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.lighter {
    font-weight: lighter !important;
}

.up {
    text-transform: uppercase !important;
}

.low {
    text-transform: lowercase !important;
}

.cap {
    text-transform: capitalize !important;
}

.font-zero {
    font-size: 0px !important;
}

.font-12,
.font-12 *,
.font-12 label,
.font-12.list-settings ul li label {
    font-size: 12px !important;
}

.font-64 {
    font-size: 64px !important;
}

.font-80 {
    font-size: 80px !important;
}

.no-collapse {
    border-collapse: separate;
}

.cell-bot,
.cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.cell-bot,
.cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.cell-top {
    display: table-cell;
    vertical-align: top;
}

.display-table {
    display: table;
}

.tall {
    height: 100%;
}

.wide {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.list-style-none {
    list-style-type: none !important;
}

.min-100 {
    min-height: 100px;
}

.pointer {
    cursor: pointer !important;
}

.underline {
    text-decoration: underline !important;
}

.bg-white {
    background-color: #fff !important;
}

.bgBlueLight {
    background-color: #CBE9F5 !important;
}

.bgYellowLight {
    background-color: #EDE7BB !important;
}

.overflow-auto {
    overflow: auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none !important;
}

.clear {
    clear: both;
}

.overflow-hidden {
    overflow: hidden !important;
}

.no-wrap {
    white-space: nowrap;
}

.line-1 {
    line-height: 1 !important;
}

.x-scroll {
    overflow-x: hidden;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.opacity-one {
    opacity: 1 !important;
}

.index-one {
    z-index: 1 !important;
}

.index-low {
    z-index: 99 !important;
}

.index-med {
    z-index: 999 !important;
}

.index-high, .modal {
    z-index: 9999 !important;
}

.index-subsuper, .modal-backdrop.in {
    z-index: 99990 !important;
}

.index-super, .modal:last-child {
    z-index: 99999 !important;
}

.border {
    margin: 0;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-color: #555;
    border-bottom-style: solid;
}

.color-green {
    color: #5db45d;
}

.cell-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*#endregion*/
/*#region color styling*/
.log-INFO {
    background-color: #205469 !important;
    color: #fff;
}

.log-DEBUG {
    background-color: #cea460 !important;
    color: #fff;
}

.log-ERROR {
    background-color: #963b49 !important;
    color: #fff;
}

.ItemType1 td, small.ItemType1 {
    background-color: #CBE9F5 !important;
}

.ItemType2 td, small.ItemType2 {
    background-color: #EDE7BB !important;
}

.ItemType3 td, small.ItemType3 {
    background-color: #e2e2e2 !important;
}

.ItemType4 td, small.ItemType4 {
    background-color: #000 !important;
}

.ItemType5 td, small.ItemType4 {
    background-color: #F0C5C5 !important;
}

.color-block {
    width: 20px;
    height: 10px;
    display: inline-block;
    border: 1px solid #111;
}

    .color-block.debit {
        background-color: #CBE9F5;
    }

    .color-block.credit {
        background-color: #EDE7BB;
    }

    .color-block.reject {
        background-color: #F0C5C5;
    }

    .color-block.exclude {
        background-color: #eee;
    }

.transaction-balanced {
    background-color: #5db45d !important;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.transaction-unbalanced {
    background-color: #c46a69 !important;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.readyToRepair {
    background-color: #c46a69 !important;
}

.readyToBalance {
    background-color: #57889c !important;
}

.balanced {
    background-color: #5db45d !important;
}

.suspectedDuplicate {
    background-color: #5db45d !important;
}

.readyToAccept {
    background-color: #8cc2b7 !important;
}

.readyToTransmit {
    background-color: #e5c693 !important;
}

.transmittedCompleted {
    background-color: #be6e46 !important;
}

.twoItemTransaction {
    background-color: #cea460 !important;
}

.bor-dark {
    border-color: #333;
    border-width: 1px;
    border-style: solid;
}

.warning {
    font-size: 10px;
    color: #cea460;
}

.popover {
    color: #000 !important;
}

/*#endregion*/
/*#region general*/
html,
body {
    height: 100%;
}

html {
    overflow-x: initial !important;
}

body {
    position: relative;
    overflow: initial;
    overflow-y: scroll;
    padding-top: 49px;
}

.baseDiv {
    height: auto;
    z-index: 999;
}

#content {
    padding: 14px;
}

.container {
    width: 100% !important;
}

aside {
    min-height: initial;
    width: 250px;
    background: #222;
}

    aside#left-panel {
        position: absolute;
        margin-bottom: -49px;
        /*will need if menu grows
	overflow-y: scroll;
	*/
    }

#left-panel {
    left: -250px;
}

#main {
    margin-left: 0px;
    min-height: inherit;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
}

.row {
    padding-left: 13px;
}

/*#endregion*/
/*#region ie styles*/
.lt-ie9 div[data-loading] .progress {
    display: none !important;
}

/*#endregion*/
/*#region effects*/
.box-shadow {
    -webkit-box-shadow: 1px 1px 5px 0px #cecece;
    box-shadow: 1px 1px 5px 0px #cecece;
}

.fadeOutAfter3 {
    -webkit-animation-delay: 3s;
}

.animate-view > .view {
    -webkit-animation: 1s both fadeInUp;
    -moz-animation: 1s both fadeInUp;
    -o-animation: 1s both fadeInUp;
    animation: 1s both fadeInUp;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0, 0);
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1.02, 1.02);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

.animated.scaleIn {
    -webkit-animation-name: scaleIn;
}

    .animated.scaleIn.two {
        -webkit-animation-delay: 0.25s;
    }

    .animated.scaleIn.three {
        -webkit-animation-delay: 0.5s;
    }

    .animated.scaleIn.four {
        -webkit-animation-delay: 0.75s;
    }

/*#endregion*/
/*#region forms*/
.radio i {
    box-sizing: content-box;
}

.smart-form .radio input:checked + i, .smart-form .checkbox input:checked + i, .smart-form .toggle input:checked + i {
    border-color: #57889c;
}

.smart-form .toggle i:before {
    background-color: #57889c;
    top: 3px;
}

.smart-form .button {
    background-color: #57889c;
}

.smart-form .checkbox input + i:after {
    top: -2px;
    left: 0;
}

.smart-form .toggle {
    padding-right: 53px;
    font-size: 11px;
    line-height: 29px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

    .smart-form .toggle i {
        margin-top: 3px;
    }

    .smart-form .toggle input:checked + i:before {
        right: 34px;
    }

table.table .toggle i {
    margin: 0;
    width: 100%;
    top: 2px;
    overflow: hidden;
}

    table.table .toggle i:before {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

table.table .toggle input:checked + i:before {
    right: 100%;
    margin-right: -13px;
}

.left-selectSmall > * {
    margin-right: 135px;
}

.smart-form *, .smart-form *:after, .smart-form *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-left {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.form-right {
    float: left;
    width: 49%;
    margin-bottom: 10px;
}

.form-wide {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.btn-group {
    margin-bottom: 5px;
    /*.btn.btn-default {
		border-radius: 0;
		box-shadow: none;
		z-index: 0;
	}*/
}

    .btn-group .btn {
        font-size: 11px;
    }

.input-group-select > select {
    height: 24px;
}

.smart-form .btn.btn-table {
    padding: 0 !important;
    font-size: 10px;
    vertical-align: top;
}

.smart-form .btn-tableAction {
    width: 36px;
}

.smart-form .select.select-small i:after {
    bottom: -5px;
}

.smart-form .select.select-small i:before {
    top: -5px;
}

.smart-form .btn {
    padding: 6px 12px !important;
}

.smart-form footer {
    padding: 15px 13px;
}

    .smart-form footer .btn {
        padding: 0px 22px !important;
        margin-top: 0;
    }

.outer-list-settings ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .outer-list-settings ul > li {
        border-bottom: 1px solid #dedede;
        padding: 10px 0px;
        position: relative;
    }

        .outer-list-settings ul > li label {
            margin-bottom: 0 !important;
        }

.label-tag {
    float: right;
    border-radius: 20px;
    background-clip: padding-box;
    padding: 0 5px;
}

.smart-form .input-file .button {
    top: 0;
}

.list-settings-block-picker .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.list-settings-block-picker .btn-picker {
    display: inline-block;
    width: 130px !important;
}

    .list-settings-block-picker .btn-picker:first-child {
        margin-right: 135px;
    }

        .list-settings-block-picker .btn-picker:first-child + .dropdown-menu {
            margin-right: 135px;
        }

    .list-settings-block-picker .btn-picker:active {
        left: auto;
        right: 0;
    }

.list-settings-block-picker2 .btn-picker {
    margin-right: 10.1em;
    width: 19.6em !important;
}

    /* centered */
    .list-settings-block-picker2 .btn-picker + .dropdown-menu {
        margin-right: 10.1em;
    }

.list-settings-block-picker2 .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.list-settings-block-picker2 .btn-picker {
    display: inline-block;
    width: 20em !important;
}

    .list-settings-block-picker2 .btn-picker:first-child {
        margin-right: 30.4em;
        width: 19.6em !important;
    }

        .list-settings-block-picker2 .btn-picker:first-child + .dropdown-menu {
            margin-right: 30.4em;
        }

    .list-settings-block-picker2 .btn-picker:active {
        left: auto;
        right: 0;
    }

.option-selector {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}

    .option-selector .list-settings-block {
        margin-top: -5px;
        position: relative !important;
        float: right;
    }

        .option-selector .list-settings-block > .select:nth-child(2) {
            margin-right: 135px;
        }

        .option-selector .list-settings-block > .select:nth-child(3) {
            width: 400px;
            clear: both;
            margin-top: 5px;
            margin-right: 0;
        }

.list-settings-width {
    width: 250px;
}

.option-selector::after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 5px;
}

.list-settings .toggle {
    margin-bottom: 0;
}

.list-settings ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

    .list-settings ul li.list-settings-highlight {
        border-bottom: 2px solid #999;
    }

    .list-settings ul li {
        border-bottom: 1px solid #dedede;
        padding: 10px 0px;
        position: relative;
    }

        .list-settings ul li .list-settings-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            width: 100%;
        }

            .list-settings ul li .list-settings-progress .progress {
                width: 100%;
                background: none;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .list-settings ul li .list-settings-progress .progress .progress-bar {
                    width: 0;
                    background-image: none;
                }

        .list-settings ul li .rolebox label {
            font-size: 12px !important;
        }

        .list-settings ul li ul.selects li {
            padding-top: 15px;
        }

        .list-settings ul li ul li {
            border: none;
            padding-bottom: 0;
        }

        .list-settings ul li input[type="text"].input-short {
            width: 130px;
        }

        .list-settings ul li input[type="file"] {
            width: 250px;
            height: 30px;
            margin-top: 10px;
        }

        .list-settings ul li input[type="file"] {
            padding: 0px;
        }

        .list-settings ul li input[type="text"],
        .list-settings ul li input[type="file"],
        .list-settings ul li input[type="password"] {
            position: absolute;
            width: 250px;
            top: 0;
            right: 0;
            margin-top: 5px;
            height: 32px;
            padding: 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #a9a9a9;
        }

        .list-settings ul li textarea {
            min-height: 150px;
            resize: vertical;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 2px 5px;
        }

        .list-settings ul li .select {
            margin-top: 5px;
            position: absolute;
            top: 0;
            right: 0;
            width: 130px;
        }

            .list-settings ul li .select.select-wide {
                width: 250px;
            }

        .list-settings ul li .ui-spinner-input {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 6px 26px 6px 4px !important;
            text-align: center;
        }

        .list-settings ul li .toggle-group {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 8px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .list-settings ul li .ui-spinner {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 30px;
            margin-top: 5px;
            position: absolute;
            right: 0;
            top: 0;
            width: 60px;
        }

        .list-settings ul li label {
            font-size: 15px !important;
            margin-bottom: 0px !important;
        }

        .list-settings ul li span.error,
        .list-settings ul li span.info {
            font-size: 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 1px;
        }

        .list-settings ul li span.infoicon {
            width: 20px;
            height: 18px;
            padding: 2px !important;
            margin-bottom: 3px;
        }

        .list-settings ul li span.error {
            color: #c46a69;
        }

        .list-settings ul li span.info {
            color: #999;
        }

        .list-settings ul li .list-settings-block .select {
            position: relative;
            top: inherit;
            right: inherit;
            margin: 0;
            float: left;
            margin-right: 5px;
        }

        .list-settings ul li .list-settings-block button {
            width: 30px;
            height: 30px;
            float: left;
            border-width: 0px;
            color: #fff;
        }

        .list-settings ul li .list-settings-block input[type="text"] {
            position: relative;
            margin: 0;
            float: left;
        }

        .list-settings ul li.pad-half {
            padding: 5px 0px;
        }

    .list-settings ul .alert-danger ul {
        list-style-type: disc;
    }

        .list-settings ul .alert-danger ul > li {
            padding: 0;
        }

ul.alerts {
    margin: 0;
    padding: 0;
}

    ul.alerts li {
        border: none;
        padding: 0;
        margin: 0;
    }

.list-settings > ul {
    margin-bottom: 10px;
}

.list-settings-block {
    display: inline-block;
    margin-top: 5px;
    position: absolute !important;
    top: 0;
    right: 0;
}

input[type="text"]:disabled,
select:disabled {
    border: 1px solid #a9a9a9 !important;
    background-color: #f3f3f3 !important;
}

.select.state-disabled i {
    box-shadow: none;
    background: none;
}

.select.state-disabled select:hover {
    border: 1px solid #a9a9a9 !important;
}

.select.select-small select {
    height: 20px;
    padding: 0 1px 1px 0;
}

.select.select-small i {
    top: 10px;
    right: 10px;
    height: 0;
}

.input-group-spread > * {
    margin: 0;
    margin-right: 5px;
}

.ui-spinner input {
    position: relative !important;
    width: inherit !important;
}

.ui-spinner .ui-spinner-up, .ui-spinner .ui-spinner-down {
    cursor: pointer;
}

.pace-activity {
    display: none !important;
}

.ui-spinner .ui-spinner-down,
.list-settings button.minus {
    background-color: #57889c;
}

    .ui-spinner .ui-spinner-down:hover,
    .list-settings button.minus:hover {
        background-color: #c46a69;
    }

.ui-spinner .ui-spinner-up,
.list-settings button.plus {
    background-color: #205469;
}

    .ui-spinner .ui-spinner-up:hover,
    .list-settings button.plus:hover {
        background-color: #5db45d;
    }

.textbox {
    width: 100%;
    padding: 5px;
    font-size: 18px;
}

.checkbox.state-disabled i {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

#form-add-user ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #form-add-user ul li {
        float: left;
        width: 49%;
        margin-bottom: 10px;
    }

        #form-add-user ul li:nth-of-type(2n+1) {
            margin-right: 2%;
        }

        #form-add-user ul li:last-child {
            width: 100%;
        }

            #form-add-user ul li:last-child input {
                float: left;
                width: 18%;
                margin-right: 2%;
            }

            #form-add-user ul li:last-child div {
                float: left;
                width: 80%;
                height: 32px;
                padding: 7px 10px;
            }

/*#endregion*/
/*#region modals*/
.modal {
    /*padding-top: 210px;*/
}

.modal-backdrop.in {
    opacity: 0;
}

.modal-back .modal-backdrop.in {
    opacity: .7;
}

.modal-overflow .lightbox-container {
    height: 590px;
}

.modal-overflow .overflow-auto {
    white-space: nowrap;
    width: 100%;
    height: 540px;
}

.modal-overflow .wide {
    height: 22px;
}

.modal-overflow .wrapper {
    background-color: #fff;
    padding: 5px;
}

.modal-overflow .modal-dialog {
    margin-top: 19px;
    width: 100%;
}

.modal-overflow .modal-content {
    background: none;
}

.modal.modal-overflow {
    padding: 0;
}

    .modal.modal-overflow .modal-dialog {
        margin: 0;
    }

.lightbox-container {
    padding: 10px;
}

    .lightbox-container > .table {
        margin-bottom: 10px;
        width: 100%;
    }

        .lightbox-container > .table:nth-last-child(1) {
            margin-bottom: 0px;
        }

    .lightbox-container td {
        word-break: break-all;
    }

.file-details-comparison > tr > td:nth-child(1) {
    color: #666;
    font-weight: bold;
    width: 12em;
}

.modal-warning,
.modal-error,
.modal-confirm {
    margin: 0;
}

    .modal-warning .title,
    .modal-error .title,
    .modal-confirm .title {
        font-size: 20px;
        padding: 5px 20px;
        color: #fff;
        border-radius: 2px 2px 0 0;
        background-clip: padding-box;
    }

    .modal-warning .wrapper,
    .modal-error .wrapper,
    .modal-confirm .wrapper {
        padding: 20px;
    }

    .modal-warning .body,
    .modal-error .body,
    .modal-confirm .body {
        margin-bottom: 10px;
    }

    .modal-warning .title {
        background-color: #cea460;
    }

    .modal-error .title {
        background-color: #963b49;
    }

    .modal-confirm .title {
        background-color: #205469;
    }

.modal-content {
    border-radius: 2px;
    background-clip: padding-box;
    border: none;
}

.lightbox-container {
    border-radius: 2px;
    background-clip: padding-box;
}

.modal-error .body p {
    word-break: break-all;
}

.modal-blur.modal-open .baseDiv,
.modal-blur.modal-open .header-wrapper {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'><defs><filter id='blur' x='0' y='0'> <feGaussianBlur stdDeviation='3' /></filter></defs></svg>#blur");
}

    .modal-blur.modal-open .header-wrapper,
    .modal-blur.modal-open .baseDiv * {
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    }

html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv *,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv span,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv p,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv td,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv h1,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv h2,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv h3,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv h4,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv h5,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv h6,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv textarea,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv input[type="text"],
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv button,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv input[type="submit"],
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .baseDiv div,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper *,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper span,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper p,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper td,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper h1,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper h2,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper h3,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper h4,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper h5,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper h6,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper textarea,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper input[type="text"],
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper button,
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper input[type="submit"],
html[data-useragent*='MSIE 10.0'] .modal-blur.modal-open .header-wrapper div,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv *,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv span,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv p,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv td,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv h1,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv h2,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv h3,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv h4,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv h5,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv h6,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv textarea,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv input[type="text"],
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv button,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv input[type="submit"],
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .baseDiv div,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper *,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper span,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper p,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper td,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper h1,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper h2,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper h3,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper h4,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper h5,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper h6,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper textarea,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper input[type="text"],
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper button,
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper input[type="submit"],
html[data-useragent*='MSIE 11.0'] .modal-blur.modal-open .header-wrapper div,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv *,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv span,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv p,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv td,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv h1,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv h2,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv h3,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv h4,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv h5,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv h6,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv textarea,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv input[type="text"],
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv button,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv input[type="submit"],
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .baseDiv div,
html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper *, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper span, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper p, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper td, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper h1, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper h2, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper h3, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper h4, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper h5, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper h6, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper textarea, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper input[type="text"], html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper button, html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper input[type="submit"], html[data-useragent*='Safari'][data-useragent*='Windows'] .modal-blur.modal-open .header-wrapper div {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}

.imageResearch-modal .modal-dialog {
    width: 100%;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-xl .modal-dialog {
    width: 90%;
    padding-left: 1em;
    padding-right: 1em;
}

.notesWindow {
    top: auto !important;
    overflow-y: hidden !important;
}

    .notesWindow .modal-dialog {
        width: 400px;
        margin-top: 100%;
    }

    .notesWindow.fade .modal-dialog {
        -webkit-transform: translate(0, 0%) !important;
        -ms-transform: translate(0, 0%) !important;
        transform: translate(0, 0%) !important;
    }

    .notesWindow.in .modal-dialog {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

.modal-large .modal-dialog {
    width: 1150px;
}

.modal-medium .modal-dialog {
    width: 815px;
}

/*.modal-small .modal-dialog {

  	width: 25%;

}

.fluid-modal-large .modal-dialog {

  width: 80%;
  max-height: 60%;

}
/*#endregion*/
/*#region panel*/
.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-title {
    font-size: inherit;
    font-weight: inherit;
}

/*#endregion*/
/*#region tables*/
.row-expander {
    display: none;
    cursor: default;
}

    .row-expander > td {
        padding: 6px !important;
    }

.table-batch-expander > tbody:nth-child(odd) > tr > td {
    background-color: #f3f3f3 !important;
}

.table-batch-expander > tbody > tr.ItemType5 > td {
    background-color: #F0C5C5 !important;
}

.table-batch-expander > tbody > tr.row-expander > td {
    background-color: #666 !important;
    color: inherit !important;
}

.table-batch-expander > tbody > tr.row-expander:hover > td {
    background-color: #666 !important;
}

.table-batch-expander tbody > .row-expander-wrapper.row-selected {
    outline: 0;
}

    .table-batch-expander tbody > .row-expander-wrapper.row-selected > td {
        background-color: #57889c !important;
        color: #fff;
    }

.table-batch-expander .row-expander-wrapper.row-selected + .row-expander {
    display: table-row;
}

.table-fixed-wrapper {
    position: relative;
    padding-top: 22px;
    background: #999;
}

.table-fixed-container {
    overflow-y: auto;
    height: 250px;
}

    .table-fixed-container table {
        margin-top: -1px;
    }

    .table-fixed-container thead {
        border-bottom: none;
        border-top: none;
    }

    .table-fixed-container th {
        height: 0 !important;
        line-height: 0 !important;
        padding: 0 !important;
        color: transparent !important;
        border: none !important;
        white-space: nowrap !important;
    }

        .table-fixed-container th div {
            position: absolute;
            background: transparent;
            color: #fff;
            padding: 3px;
            margin-left: -1px;
            top: 0;
            line-height: normal;
            border-left: 1px solid #777;
        }

.cell-icon-hover:hover i {
    color: #bcbcbc;
}

.row-selected {
    border: #777 solid 3px;
}

    .row-selected td {
        font-weight: bold;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 3px;
}

.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 #777 !important;
    background-clip: padding-box;
}

.table-bordered > tfoot > tr > td {
    border-top-width: 2px !important;
    color: #222;
}

tbody.table-footer > tr > td {
    border-top-width: 2px !important;
    color: #222;
    background-color: #bcbcbc !important;
}

.table tbody.table-footer > tr:hover > td {
    /*background-color: $color-bc !important;
	color: $color-two !important;*/
}

.table-body-white > tbody > tr > td {
    background-color: #fff;
}

.table input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

    .table input[type="text"] {
        padding-left: 3px;
        padding-right: 3px;
        height: 19px;
    }

.table thead {
    border: 1px solid #777;
}

.table > thead > tr:first-child > th {
    border: 1px solid #777;
}

.table > thead > tr:first-child {
    background-image: none;
    background-color: #999;
    color: #fff;
}

.table > thead > tr:nth-child(2),
.table > thead > tr.second {
    background-image: none;
    background-color: #bcbcbc;
    color: #666;
}

.table > thead > tr:last-child > td {
    border-bottom: 1px solid #777;
}

.table tfoot {
    background-color: #bcbcbc;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f3f3f3;
}

.table-striped > tbody > .run-row-error-medium:hover > .image-track-monitor-cell,
.table-striped > tbody > .run-row-error-high:hover > .image-track-monitor-cell {
    background-color: #57889c;
}

.table-striped > tbody > .run-row-error-medium:hover > .image-track-monitor-cell,
.table-striped > tbody > .run-row-error-high:hover > .image-track-monitor-cell {
    background-color: #57889c;
}

.table > tbody + tbody {
    border: none;
}

tbody > tr > td.table-spacer {
    background-color: transparent !important;
    border-color: transparent !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #57889c !important;
    color: #fff;
}

.cell-text-left {
    float: left;
    width: 50%;
    text-align: left;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cell-text-right {
    float: left;
    width: 50%;
    text-align: right;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.right-option-padding {
    padding-right: 15px;
}

.table .tDnD_whileDrag {
    font-weight: bold !important;
}

    .table .tDnD_whileDrag td {
        background-color: #444 !important;
        color: #fff !important;
    }

.table-buttons button,
.table-host-contacts button {
    border: 1px solid #dedede;
    width: 18px;
    height: 18px;
}

    .table-buttons button.fa-times:hover,
    .table-host-contacts button.fa-times:hover {
        background-color: #c46a69;
        color: #fff;
    }

.table-cursor-default tbody tr {
    cursor: default !important;
}

.table-head-cursor-default thead tr {
    cursor: default !important;
}

.table-cursor-pointer tbody tr:hover {
    cursor: pointer;
}

.cell-checkbox {
    width: 24px;
}

    .cell-checkbox > label.checkbox {
        display: inline-block;
        width: 17px;
        vertical-align: top;
    }

#datatable_fixed_column_admin {
    margin-bottom: 20px;
}

    #datatable_fixed_column_admin tbody tr {
        cursor: default;
    }

#datatable_fixed_column tbody tr {
    cursor: default;
}

#datatable_fixed_column .fa-file {
    font-size: 16px;
    margin-left: 2px;
    margin-right: 5px;
}

.monitor-table {
    border: none !important;
}

    .monitor-table table {
        border: none;
    }

    .monitor-table thead.firstHeading {
        border: none;
    }

        .monitor-table thead.firstHeading > tr {
            background: none;
            color: #666;
        }

            .monitor-table thead.firstHeading > tr > th {
                padding-top: 13px;
                border: none !important;
                padding-left: 0;
            }

.fadeBorder {
    margin: 25px 0;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}

    .fadeBorder:before {
        content: "";
    }

/*#endregion*/
/*#region datepicker*/
.dp-white input {
    background-color: #fff !important;
}

    .dp-white input:disabled {
        background-color: inherit !important;
    }

.datepicker-popup {
    cursor: pointer !important;
}

    .datepicker-popup:not(.authenticated) ul {
        width: 100% !important;
    }

        .datepicker-popup:not(.authenticated) ul table {
            width: 100% !important;
        }

    .datepicker-popup ul table tr:nth-child(2) th {
        padding: 8px 0px 2px 0px;
    }

    .datepicker-popup .btn {
        border-radius: 0;
        background-clip: padding-box;
    }

table[datepicker] th, table[datepicker] td {
    padding: 0;
}

table[datepicker] .btn {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    table[datepicker] .btn.btn-info {
        border: 1px solid #205469 !important;
    }

    table[datepicker] .btn:hover {
        border: 1px solid #ccc;
    }

.datepicker-popup.authenticated > input {
    display: inline-block;
    width: 90px;
    text-align: center;
    padding: 0px 3px;
    font-weight: bold;
    height: 20px;
    border-radius: 3px !important;
}

.datepicker-popup.authenticated {
    position: relative;
}

    .datepicker-popup.authenticated ul {
        padding: 0;
        top: 0 !important;
        left: 0 !important;
        margin-left: -139px;
        margin-top: 29px;
    }

        .datepicker-popup.authenticated ul button {
            padding: 2px 6px;
        }

.admin .datepicker-popup.authenticated > input {
    color: #e2e2e2;
    background-color: #777;
}

.admin .datepicker-popup.authenticated th {
    color: #333;
}

.table-datepicker-popup > .form-control {
    height: 19px !important;
}

.table-datepicker-popup button {
    width: 100% !important;
    height: auto !important;
}

/*#endregion*/
/*#region flipper*/
.image-details-table {
    width: 100%;
    border: none;
}

.custom-balancer-image-modal > .modal-dialog {
    width: 900px;
}

.image-details-table > tbody > tr > td > .carousel {
    /*border:2px solid #EEEEEE;*/
}

.rotatable {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate1 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 375px !important;
    margin: 0 auto;
}

.rotate2 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate3 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 375px !important;
    margin: 0 auto;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transition: transform 200ms ease;
}

.card .front {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card .back {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card.flip .front {
    z-index: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card.flip .back {
    z-index: 10;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.standalone-card {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 290px;
}

/*#endregion*/
/*#region loader*/
.fuelux .wizard {
    border: none;
    border-radius: 0;
    background-clip: padding-box;
}

    .fuelux .wizard ul {
        width: 100%;
    }

        .fuelux .wizard ul li {
            width: 33.3333%;
        }

            .fuelux .wizard ul li .badge {
                border-radius: 50%;
                background-clip: padding-box;
            }

            .fuelux .wizard ul li span.badge {
                float: left;
                margin-top: 11px;
            }

            .fuelux .wizard ul li:first-child {
                border-radius: 0;
                background-clip: padding-box;
            }

            .fuelux .wizard ul li:nth-child(1) {
                background: #57889c;
                color: #fff !important;
            }

                .fuelux .wizard ul li:nth-child(1) .chevron {
                    border-left-color: #57889c;
                }

                    .fuelux .wizard ul li:nth-child(1) .chevron:before {
                        border-left-color: #57889c;
                    }

            .fuelux .wizard ul li:nth-child(2) {
                background: #ccc !important;
                color: #555 !important;
            }

                .fuelux .wizard ul li:nth-child(2) .chevron {
                    border-left-color: #ccc;
                }

                    .fuelux .wizard ul li:nth-child(2) .chevron:before {
                        border-left-color: #ccc;
                    }

            .fuelux .wizard ul li:nth-child(3) {
                background: #5db45d;
                color: #fff !important;
            }

                .fuelux .wizard ul li:nth-child(3) .chevron {
                    border-left-color: #5db45d;
                }

                    .fuelux .wizard ul li:nth-child(3) .chevron:before {
                        border-left-color: #5db45d;
                    }

.badge-enlarge {
    padding: 4px 7px !important;
    border: 2px solid #fff;
}

/*
.stepComplete { background-color: #D8FFDC !important; }
.stepActive {
	background-color: #57889c !important;
	color: $color-white !important;
}
.chevronComplete {
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid $color-white;
}
.chevronComplete:before {
	position: absolute;
	top: -24px;
	right: 1px;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid #D8FFDC;
	content: "";
}
.chevronActive {
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid $color-white;
}
.chevronActive:before {
	position: absolute;
	top: -24px;
	right: 1px;
	display: block;
	border: 24px solid transparent;
	border-right: 0;
	border-left: 14px solid #57889c;
	content: "";
}
*/
/*#endregion*/
/*#region footers*/
.hasFooter {
    padding-bottom: 45px;
}

.view-footer.centered ul {
    text-align: center;
}

    .view-footer.centered ul li {
        float: none !important;
        display: inline-table !important;
        margin-top: 3px;
    }

        .view-footer.centered ul li .footer-cell {
            display: initial;
        }

.view-footer {
    background-color: #555;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 -1px 5px 0 #999;
    box-shadow: 0 -1px 5px 0 #999;
    padding: 0 13px;
}

    .view-footer ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 0;
        width: 100%;
    }

    .view-footer li {
        font-size: 12px;
        float: left;
        width: 16.666666666667%;
        display: table;
        padding-right: 13px;
        text-align: center;
        height: 45px;
        vertical-align: top;
    }

        .view-footer li:last-child {
            padding: 0;
        }

    .view-footer .width-14 {
        width: 14%;
    }
    .view-footer .footer-width {
        width: 12.75em;
    }
    .view-footer .footer-cell {
        display: table-cell;
        vertical-align: middle;
    }

        .view-footer .footer-cell > span:first-child {
            display: block;
            width: 100%;
        }

        .view-footer .footer-cell > span:last-child {
            display: block;
            width: 100%;
            background-color: #333;
            border: 1px solid #111;
            -webkit-box-shadow: inset 0 0 5px #222;
            box-shadow: inset 0 0 5px #222;
            border-radius: 100px;
            background-clip: padding-box;
            height: 19px;
            white-space: nowrap;
            overflow: hidden;
        }

/*#endregion*/
/*#region charts*/
#ready-process-num {
    font-size: 22px;
}

#summ-chart #pie-chart,
#summ-chart #pie-chart2 {
    width: 4% !important;
    margin: 0;
    height: 52px;
    margin-top: 4px;
    margin-right: 2%;
}

.summ-title-wrapper {
    width: 14%;
    margin-right: 2%;
}

.summ-title {
    font-size: 20px;
    font-style: italic;
    color: #777;
}

.summ-info {
    padding-left: 268px;
}

    .summ-info ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 0;
    }

    .summ-info li {
        font-size: 14px;
        display: inline-block;
        width: 33.33%;
        text-align: center;
        padding: 0;
    }

        .summ-info li span:first-child {
            display: block;
            font-weight: bold;
        }

        .summ-info li span:last-child {
            display: block;
            border: 1px solid #111;
            color: #fff;
        }

        .summ-info li:nth-child(1) span:last-child {
            background-color: #c46a69;
            -webkit-box-shadow: inset 0 0 5px #963b49;
            box-shadow: inset 0 0 5px #963b49;
        }

        .summ-info li:nth-child(2) span:last-child {
            background-color: #57889c;
            -webkit-box-shadow: inset 0 0 5px #205469;
            box-shadow: inset 0 0 5px #205469;
        }

        .summ-info li:nth-child(3) span:last-child {
            background-color: #5db45d;
            -webkit-box-shadow: inset 0 0 5px #296829;
            box-shadow: inset 0 0 5px #296829;
        }

.summ-table {
    width: 78%;
    margin-top: 15px !important;
}

    .summ-table tr td {
        border: none !important;
        vertical-align: middle;
    }

        .summ-table tr td:nth-of-type(1) {
            background: #c46a69;
            color: #fff;
            border-radius: 2px 0 0 2px;
            background-clip: padding-box;
            border-right: 2px solid #fff !important;
        }

        .summ-table tr td:nth-of-type(2) {
            background: #57889c;
            color: #fff;
            border-radius: 0;
            background-clip: padding-box;
        }

        .summ-table tr td:nth-of-type(3) {
            background: #5db45d;
            color: #fff;
            border-radius: 0 2px 2px 0;
            background-clip: padding-box;
            border-left: 2px solid #fff !important;
        }

        .summ-table tr td:nth-of-type(4) {
            background-color: #333;
            color: #fff;
        }

/*#endregion*/
/*#region balancer*/
.batchView-header {
    width: 100%;
    position: relative;
}

.batchView-img {
    width: 70%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 8px #777;
    box-shadow: inset 0 0 8px #777;
    border-radius: 2px;
    background-clip: padding-box;
    margin-bottom: 5px;
    text-align: center;
}

    .batchView-img img {
        width: 350px;
        height: 150px;
    }

.batchView-form {
    position: absolute;
    width: 29%;
    margin-left: 71%;
    top: 50%;
    margin-top: -30px;
}

    .batchView-form input {
        outline: #c46a69 solid 3px;
    }

.balancer-meta {
    background-color: #555;
    height: 70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1000;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 -1px 5px 0 #999;
    box-shadow: 0 -1px 5px 0 #999;
}

    .balancer-meta .status-wrapper {
        width: 15%;
        border-right: 4px solid #111;
        height: 70px;
        background-color: #c46a69;
        float: left;
    }

        .balancer-meta .status-wrapper .status {
            padding: 6px 15px;
            text-align: center;
        }

            .balancer-meta .status-wrapper .status span {
                font-size: 20px;
            }

            .balancer-meta .status-wrapper .status .balancer-meta-field {
                font-size: 16px;
                background: none;
                display: block;
            }

    .balancer-meta ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 0;
    }

        .balancer-meta ul li {
            float: left;
            width: 12.5%;
            padding: 0 14px;
            font-size: 14px;
            display: table;
            height: 70px;
        }

            .balancer-meta ul li > div {
                display: table-cell;
                vertical-align: middle;
            }

            .balancer-meta ul li:nth-child(2) {
                border-right: 1px solid #111;
            }

                .balancer-meta ul li:nth-child(2) > div {
                    vertical-align: top;
                }

                    .balancer-meta ul li:nth-child(2) > div > button {
                        margin-top: 10px;
                    }

            .balancer-meta ul li:nth-child(4) {
                border-right: 1px solid #111;
            }

        .balancer-meta ul .balancer-meta-field {
            display: block;
            background-color: #333;
            border: 1px solid #111;
            -webkit-box-shadow: inset 0 0 5px #222;
            box-shadow: inset 0 0 5px #222;
        }

            .balancer-meta ul .balancer-meta-field.transaction-unbalanced {
                -webkit-box-shadow: inset 0 0 5px #963b49 !important;
                box-shadow: inset 0 0 5px #963b49 !important;
            }

            .balancer-meta ul .balancer-meta-field.transaction-balanced {
                -webkit-box-shadow: inset 0 0 5px #296829 !important;
                box-shadow: inset 0 0 5px #296829 !important;
            }

    .balancer-meta .balancer-meta-blocks {
        text-align: center;
    }

        .balancer-meta .balancer-meta-blocks .title {
            font-weight: bold;
        }

    .balancer-meta.balancer-meta-small {
        height: 52px;
        z-index: 99999;
    }

        .balancer-meta.balancer-meta-small ul li {
            width: 20%;
            text-align: center;
        }

.balancer-assistant-block {
    position: relative;
    background-color: #dedede;
    margin-bottom: 5px;
    width: 100%;
    font-size: 0;
}

    .balancer-assistant-block .balancer-assistant-block-trans {
        position: absolute;
        background-color: #555;
        height: 100%;
        text-align: center;
        font-size: 14px;
        padding: 5px;
        font-weight: bold;
        width: 10%;
    }

        .balancer-assistant-block .balancer-assistant-block-trans span {
            color: #fff;
            display: inline-block;
            top: 50%;
            position: absolute;
            width: 100%;
            left: 0;
            margin-top: -10px;
        }

    .balancer-assistant-block .balancer-assistant-block-message {
        padding: 5px;
        font-size: 14px;
        width: 90%;
        margin-left: 10%;
    }

    .balancer-assistant-block:last-child {
        margin: 0;
    }

.balancer-info.well {
    padding: 5px;
}

.balancer-info span {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}

.balancer-assistant {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: #777;
    border-left: 4px solid #111;
    z-index: 1;
    padding: 5px 5px 0px 5px;
    -webkit-transition: width 0.1s ease-out;
    transition: width 0.1s ease-out;
    margin-top: -4px;
}

.view.balancer-assistant-shift {
    margin-right: 200px;
}

.balancer-assistant.balancer-assistant-shift {
    width: 0;
    border: 0;
    padding: 0;
}

.balancer-assistant-item.btn {
    display: block;
    text-align: left;
    white-space: normal;
    padding: 0;
}

.balancer-assistant-item {
    background-color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}

    .balancer-assistant-item .header {
        background-color: #ccc;
        font-weight: bold;
        padding: 5px;
    }

    .balancer-assistant-item .body {
        padding: 5px;
    }

/*#endregion*/
/*#region status monitors*/
#status-monitor-table-wrapper .table-bordered > thead > tr > th,
#status-monitor-table-wrapper .table-bordered > tbody > tr > th,
#status-monitor-table-wrapper .table-bordered > tfoot > tr > th,
#status-monitor-table-wrapper .table-bordered > thead > tr > td,
#status-monitor-table-wrapper .table-bordered > tbody > tr > td,
#status-monitor-table-wrapper .table-bordered > tfoot > tr > td {
    width: 14.285714%;
}

#status-monitor-table-wrapper .table-hover > tbody > tr {
    cursor: default;
}

#status-monitor-table-wrapper .table-bordered > thead > tr:first-child > th {
    border-width: 0 !important;
}

#status-monitor-table-wrapper .fa-file {
    vertical-align: top;
    margin-top: 2px;
}

#status-monitor-table-wrapper .table thead {
    border-top: 1px solid #999;
}

#status-monitor-table-wrapper .table:first-child thead {
    border-top: 1px solid #777;
}

.file-header-checkbox {
    width: 25px !important;
}

    .file-header-checkbox > label {
        padding-left: .67em !important;
    }

#s2id_sel-source-run {
    width: 300px;
    margin: 0;
    margin-bottom: 10px;
}

.transcation-table > tbody > tr > .currency {
    color: #5db45d;
}

.transcation-table > tbody > tr > td:hover {
    color: #fff;
}

.transcation-table > tbody > tr > th > .header-icon {
    width: 1.4em;
    height: 1.4em;
    float: left;
    padding-right: 0.5em;
}

.table-tab {
    width: 1.4em !important;
    padding-left: 5px !important;
}

.batch-number-header {
    width: 10em;
}

.source-run-header > th {
    font-weight: bold;
    border-bottom: 2px solid #a9a9a9;
    font-size: 1.2em;
    cursor: pointer;
}

.source-run-header:hover {
    background-color: #eee;
}

.transaction-selectors > div > div > label {
    /*padding-bottom: 40px; */
    margin-bottom: 5px;
}

.filter-transactions > section {
    float: left;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 5px;
}

/*#endregion*/
/*#region pagination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #57889c;
    border-color: #57889c;
}

.pagination {
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    display: table;
    table-layout: fixed;
}

    .pagination > li {
        display: table-cell;
    }

        .pagination > li > a {
            width: 100%;
        }

    .pagination > .ellipsis {
        border: none;
        cursor: auto;
        width: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        padding: 7px 5px 10px 5px;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-radius: 0;
    }

    .pagination.repair > li > a, .pagination.repair > li > span {
        cursor: pointer;
        text-align: center;
        /*width: 5.263157894736842%;*/
        box-shadow: none;
        -webkit-box-shadow: none;
        -mox-box-shadow: none;
        margin: 0;
        background-color: #dedede;
        border-color: #ccc;
        color: #666;
        padding: 5px 0px;
        border: none;
        border-right: 1px solid #ccc;
    }

        .pagination.repair > li > a:hover,
        .pagination.repair > li > span:hover {
            background-color: #fff;
        }

    .pagination.repair > li:last-child > a, .pagination.repair > li:last-child > span {
        border: none;
    }

    .pagination.repair > li.active > a,
    .pagination.repair > li.active > span {
        background-color: #57889c;
        color: #fff;
        font-weight: bold;
        border-color: #777;
        background: #666;
    }

    .pagination.repair > li:first-child a:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f049";
        color: #666;
    }

    .pagination.repair > li:nth-child(2) a:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f04a";
        color: #666;
    }

    .pagination.repair > li:nth-last-child(2) a:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f04e";
        color: #666;
    }

    .pagination.repair > li:last-child a:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f050";
        color: #666;
    }

.pagination-holder {
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 0;
    padding: 0;
    margin-top: 10px;
}

/*#endregion*/
/*#region logging*/
.control-left,
.control-right {
    cursor: default;
    position: fixed;
    background-color: #555;
    color: #dedede;
    font-size: 18px;
    z-index: 999;
    padding: 60px 1px;
    top: 0;
    margin-top: 94px;
    transition: padding 0.1s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .control-left.disabled,
    .control-right.disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .control-left:hover {
        padding-left: 10px;
    }

    .control-right:hover {
        padding-right: 10px;
    }

.control-left {
    left: 0;
}

.control-right {
    right: 0;
}

/*#endregion*/
/*#region alerts*/
div.alert ul {
    list-style-type: disc;
}

div.alert li {
    padding: 0;
    border: none;
}

div.alert {
    border-radius: 2px;
    background-clip: padding-box;
}

.alert-info {
    background: #57889c;
    border-color: #205469;
    color: #fff;
}

.alert-success {
    background: #5db45d;
    border-color: #296829;
    color: #fff;
}

.alert-warning {
    background: #e5c693;
    border-color: #cea460;
    color: #fff;
}

.alert {
    margin-bottom: 10px;
}

    .alert a {
        color: #fff;
    }

    .alert .pull-right {
        width: auto;
    }

    .alert ul {
        padding-left: 20px;
    }

.alert-default {
    background: #bbb;
    border-color: #777;
    color: #fff;
}

.link-alert {
    color: inherit;
    text-decoration: underline;
}

.link-alert:hover {
    color: inherit;
}

/* Slide animation */
@keyframes slideAlertAnimation {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        opacity: 0%;
    }
    30% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        opacity: 100%
    }
}

.slideAlert {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 200;
    top: 100;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    -webkit-box-shadow: 0 3px 8px -2px #999;
    box-shadow: 0 3px 8px -2px #999;

    animation: slideAlertAnimation 1500ms ease 2 alternate;
    
}

.slideAlert-success {
    color: #fff;
    background-color: rgba(93, 180, 93, 0.9);
}

.slideAlert.showSlideAlert {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slideAlert-header .slideAlert {
    position: fixed;
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
}

    .slideAlert-header .slideAlert.showSlideAlert {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.no-scroll .slideAlert-header .slideAlert {
    top: 49px;
}

.slideAlert-header2 .slideAlert {
    position: fixed;
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
}

    .slideAlert-header2 .slideAlert.showSlideAlert {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.no-scroll .slideAlert-header2 .slideAlert {
    top: 0px;
}



.hasSlideItem {
    padding-bottom: 425px;
}

.slideItem {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 450px;
    padding: 10px;
    left: 0;
    z-index: 1000;
    border-top: 1px solid #dedede;
}

.slideItem-toggle {
    background: rgba(255, 255, 255, 0.9);
}

    .slideItem-toggle, .slideItem-toggle:active {
        width: 100px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50px;
        height: 20px;
        text-align: center;
        margin-top: -20px;
        border-radius: 2px 2px 0 0;
        background-clip: padding-box;
        font-weight: bold;
        border-bottom: 1px solid #dedede;
        cursor: pointer;
        padding: 0;
    }

.open-slideItem .view {
    padding-bottom: 400px;
}

/*#endregion*/
/*#region menu*/
nav > ul > li > a i {
    float: left;
    margin-top: 4px;
}

nav > ul > li > a span {
    display: block;
    overflow: hidden;
}

.menu-wrapper {
    width: 250px;
    position: absolute;
    top: 49px;
    left: -250px;
    -webkit-transition: left 0.08s ease;
    transition: left 0.08s ease;
    height: 100%;
    z-index: 9999;
}

#the-left-panel {
    width: 100%;
    height: 100%;
}

.the-hidden-menu .menu-wrapper {
    left: 0;
}

.the-hidden-menu .btn-menu::before {
    content: "\f00d";
}

.changeMenu {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .changeMenu > div {
        height: 100%;
    }

#impersonation {
    background-color: #cea460;
    color: #fff;
    height: 30px;
    display: table;
    width: 100%;
    margin-top: -4px;
}

    #impersonation div {
        display: table-cell;
        vertical-align: middle;
    }

#logo {
    margin-top: 7px;
}

    #logo img {
        width: 175px;
    }

#login-info {
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    color: #444;
}

    #login-info a {
        color: #444;
    }

        #login-info a:hover {
            text-decoration: underline;
        }

    #login-info .business-date span {
        vertical-align: middle;
    }

    #login-info .btn-group {
        display: inline-block;
        margin: 0;
    }

        #login-info .btn-group input {
            margin: 0;
            border-right: none;
            font-size: 14px;
            font-weight: bold;
            padding: 0;
            height: 22px;
            width: 100px;
        }

        #login-info .btn-group button.refresh {
            color: #444;
            height: 22px;
            padding: 0 8px;
            font-size: 14px;
        }

.dropdown-menu {
    padding: 0;
}

.login-wrapper #header {
    height: 53px;
    background: #fbfbfb;
    padding: 0 30px;
    -webkit-box-shadow: 0px 1px 5px 0px #999;
    box-shadow: 0px 1px 5px 0px #999;
}

.header-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-transition: z-index 0.08s ease;
    transition: z-index 0.08s ease;
    z-index: 9999;
}

/*.the-hidden-menu .header-wrapper,.the-info-menu .header-wrapper, .datepicker-open .header-wrapper {
	z-index: 9999;
}*/
#header {
    padding: 0;
    background-color: #dedede;
    background-image: none;
    -webkit-box-shadow: 0px 1px 5px 0px #999;
    box-shadow: 0px 1px 5px 0px #999;
}

    #header > :first-child {
        width: inherit;
    }

    #header > div {
        float: inherit;
    }

    #header .header-left {
        padding-left: 13px;
    }

    #header.admin {
        background-color: #555;
        background-image: none;
    }

        #header.admin #thetitle {
            color: #f5f5f5 !important;
        }

        #header.admin #institution-info {
            color: #fff;
        }

        #header.admin #login-info {
            color: #e2e2e2;
        }

            #header.admin #login-info a {
                color: #fff;
            }

#institution-info {
    float: left;
    background-color: #555;
    color: #fff;
    height: 49px;
    padding: 5px 13px 4px 7px;
    border-left: 1px solid #fff;
}

.btn-header.pull-left {
    margin-right: 6px;
}

#hide-menu.btn-header > :first-child > a i,
#logout.btn-header > :first-child > a i {
    font-size: 17px;
}

/*#endregion*/
/*#region buttons*/
#hide-the-menu {
    font-size: 0;
}

.btn-menu,
.btn-all-info {
    margin-top: 10px;
    font-size: 17px;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    padding: 6px;
}

.btn-all-info {
    display: none;
}

.link-underline {
    cursor: pointer;
}

    .link-underline:hover {
        text-decoration: underline;
    }

.btn.btn-primary {
    background-color: #57889c;
    -webkit-box-shadow: inset 0 -2px 0 rgba(32, 84, 105, 0.3);
    box-shadow: inset 0 -2px 0 rgba(32, 84, 105, 0.3);
}

    .btn.btn-primary:hover {
        text-decoration: none;
        background-color: #487182;
    }

.btn.btn-highlighted {
    background-color: #487182;
    color: #fff;
}

.btn.btn-primary:focus {
    background-color: #487182;
}

.btn.btn-primary:active {
    -webkit-box-shadow: inset 0px 2px 5px #555;
    box-shadow: inset 0px 2px 5px #555;
}

.btn.btn-faded {
    border: 1px solid #dedede;
    border-bottom-width: 3px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .4;
}

.btn-icon {
    text-shadow: 1px 1px 0 #444;
}

/*#endregion*/
/*#region tabs*/
.btn-tab {
    padding: 0 4px 1px 4px;
    visibility: hidden;
    margin-left: 5px;
    vertical-align: bottom;
}

.active .btn-tab {
    visibility: visible;
}

.tabs-well .tab-body {
    -webkit-box-shadow: 0 0 1px 0 #999;
    box-shadow: 0 0 1px 0 #999;
}

.tab-body {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 #999;
    box-shadow: 0 1px 5px 0 #999;
    border-radius: 2px;
    background-clip: padding-box;
}

.nav-tabs > li {
    margin-bottom: -4px;
    margin-left: -1px;
}

    .nav-tabs > li > a {
        cursor: pointer;
        background-color: #dedede;
        padding: 5px 10px 5px 10px;
        margin-top: 3px;
        margin-right: 3px;
    }

        .nav-tabs > li > a .fa {
            margin-left: 3px;
        }

        .nav-tabs > li > a:hover {
            background-color: #dedede;
            text-decoration: underline;
            border: 1px solid transparent;
        }

    .nav-tabs > li.active > a {
        cursor: default;
        padding: 9px 10px 10px 10px;
    }

        .nav-tabs > li.active > a:hover {
            text-decoration: none;
        }

.tabs-lastRight .nav-tabs > li:first-child {
    float: right;
    margin-right: -4px;
}

.tabs-small .tab-pane {
    position: relative;
}

.tabs-small .tab-body {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.tabs-small .nav-tabs > li:first-child {
    float: left;
    margin-right: 0;
}

.tabs-small .nav-tabs > li > a {
    padding: 0 4px;
    margin-top: 0;
}

.tabs-small .nav-tabs > li.active > a {
    padding: 1px 4px 4px 4px;
}

/*#endregion*/
.hideAccordian {
    display: none !important;
}

/*#region image research*/
.new-search input[type="text"] {
    margin-top: 2px !important;
    margin-right: 57px;
}

/*#endregion*/
/*#region repair*/
.repair-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #555;
    height: 70px;
    color: #fff;
    -webkit-box-shadow: 0 -1px 5px 0 #999;
    box-shadow: 0 -1px 5px 0 #999;
}

    .repair-footer ul {
        font-size: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .repair-footer ul li {
            width: 16.666666%;
            font-size: 14px;
            float: left;
            display: table;
            height: 70px;
            text-align: center;
            padding: 14px;
        }

            .repair-footer ul li > div {
                display: table-cell;
                vertical-align: middle;
            }

                .repair-footer ul li > div span:first-child {
                    font-weight: bold;
                }

                .repair-footer ul li > div span:last-child {
                    display: block;
                    background-color: #333;
                    border: 1px solid #111;
                    -webkit-box-shadow: inset 0 0 5px #222;
                    box-shadow: inset 0 0 5px #222;
                }

.repair-footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dedede;
}

    .repair-footer2 td {
        width: 14.28%;
        /*background-image: linear-gradient(to bottom, transparent, #BBBBBB);*/
        border: 1px solid #ccc;
        padding: 5px;
        color: #666;
        padding: 5px;
    }

    .repair-footer2 tr.footer-header {
        font-weight: bold;
    }

.repair-errors .alert {
    margin-bottom: 5px;
}

    .repair-errors .alert:last-child {
        margin: 0;
    }

.nav-smaller ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.item-editor-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -200px;
    z-index: 99;
    -webkit-transition: margin 0.08s ease;
    transition: margin 0.08s ease;
    background: #222;
}

    .item-editor-menu .title {
        padding: 10px 10px 0 10px;
        font-size: 24px;
    }

    .item-editor-menu.open {
        margin-right: 0;
    }

.itemsEditor-table-header {
    padding: 0 !important;
}

    .itemsEditor-table-header ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 0;
        display: table;
        width: 100%;
    }

        .itemsEditor-table-header ul li {
            display: table-cell;
            padding-right: 3px;
            font-size: 11px;
            padding: 3px;
            border-right: 1px solid #dedede;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
        }

            .itemsEditor-table-header ul li:last-child {
                border: none;
            }

.carousel {
    -webkit-box-shadow: inset 0 0 8px #777;
    box-shadow: inset 0 0 8px #777;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    background-color: #fff;
}

.carousel-control {
    cursor: pointer;
    color: #000;
    z-index: 11;
    background-image: none !important;
}

    .carousel-control.left > span {
        left: 5px;
    }

    .carousel-control.right > span {
        right: 5px;
    }

.imageReject {
    /*background-image: linear-gradient(to right, transparent, $color-red, $color-red, $color-red, $color-red, $color-red, transparent); */
    background-color: #F0C5C5;
}

.imageCredit {
    background-color: #EDE7BB;
}

.imageDebit {
    background-color: #CBE9F5;
}

.imageExcluded {
    background-color: #999;
}

.carousel-control.disabled {
    cursor: not-allowed;
}

.seven-fields {
    width: 14.28%;
    /*background-image: linear-gradient(to bottom, transparent, #BBBBBB);*/
    border: 1px solid #dedede;
    padding: 5px;
    background-color: #dedede !important;
}

    .seven-fields > input {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 2px;
        border: 1px solid #999;
    }

    .seven-fields > label {
        font-weight: bold;
        white-space: nowrap;
    }

table.seven-fields-holder {
    margin: 0;
}

.seven-fields-holder {
    width: 100%;
    margin-top: 10px;
}

    .seven-fields-holder > tbody > tr > td {
        background-color: #dedede;
        border: 1px solid #ccc;
    }

        .seven-fields-holder > tbody > tr > td.field-error {
            color: #fff !important;
            /*background-image: url('/assets/img/warning.png'), linear-gradient(to top, #963b49, #c46a69);*/
            /*background-image: linear-gradient(to top, #d0a863, #e5c693);*/
            background-color: #c46a69 !important;
            border-color: #c46a69 !important;
        }

        .seven-fields-holder > tbody > tr > td.field-changed {
            color: #fff !important;
            background-color: #57889c !important;
            border-color: #57889c !important;
        }

    .seven-fields-holder .pagination-holder {
        margin: 0;
    }

.check-card-container {
    position: relative;
    width: 100%;
    height: 375px;
    /* should we comupute this in javascript? */
}

.small-check-card-container {
    position: relative;
    width: 100%;
    height: 20em;
    /* should we comupute this in javascript? */
}

.split-on .front {
    background-position: center right;
}

.split {
    position: absolute;
    width: 375px;
    /*	height: auto;*/
    top: 0;
    left: 0;
    z-index: 11;
    margin-left: -9%;
    margin-top: 9%;
    display: none;
}

.split-on .split {
    display: block;
}

.split-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.split-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.split-zoomIn .split {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    cursor: move;
    top: 186.5px;
}

.split-zoomOut .split {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.split-zoomIn .split-left {
    -webkit-transform: rotate(-90deg) scale(2);
    -ms-transform: rotate(-90deg) scale(2);
    transform: rotate(-90deg) scale(2);
}

.split-zoomIn .split-right {
    -webkit-transform: rotate(90deg) scale(2);
    -ms-transform: rotate(90deg) scale(2);
    transform: rotate(90deg) scale(2);
}

.carousel-zoomable:hover {
    cursor: zoom-in;
}

    .carousel-zoomable:hover:after {
        content: "";
        background: rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

/*#endregion*/
/*#region context menu*/
.contextmenu {
    position: fixed;
    z-index: 9998;
}

    .contextmenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border-radius: 2px;
        background-clip: padding-box;
        border: 1px solid #ccc;
        background-color: #fff;
        min-width: 200px;
    }

        .contextmenu ul li {
            padding: 10px;
            color: #666;
            cursor: pointer;
        }

            .contextmenu ul li:nth-of-type(even) {
                background-color: #f3f3f3;
            }

            .contextmenu ul li:hover {
                background-color: #3276b1;
                color: #fff;
            }

/*#endregion*/
/*#region custom*/
.hourSelector .increase, .hourSelector .decrease {
    text-align: center;
    vertical-align: middle;
    color: #707070;
    text-shadow: 0px 1px #FFF;
    cursor: pointer;
    -webkit-transition: 500ms ease-out all;
    -moz-transition: 500ms ease-out all;
    -ms-transition: 500ms ease-out all;
    -o-transition: 500ms ease-out all;
    transition: 500ms ease-out all;
    font-size: 100%;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 3px;
    border: 1px solid #EDE;
}

    .hourSelector .increase:hover, .hourSelector .decrease:hover {
        color: rgba(112, 112, 112, 0.5);
        border-color: #CCC;
        background-color: #FFF;
    }

    .hourSelector .increase:active, .hourSelector .decrease:active {
        color: #707070;
        box-shadow: inset 1px 1px 1px #DDD;
    }

.hourSelector .section {
    display: inline-block;
}

.hourSelector .display {
    background-color: #f7f7f7;
    color: #555555;
    padding: 5px;
    margin: 0px 3px;
    min-width: 30px;
    text-align: center;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 1px #FFFFFF;
}

.error {
    color: #cc0000;
}

.section-title {
    border-bottom: 1px solid #777;
    margin-bottom: 5px;
}

    .section-title h3 {
        display: inline-block;
        padding-bottom: 5px;
        line-height: 1;
        border-bottom: 2px solid #777;
        margin: 0;
        font-weight: normal;
        font-size: 18px;
    }

    .section-title.section-title-small h3 {
        font-size: 14px;
    }

    .section-title.lt {
        color: #fff;
        border-color: #fff;
    }

        .section-title.lt h3 {
            border-color: #fff;
        }

.section-note {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

#thetitle {
    display: inline-block;
    margin-top: 11px !important;
    height: 30px;
    font-weight: normal;
    color: #444;
}

    #thetitle > .fa {
        vertical-align: top;
        padding-top: 3px;
    }

.stand-out {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.subheading {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #333;
    color: #333;
}

.expander > label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 15px;
}

    .expander > label:hover {
        text-decoration: underline;
    }

    .expander > label span {
        float: right;
        margin-top: 3px;
    }

    .expander > label:after {
        content: "\f116";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        margin-top: 3px;
    }

.expander > div {
    display: none;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 8px #777;
    box-shadow: inset 0 0 8px #777;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

    .expander > div > ul li {
        padding-bottom: 10px !important;
    }

.expander-collapse:after {
    content: "\f117" !important;
}

.expander-box {
    background: #f3f3f3;
    padding: 10px;
}

.rolebox {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #cecece;
    padding: 2px 5px;
    background: #fff;
    border-right-width: 2px;
}

.rolebox-table {
    padding: 0;
    border-right-width: 1px;
}

.rolebox-taller {
    height: 450px;
}

.livebox {
    height: 100px;
    overflow: hidden;
    border: 1px solid #777;
    padding: 5px;
    background: #999;
    color: #fff;
    -webkit-box-shadow: inset 0 0 8px #333;
    box-shadow: inset 0 0 8px #333;
    border-radius: 2px;
    background-clip: padding-box;
}

    .livebox ul,
    .rolebox ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .livebox ul li,
        .rolebox ul li {
            line-height: 1;
            padding: 0px;
            border: none;
        }

.thebox {
    width: 100%;
    height: 582px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #333;
    margin-bottom: 20px;
}

    .thebox .table {
        background-color: #eee;
    }

.thebox-extended {
    height: 600px;
}

.thebox-placeholder + .floatThead-container {
    margin-left: 0;
}

.floatThead-container {
    overflow: visible;
    margin-left: 13px;
}

.well {
    -webkit-box-shadow: 0px 1px 5px 0px #999;
    box-shadow: 0px 1px 5px 0px #999;
    border: none;
    border-radius: 2px;
    background-clip: padding-box;
    margin-bottom: 10px;
}

.well-max {
    max-width: 400px;
    margin: 0 auto;
}

    .well-max .form-control {
        margin-bottom: 10px;
    }

.thewell {
    background-color: #f8f8f8;
    border-radius: 2px;
    background-clip: padding-box;
}

.thewell-limited {
    height: 380px;
}

.well.well-monitor {
    margin: 0;
    padding: 5px;
}

    .well.well-monitor .btn-group, .well.well-monitor .filter-transactions > section {
        margin-bottom: 0;
    }

.run-row-error-medium > td {
    background-color: #e5c693 !important;
}

.run-row-error-high > td {
    background-color: #c46a69 !important;
    color: #fff;
}

.run-row-modified > td {
    background-color: #CBE9F5 !important;
}

.password-complexity ul {
    list-style-type: disc;
}

    .password-complexity ul li {
        border: none;
        padding: 0;
    }

.upload-bar {
    background-color: #428bca;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.infobanner {
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    border-left: 5px solid #dedede;
    margin-bottom: 10px;
}

.theimg-wrapper {
    background-color: #333;
    width: 100%;
    margin-bottom: 10px;
}

    .theimg-wrapper div {
        width: 60%;
    }

    .theimg-wrapper img {
        width: 100%;
    }

.grayBackground {
    background-color: #F2F2F2;
    color: #222222;
}

.darkGrayBackground {
    background-color: #E0E0E0;
    color: #222222;
}

.whiteBackground {
    background-color: #FFFFFF !important;
    color: #222222;
}

.dropdown-menu-box {
    max-height: 28em;
    /*Provide height in pixels or in other units as per your layout*/
    max-width: 20em;
    overflow-x: auto;
    overflow-y: auto;
    /*Provide an auto overflow to diaply scroll*/
}

.sticky-wrap {
    overflow-x: auto;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

    .sticky-wrap .sticky-thead,
    .sticky-wrap .sticky-col,
    .sticky-wrap .sticky-intersect {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.125s ease-in-out;
        z-index: 50;
        width: auto;
        /* Prevent table from stretching to full size */
    }

    .sticky-wrap .sticky-thead {
        box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
        z-index: 100;
        width: 100%;
        /* Force stretch */
    }

    .sticky-wrap .sticky-intersect {
        opacity: 1;
        z-index: 150;
    }

        .sticky-wrap .sticky-intersect th {
            background-color: #666;
            color: #eee;
        }

    .sticky-wrap td,
    .sticky-wrap th {
        box-sizing: border-box;
    }

.collapsible:link, .collapsible:visited, .collapsible:active, .collapsible:hover {
    text-decoration: none;
    color: #000000;
}

.bgAttention {
    background-color: #FFDBDD !important;
}

.rightJustify {
    text-align: right;
}

.exeptionBackground {
    background-color: black;
    color: #ffffff;
}

.depositCorrectionRow {
    height: 5em;
    border-bottom: 1px solid #9F9F9F;
    width: 99%;
}

.verticalCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.height-one {
    max-height: 3em;
    min-height: 3em;
}

.horizontalCenter {
    margin-left: auto;
    margin-right: auto;
}

div.scrollableContainer {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #000;
    background: #FFFFFF;
}

table.scrollable, table.scrollable th, table.scrollable td {
    border: 1px solid black;
}

    table.scrollable thead th {
        border-bottom: 2px solid black;
    }

    table.scrollable tfoot td {
        border-top: 2px solid black;
    }

    table.scrollable thead tr {
        left: 0;
        top: 0;
        position: absolute;
        background: #999999;
        color: #FFFFFF;
    }

    table.scrollable tfoot tr {
        left: 0;
        bottom: 0;
        position: absolute;
        background: #999999;
        color: #FFFFFF;
    }

div.scrollableContainer table.scrollable thead .sorting,
div.scrollableContainer table.scrollable thead .sorting_asc,
div.scrollableContainer table.scrollable thead .sorting_desc {
    cursor: hand;
    cursor: pointer;
    padding-right: 20px;
}

div.scrollableContainer table.scrollable thead .sorting {
    background: url("../img/sort_both.png") no-repeat center right;
}

div.scrollableContainer table.scrollable thead .sorting_asc {
    background: url("../img/sort_asc.png") no-repeat center right;
}

div.scrollableContainer table.scrollable thead .sorting_desc {
    background: url("../img/sort_desc.png") no-repeat center right;
}

div.scrollingArea {
    overflow: auto;
}

table .csi-checkbox {
    -moz-transform: scale(1.4);
    /* FF */
    -webkit-transform: scale(1.4);
    /* Safari and Chrome */
    -o-transform: scale(1.4);
    /* Opera */
    -webkit-transform: scale(1.4);
    margin-left: 0.3em;
    margin-top: 0.3em;
}

.no-overflow-y {
    overflow-y: hidden;
}

/*#endregion*/
/*#region media queries*/
/* large devices */
@media only screen and (min-width: 1200px) {
    .show-lg-only {
        display: block !important;
    }

    .hide-lg-only {
        display: none;
    }
}

/* medium devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .show-lg-only {
        display: none;
    }

    .hide-lg-only {
        display: block;
    }
}

/* small devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .show-lg-only {
        display: none;
    }

    .hide-lg-only {
        display: block;
    }

    .view-footer li .footer-cell .small-text {
        font-size: 9px;
    }
}

/* extra small devices */
@media only screen and (max-width: 767px) {
    .show-lg-only {
        display: none;
    }

    .hide-lg-only {
        display: block;
    }

    .hide-xs-only {
        display: none;
    }

    .show-xs-only {
        display: inline-block !important;
    }

    .option-selector .list-settings-block {
        float: none;
        margin-top: 0;
    }

    .view.balancer-assistant-shift {
        margin-right: 0;
    }

    #header .header-right {
        position: absolute;
        top: 49px;
        left: -250px;
        width: 250px !important;
        -webkit-transition: left 0.08s ease, z-index 0.08s ease;
        transition: left 0.08s ease, z-index 0.08s ease;
        background: #3a3633;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…oZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
        background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725));
        background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%);
        background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%);
        background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%);
        background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
    }

        #header .header-right #institution-info, #header .header-right #login-info {
            background: none !important;
        }

    .the-info-menu #header .header-right {
        left: 0;
    }

    .the-info-menu .btn-all-info::before {
        content: "\f00d";
    }

    ul.tabs li a {
        font-size: 11px;
    }

    .repair-footer,
    .balancer-meta {
        display: none !important;
    }

    .new-search input[type="text"] {
        margin-right: 0;
    }

    #header {
        height: auto;
        width: 100%;
    }

        #header .header-left {
            height: 49px;
            padding-left: 9px;
        }

        #header .header-right {
            width: 100%;
            background-color: #f8f8f8;
        }

        #header > div {
            height: auto;
        }

    .datepicker-popup.authenticated ul {
        margin-left: 0;
    }

    .datepicker-popup.authenticated th {
        color: #333;
    }

    .datepicker-popup.authenticated > input {
        color: #fff;
        background-color: #777;
    }

    .admin .datepicker-popup.authenticated > input {
        /*color: $color-four;
			background-color: $color-e;*/
    }

    .admin #login-info a {
        color: #fff;
    }

    #summ-chart #pie-chart2,
    #summ-chart #pie-chart {
        float: none;
        height: 52px;
        margin: 0;
        margin-top: 10px;
        width: 100px !important;
    }

    .summ-table,
    .summ-title-wrapper {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .modal {
        /*padding-top: 138px;*/
    }

    #form-add-user li {
        clear: both;
        margin-right: 0;
        width: 100%;
    }

    .pull-right {
        width: 100%;
    }

    #thetitle {
        font-size: 20px;
        padding: 2px 5px 2px 0px;
    }

    #login-info {
        width: 100%;
        margin: 0;
        background-color: #555;
        padding: 2px 13px 2px 9px;
        color: #fff;
    }

        #login-info a {
            color: #fff;
        }

    #header.admin .header-right #login-info {
        color: #fff;
        background-color: #555;
    }

    #institution-info {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 2px 13px 2px 9px;
        height: auto;
        border-left: none;
    }

        #institution-info > * {
            text-align: left !important;
        }

    .alert.alert-warning {
        overflow: auto;
    }

        .alert.alert-warning .pull-right {
            text-align: right;
        }

    .list-settings ul li label {
        display: block;
    }

    .list-settings ul li input[type="text"],
    .list-settings ul li input[type="file"],
    .list-settings ul li input[type="password"] {
        position: relative;
        width: 100%;
    }

    .list-settings ul li .select,
    .list-settings ul li .list-settings-block,
    .list-settings ul li .ui-spinner,
    .list-settings ul li .toggle > i {
        position: relative !important;
    }

    .list-settings ul li span.error {
        margin-top: 23px;
        top: 0;
        bottom: inherit;
    }

    .list-settings-width {
        width: 100%;
    }

    .list-settings-block input[type="text"] {
        float: none !important;
        clear: both;
    }

    .smart-form .input-file .button {
        top: 5px;
    }

    .mar-upper {
        margin: 0 !important;
    }

    .view-footer {
        display: none;
    }

    .hasFooter {
        padding: 0;
    }

    .filter-transactions .pull-right {
        width: auto;
    }
}

/* all but extra small screens */
@media only screen and (min-width: 768px) {
    .hide-xs-only {
        display: inline-block;
    }

    .sm-up-text-right {
        text-align: right;
    }

    .sm-up-float-left {
        float: left !important;
    }

    .sm-up-float-right {
        float: right !important;
    }

    #header .header-right {
        float: right;
        height: auto !important;
    }

        #header .header-right #institution-info {
            float: right;
        }

    .business-date .btn-group {
        position: relative;
    }

    .business-date .dropdown-menu {
        left: auto !important;
        right: 0;
    }

    .mar-lower {
        margin: 0 !important;
    }

    .authentication-wrapper {
        margin-top: 50px;
    }
}

/* all but large screens */
@media only screen and (max-width: 1199px) {
    /*.balancer-meta.balancer-meta-large {
		height: auto;
		margin-bottom: 52px;

		ul {
			li {
				width: 100%;
				border: none !important;
				padding: 5px;
			}
			li:first-child,
			li:last-child { display: none; }
		}
	}
	.balancer-meta.balancer-meta-large * { font-size: 10px; }*/
    .balancer-meta ul li {
        width: 25%;
    }
}

/* medium & large screens */
@media only screen and (min-width: 992px) {
    .md-up-text-right {
        text-align: right;
    }

    .mar-top-100-upper {
        margin-top: 100px;
    }

    .mar-top-50-upper {
        margin-top: 50px;
    }
}

/* extra small & small screens */
@media only screen and (max-width: 991px) {
    .control-left,
    .control-right {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 219px;
    }

    .hidden-menu #main {
        left: 0;
        margin: 0;
    }
}

/*#endregion*/

/*# sourceMappingURL=custom.css.map */
