html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

body {
    height: 100%;
    max-width: 100%;
    line-height: 1.6;
    background: #fff;
    overflow: auto;
    overflow: initial;
    -ms-overflow-style: scrollbar;
    scrollbar-base-color: #94a433;
    scrollbar-3dlight-color: #94a433;
    scrollbar-highlight-color: #94a433;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #1c2532;
    scrollbar-shadow-color: #94a433;
	font-family: Calibri, sans-serif;
    
    font-size: 18px;
    color: #1c2532
}

    body.home:after, body.home:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1
    }

    body.home:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -3;
        background: url(../img/background.jpg) bottom center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        display: block;
        overflow: hidden
    }
	.select2-container--default .select2-selection--single{
		border-radius:5px !important
	}

    body.home .wrapper {
        background: transparent
    }

.wrapper {
    overflow: hidden;
    height: auto;
    min-height: 100%;
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out .5s;
    -o-transition: ease-out .5s;
    transition: ease-out .5s;
    position: relative
}

#container {
    margin: 0 auto;
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    margin: .2em 0 .6em 0;
    padding: 0;
    display: block;
    color: #1c2532;
    font-size: 20px;
    font-weight: 600;
    font-family: Calibri, sans-serif;
    line-height: 1.3em
}

h1 {
    font-size: 35px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 25px;
    margin: 16px 0
}

h4 {
    font-size: 18px;
    font-weight: normal;
    color: #666058
}

#footer h4 {
    line-height: 24px;
    margin: 15px 0 15px
}

h5 {
    font-size: 35px;
    line-height: 45px;
    font-weight: normal
}

h6 {
    font-size: 17px;
    font-weight: normal
}

@media(max-width:1199px) and (min-width:768px) {
    h1 {
        font-size: 32px
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 27px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 17px
    }
}

.box-header h1, .box-header h2, .box-header h3, .box-header h4, .box-header h5, .box-header h6 {
    margin: 0
}

p {
    margin-bottom: 15px;
    line-height: 1.5em
}

    p.help-block {
        margin-bottom: 0
    }

    p:last-child {
        margin-bottom: 0
    }

.ce_text {
    padding-bottom: 20px;
    display: block;
    clear: both
}

    .ce_text p {
        font-size: 16px
    }

        .ce_text p:last-child {
            margin-bottom: 0
        }

form p {
    padding: 0;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 7px
}

.form-group + p {
    line-height: 1.4em;
    padding: 0 4px
}

sub, sup {
    font-size: 10px
}

strong {
    font-weight: 700
}

p + ul {
    margin-top: -10px
}

#main ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0
}

    #main ul:last-child {
        margin-bottom: 0
    }

a, a:after {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a {
    color: #94a433;
    position: relative;
    overflow: hidden
}

label a, label a:focus, label a:active, label a:hover {
    color: #94a433
}

    label a:after {
        background: #94a433
    }

a:focus, a:active, a:hover {
    text-decoration: none;
    color: #94a433
}

a[data-loadpage] {
    cursor: pointer
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

p + ul:not(.select2-selection__rendered) {
    margin-top: -10px
}

ul:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

button, input {
    outline: 0;
    -webkit-appearance: none
}

hr {
    margin: 30px 0;
    height: 1px;
    background: #f1f1f1;
    border: 0
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.clr {
    clear: both
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    background: transparent
}

    ::-webkit-scrollbar:vertical {
        width: 10px
    }

::-webkit-scrollbar-thumb {
    background: #94a433;
    border-radius: 6px;
    border: solid 3px #fff
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: 0
}

::-moz-selection {
    background-color: #94a433;
    color: #fff
}

::selection {
    background-color: #94a433;
    color: #fff
}

*:active, *:focus {
    outline: none !important;
    outline-offset: 0
}

.spinner {
    text-align: center;
    position: fixed;
    z-index: 79;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

    .spinner .bg {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(255,255,255,0.7);
        z-index: 1
    }

.spin {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    text-indent: -9999em;
    background: url(../img/gears.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 12
}

.select2-results__option {
    white-space: normal !important
}

.modal {
    z-index: 1235
}

.modal-dialog {
    margin: 80px 10px 30px 10px
}

@media all and (min-width:768px) and (max-height:980px) {
    .modal-dialog {
        margin: 80px auto 30px auto
    }
}

@media all and (min-width:768px) and (min-height:980px) {
    .modal-dialog {
        width: 600px;
        margin: 69px auto
    }
}

.float-left {
    float: left
}

.delete-attachment {
    float: right;
    cursor: pointer;
    -webkit-transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    -o-transition: ease-out .1s;
    transition: ease-out .1s;
    visibility: hidden;
    color: #b94a48;
    opacity: 0
}

    .delete-attachment.active {
        visibility: visible;
        opacity: 1
    }

#main ul:not(.select2-selection__rendered):not(.pagination):not(.parsley-errors-list):not(.timeline) {
    margin-left: 10px;
    margin-bottom: 25px
}

    #main ul:not(.select2-selection__rendered):not(.pagination):not(.parsley-errors-list):not(.timeline) li {
        position: relative;
        line-height: 1.4em;
        margin-bottom: .4em;
        padding-left: 20px
    }

        #main ul:not(.select2-selection__rendered):not(.pagination):not(.parsley-errors-list):not(.timeline) li:before {
            content: '\f00c';
            font: normal normal normal 13px/1em FontAwesome;
            -webkit-font-smoothing: antialiased;
            display: block;
            color: #94a433;
            position: absolute;
            left: 0;
            top: 3px
        }

#page-alert {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999999;
    text-align: center
}

    #page-alert .alert {
        margin: 0;
        border: 0;
        border-radius: 0;
        padding: 17px 15px
    }

        #page-alert .alert p {
            display: block;
            font-family: 'Karla',sans-serif;
            font-size: 14px;
            margin: 0 auto
        }

    #page-alert button.close {
        color: #fff;
        opacity: 1
    }

    #page-alert .alert {
        border-bottom: 1px solid transparent
    }

    #page-alert .alert-warning {
        color: #fff;
        background: #e30613
    }

    #page-alert .alert-success {
        background: #148a00;
        color: #fff
    }

    #page-alert .alert-info, #page-alert .alert-danger {
        background: #c13a0b;
        color: #fff
    }

.callout {
    background: #fff;
    max-width: 500px;
    padding: 0;
    border-radius: 0;
    margin: 0 auto 30px auto;
    clear: both
}

.box .callout {
    margin-top: 30px;
    margin-bottom: 0
}

.box .box-footer {
    border-top: 0 !important
}

    .box .box-footer .callout-body {
        text-transform: none
    }

    .box .box-footer .callout {
        margin-top: 0;
        max-width: 100%
    }

.callout .callout-header h1, .callout .callout-header h2, .callout .callout-header h3, .callout .callout-header h4, .callout .callout-header h5, .callout .callout-header h6 {
    margin: 0
}

.callout .callout-header {
    border-bottom: 1px solid #fff;
    padding: 10px 30px
}

.callout.callout-info .callout-header {
    border-color: #000
}

.callout .callout-body {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600
}

.callout.callout-success {
    background: #94a433
}

    .callout.callout-success h5, .callout.callout-success .callout-body {
        color: #fff !important
    }

.callout.callout-error {
    background: #94a433
}

    .callout.callout-error h5, .callout.callout-error .callout-body {
        color: #fff !important
    }

.callout.callout-warning {
    background: #f0ad4e
}

    .callout.callout-error a, .callout.callout-success a, .callout.callout-warning a {
        color: #fff
    }

        .callout.callout-error a:hover .callout.callout-success a:hover, .callout.callout-warning a:hover {
            text-decoration: underline
        }

    .callout.callout-warning h5, .callout.callout-warning .callout-body {
        color: #fff !important
    }

#main table.dataTable thead .sorting:after {
    color: #43484c;
    opacity: .7
}

#main table.dataTable thead .sorting_asc, #main table.dataTable thead .sorting_desc {
    color: #94a433
}

    #main table.dataTable thead .sorting:after, #main table.dataTable thead .sorting_asc:after, #main table.dataTable thead .sorting_desc:after {
        font-size: 16px;
        font-family: 'FontAwesome',serif;
        top: 50%;
        margin-top: -10px;
        height: 20px;
        opacity: 1;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

#main table.dataTable thead .sorting:after {
    content: '\f107'
}

#main table.dataTable thead .sorting_asc:after {
    content: '\f160'
}

#main table.dataTable thead .sorting_desc:after {
    content: '\f161'
}

#main .dataTables_info {
    text-align: center;
    width: 100%;
    padding: 0;
    color: #c1c1c1;
    margin: 0 0 10px 0;
    padding-top: 20px;
    border-top: 1px solid #c1c1c1
}

#main .dataTables_paginate {
    display: block;
    float: none;
    clear: both;
    margin: 10px 30px 20px 30px
}

    #main .dataTables_paginate .pagination {
        display: block;
        width: 100%;
        float: none;
        clear: both;
        margin: 0 !important;
        text-align: center;
        position: relative
    }

#main .pagination li {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    position: relative
}

    #main .pagination li + li {
        margin-left: 10px
    }

    #main .pagination li.previous, #main .pagination li.next {
        position: absolute !important;
        margin: 0 !important
    }

    #main .pagination li.previous {
        left: 0
    }

        #main .pagination li.previous.disabled, #main .pagination li.next.disabled {
            display: none
        }

        #main .pagination li.previous a, #main .pagination li.next a {
            background: 0;
            border: 0;
            border-radius: 0
        }

            #main .pagination li.previous a:before, #main .pagination li.next a:before {
                content: '\f104';
                font-family: 'FontAwesome',serif;
                left: 0;
                right: 0;
                text-align: center;
                line-height: 20px;
                font-size: 28px;
                text-indent: 0;
                position: absolute;
                color: #c1c1c1;
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out
            }

            #main .pagination li.next a:before {
                content: '\f105'
            }

            #main .pagination li.previous a:hover:before, #main .pagination li.next a:hover:before {
                color: #94a433
            }

    #main .pagination li.next {
        right: 0
    }

#main .pagination a {
    display: block;
    position: absolute !important;
    text-indent: -999em;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    line-height: 1em;
    background: #eaeaea;
    border: 1px solid transparent
}

    #main .pagination a:hover {
        border-color: #94a433
    }

#main .pagination .active a {
    background: #94a433;
    border-color: #94a433
}

#main .pagination a:after, #main .table a:after, #main table a:after {
    content: none
}

.form-group.partPayment {
    clear: none;
    float: left;
    margin: 10px 0 0 30px
}

.search {
    width: 100%;
    max-width: 250px;
    float: right;
    position: relative;
    margin: 10px 0 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

    .search .icon {
        float: right;
        position: absolute;
        right: auto;
        left: 0;
        z-index: 99;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

        .search .icon:before {
            cursor: pointer;
            content: '\f002';
            color: #c1c1c1;
            font-size: 19px;
            font-family: 'FontAwesome',serif;
            display: block;
            width: 19px;
            height: 40px;
            line-height: 40px;
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out
        }

        .search .icon:hover:before, .search .icon:focus:before, .search .icon:active:before, .search.active .icon:before {
            color: #94a433
        }

    .search input {
        float: left;
        z-index: -1;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #c1c1c1;
        padding-left: 33px;
        visibility: hidden;
        opacity: 0;
        background: none !important;
        box-shadow: none
    }

    .search.active .icon {
        left: 0;
        right: auto
    }

    .search.active input {
        z-index: 1;
        visibility: visible;
        opacity: 1
    }

        .search.active input:focus {
            border-color: #94a433 !important;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }

.ui-widget {
    font-family: 'Karla',sans-serif
}

.ui-datepicker .ui-datepicker-header {
    margin: 0;
    border: 0;
    padding: .4em 0;
    background: #171c1f;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

#ui-datepicker-div {
    left: 0 !important;
    right: 0 !important;
    top: 40px !important;
    width: auto !important;
    min-width: 200px !important;
    max-width: 400px !important;
    z-index: 1000000 !important;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2) !important
}

    #ui-datepicker-div .select2-container {
        max-width: 49%;
        width: 100% !important;
        float: left
    }

        #ui-datepicker-div .select2-container:first-child {
            margin-right: 2%
        }

        #ui-datepicker-div .select2-container:last-child {
            margin-left: 2%
        }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    display: block;
    width: 38px;
    border: none !important;
    background: none !important
}

    .ui-datepicker .ui-datepicker-prev.ui-state-hover:before, .ui-datepicker .ui-datepicker-next.ui-state-hover:before {
        color: #94a433 !important
    }

    .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
        color: #555;
        position: absolute;
        top: 50%;
        font-size: 28px;
        margin-top: -14px
    }

.ui-widget.ui-widget-content {
    margin: 0;
    border: 1px solid #94a433;
    border-top: none !important
}

.ui-datepicker .ui-datepicker-header {
    margin: 0;
    border: 0;
    background: #eee;
    border-bottom: 1px solid #555
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 38px;
    overflow: hidden
}

.ui-datepicker .select2-container--default .select2-selection--single {
    background: none !important;
    border: none !important
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #555;
    color: #fff
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #94a433;
    background: #94a433;
    color: #fff
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: #ededed;
    color: #2b2b2b
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #adadad;
    background: #e6e6e6;
    font-weight: normal;
    color: #2b2b2b
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

    .ui-autocomplete > li {
        padding: 7px 14px
    }

        .ui-autocomplete > li.ui-state-focus {
            background: #eee
        }

.modal-dialog h1, .modal-dialog h2, .modal-dialog h3, .modal-dialog h4, .modal-dialog h5, .modal-dialog h6 {
    margin: 0
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal-footer .form-group {
    margin: 0
}

    .modal-footer .form-group .btn {
        margin: 0 auto
    }

.hide, .box.collapse {
    display: none
}

    .box.collapse.in {
        display: block
    }

.ui-widget-overlay {
    opacity: .8
}

.ui-widget.ui-widget-content {
    padding: 0;
    border-color: #000;
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.3);
    box-shadow: 10px 10px 10px rgba(0,0,0,.3)
}

.ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #000
}

.ui-dialog-title {
    color: #94a433;
    font-size: 16px;
    font-family: 'Karla',sans-serif;
    font-weight: 700;
    text-shadow: none
}

.modal-header .close span, .ui-dialog .ui-dialog-titlebar-close span {
    display: none
}

.modal-header .close, .ui-dialog .ui-dialog-titlebar-close {
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 30px;
    margin: 0;
    height: 20px;
    background: 0;
    box-shadow: none;
    border: 0;
    position: relative;
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

    .modal-header .close:before, .ui-dialog .ui-dialog-titlebar-close:before {
        content: '\f00d';
        font-family: 'FontAwesome',serif;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: -8px 0 0 0;
        bottom: 0;
        text-align: center;
        color: #000;
        font-size: 16px;
        line-height: 1em;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        opacity: .5
    }

    .modal-header .close:hover, .ui-dialog .ui-dialog-titlebar-close:hover, .modal-header .close:hover:before, .ui-dialog .ui-dialog-titlebar-close:hover:before {
        color: #94a433;
        opacity: 1
    }

.ui-dialog .ui-dialog-content {
    font-family: 'Karla',sans-serif;
    min-height: 1px !important;
    padding: 20px 1em;
    font-weight: 400
}

    .ui-dialog .ui-dialog-content p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.3em
    }

.ui-dialog .ui-dialog-buttonpane {
    margin: 0 !important;
    border: 0;
    padding: 0 0 10px 0
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
        display: block;
        clear: both;
        text-align: center
    }

    .ui-dialog .ui-dialog-buttonpane button {
        padding: 5px 20px;
        font-family: 'Karla',sans-serif;
        font-weight: 400;
        margin: 0;
        display: inline-block;
        background: 0;
        height: auto;
        width: auto;
        border: 2px solid #94a433;
        border-radius: 0;
        color: #94a433;
        text-transform: uppercase;
        font-size: 14px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

        .ui-dialog .ui-dialog-buttonpane button:hover {
            background: #94a433;
            color: #fff
        }

        .ui-dialog .ui-dialog-buttonpane button:first-child {
            margin-right: 10px
        }

.flotContainer {
    font-family: 'Karla',sans-serif
}

    .flotContainer .flot-text .flot-x-axis .tickLabel {
        font-size: .8em
    }

.box .col-md-12, .box .col-md-6:nth-child(2n+1) {
    clear: both
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none;
    content: none
}

.hide {
    display: none
}

.block {
    display: block
}

.inline {
    display: inline-block
}

.clr {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.image_container {
    display: block;
    width: 100%
}

    .image_container a {
        display: block
    }

img {
    width: 100%;
    height: auto;
    display: block
}

.w10 {
    width: 10%
}

.w20 {
    width: 20%
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.w70 {
    width: 70%
}

.w80 {
    width: 80%
}

.w90 {
    width: 90%
}

.w100 {
    width: 100%
}

.m10 {
    margin: 10px
}

.m20 {
    margin: 20px
}

.m30 {
    margin: 30px
}

.m40 {
    margin: 40px
}

.m50 {
    margin: 50px
}

.mt0 {
    margin-top: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30
}

.mb0 {
    margin-bottom: 0
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.p10 {
    padding: 10px
}

.p20 {
    padding: 20px
}

.p30 {
    padding: 30px
}

.p40 {
    padding: 40px
}

.p50 {
    padding: 50px
}

.pb0 {
    padding-bottom: 0
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pl0 {
    padding-left: 0
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pt0 {
    padding-top: 0
}

.pt10 {
    padding-top: 13px
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxNext, #cboxPrevious {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: center;
    text-indent: -9999em
}

    #cboxNext:before, #cboxPrevious:before, #cboxClose:before {
        position: absolute;
        color: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        line-height: 50px;
        font-size: 80px;
        font-family: 'FontAwesome',serif;
        text-shadow: -1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;
        text-indent: 0
    }

#cboxPrevious {
    left: 20px
}

    #cboxPrevious:hover {
        left: 15px
    }

    #cboxPrevious:before {
        content: '\f104'
    }

#cboxNext {
    right: 20px
}

    #cboxNext:hover {
        right: 15px
    }

    #cboxNext:before {
        content: '\f105'
    }

#cboxClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 0;
    box-shadow: none;
    background: 0;
    padding: 0;
    text-indent: -999em
}

    #cboxClose:before {
        content: '\f00d';
        line-height: 30px;
        font-size: 30px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        text-align: center;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    #cboxClose:hover:before {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

#cboxContent {
    margin-top: 0
}

#cboxLoadedContent {
    border: 1px solid #000
}

#cboxTitle {
    position: absolute;
    color: #000;
    background: rgba(250,250,250,0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    line-height: 50px;
    padding: 0 20px
}

#cboxCurrent {
    display: none !important
}

.cc-window {
    z-index: 99999 !important;
    opacity: 1;
    transition: opacity 1s ease
}

    .cc-window.cc-invisible {
        opacity: 0
    }

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em)
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em)
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
        transform: translateY(0)
    }

.cc-grower {
    max-height: 0;
    overflow: hidden;
    background: #000;
    transition: max-height 1s;
    z-index: 999999999999999999999999999;
    position: relative
}

.cc-link, .cc-revoke:hover {
    text-decoration: none
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

    .cc-window.cc-static {
        position: static
    }

    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner {
        padding: 14px 10px;
        width: 100%;
        margin: 0 auto;
        -ms-flex-direction: row;
        flex-direction: row;
        position: fixed;
        border-top: 4px solid #94a433;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.2) !important
    }

@media all and (max-width:1000px) {
    .cc-window.cc-banner {
        padding: 1em 1.8em
    }
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    color: #94a433 !important;
    opacity: 1;
    display: inline;
    text-decoration: none
}

    .cc-link:after {
        content: none !important
    }

    .cc-link:hover {
        opacity: 1
    }

    .cc-link:active, .cc-link:visited {
        color: initial
    }

.cc-btn {
    display: block;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 20px;
    margin-top: -10px;
    text-indent: -99999em;
    padding: 0;
    min-width: 1px !important;
    width: 20px;
    background: none !important;
    border: none !important
}

    .cc-btn:after {
        content: '\f00d';
        font-family: 'FontAwesome',serif;
        font-size: 20px;
        color: #94a433;
        background: 0;
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        bottom: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        text-indent: 0
    }

    .cc-btn:hover:after {
        transform: rotate(180deg)
    }

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

    .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
        background-color: transparent;
        text-decoration: underline
    }

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

    .cc-close:focus, .cc-close:hover {
        opacity: 1
    }

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

    .cc-compliance > .cc-btn {
        -ms-flex: 1;
        flex: 1
    }

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

        .cc-window.cc-banner .cc-compliance {
            -ms-flex: 1;
            flex: 1
        }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

@media all and (max-width:1100px) {
    .cc-btn {
        right: 20px;
        top: 15px;
        margin-top: 0
    }

    .cc-compliance {
        width: 20px
    }
}

#header:after, #footer:after, .inside:after, #container:after, #main:after, .user-box:after, .infobox a:after, .nav_left li:after, .selectContainer:after, .captchaImgContainer:after, .static-verdict:after, .box:after, .dashbox:after, .box:after, .btn:after, .btn-group:after, .box-header:after, .box-body:after, .box-footer:after, #deviatingBankDataContainer:after, .dataTables_paginate .pagination:after, .top:after, ul.timeline:after, .socials:after, .form-group:after, .search:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

body.home #header .inside, body.home #main .inside {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px
}

#header {
    position: fixed;
    z-index: 12345;
    right: 0;
    left: 0;
    height: 70px;
    line-height: 55px;
    background-color: hsla(0,0%,0%,0.9);
}

body.home #header {
    left: 0;
    height: 100px
}

#header .inside {
    padding: 0
}

#header .logo {
    float: left;
    display: block;
    color: #fff !important;
    width: 150px;
    margin: 0 0 0 1px
}

body.home #header .logo {
    margin-left: 0;
    width: 206px
}

.selectContainer {
    float: right;
    position: relative;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    margin-right: 50px
}

#header .select2-container {
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    max-width: 500px;
    left: 15px
}

    #header .select2-container .select2-selection {
        border: none !important;
        border-radius: 0;
        height: 90%;
        padding: 0 10px;
        background: #f3f3f3
    }

        #header .select2-container .select2-selection .select2-selection__rendered {
            height: 55px;
            line-height: 55px;
            padding: 0 25px 0 0
        }

#header .nav_main {
    float: right
}

    #header .nav_main ul li {
        float: left;
        margin-right: 10px
    }

        #header .nav_main ul li:last-child {
            margin-right: 0
        }

        #header .nav_main ul li a {
            display: block;
            padding: 9px 10px;
            position: relative;
            color: #fff;
            font-size: 18px;
            height: 55px;
            line-height: 55px;
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            font-weight: 600
        }

body.home #header .nav_main ul li a {
    color: #ffffff
}

#header .nav_main ul li a:hover:before {
    margin-top: 4px
}

#header .nav_main ul li a:before {
    content: '\f007';
    font-family: 'FontAwesome',serif;
    margin-right: 3px;
    font-size: 14px;
    line-height: 1em;
    width: 17px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#header .nav_main ul li.login a:before {
    content: '\f13e'
}

#header .nav_main ul li.login a.active:before, #header .nav_main ul li.login a:hover:before {
    content: '\f023'
}

#header .nav_main ul li.register a:before {
    content: '\f234'
}

#header .nav_main ul li.web a:before {
    content: '\f121'
}

.user-box {
    color: #1c2532;
    float: right;
    font-size: 12px;
    padding: 0 30px 0 20px;
    height: 55px
}

    .user-box .CustomerFullName {
        display: inline-block;
        margin-right: 10px
    }

a[data-toggle="tooltip"] {
    position: absolute;
    right: 0
}

.tooltip.show {
    opacity: 1
}

.user-box .CustomerFullName:before {
    content: '\f007';
    font-family: 'FontAwesome',serif;
    margin-right: 3px;
    font-size: 14px
}

.user-box .logout:hover {
    color: #94a433
}

.user-box .logout:before {
    content: '\f023';
    font-family: 'FontAwesome',serif;
    margin-right: 5px;
    font-size: 14px
}

.user-box .logout:hover:before {
    content: '\f13e'
}

.selectContainer .infobox {
    float: left;
    margin-right: 20px
}

    .selectContainer .infobox:last-child {
        margin-right: 0
    }

.infobox > span {
    cursor: pointer;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #1c2532;
    font-family: 'Karla',sans-serif
}

    .infobox > span:after {
        content: '\f107';
        font-family: 'FontAwesome',serif;
        font-size: 20px;
        display: inline-block
    }

.cus > span, .acc > span {
    font-size: 18px;
    font-weight: 400
}

    .cus > span strong, .acc > span strong {
        font-size: 16px;
        color: #94a433;
        font-weight: 600
    }

.cus strong {
    margin-right: 5px
}

.acc strong {
    margin-right: 5px
}

.infobox ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    background: #fff;
    padding: 5px 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5)
}

.infobox.active ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.show-menu {
    display: none;
    margin-top: 20px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 35px;
    width: 25px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

    .show-menu span {
        display: none
    }

    .show-menu .line {
        position: absolute;
        margin-bottom: 4px;
        border-radius: 6px;
        opacity: 1;
        background: #94a433;
        display: block;
        height: 2px;
        left: 0;
        width: 100%;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: .25s ease-in-out
    }

        .show-menu .line.line1 {
            top: 0
        }

        .show-menu .line.line2 {
            top: 8px
        }

        .show-menu .line.line3 {
            top: 8px
        }

        .show-menu .line.line4 {
            top: 16px
        }

.showMenu .show-menu .line.line1 {
    top: 18px;
    width: 0;
    left: 50%
}

.showMenu .show-menu .line.line2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.showMenu .show-menu .line.line3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.showMenu .show-menu .line.line4 {
    left: 50%;
    opacity: 0;
    top: 0;
    transition: .1s ease-in-out;
    width: 0
}

#left {
    position: fixed;
    left: 0;
    top: 55px;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 12344;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0 2px 19px 0 rgba(0,0,0,0.14);
    text-align: left
}

    #left .top, #left .bottom {
        display: block;
        clear: both;
        z-index: 1233
    }

    #left .top {
        position: relative;
        height: 55px;
        display: none
    }

    #left .logo {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 26px;
        margin: 12px 0 0 10px
    }

body.big-menu #left .logo {
    margin: 13px 0 0 20px;
    width: 108px
}

#left .logo .logo-small {
    display: block
}

#left .nav_left {
    clear: both;
    padding-top: 20px
}

    #left .nav_left ul li {
        position: relative;
        height: 40px;
        padding: 0 20px;
        background: transparent;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

.big-menu #left .nav_left ul li a {
    text-indent: 0;
    position: relative;
    font-size: 18px
}

#left .nav_left ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

#left .nav_left ul li a {
    text-indent: -99em;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0 20px;
    line-height: 40px;
    color: #1c2532;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    letter-spacing: -0.01em
}

#left .nav_left .notification {
    font-size: 75%;
    display: inline-block;
    padding: 5px;
    background: #94a433;
    color: #fff;
    border-radius: 100%;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px
}

#left .nav_left ul li a:hover, #left .nav_left ul li.active a {
    color: #94a433
}

    #left .nav_left ul li a:hover .notification, #left .nav_left ul li.active a .notification {
        background: #94a433
    }

#left .nav_left ul li a.logout:hover i:before {
    content: '\f13e'
}

.big-menu #left .nav_left ul li a {
    padding: 0 0 0 40px
}

#left .nav_left ul li a i {
    display: block;
    position: absolute;
    font-size: 24px;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
    text-indent: 0;
    left: 0;
    right: 0;
    text-align: center
}

#left .user-box, #left .selectContainer {
    display: none
}

body.mobile #left .user-box, body.mobile #left .selectContainer {
    display: block;
    padding: 0 20px
}

body.mobile .select2-container.select2-container--open {
    z-index: 13000
}

body.mobile #left .select2-container {
    display: block;
    width: auto !important
}

.big-menu .menu-trigger i:before {
    content: '\f104'
}

.big-menu #left .nav_left ul li a i {
    right: auto
}

body.active-menu .menu-trigger:after {
    content: '\f104'
}

.nav_left ul li a {
    display: block;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

    .nav_left ul li a:hover, .nav_left ul li.active a {
        color: #f58220
    }

#main {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 70px;
    padding-right: 30px;
    opacity: 0
}

.box {
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

    .box.nopadding, .box.dash, .box.box-primary {
        padding: 0
    }

    .box.product:nth-child(2n+1) {
        clear: both
    }

    .box.product:nth-child(2n+1) {
        margin-right: 0
    }

    .box.center {
        text-align: center
    }

    .box .box-header {
        padding: 20px 30px 20px 30px;
        border-bottom: 1px solid #1c2532;
        color: #94a433;
        font-size: 16px
    }

        .box .box-header .created {
            float: right;
            color: #939393
        }

    .box.dash.success .box-header {
        border-color: #148a00
    }

    .box.dash.info .box-header {
        border-color: #e30613
    }

    .box.dash.error .box-header {
        border-color: #c13a0b
    }

    .box.dash.todo .box-header {
        border-color: #0e708a
    }

    .box.dash.closed .box-header {
        border-color: #1c2532
    }

    .box.dash .box-header h1:before, .box.dash .box-header h2:before, .box.dash .box-header h3:before, .box.dash .box-header h4:before, .box.dash .box-header h5:before, .box.dash .box-header h6:before {
        font-family: FontAwesome !important;
        display: block;
        float: left;
        width: 20px;
        text-align: center;
        margin-right: 10px;
        font-size: 20px;
        line-height: 1em
    }

    .box.dash.success .box-header h1:before, .box.dash.success .box-header h2:before, .box.dash.success .box-header h3:before, .box.dash.success .box-header h4:before, .box.dash.success .box-header h5:before, .box.dash.success .box-header h6:before {
        content: '\f046';
        color: #148a00
    }

    .box.dash.info .box-header h1:before, .box.dash.info .box-header h2:before, .box.dash.info .box-header h3:before, .box.dash.info .box-header h4:before, .box.dash.info .box-header h5:before, .box.dash.info .box-header h6:before {
        content: '\f129';
        color: #e30613
    }

    .box.dash.error .box-header h1:before, .box.dash.error .box-header h2:before, .box.dash.error .box-header h3:before, .box.dash.error .box-header h4:before, .box.dash.error .box-header h5:before, .box.dash.error .box-header h6:before {
        content: '\f071';
        color: #c13a0b
    }

    .box.dash.todo .box-header h1:before, .box.dash.todo .box-header h2:before, .box.dash.todo .box-header h3:before, .box.dash.todo .box-header h4:before, .box.dash.todo .box-header h5:before, .box.dash.todo .box-header h6:before {
        content: '\f0f3';
        color: #0e708a
    }

    .box.dash.closed .box-header h1:before, .box.dash.closed .box-header h2:before, .box.dash.closed .box-header h3:before, .box.dash.closed .box-header h4:before, .box.dash.closed .box-header h5:before, .box.dash.closed .box-header h6:before {
        content: '\f0ae';
        color: #1c2532
    }

.created .icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}

    .created .icon:before {
        background: transparent;
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
        content: '\f007';
        font-family: 'FontAwesome',serif;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

.created .company:before {
    color: #94a433
}

.created .customer:before {
    color: #939393
}

.box .box-header.nopadding {
    padding: 0;
    border-bottom: 1px solid #1c2532;
    color: #94a433;
    font-size: 16px;
    height: 40px;
    line-height: 39px
}

    .box .box-header.nopadding h1, .box .box-header.nopadding h2, .box .box-header.nopadding h3, .box .box-header.nopadding h4, .box .box-header.nopadding h5, .box .box-header.nopadding h6 {
        padding-left: 30px;
        padding-right: 10px
    }

.box .box-header .buttons {
    float: right
}

.box .box-footer {
    padding: 0;
    border-top: 1px solid #1c2532;
    color: #94a433;
    font-size: 16px;
    text-transform: uppercase
}

    .box .box-footer .buttons {
        float: right
    }

.box p.teaser {
    margin-bottom: 20px
}

.box-footer .w50 {
    float: left
}

    .box-footer .w50:first-child {
        padding-left: 30px;
        padding-right: 10px
    }

    .box-footer .w50:last-child {
        padding-right: 30px;
        padding-left: 10px
    }

.box-footer.center {
    text-align: center
}

    .box-footer.center .btn {
        display: inline-block;
        margin: 20px 0;
        width: auto
    }

.box .buttons a {
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    color: #939393;
    border-left: 2px solid #e2e2e2;
    background: transparent
}

    .box .buttons a:after, .box .buttons a:hover:after {
        content: none !important
    }

.box .box-header.no-border {
    border-bottom: 0
}

.box .box-body {
    padding: 20px 30px 20px 30px
}

.box.icon .box-body {
    padding-left: 120px;
    position: relative
}

    .box.icon .box-body:before {
        position: absolute;
        content: '';
        top: 20px;
        left: 30px;
        width: 60px;
        height: 60px
    }

.box.icon.user .box-body:before {
    background: url("../img/call-center.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.box .box-body.pb0 {
    padding-bottom: 0
}

.box-body .message {
    display: block;
    white-space: pre-line;
    margin-top: -35px
}

#main .table:not(.ui-datepicker-calendar), #main table:not(.ui-datepicker-calendar) {
    margin: 0 !important;
    border-collapse: collapse;
    border: none !important;
    width: 100% !important
}

    #main .table:not(.ui-datepicker-calendar) tr, #main table:not(.ui-datepicker-calendar) tr {
        border-top: 1px solid #ececec;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

    #main .table:not(.ui-datepicker-calendar) tbody tr:nth-of-type(odd), #main .table-striped:not(.ui-datepicker-calendar) tbody tr:nth-of-type(odd), #main table:not(.ui-datepicker-calendar) tbody tr:nth-of-type(odd) {
        background: #f3f3f3
    }

    #main .table:not(.ui-datepicker-calendar) tr:hover, #main table:not(.ui-datepicker-calendar) tr:hover {
        background: #ececec !important
    }

    #main .table:not(.ui-datepicker-calendar) thead tr:first-child, #main table:not(.ui-datepicker-calendar) thead tr:first-child {
        border-top: 0
    }

    #main .table:not(.ui-datepicker-calendar) th.nowrap, #main table:not(.ui-datepicker-calendar) th.nowrap, #main .table:not(.ui-datepicker-calendar) td.nowrap, #main table:not(.ui-datepicker-calendar) td.nowrap {
        white-space: nowrap
    }

    #main .table:not(.ui-datepicker-calendar) th, #main table:not(.ui-datepicker-calendar) th, #main .table:not(.ui-datepicker-calendar) td, #main table:not(.ui-datepicker-calendar) td {
        padding: 12px 8px;
        vertical-align: middle;
        background: 0;
        border: 0
    }

    #main .table:not(.ui-datepicker-calendar) td, #main table:not(.ui-datepicker-calendar) td {
        word-break: break-all;
        word-spacing: normal;
        word-wrap: break-word
    }

        #main .table:not(.ui-datepicker-calendar) th:first-child, #main table:not(.ui-datepicker-calendar) th:first-child, #main .table:not(.ui-datepicker-calendar) td:first-child, #main table:not(.ui-datepicker-calendar) td:first-child, #main #readingsTable:not(.ui-datepicker-calendar) th:nth-child(2), #main #readingsTable:not(.ui-datepicker-calendar) td:nth-child(2) {
            padding-left: 30px
        }

        #main .table:not(.ui-datepicker-calendar) th:last-child, #main table:not(.ui-datepicker-calendar) th:last-child, #main .table:not(.ui-datepicker-calendar) td:last-child, #main table:not(.ui-datepicker-calendar) td:last-child {
            padding-right: 30px
        }

    #main .table:not(.ui-datepicker-calendar) tfoot, #main table:not(.ui-datepicker-calendar) tfoot {
        font-weight: 600 !important
    }

#main table td.message-text, #main .table td.message-text {
    color: #94a433;
    font-weight: 700
}

ul.timeline {
    display: block;
    margin: 30px auto !important;
    position: relative
}

.timeline .time-label {
    background: orange;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto
}

.timeline li {
    clear: both;
    width: 50%;
    position: relative;
    padding: 20px;
    z-index: 1
}

    .timeline li.company {
        padding-right: 70px
    }

    .timeline li.user {
        padding-left: 70px
    }

    .timeline li .inside {
        display: block;
        padding: 10px 20px;
        border: 1px solid #c3c3c3;
        position: relative;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
        box-shadow: 0 0 5px rgba(0,0,0,.2)
    }

    .timeline li.user .inside {
        border-color: #94a433
    }

    .timeline li.company .inside {
        background: #505050;
        color: #fff
    }

    .timeline li .inside:before {
        color: rgba(195,195,195,0.7);
        position: absolute;
        line-height: 20px;
        font-size: 28px;
        font-family: 'FontAwesome',serif;
        top: 50%;
        margin-top: -10px;
        text-align: center
    }

    .timeline li.user .inside:before {
        content: '\f0d9';
        left: -10px;
        color: #94a433
    }

    .timeline li.company .inside:before {
        right: -10px;
        content: '\f0da';
        color: #505050
    }

    .timeline li span {
        display: block
    }

    .timeline li .time {
        margin-bottom: 5px
    }

        .timeline li .time:before {
            display: inline-block;
            font-family: 'FontAwesome',serif;
            content: '\f017'
        }

    .timeline li .timeline-body {
        white-space: pre-line;
        margin-top: -20px
    }

.message-attachments {
    clear: both;
    display: block;
    padding: 20px 30px
}

    .message-attachments .download, .timeline .download {
        display: block;
        clear: both;
        margin-bottom: 5px
    }

        .timeline .download:first-child {
            margin-top: 20px
        }

        .message-attachments .download:last-child, .timeline .download:last-child {
            margin-bottom: 0
        }

        .message-attachments .download a, .timeline .download a {
            position: relative;
            padding-left: 20px
        }

            .message-attachments .download a:before, .timeline .download a:before {
                content: '\f019';
                font-family: 'FontAwesome',serif;
                position: absolute;
                left: 0;
                top: 2px;
                width: 15px;
                line-height: 1em;
                text-align: center;
                display: block
            }

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    background: #94a433;
    z-index: 0
}

.timeline .user {
    float: right
}

.timeline .company {
    float: left
}

.timeline li.company:before, .timeline li.user:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: #fff;
    z-index: 2;
    font-size: 25px;
    border: 1px solid #94a433;
    border-radius: 2px;
    color: #939393;
    content: ''
}

.timeline li.company:before {
    background: url(../favicon/favicon.ico) center center no-repeat #fff;
    -webkit-background-size: 90%;
    background-size: 90%;
    right: -20px
}

.timeline li.user:before {
    font-family: 'FontAwesome',serif;
    content: '\f007';
    left: -20px
}

.timeline.closed li:last-child {
    display: block;
    background: #fff;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 20px 50px
}

    .timeline.closed li:last-child:before {
        content: none
    }

    .timeline.closed li:last-child .inside:before {
        top: -16px !important;
        content: '\f0da' !important;
        color: #505050;
        transform: rotate(90deg) !important;
        left: 50% !important;
        margin-left: -5px !important;
        right: auto !important
    }

#main .flotContainer table {
    width: auto !important;
    right: 60px !important;
    left: auto !important
}

#main .flotContainer .legend > div {
    display: none
}

.flotContainer {
    padding: 30px 30px 0 30px;
    width: 100%;
    height: 400px;
    font-size: 1.12em;
    margin-bottom: 30px
}

#flot-placeholder {
    width: 100%;
    height: 100%
}

.load-profile .flot-overlay {
    cursor: zoom-in
}

.push {
    height: 156px
}

#footer {
    padding-top: 84px;
    padding-bottom: 84px;
    background-color: #464545;
    color: #eaf3ff;
    font-size: 16px;
    line-height: 24px
}

#ReminderLink:hover {
    color: #94a433
}

#ReminderLink {
    position: absolute;
    right: 0;
    font-size: 13px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d9d9d9
}

#header .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 50px;
    padding: 2px;
    border-radius: 5px;
    height: 49px;    
	background-color:#ffffff
}

#header #selectContainer .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -9px
}

.image-logo-footer {
    width: 150px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

.footer-grid-quarters {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.vertical-menu-grid {
    justify-items: start;
    grid-row-gap: 7px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.main-container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto
    
}

.footer-company-details {
    margin-top: 21px;
    margin-bottom: 21px
}

.justify-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text-white {
    color: #fff
}

.hover-link {
    opacity: .5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

#footer a {
    text-decoration: none;
	color:#fff;
}

    #footer a:focus, #footer a:active, #footer a:hover {
        color: #eaf3ff;
        opacity: 1
    }

.social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 14px;
    margin-left: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

    .social-link img {
        width: 25px
    }

    .social-link.ausgeblendet {
        display: none
    }

.footer-social-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
    margin-bottom: 21px;
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0,0%,100%,0.2);
    border-bottom: 1px solid hsla(0,0%,100%,0.2)
}

.footer-bottom-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
	
}

#footer .copyright {
    opacity: .5
}

.social-link-icon {
    margin-right: 7px
}

#emailModal .modal-footer {
    padding-bottom: 0
}

.email-modal-btn {
    margin-right: 5px !important
}

.btn {
    background: 0;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto 20px auto;
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    white-space: normal;
    max-width: 100%;
    line-height: 1.3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline-offset: 0;
    padding: 12px 21px;
    text-decoration: none !important;
    font-size: 18px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-width: 2px;
    font-weight: 600
}

    .btn.mb0 {
        margin-bottom: 0
    }

    .btn.pb0 {
        padding-bottom: 0
    }

    .btn:focus, .btn:hover, .btn:active {
        outline: 0;
        background: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none !important;
        text-decoration: none !important;
        color: #000
    }

a.btn {
    display: inline-block
}

.btn-center {
    margin: 25px auto 25px auto;
    text-align: center
}

table .btn, .table .btn {
    margin: 0 auto
}

.btn:after, #main a.btn:after {
    content: none
}

.btn.bg-primary, .btn.btn-primary {
    width: auto;
    cursor: pointer;
    background: 0;
    margin: 0;
    color: #fff;
    background: #94a433;
    padding: 12px 21px;
    text-decoration: none !important;
    font-size: 18px;
    border-color: #94a433
}

    .btn.bg-primary:hover, .btn.bg-primary:focus, .btn.bg-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
        box-shadow: 0 0 0 #00;
        background: #fff;
        border-color: rgba(148,164,51,0.15);
        color: #94a433 !important
    }

    .btn.bg-primary[disabled], .btn.bg-primary[disabled]:hover, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:hover {
        color: #000 !important;
        background: #fff !important;
        box-shadow: none !important;
        border-color: #d9d9d9 !important
    }

.btn.mode_readonly, .btn.mode_demo, .btn.mode_agent_readonly {
    clear: both;
    white-space: normal
}

    .btn.mode_readonly, .btn.mode_readonly[disabled] {
        width: auto;
        font-weight: 700;
        cursor: not-allowed;
        color: #fff;
        background: #94a433;
        border-color: #94a433
    }

        .btn.mode_readonly:hover, .btn.mode_readonly:focus, .btn.mode_readonly[disabled]:hover {
            color: #fff;
            background: #007db3;
            border-color: #007db3
        }

    .btn.mode_demo, .btn.mode_demo[disabled] {
        background: transparent;
        width: auto;
        font-weight: 700;
        border-color: #000;
        color: #000;
        cursor: not-allowed
    }

        .btn.mode_demo:hover, .btn.mode_demo:focus, .btn.mode_demo[disabled]:hover {
            color: #fff;
            background: #000
        }

    .btn.mode_agent_readonly, .btn.mode_agent_readonly[disabled] {
        background: transparent;
        width: auto;
        font-weight: 700;
        border-color: #171c1f;
        color: #171c1f;
        cursor: not-allowed
    }

        .btn.mode_agent_readonly:hover, .btn.mode_agent_readonly:focus, .btn.mode_agent_readonly[disabled]:hover {
            color: #fff;
            background: #171c1f
        }

.btn.btn-download {
    width: auto;
    opacity: .7;
    border-radius: 0;
    border: 0;
    display: block;
    float: left;
    padding: 0 10px;
    color: #939393;
    border-left: 2px solid #e2e2e2;
    background: transparent;
    margin: 0;
    line-height: 40px
}

.btn.bg-primary:not(.disabled).active, .btn.bg-primary:not(.disabled).checked, .btn.btn-primary:not(.disabled).active, .btn.mode_default, .btn.btn-ok {
    color: #fff;
    background: #94a433;
    border-color: #94a433
}

    .btn.mode_default:not(:disabled):hover, .btn.btn-ok:not(:disabled):hover {
        box-shadow: 0 0 0 #00;
        background: #fff;
        border-color: rgba(148,164,51,0.15);
        color: #94a433 !important;
        border-width: 2px
    }

.btn.btn-download.print {
    text-transform: capitalize
}

.btn.btn-download:hover {
    color: #fff;
    background: #94a433;
    border-color: #94a433
}

.btn.btn-download:last-child {
    margin-right: 0
}

#InvoiceYears, #DocumentTypes {
    line-height: 40px;
    float: left
}

#resolution {
    line-height: 40px
}

    #resolution .btn {
        margin-top: 0 !important
    }

.btn.btn-label {
    background: transparent;
    color: #9a9a9a;
    padding: 5px 10px;
    box-shadow: none;
    margin: 0;
    display: block;
    width: auto;
    float: left;
    border: 0;
    position: relative
}

.btn-label + .btn-label {
    margin-left: 10px;
    padding-left: 10px
}

    .btn-label + .btn-label:before {
        content: '';
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 2px;
        background: #e2e2e2
    }

.btn.btn-label:after {
    content: '';
    position: absolute;
    display: block;
    background: #94a433;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 100%;
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out .5s;
    -o-transition: ease-out .5s;
    transition: ease-out .5s;
    visibility: hidden;
    opacity: 0
}

.box-footer .btn.btn-label {
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 10px
}

    .box-footer .btn.btn-label:after {
        content: none
    }

.btn-label:hover, .btn-label:focus, .btn-label:active, .btn-label.active {
    color: #94a433
}

.box-footer .btn-label:hover, .box-footer .btn-label:focus, .box-footer .btn-label:active, .box-footer .btn-label.active {
    background: #efefef
}

.btn-label:focus:after, .btn-label:hover:after, .btn-label:active:after, .btn-label.active:after {
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1
}

.btn-group {
    display: block;
    clear: both
}

form {
    position: relative;
    text-align: left
}

.form-group {
    margin-bottom: 20px;
    clear: both;
    position: relative;
    display: block
}

td .form-group {
    margin-bottom: 0
}

.box-footer .form-group {
    margin: 10px 0
}

.box-footer .btn.btn-sm {
    margin: 35px auto 25px auto
}

.form-group label {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: 400;
    width: 100%;
    color: #000;
    display: inline-block
}

    .form-group label + a {
        float: right;
        font-size: 10px;
        color: #3a3a3a;
        margin-top: 6px
    }

.form-control {
    background: #fff;
    border: solid 1px #d0d0d0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #292929 !important;
    padding: 0 10px;
    border-radius: 2px
}

#main .select2-container, #footer .select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--multiple {
    background: #fff;
    border: solid 1px #d0d0d0;
    font-size: 16px;
    color: #292929 !important;
    padding: 2px 10px;
    border-radius: 0
}



.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none
}

.select2-container--default .select2-selection--single {
    color: #3a3a3a;
    line-height: 1.3em
}

#main .select2-container--default .select2-selection--single {
    width: 100%
}

select.parsley-error ~ .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    width: 100%
}

.select2-results__option {
    white-space: nowrap
}

.form-control:focus, .form-control:focus + .input-group-addon, .form-control:active {
    border-color: #94a433;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(215,0,4,.25)
}

input::-ms-clear {
    display: none
}

.form-control[disabled], #main .select2-container--default.select2-container--disabled .select2-selection--single, fieldset[disabled] .form-control, input[disabled] {
    cursor: default;
    border-radius: 0;
    font-size: 16px;
    background: #fff !important
}

.form-control[readonly] {
    background: #f1f1f1
}

.form-control.hasDatepicker {
    position: relative;
    cursor: pointer
}

input, textarea {
    width: 100%;
    outline: none !important
}

textarea {
    height: 200px !important;
    max-width: 100%;
    min-width: 100%;
    outline: none !important;
    line-height: 1.5em !important
}

.checkbox {
    padding: 0;
    margin: 0
}

.radio {
    padding: 10px 20px 10px 0
}

    .radio:last-of-type {
        border-bottom: 0
    }

    .radio + .radio {
        margin: 0
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline:first-child, .radio-inline:first-child {
        padding-left: 0
    }

.checkbox label, .radio label {
    padding-left: 16px;
    display: block
}

input[type=checkbox], input[type=radio], select {
    z-index: -99999999;
    visibility: hidden;
    opacity: 0
}

    input[type=radio] + label, input[type=checkbox] + label {
        position: relative;
        line-height: 1.4em
    }

    input[type=radio][disabled] + label, input[type=checkbox][disabled] + label {
        cursor: not-allowed
    }

        input[type=radio][disabled] + label:before, input[type=checkbox][disabled] + label:before {
            opacity: .65
        }

    input[type=radio] + label {
        position: relative;
        padding-left: 30px;
        padding-top: 3px
    }

    input[type=checkbox] + label {
        position: relative;
        padding-left: 30px
    }

    input[type=radio]:not(.optanon-status-radiobox) + label:before, input[type=checkbox]:not(.optanon-status-checkbox) + label:before {
        content: '';
        border: solid 2px #94a433;
        white-space: nowrap;
        border-radius: 100%;
        left: 0;
        top: 1px;
        margin: 0 !important;
        outline: none !important;
        cursor: pointer;
        position: absolute;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    input[type=radio] + label:before {
        width: 25px;
        min-width: 25px;
        height: 25px
    }

    input[type=checkbox]:not(.optanon-status-checkbox) + label:before {
        width: 22px;
        min-width: 22px;
        height: 22px
    }

.checkbox.parsley-error input + label:before {
    background: #f2dede;
    border-color: #eed3d7
}

input[type=checkbox]:not(.optanon-status-checkbox) + label:before {
    top: 3px
}

input[type=checkbox]:not(.optanon-status-checkbox) + label:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    border-radius: 2px;
    background: #FFF
}

input[type=checkbox] + label:after {
    content: ''
}

input[type=checkbox].middle + label:before {
    top: 50%;
    margin-top: -7px !important
}

input[type=checkbox].middle + label:after {
    top: 50%;
    margin-top: -8px !important
}

input[type=checkbox]:checked:not(.optanon-status-checkbox) + label:after {
    display: block;
    position: absolute;
    opacity: 1;
    width: 11px;
    height: 7px;
    top: 6px;
    background: transparent;
    left: 6px;
    border: 2px solid #94a433;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0;
    margin-top: 0
}

input[type=radio] + label:after {
    content: ''
}

input[type=radio]:checked + label:after {
    display: block;
    position: absolute;
    opacity: 1;
    width: 11px;
    height: 7px;
    top: 9px;
    background: transparent;
    left: 7px;
    border: 2px solid #94a433;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 0;
    margin-top: 0
}

input[type=checkbox] + label:hover:before, input[type=radio] + label:hover:before {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #292929 !important;
    color: #292929 !important
}

body.login .parsley-errors-list.filled {
    margin: 0;
    padding: 0
}

.parsley-errors-list {
    line-height: 1.4 !important
}

.parsley-required, .parsley-errors-list {
    color: #c13a0b;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding: 3px 0 0 0
}

.error-message {
    display: none;
    color: #c13a0b;
    font-size: 14px;
    margin: 0 0 3px 0;
    padding: 5px 0 10px 0
}

    .error-message.active {
        display: block
    }

input.parsley-error, .form-control.parsley-error, select.parsley-error, textarea.parsley-error, input.parsley-error + .input-group-addon {
    border-color: #c13a0b;
    background: rgba(208,22,13,0.22)
}

input.loading.parsley-error, .loading.form-control.parsley-error, select.loading.parsley-error, textarea.loading.parsley-error {
    border-color: #c13a0b;
    background: url(../img/gears.svg) right 10px center no-repeat rgba(208,22,13,0.22);
    background-size: 30px auto
}

input.parsley-error:focus, input.parsley-error:hover, input.parsley-error:focus + .input-group-addon, input.parsley-error:hover + .input-group-addon, select.parsley-error:focus, select.parsley-error:hover, textarea.parsley-error:focus, textarea.parsley-error:hover {
    border-color: #c13a0b !important
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    background: 0;
    border-color: #c1c1c1
}

input.loading, select.loading, textarea.loading {
    background: url(../img/gears.svg) right 10px center no-repeat;
    background-size: 30px auto
}

input.parsley-success.loading, select.parsley-success.loading, textarea.parsley-success.loading {
    border-color: #c1c1c1;
    background: url(../img/gears.svg) right 10px center no-repeat;
    background-size: 30px auto
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    background: 0;
    border-color: #c1c1c1
}

#paymentDataContainer {
    display: none
}

.bank-data-info {
    line-height: 1.7em;
    color: #3a3a3a
}

.captchaImgContainer {
    position: relative;
    margin-bottom: 13px
}

    .captchaImgContainer img {
        width: 70%;
        float: left
    }

#main .captchaImgContainer a {
    width: 30%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(0)
}

    #main .captchaImgContainer a:hover {
        transform: rotate(20deg)
    }

.captchaImgContainer a i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px
}

.progress {
    margin-top: 10px;
    margin-bottom: 12px;
    position: relative
}

.progress-bar-red, .progress-bar-danger {
    background: #e40521
}

.progress-bar-yellow, .progress-bar-warning {
    background: #fc0
}

.static-verdict .left-verdict-part {
    float: left
}

.static-verdict .right-verdict-part {
    float: right
}

.form-group.partPayment {
    clear: none;
    float: left;
    margin: 20px 0 0 30px
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #3a3a3a !important;
    color: #3a3a3a !important
}

.checkbox, .radio {
    margin-bottom: 0
}

.input-group {
    position: relative
}

.input-group-addon {
    cursor: pointer;
    border-radius: 0
}

.input-group .form-control + .input-group {
    border-left: 0
}

@media screen and (max-width:767px) and (min-width:601px) {
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) th.invoiceperiod-sort, body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-period {
        display: none
    }
}

@media screen and (max-width:1020px) and (min-width:891px) {
    body:not(.printing) #main .table:not(.ui-datepicker-calendar) th.invoiceperiod-sort, body:not(.printing) #main .table:not(.ui-datepicker-calendar) td.invoice-period {
        display: none
    }
}

@media all and (max-width:992px) {
    h2.mb60 {
        margin: 0 0 .6em 0
    }
}

@media(max-width:991px) {
    .push {
        height: 0
    }

    #footer {
        height: auto;
        margin-top: 0
    }

        #footer .bottom_nav, #footer .socials {
            text-align: center;
            width: 100%
        }

        #footer .bottom_nav {
            margin-bottom: 16px
        }
}

@media all and (max-width:890px) {
    #container {
        margin: 0 auto !important
    }

    #main {
        padding: 80px 15px 0 15px !important
    }

    #right {
        width: 100%;
        left: -105%;
        right: 105%
    }

    body.home:before {
        bottom: 0 !important
    }

    #left {
        width: 100%;
        left: -105%;
        right: 105%;
        border-right: 0;
        bottom: 0
    }

    .showMenu #left {
        left: 0;
        right: 0
    }

    #left .bottom {
        margin-bottom: 50px
    }

    #header {
        left: 0 !important
    }

        #header .inside {
            padding: 0 30px;
            height: auto !important
        }

        #header .logo {
            margin-left: 0
        }

    #left .top {
        display: block;
        padding: 0 30px;
        height: auto
    }

    #header .selectContainer {
        display: none
    }

    .show-menu {
        display: block
    }

    body.mobile #left .user-box, #left .user-box {
        height: auto;
        background: 0;
        line-height: 1.3em;
        margin-top: 21px;
        margin-right: 7px;
        padding: 0
    }

    body.mobile #left .selectContainer, #left .selectContainer {
        height: auto;
        line-height: 1em;
        padding: 0;
        margin: 7px 10px 0 0
    }

    .cus > span, .acc > span {
        font-size: 16px
    }

    .acc ul, .cus ul {
        top: 31px;
        left: -20px;
        right: -10px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

        .row .col-md-6, .row .col-md-12 {
            padding: 0
        }

    #ui-datepicker-div.ui-datepicker {
        left: 0 !important;
        right: 0 !important
    }
}

@media all and (max-width:750px) {
    .cc_banner-wrapper .btn {
        float: none;
        clear: both;
        margin: 0 auto
    }

    .cc_banner-wrapper .cc_message {
        float: none;
        clear: both;
        line-height: 1.3em !important;
        text-align: center;
        margin-bottom: 20px !important
    }

    .flotContainer {
        display: none !important
    }

    .consumerror.hide {
        display: block !important
    }
}

@media all and (max-width:767px) {
    #footer {
        padding-top: 0;
        padding-right: 0
    }

        #footer .top {
            padding-bottom: 0
        }

        #footer .bottom {
            border-top: 0
        }

        #footer h4 {
            cursor: pointer;
            line-height: 40px
        }

        #footer .element h4:after {
            position: absolute;
            right: 15px;
            content: '';
            background: url(../img/icons/secondary-plus.svg) center right no-repeat;
            background-size: 35px;
            line-height: 40px;
            height: 40px;
            width: 40px
        }

        #footer .element.active h4:after {
            background-image: url(../img/icons/close-button.svg)
        }

        #footer .footer_nav {
            padding-bottom: 16px
        }

        #footer .inside {
            padding: 0 !important
        }

        #footer .row {
            margin: 0
        }

        #footer .element {
            padding-left: 30px;
            padding-right: 30px;
            border-bottom: 1px solid #979797
        }

        #footer #footer-accordion .footer-content-element {
            border-bottom: 1px solid #979797
        }

    .steps-container {
        padding: 0
    }

        .steps-container a {
            width: 100%;
            clear: both;
            float: none
        }
}

@media all and (max-width:680px) {
    body.mobile #left .selectContainer, #left .selectContainer {
        width: 100%;
        margin-right: 0
    }

    .selectContainer .infobox {
        float: right;
        margin: 0;
        padding-left: 10px;
        padding-right: 0
    }

        .selectContainer .infobox:last-child {
            padding-left: 0;
            padding-right: 10px
        }
}

@media all and (max-width:600px) {
    #header .user-box .CustomerFullName {
        display: none
    }

    .cus > span, .acc > span {
        font-size: 15px;
        text-align: right
    }

    .acc ul, .cus ul {
        top: 25px
    }

    .cus .clickLabel span, .acc .clickLabel span {
        display: none
    }

    body.home .navigation {
        display: none
    }

    #footer .copyright {
        padding-left: 20px
    }

    #footer .madeby {
        padding-right: 20px
    }

    body:not(.printing) #main .table:not(.ui-datepicker-calendar), body:not(.printing) #main table:not(.ui-datepicker-calendar), body:not(.printing) #main .table:not(.ui-datepicker-calendar) th, body:not(.printing) #main table:not(.ui-datepicker-calendar) th, body:not(.printing) #main .table:not(.ui-datepicker-calendar) tr, body:not(.printing) #main table:not(.ui-datepicker-calendar) tr, body:not(.printing) #main .table:not(.ui-datepicker-calendar) tbody, body:not(.printing) #main table:not(.ui-datepicker-calendar) tbody, body:not(.printing) #main .table:not(.ui-datepicker-calendar) tfoot, body:not(.printing) #main table:not(.ui-datepicker-calendar) tfoot, body:not(.printing) #main .table:not(.ui-datepicker-calendar) thead, body:not(.printing) #main table:not(.ui-datepicker-calendar) thead, body:not(.printing) #main .table:not(.ui-datepicker-calendar) td, body:not(.printing) #main table:not(.ui-datepicker-calendar) td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        body:not(.printing) #main .table:not(.ui-datepicker-calendar) th, body:not(.printing) #main table:not(.ui-datepicker-calendar) th, body:not(.printing) #main .table:not(.ui-datepicker-calendar) td, body:not(.printing) #main table:not(.ui-datepicker-calendar) td {
            padding: 10px !important;
            word-break: break-all
        }

    .search {
        max-width: 100%;
        padding: 0 20px
    }

        .search .icon, .search.active .icon {
            left: 30px
        }

    .box .box-header, .box .box-body {
        padding: 20px 15px
    }

    ul.timeline {
        margin: 20px 15px
    }

        ul.timeline:before {
            content: none
        }

        ul.timeline li {
            width: 100%;
            padding: 20px
        }

            ul.timeline li .inside:before {
                display: none;
                content: none
            }

    .timeline li.company:before, .timeline li.user:before {
        width: 30px;
        height: 30px;
        margin-top: -30px
    }

    ul.timeline li.company:before {
        left: 0;
        right: auto
    }

    ul.timeline li.company {
        padding: 20px 0 20px 40px
    }

    ul.timeline li.user {
        padding: 20px 40px 20px 0
    }

        ul.timeline li.user:before {
            left: auto;
            right: 0;
            font-size: 19px;
            line-height: 30px
        }

    .timeline.closed li:last-child {
        padding: 20px
    }

    .ui-widget.ui-widget-content {
        left: 15px !important;
        right: 15px !important;
        width: auto !important
    }

    .box .callout {
        margin: 30px 20px 0 20px
    }

    .box-footer .w50 {
        float: none;
        display: block;
        clear: both;
        padding: 0 30px !important;
        margin: 0 auto
    }
}

@media all and (max-width:450px) {
    .btn {
        display: block;
        width: 100% !important;
        line-height: 1.3em
    }
}

@media all and (max-width:1251px) {
    #header .select2-container {
        max-width: 340px
    }
}

@media all and (max-width:350px) {
    #header .user-box {
        display: none
    }
}

@media screen and (max-width:991px) {
    .footer-grid-quarters {
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:991px) {
    .footer-company-wrapper {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-top: 50px
    }
}

@media screen and (min-width:891px) and (max-width:1740px) {
    .main-container:not(.baseraw .main-container) {
        padding-left: 100px
    }
}
.big {width:180px
		}
.logo{padding-top: 10px}

.nav_main{
	padding-top: 25px
}
h2{ text-transform: uppercase}