/* Minification failed. Returning unminified contents.
(4721,23): run-time error CSS1046: Expect comma, found '0'
(4721,27): run-time error CSS1046: Expect comma, found '/'
(7398,28): run-time error CSS1036: Expected expression, found '!important'
(7415,28): run-time error CSS1036: Expected expression, found '!important'
(7747,23): run-time error CSS1046: Expect comma, found '0'
(7747,27): run-time error CSS1046: Expect comma, found '/'
(7747,57): run-time error CSS1046: Expect comma, found '10'
(7747,63): run-time error CSS1046: Expect comma, found '/'
(9112,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@cubic-bazier'
(9113,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@cubic-bazier'
(9126,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@cubic-bazier'
(9127,41): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@cubic-bazier'
 */
html {
    font-family: raleway, sans-serif;
    /*font-family: sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-family: raleway, sans-serif;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #545454;
    height: 100%;
    background: #edeff5;
    /*font-family: 'Source Sans Pro',tahoma,arial,sans-serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger-important {
    color: #ffffff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-round {
    border-radius: 100%;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.header-bold {
    font-weight: bold !important;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.clearfix:before, .clearfix:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.clearfix:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

select.bs-select-hidden, select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1;
    }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li:last-child a {
            margin-bottom: 25px;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        pointer-events: none;
        opacity: .9;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204,204,204,0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    box-shadow: 0 0 3px rgba(0,0,0,0.2) !important;
    font-size: 16px;
    top: 0;
    left: 0;
    padding: 4px;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.15);
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0,0,0,0.15);
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        border: none;
    }

    .datepicker table tr th {
        color: #777;
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

    .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2;
    }

    .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

    .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb;
    }

        .datepicker table tr td.highlighted:active:hover, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted.active.focus {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2;
        }

    .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.highlighted.focus {
        background-color: #d9edf7;
        border-color: #85c5e5;
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee;
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777;
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #009fe3;
    border-color: #00587d;
}

    .datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
        color: #000;
        background-color: #007bb0;
        border-color: #000;
    }

    .datepicker table tr td.today:hover {
        color: #000;
        background-color: #007bb0;
        border-color: #002d40;
    }

    .datepicker table tr td.today:active, .datepicker table tr td.today.active {
        color: #000;
        background-color: #007bb0;
        border-color: #002d40;
    }

        .datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus {
            color: #000;
            background-color: #00628c;
            border-color: #000;
        }

    .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today.focus {
        background-color: #009fe3;
        border-color: #00587d;
    }

    .datepicker table tr td.today.focused {
        background: #007bb0;
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background: #009fe3;
        color: #777;
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0;
}

    .datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c;
    }

    .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

    .datepicker table tr td.range:active, .datepicker table tr td.range.active {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d;
    }

        .datepicker table tr td.range:active:hover, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active:focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range:active.focus, .datepicker table tr td.range.active.focus {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c;
        }

    .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range[disabled]:focus, fieldset[disabled] .datepicker table tr td.range:focus, .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range[disabled].focus, fieldset[disabled] .datepicker table tr td.range.focus {
        background-color: #eee;
        border-color: #bbb;
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5;
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background: #eee;
        color: #777;
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3;
    }

        .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6;
        }

        .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

        .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0;
        }

            .datepicker table tr td.range.highlighted:active:hover, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted.active.focus {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6;
            }

        .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
            background-color: #e4eef3;
            border-color: #9dc1d3;
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3;
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777;
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
    }

        .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608;
        }

        .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

        .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active.focus {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608;
            }

        .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled].focus, fieldset[disabled] .datepicker table tr td.range.today.focus {
            background-color: #f7ca77;
            border-color: #f1a417;
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777;
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.selected:focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616;
    }

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

    .datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active:hover, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.highlighted.active.focus {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616;
        }

    .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
        background-color: #777;
        border-color: #555;
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #009fe3;
    border-color: #008dca;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.active:focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus {
        color: #fff;
        background-color: #007bb0;
        border-color: #00344a;
    }

    .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
        color: #fff;
        background-color: #007bb0;
        border-color: #00628c;
    }

    .datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
        color: #fff;
        background-color: #007bb0;
        border-color: #00628c;
    }

        .datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
            color: #fff;
            background-color: #00628c;
            border-color: #00344a;
        }

    .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
        background-color: #009fe3;
        border-color: #008dca;
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #009fe3;
        border-color: #008dca;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    }

        .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.focus {
            color: #fff;
            background-color: #007bb0;
            border-color: #00344a;
        }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
            color: #fff;
            background-color: #007bb0;
            border-color: #00628c;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
                color: #fff;
                background-color: #007bb0;
                border-color: #00628c;
            }

                .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover.active.focus {
                    color: #fff;
                    background-color: #00628c;
                    border-color: #00344a;
                }

            .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
                background-color: #009fe3;
                border-color: #008dca;
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #777;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        text-shadow: 0 1px 0 #fff;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

INPUT, BUTTON, SELECT, TEXTAREA {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

A {
    text-decoration: none;
}

UL, LI {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}

IMG {
    border: 0;
}

H1 {
    font-size: 24px;
}

.w-header {
    position: relative;
    background: #142d52;
    padding: 0 10px;
    z-index: 30;
}

BODY.filters-open .w-header {
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

HEADER {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1172px;
    height: 110px;
    margin: 0 auto;
    background: url('../theme/img/bg-header-1.png');
}

    HEADER .col-1 {
        flex: 0 1 auto;
        min-width: 130px;
        margin-right: 30px;
    }

    HEADER .col-2 {
        flex: 1 1 100%;
        max-width: 500px;
        margin-left: auto;
    }

        HEADER .col-2 FORM {
            display: flex;
        }

    HEADER .col-3 {
        flex: 0 0 auto;
        margin: 0 auto 0 30px;
        position: relative;
    }

    HEADER .col-4 {
        flex: 0 0 auto;
        position: relative;
        margin-left: 30px;
    }

    HEADER .col-5 {
        flex: 0 0 auto;
        position: relative;
        margin-left: 30px;
    }

    HEADER .menu {
        display: none;
        position: absolute;
        width: 200px;
        top: 78px;
        right: 0;
        z-index: 20;
    }

        HEADER .menu A {
            display: block;
            background: #fff no-repeat 174px 50%;
            border-bottom: 1px solid #e7e7e7;
            padding: 18px 35px 18px 20px;
            color: #333;
            font-size: 14px;
            line-height: 1;
            white-space: nowrap;
        }

            HEADER .menu A:hover {
                background-color: #eee;
                text-decoration: none;
            }

            HEADER .menu A.logout {
                background: #f2f2f2 url('../theme/img/logout-1.png') no-repeat 20px 50%;
                border-bottom: none;
                padding: 18px 18px 18px 52px;
                font-weight: bold;
            }

        HEADER .menu:hover {
            color: #111;
        }

    HEADER .logo IMG {
        width: 100%;
        height: 100%;
    }

    HEADER INPUT {
        flex: 1 1 auto;
        position: relative;
        border: none;
        padding: 14px 40px 14px 20px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
    }

    HEADER BUTTON {
        width: 50px;
        background: #fff url('../theme/img/search-1.png') 50% 50% no-repeat;
        border: none;
        border-radius: 0 6px 6px 0;
    }

    HEADER #btn-filters {
        padding: 12px 20px 12px 46px;
        border: 1px solid #009fe3;
        border-radius: 6px;
        font-size: 16px;
        color: #fff;
        background: url('../theme/img/filter-1.png') #142d52 no-repeat 10px 13px;
        cursor: pointer;
    }

        HEADER #btn-filters.active {
            background-image: url('../theme/img/filter-2.png');
            background-color: #009fe3;
            border-bottom: 1px solid #ffa726;
        }

    HEADER .user {
        position: relative;
        cursor: pointer;
    }

        HEADER .user IMG {
            width: 46px;
            height: 46px;
            margin-right: 10px;
            border-radius: 100%;
            border: 2px solid #fff;
        }

        HEADER .user .name {
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            line-height: 1;
            font-size: 14px;
            color: #00a0e3;
        }

            HEADER .user .name B {
                display: block;
                font-size: 16px;
                color: #fff;
            }

            HEADER .user .name h2 {
                font-weight: bold;
                margin: 0;
                display: block;
                font-size: 16px;
                color: #fff;
            }

        HEADER .user .arrow {
            display: inline-block;
            width: 10px;
            height: 7px;
            margin: 12px 0 0 5px;
            background: url('../theme/img/arrow-down-2.png') no-repeat;
            vertical-align: top;
        }

.w-filters {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 400px;
    background: #fff;
    box-shadow: 0 50px 200px rgba(0,0,0,0.8);
    z-index: 20;
}

    .w-filters .filters {
        max-width: 1172px;
        margin: 0 auto;
        font-size: 14px;
        /*font-weight: bold;*/
    }

        .w-filters .filters .section-top, .w-filters .filters .section-top-2, .w-filters .filters .section-middle, .w-filters .filters .section-bottom {
            padding: 30px 50px;
            border-bottom: 1px solid #bdbdbd;
        }

        .w-filters .filters .section-top, .w-filters .filters .section-top-2 {
            width: 100%;
            display: flex;
            margin: 0 -10px;
            justify-content: space-between;
        }

            .w-filters .filters .section-top LABEL, .w-filters .filters .section-top-2 LABEL {
                flex: 0 1 16.666%;
                margin: 0;
                white-space: nowrap;
            }

                .w-filters .filters .section-top LABEL INPUT, .w-filters .filters .section-top LABEL SELECT, .w-filters .filters .section-top-2 LABEL INPUT, .w-filters .filters .section-top-2 LABEL SELECT {
                    display: block;
                    width: 100%;
                    padding: 5px 8px;
                    border: 1px solid #edeff5;
                    font-size: 14px;
                    font-weight: normal;
                }

                    .w-filters .filters .section-top LABEL INPUT::-webkit-input-placeholder, .w-filters .filters .section-top-2 LABEL INPUT::-webkit-input-placeholder, .w-filters .filters .section-top LABEL SELECT::-webkit-input-placeholder, .w-filters .filters .section-top-2 LABEL SELECT::-webkit-input-placeholder {
                        color: #cfcfcf;
                    }

                    .w-filters .filters .section-top LABEL INPUT::-moz-placeholder, .w-filters .filters .section-top-2 LABEL INPUT::-moz-placeholder, .w-filters .filters .section-top LABEL SELECT::-moz-placeholder, .w-filters .filters .section-top-2 LABEL SELECT::-moz-placeholder {
                        color: #cfcfcf;
                    }

                    .w-filters .filters .section-top LABEL INPUT:-moz-placeholder, .w-filters .filters .section-top-2 LABEL INPUT:-moz-placeholder, .w-filters .filters .section-top LABEL SELECT:-moz-placeholder, .w-filters .filters .section-top-2 LABEL SELECT:-moz-placeholder {
                        color: #cfcfcf;
                    }

                    .w-filters .filters .section-top LABEL INPUT:-ms-input-placeholder, .w-filters .filters .section-top-2 LABEL INPUT:-ms-input-placeholder, .w-filters .filters .section-top LABEL SELECT:-ms-input-placeholder, .w-filters .filters .section-top-2 LABEL SELECT:-ms-input-placeholder {
                        color: #cfcfcf;
                    }

        .w-filters .filters .section-middle {
            display: flex;
            justify-content: space-between;
            /*align-items: center;*/
        }

            .w-filters .filters .section-middle .container-types {
                flex: 0 0 auto;
            }

                .w-filters .filters .section-middle .container-types SPAN {
                    margin-right: 20px;
                }

                .w-filters .filters .section-middle .container-types A {
                    display: inline-block;
                    padding: 6px 20px 6px 15px;
                    margin-left: 15px;
                    font-size: 14px;
                    font-weight: normal;
                    color: #fff;
                    border: none;
                    vertical-align: middle;
                    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
                }

                    .w-filters .filters .section-middle .container-types A:hover {
                        text-decoration: none;
                    }

                    .w-filters .filters .section-middle .container-types A.import {
                        background: #ffa726;
                    }

                    .w-filters .filters .section-middle .container-types A.export {
                        background: #81d4fa;
                    }

                    .w-filters .filters .section-middle .container-types A.storage {
                        background: #7c8082;
                    }

                    .w-filters .filters .section-middle .container-types A B {
                        margin-right: 5px;
                    }

            .w-filters .filters .section-middle .times {
                flex: 0 0 auto;
            }

                .w-filters .filters .section-middle .times div {
                    margin-bottom: 5px;
                }

                .w-filters .filters .section-middle .times INPUT {
                    width: 120px;
                    padding: 5px 8px;
                    border: 1px solid #edeff5;
                    font-size: 14px;
                    font-weight: normal;
                }

                    .w-filters .filters .section-middle .times INPUT::-webkit-input-placeholder {
                        color: #cfcfcf;
                    }

                    .w-filters .filters .section-middle .times INPUT::-moz-placeholder {
                        color: #cfcfcf;
                    }

                    .w-filters .filters .section-middle .times INPUT:-moz-placeholder {
                        color: #cfcfcf;
                    }

                    .w-filters .filters .section-middle .times INPUT:-ms-input-placeholder {
                        color: #cfcfcf;
                    }

                .w-filters .filters .section-middle .times LABEL SPAN {
                    display: inline-block;
                    width: 90px;
                }

        .w-filters .filters .section-bottom {
            display: flex;
        }

            .w-filters .filters .section-bottom .buttons {
                flex: 0 0 auto;
                margin-left: auto;
            }

            .w-filters .filters .section-bottom .submit, .w-filters .filters .section-bottom .clear, .w-filters .filters .section-bottom .reset {
                padding: 6px 20px;
                text-align: center;
                background: #009fe3;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                border: none;
                border-radius: 5px;
            }

            .w-filters .filters .section-bottom .clear {
                padding: 3px;
                margin-left: 10px;
                background: none;
                color: #009fe3;
                font-size: 14px;
            }



            .w-filters .filters .section-middle .checkboxes INPUT, .w-filters .filters .section-bottom .checkboxes INPUT {
                display: none;
            }

            .w-filters .filters .section-middle .checkboxes LABEL, .w-filters .filters .section-bottom .checkboxes LABEL {
                position: relative;
                margin-right: 40px;
                padding-left: 24px;
                white-space: nowrap;
                cursor: pointer;
            }

                .w-filters .filters .section-middle .checkboxes LABEL B, .w-filters .filters .section-bottom .checkboxes LABEL B {
                    display: block;
                    position: absolute;
                    left: 0;
                    top: -4px;
                    width: 21px;
                    height: 22px;
                    background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
                }

            .w-filters .filters .section-middle .checkboxes INPUT:checked + input + LABEL B, .w-filters .filters .section-bottom .checkboxes INPUT:checked + input + LABEL B {
                background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
            }

        .w-filters .filters .section-middle .checkboxes {
            margin-top: 10px;
        }

@media (max-width:960px) {
    /*HEADER .col-5 {
        display: none;
    }*/

    .w-filters .filters .section-top, .w-filters .filters .section-top-2, .w-filters .filters .section-middle, .w-filters .filters .section-bottom {
        padding: 40px 10px;
    }

    .w-filters .filters .section-top, .w-filters .filters .section-top-2 {
        display: flex;
    }

        .w-filters .filters .section-top LABEL, .w-filters .filters .section-top-2 LABEL {
            flex: 0 0 16.66%;
            padding-right: 20px;
        }

            .w-filters .filters .section-top LABEL INPUT, .w-filters .filters .section-top-2 LABEL INPUT {
                display: block;
                width: 100%;
                margin: 0;
            }

            .w-filters .filters .section-top LABEL:last-of-type, .w-filters .filters .section-top-2 LABEL:last-of-type {
                padding-right: 0;
            }

    .w-filters .filters .section-middle .container-types SPAN {
        display: block;
    }

    .w-filters .filters .section-middle .container-types A {
        margin: 0 15px 0 0;
    }

    .w-filters .filters .section-middle .times .time-in {
        margin-bottom: 20px;
    }

    .w-filters .filters .section-middle .times LABEL SPAN {
        display: block;
    }

    .w-filters .filters .section-bottom .checkboxes LABEL {
        margin-right: 30px;
    }

    .w-filters .filters .section-bottom BUTTON {
        flex: 0 0 120px;
    }
}

@media (max-width:1080px) {
    HEADER {
        min-width: 460px;
        padding-top: 15px;
        height: 170px;
        flex-wrap: wrap;
    }

        HEADER .col-1 {
            order: 1;
            margin: 0 auto 0 0;
            max-width: 150px;
        }

        HEADER .col-2 {
            order: 5;
            margin: 30px 0 20px 0;
            max-width: none;
        }

        HEADER .col-3 {
            order: 2;
            margin: 0 20px;
        }

        HEADER .col-4 {
            order: 3;
            margin: 0 20px;
        }

        HEADER .col-5 {
            order: 4;
            margin: 0;
        }

        HEADER .menu {
            top: 150px;
        }
}

@media (max-width:620px) {
    HEADER INPUT {
        padding: 4px 10px 4px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    HEADER BUTTON {
        width: 30px;
        background: #fff url('../theme/img/search-1.png') 50% 50% no-repeat;
        border: none;
        border-radius: 0 6px 6px 0;
    }

    .w-filters .filters .section-top, .w-filters .filters .section-top-2 {
        flex-direction: column;
        margin: 0;
        padding: 10px;
    }

        .w-filters .filters .section-top LABEL, .w-filters .filters .section-top-2 LABEL {
            flex: 0 0 auto;
            margin: 0 0 20px 0;
            padding: 0;
        }

    .w-filters .filters .section-middle {
        display: block;
    }

        .w-filters .filters .section-middle .container-types {
            margin-bottom: 30px;
        }

    .w-filters .filters .section-bottom {
        display: block;
    }

        .w-filters .filters .section-bottom BUTTON {
            width: 100%;
            margin-top: 40px;
        }

    #user-menu-backdrop, #filters-menu-backdrop {
        display: none !important;
    }
}

.w-fixed-footer {
    min-height: 100%;
    margin-bottom: -50px;
}

    .w-fixed-footer:after {
        display: block;
        height: 50px;
        content: '';
    }

.w-footer {
    background: #e3e6ef;
    padding: 0 10px;
}

FOOTER {
    max-width: 1172px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #262626;
}

    FOOTER .copyright {
        flex: 1 0 auto;
    }

    FOOTER .links {
        margin: 0;
        flex: 0 0 auto;
    }

        FOOTER .links LI {
            display: inline-block;
            margin-left: 40px;
        }

            FOOTER .links LI A {
                color: #262626;
            }

@media (max-width:480px) {
    .w-fixed-footer {
        min-height: auto;
        margin-bottom: 0;
    }

        .w-fixed-footer:after {
            display: none;
        }

    FOOTER {
        display: block;
        height: auto;
        padding: 8px 0;
    }

        FOOTER .copyright {
            flex: none;
        }

        FOOTER .links {
            flex: none;
        }

            FOOTER .links UL {
                list-style-position: inside;
            }

            FOOTER .links LI {
                margin: 0 10px 0 0;
            }
}

.modmod-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}

.modmod {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modmod-dialog {
    position: relative;
    margin: 10px auto;
}

.modmod-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

    .modmod-content .title {
        display: flex;
        align-items: center;
        padding: 10px;
        background: #48c;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        vertical-align: middle;
    }

        .modmod-content .title .icon {
            flex: 0 0 16px;
            margin-right: 10px;
            width: 16px;
            height: 16px;
            background: none;
        }

        .modmod-content .title .close-modmod {
            flex: 0 0 20px;
            display: block;
            width: 20px;
            height: 20px;
            padding: 2px 0 0 1px;
            margin-left: auto;
            font-weight: bold;
            font-size: 17px;
            text-align: center;
            line-height: 13px;
            vertical-align: middle;
            color: rgba(0,0,0,0.8);
            border-radius: 100%;
            cursor: pointer;
            outline: 0;
        }

            .modmod-content .title .close-modmod:hover, .modmod-content .title .close-modmod:focus {
                background: #000;
                color: #fff;
            }

    .modmod-content.error .title {
        background: #d00;
    }

    .modmod-content.info .title {
        background: #48c;
    }

    .modmod-content.no-bg {
        background: none;
        box-shadow: none;
    }

    .modmod-content .content {
        padding: 10px;
        background: #fafafa;
    }

    .modmod-content .buttons {
        background: #eee;
        padding: 10px;
    }

        .modmod-content .buttons .btn {
            background: #009fe3;
            color: #fff;
            vertical-align: middle;
            border-radius: 3px;
            box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        }

            .modmod-content .buttons .btn:hover, .modmod-content .buttons .btn:active, .modmod-content .buttons .btn:focus {
                color: #fff;
            }

BODY.modmod-open {
    overflow: hidden;
}

    BODY.modmod-open .modmod {
        overflow-x: hidden;
        overflow-y: auto;
    }

.select-1 {
    padding: 13px 16px;
    background-color: #009fe3;
    font-size: 16px;
    border-radius: 6px 0 0 6px;
    color: #fff;
}

    .select-1.dropdown-toggle {
        color: #fff;
    }

    .select-1:hover, .select-1.focus {
        background-color: #009fe3;
    }

    .select-1 .caret {
        width: 10px;
        height: 6px;
        background: url('../theme/img/arrow-down-1.png') no-repeat;
        border: none;
    }

.select-2 {
    padding: 5px 8px;
    border: 1px solid #edeff5;
    font-size: 14px;
    font-weight: normal;
    background: none;
}

    .select-2 .caret {
        width: 10px;
        height: 7px;
        background: url('../theme/img/arrow-down-4.png') no-repeat;
        border: none;
    }

.select-3 {
    background: #fff;
    border-radius: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .select-3 .caret {
        width: 12px;
        height: 8px;
        background: url('../theme/img/arrow-down-3.png') no-repeat;
        border: none;
    }

.select-4 {
    margin-top: 10px;
    padding: 15px 20px;
    background: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
}

    .select-4:hover, .select-4:focus {
        color: #fff;
    }

.select-5 {
    margin: 10px 0 20px 0;
    border: 1px solid #e1e1e1;
    padding: 10px;
    background: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
}

.select-6 {
    margin: 0 0 14px 0;
    background: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}

    .select-6.dropdown-toggle {
        padding: 4px 12px 4px 4px;
        color: #fff;
    }

    .select-6 .bs-caret {
        position: relative;
        left: -10px;
    }

        .select-6 .bs-caret .caret {
            width: 10px;
            height: 6px;
            background: url('../theme/img/arrow-down-2.png') no-repeat;
            border: none;
        }

.select-7 {
    margin: 0;
    background: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}

    .select-7.dropdown-toggle {
        padding: 4px 12px 4px 4px;
        color: #fff;
    }

    .select-7 .bs-caret {
        position: relative;
        left: -10px;
    }

        .select-7 .bs-caret .caret {
            width: 10px;
            height: 6px;
            background: url('../theme/img/arrow-down-2.png') no-repeat;
            border: none;
        }

@media (max-width:620px) {
    .select-1 {
        padding: 3px 8px;
        font-size: 13px;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

        .owl-carousel .owl-refresh .owl-item IMG {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

.no-js .owl-carousel {
    display: block;
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

BODY.no-scroll {
    overflow: hidden;
}

.h {
    display: none !important;
}

.w-page-content {
    margin-bottom: 50px;
    padding: 0 10px;
}

.page-content {
    margin: 0 auto;
    max-width: 1172px;
}

.page-header {
    vertical-align: middle;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .page-header H1 {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .page-header INPUT {
        vertical-align: middle;
    }

    .page-header BUTTON {
        background: #009fe3;
        color: #fff;
        vertical-align: middle;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-header BUTTON:hover, .page-header BUTTON:active, .page-header BUTTON:focus {
            color: #fff;
        }

        .page-header BUTTON.btn-icon-new {
            padding-left: 35px;
            background: #009fe3 url('../theme/img/plus-1.png') no-repeat 10px 50%;
        }

    .page-header .search {
        width: 220px;
        padding: 6px 40px 6px 20px;
        font-size: 14px;
        background: transparent url('../theme/img/search-1.png') 184px 50% no-repeat;
        border: 1px solid #bfc0c3;
        border-radius: 20px;
        outline: none;
    }

#user-menu-backdrop, #filters-menu-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #000;
    opacity: .5;
}

#user-menu-backdrop {
    top: 110px;
    z-index: 10;
}

#filters-menu-backdrop {
    top: 110px;
    z-index: 10;
}

#loading {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 60;
}

.map-marker {
    position: absolute;
    margin: -40px 0 0 -8px;
    background: url('../Theme/img/pin-1.png') no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 39px;
    height: 48px;
    text-align: center;
    line-height: 38px;
}

.paging LI {
    display: inline-block;
}

    .paging LI A {
        display: block;
        padding: 0;
        min-width: 38px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        line-height: 33px;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

    .paging LI:hover A {
        background: #eee;
        text-decoration: none;
    }

    .paging LI.active A {
        background: #009fe3;
        color: #fff;
        border: none;
        font-weight: bold;
    }

        .paging LI.active A:hover {
            cursor: default;
        }

.form-errors H2 {
    background: #e00;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #fff;
}

.form-errors .errors {
    margin-bottom: 20px;
    padding: 10px;
    background: #eee;
}

    .form-errors .errors LI {
        list-style-type: disc;
    }

.form-success H2 {
    background: #4c0;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #fff;
}

.form-success .message {
    margin-bottom: 20px;
    padding: 10px;
    background: #eee;
}

.form-info H2 {
    background: #009fe3;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #fff;
}

.form-info .message {
    margin-bottom: 20px;
    padding: 10px;
    background: #eee;
}


.page-no-result {
    width: 460px;
    margin: 0 auto;
}

    .page-no-result .content {
        padding: 30px 50px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

.tbl-booking-list {
    border-collapse: collapse;
    width: 100%;
}

    .tbl-booking-list TD {
        border: 1px solid #aaa;
        padding: 4px 8px;
    }

@media (max-width:880px) {
    #user-menu-backdrop {
        top: 170px;
    }
}

.page-containers .container-list LI {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .page-containers .container-list LI .size {
        display: table-cell;
        width: 100px;
        border-right: 1px solid #edeff5;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }

        .page-containers .container-list LI .size B {
            /*position: relative;*/
            top: 3px;
            left: -1px;
            margin: 0 3px;
            font-size: 30px;
            line-height: 0;
        }

    .page-containers .container-list LI .id {
        display: table-cell;
        min-width: 200px;
        padding: 26px 0;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        font-weight: bold;
        color: #636363;
    }

        .page-containers .container-list LI .id .seal-1, .page-containers .container-list LI .id .seal-2, .page-containers .container-list LI .id .seal-3, .page-containers .container-list LI .id .seal-4 {
            display: block;
            margin-left: 20px;
            padding-left: 28px;
            background: url('../theme/img/seal-1.png') no-repeat center left;
            text-align: left;
            font-size: 14px;
            color: #9c9b9b;
            font-weight: normal;
        }

        .page-containers .container-list LI .id .seal-2, .page-containers .container-list LI .id .seal-3, .page-containers .container-list LI .id .seal-4 {
            display: none;
        }

        .page-containers .container-list LI .id .seal-2 {
            background-image: url('../theme/img/seal-2.png');
        }

        .page-containers .container-list LI .id .seal-3 {
            background-image: url('../theme/img/seal-3.png');
        }

        .page-containers .container-list LI .id .seal-4 {
            background-image: url('../theme/img/seal-4.png');
        }

    .page-containers .container-list LI .type {
        display: table-cell;
        min-width: 120px;
        padding-right: 15px;
        text-align: center;
        vertical-align: middle;
    }

        .page-containers .container-list LI .type .line {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 30px;
            background: #ccc;
            color: #000;
            text-align: center;
        }

        .page-containers .container-list LI .type SPAN {
            display: inline-block;
            position: relative;
            padding: 0 10px 0 50px;
            line-height: 30px;
            color: #fff;
            white-space: nowrap;
        }

            .page-containers .container-list LI .type SPAN:after {
                position: absolute;
                left: 100%;
                top: 50%;
                height: 0;
                width: 0;
                margin-top: -15px;
                content: ' ';
                border: solid transparent;
                border-color: rgba(255,167,38,0);
                border-width: 15px;
                pointer-events: none;
            }

            .page-containers .container-list LI .type SPAN.import {
                background: #ffa726;
            }

                .page-containers .container-list LI .type SPAN.import:after {
                    border-left-color: #ffa726;
                }

            .page-containers .container-list LI .type SPAN.export {
                background: #81d4fa;
            }

                .page-containers .container-list LI .type SPAN.export:after {
                    border-left-color: #81d4fa;
                }

            .page-containers .container-list LI .type SPAN.through {
                background: #1dc753;
            }

                .page-containers .container-list LI .type SPAN.through:after {
                    border-left-color: #1dc753;
                }

            .page-containers .container-list LI .type SPAN.transit {
                background: #7c8082;
            }

                .page-containers .container-list LI .type SPAN.transit:after {
                    border-left-color: #7c8082;
                }

            .page-containers .container-list LI .type SPAN.transship {
                background: #7c8082;
            }

                .page-containers .container-list LI .type SPAN.transship:after {
                    border-left-color: #7c8082;
                }


            .page-containers .container-list LI .type SPAN.storage, .page-containers .container-list LI .type SPAN.empty-storage {
                background: #7c8082;
            }

                .page-containers .container-list LI .type SPAN.storage:after, .page-containers .container-list LI .type SPAN.empty-storage:after {
                    border-left-color: #7c8082;
                }

            .page-containers .container-list LI .type SPAN B {
                margin-right: 4px;
            }

    .page-containers .container-list LI .cfs-request, .page-containers .container-list LI .cfs-request-date, .page-containers .container-list LI .customer, .page-containers .container-list LI .complatedChargeable, .page-containers .container-list LI .xray-request {
        display: table-cell;
        min-width: 140px;
        border-right: 1px solid #edeff5;
        text-align: center;
        vertical-align: middle;
    }

        .page-containers .container-list LI .cfs-request I, .page-containers .container-list LI .cfs-request-date I, .page-containers .container-list LI .customer I, .page-containers .container-list LI .complatedChargeable I, .page-containers .container-list LI .xray-request I {
            display: block;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            color: #f57f17;
        }

        .page-containers .container-list LI .cfs-request B, .page-containers .container-list LI .cfs-request-date B, .page-containers .container-list LI .complatedChargeable B, .page-containers .container-list LI .xray-request B {
            font-size: 16px;
            color: #636363;
        }

        .page-containers .container-list LI .customer B {
            font-size: 16px;
        }

    .page-containers .container-list LI .time-in, .page-containers .container-list LI .time-out {
        display: table-cell;
        min-width: 140px;
        background: url('../theme/img/time-in-1.png') no-repeat bottom right;
        border-right: 1px solid #edeff5;
        text-align: center;
        vertical-align: middle;
    }

        .page-containers .container-list LI .time-in I, .page-containers .container-list LI .time-out I {
            display: block;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            color: #f57f17;
        }

        .page-containers .container-list LI .time-in B, .page-containers .container-list LI .time-out B {
            font-size: 16px;
            color: #636363;
        }

        .page-containers .container-list LI .time-in EM, .page-containers .container-list LI .time-out EM {
            font-style: normal;
        }

    .page-containers .container-list LI .time-out {
        background: url('../theme/img/time-out-1.png') no-repeat bottom right;
    }

        .page-containers .container-list LI .time-out I {
            color: #81d4fa;
        }

    .page-containers .container-list LI .line-hold {
        display: table-cell;
        width: 150px;
        text-align: center;
        vertical-align: middle;
        color: #636363;
        position: relative;
    }

        .page-containers .container-list LI .line-hold hr {
            width: 100%;
            float: left;
        }

        .page-containers .container-list LI .line-hold .hold-change-info {
            width: 100%;
            height: 20px;
            top: 0;
            position: absolute;
            color: white;
            font-size: 10px;
            font-weight: bold;
            padding-top: 3px;
        }

        .page-containers .container-list LI .line-hold .hold-change-info-add, .page-containers .container-list LI .line-hold .hold-change-info-add li {
            background-color: #51a351;
        }

        .page-containers .container-list LI .line-hold .hold-change-info-release, .page-containers .container-list LI .line-hold .hold-change-info-release li {
            background-color: #bd362f;
        }

        .page-containers .container-list LI .line-hold IMG {
            display: block;
        }

        .page-containers .container-list LI .line-hold B {
            display: block;
            font-weight: normal;
        }

        .page-containers .container-list LI .line-hold .center {
            text-align: center;
            margin-top: 5px;
        }

        .page-containers .container-list LI .line-hold BUTTON {
            display: block;
            margin-bottom: 5px;
            width: 100%;
        }

        .page-containers .container-list LI .line-hold .hold-buttons {
            width: 48%;
            padding: 12px 0px;
            float: left;
            transition: scale 300ms;
            line-height: 1.5;
            color: #9c9b9b;
            font-size: 9px;
        }


            .page-containers .container-list LI .line-hold .hold-buttons div {
                border-radius: 20px;
                border: 1px solid #972923;
                padding: 3px 0px;
            }


            .page-containers .container-list LI .line-hold .hold-buttons:hover {
                /*scale: 1.2;*/
                cursor: pointer;
            }

        .page-containers .container-list LI .line-hold .no-action:hover {
            scale: 1 !important;
            cursor: default !important;
        }

        .page-containers .container-list LI .line-hold .hold-buttons-ok div {
            border: 1px solid #972923;
        }

        .page-containers .container-list LI .line-hold .hold-buttons-ok:hover div {
            background-color: #bd362f;
            color: #fff;
        }

        .page-containers .container-list LI .line-hold .hold-buttons-stop div {
            border: 1px solid #286091;
        }


        .page-containers .container-list LI .line-hold .hold-buttons-stop:hover div {
            background-color: #3276b1;
            color: #fff;
        }

        .page-containers .container-list LI .line-hold .no-action:hover {
            color: #9c9b9b !important;
            background: none !important;
        }

        /*.page-containers .container-list LI .line-hold .hold-buttons i {
                font-size: 18px;
                color: #edeff5;
            }

            .page-containers .container-list LI .line-hold .hold-buttons .hold-buttons-ok:hover {
                color: #51a351;
            }

            .page-containers .container-list LI .line-hold .hold-buttons .hold-buttons-stop:hover {
                color: #bd362f;
            }*/

        .page-containers .container-list LI .line-hold .hold-buttons-ok-active i.fa-square {
            color: #51a351;
        }

        .page-containers .container-list LI .line-hold .hold-buttons-stop-active i.fa-square-plus {
            color: #bd362f;
        }

    .page-containers .container-list LI .size {
        width: 100px;
    }

    .page-containers .container-list LI .id {
        min-width: 200px;
    }

    .page-containers .container-list LI .type {
        min-width: 120px;
    }

    .page-containers .container-list LI .time-in, .page-containers .container-list LI .time-out {
        min-width: 140px;
    }

    .page-containers .container-list LI .line-hold {
        width: 150px;
    }

    .page-containers .container-list LI .cfs-request, .page-containers .container-list LI .cfs-request-date, .page-containers .container-list LI .customer, .page-containers .container-list LI .complatedChargeable, .page-containers .container-list LI .xray-request {
        min-width: 140px;
    }

    .page-containers .container-list LI .hold {
        padding: 10px 30px;
        background: #fff;
        caption-side: bottom;
        display: table-caption;
        border-bottom: 3px solid #d50000;
        border-top: 1px solid #edeff5;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        color: #d50000;
    }

    .page-containers .container-list LI .hold-free {
        padding: 10px 30px;
        background: #fff;
        caption-side: bottom;
        display: table-caption;
        border-bottom: 3px solid #40a954;
        border-top: 1px solid #edeff5;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        color: #40a954;
    }

    .page-containers .container-list LI .w-details {
        padding: 10px;
        background: #fff;
        caption-side: bottom;
        display: table-caption;
        border-top: 1px solid #edeff5;
        /*color: #d50000;*/
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-containers .container-list LI .w-details.h {
            display: none;
        }

        .page-containers .container-list LI .w-details .details, .page-containers .container-list LI .w-details .details div.custom-tabbed-area div.tab-content {
            display: flex;
            justify-content: center;
            align-items: stretch;
            padding: 30px 0;
            margin: 0 auto;
        }

        .page-containers .container-list LI .w-details .inbound,
        .page-containers .container-list LI .w-details .position,
        .page-containers .container-list LI .w-details .outbound,
        .page-containers .container-list LI .w-details .completed-events,
        .page-containers .container-list LI .w-details .inspection-events,
        .page-containers .container-list LI .w-details .custom-decleration-number,
        .page-containers .container-list LI .w-details .custom-history,
        .page-containers .container-list LI .w-details .calendar {
            flex: 0 0 170px;
            margin-right: 20px;
            padding: 70px 10px 0 10px;
            border: 1px solid #ebebeb;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            line-height: 0.8;
            color: #636363;
            display: inline-grid;
            height: 270px;
            width: 171px;
        }

        .page-containers .container-list LI .w-details .custom-decleration-number,
        .page-containers .container-list LI .w-details .custom-history {
            width: 300px;
        }

            .page-containers .container-list LI .w-details .inbound B,
            .page-containers .container-list LI .w-details .position B,
            .page-containers .container-list LI .w-details .outbound B,
            .page-containers .container-list LI .w-details .completed-events B,
            .page-containers .container-list LI .w-details .inspection-events B,
            .page-containers .container-list LI .w-details .custom-decleration-number B,
            .page-containers .container-list LI .w-details .custom-history B,
            .page-containers .container-list LI .w-details .calendar B {
                display: block;
                margin-bottom: 8px;
                color: #009fe3;
                font-size: 14px;
            }

        .page-containers .container-list LI .w-details .data {
            flex: 0 0 390px;
            font-size: 16px;
            color: #636363;
            float: right;
            width: 380px;
            overflow-y: auto;
        }

            .page-containers .container-list LI .w-details .data .oog,
            .page-containers .container-list LI .w-details .data .imdg,
            .page-containers .container-list LI .w-details .data .damage,
            .page-containers .container-list LI .w-details .data .reefer,
            .page-containers .container-list LI .w-details .data .dwell,
            .page-containers .container-list LI .w-details .data .vgm,
            .page-containers .container-list LI .w-details .data .storage,
            .page-containers .container-list LI .w-details .data .grade,
            .page-containers .container-list LI .w-details .data .regime,
            .page-containers .container-list LI .w-details .data .restow,
            .page-containers .container-list LI .w-details .data .storage-payer,
            .page-containers .container-list LI .w-details .data .handling-payer,
            .page-containers .container-list LI .w-details .data .export-warehouse,
            .page-containers .container-list LI .w-details .data .delivery-date {
                padding: 4px 4px 4px 12px;
                margin-bottom: 7px;
                border: 1px solid #ebebeb;
                font-size: 18px;
                font-weight: bold;
                line-height: 30px;
                color: #009fe3;
                overflow: hidden;
            }

                .page-containers .container-list LI .w-details .data .oog B,
                .page-containers .container-list LI .w-details .data .imdg B,
                .page-containers .container-list LI .w-details .data .damage B,
                .page-containers .container-list LI .w-details .data .reefer B,
                .page-containers .container-list LI .w-details .data .dwell B,
                .page-containers .container-list LI .w-details .data .vgm B,
                .page-containers .container-list LI .w-details .data .storage B,
                .page-containers .container-list LI .w-details .data .grade B,
                .page-containers .container-list LI .w-details .data .regime B,
                .page-containers .container-list LI .w-details .data .restow B,
                .page-containers .container-list LI .w-details .data .storage-payer B,
                .page-containers .container-list LI .w-details .data .handling-payer B,
                .page-containers .container-list LI .w-details .data .export-warehouse B,
                .page-containers .container-list LI .w-details .data .delivery-date B {
                    display: inline-block;
                    float: right;
                    min-width: 80px;
                    padding: 0 10px;
                    line-height: 30px;
                    background: #009fe3;
                    color: #fff;
                    text-align: center;
                }

            .page-containers .container-list LI .w-details .data .oog-detail {
                margin: 14px 0 17px 0;
                text-align: center;
                font-size: 14px;
            }

                .page-containers .container-list LI .w-details .data .oog-detail .label:not(:first-child):before {
                    content: ' - ';
                }

                .page-containers .container-list LI .w-details .data .oog-detail .value {
                    font-weight: bold;
                }

        .page-containers .container-list LI .w-details .inbound {
            background: url('../theme/img/icon-vessel-1.png') no-repeat 50% 18px;
        }

            .page-containers .container-list LI .w-details .inbound.truck {
                background-image: url('../theme/img/icon-truck-1.png');
            }

        .page-containers .container-list LI .w-details .completed-events {
            background: url('../theme/img/icon-event-complated.png') no-repeat 50% 10px;
        }

        .page-containers .container-list LI .w-details .inspection-events {
            background: url('../theme/img/icon-inspection.png') no-repeat 50% 10px;
        }

        .page-containers .container-list LI .w-details .custom-decleration-number {
            background: url('../theme/img/icon-decleration-1.png') no-repeat 50% 18px;
        }

        .page-containers .container-list LI .w-details .custom-history {
            background: url('../theme/img/icon-history-1.png') no-repeat 50% 10px;
        }

        .page-containers .container-list LI .w-details .calendar {
            background: url('../theme/img/icon-calendar.png') no-repeat 50% 10px;
        }

        .page-containers .container-list LI .w-details .position {
            background: url('../theme/img/icon-position-1.png') no-repeat 50% 5px;
        }

        .page-containers .container-list LI .w-details .outbound {
            background: url('../theme/img/icon-vessel-1.png') no-repeat 50% 13px;
        }

            .page-containers .container-list LI .w-details .outbound.truck {
                background-image: url('../theme/img/icon-truck-1.png');
            }

        .page-containers .container-list LI .w-details .custom-decleration-number {
            background: url('../theme/img/icon-decleration-1.png') no-repeat 50% 10px;
        }

    .page-containers .container-list LI .btn-details, .page-containers .container-list LI .btn-hold {
        font-size: 12px;
        padding: 3px 10px;
        background: #009fe3;
        color: #fff;
    }

    .page-containers .container-list LI .center {
        margin: 0 auto;
        display: inline-block;
        text-align: left;
    }

.container-list .w-details .details .data .vgm figure.fa.fa-edit {
    cursor: pointer;
    color: #f57f17;
    padding: 5px 6px;
}

    .container-list .w-details .details .data .vgm figure.fa.fa-edit:hover {
        background-color: #f57f17;
        color: white;
        border-radius: 3px;
    }

.page-containers .filters {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

    .page-containers .filters .left {
        flex: 1 0 auto;
    }

        .page-containers .filters .left .item {
            display: inline;
        }

            .page-containers .filters .left .item .js-select {
                margin-right: 10px;
            }

        .page-containers .filters .left .label {
            margin-right: 15px;
            vertical-align: middle;
        }

    .page-containers .filters .type-filter {
        display: inline-block;
        padding: 6px 12px 6px 10px;
        margin-right: 5px;
        font-size: 14px;
        font-weight: normal;
        color: #6f6e6e;
        background: #fff;
        border: none;
        vertical-align: middle;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-containers .filters .type-filter B {
            font-weight: normal;
            margin-right: 4px;
        }

        .page-containers .filters .type-filter.import B {
            color: #ffa726;
        }

        .page-containers .filters .type-filter.export B {
            color: #81d4fa;
        }

        .page-containers .filters .type-filter.storage B, .page-containers .filters .type-filter.empty-storage B {
            color: #7c8082;
        }

    .page-containers .filters .right {
        flex: 0 0 auto;
    }

        .page-containers .filters .right BUTTON {
            padding: 6px 22px;
            background: #009fe3;
            color: #fff;
            border-radius: 0;
        }

            .page-containers .filters .right BUTTON:last-of-type {
                margin-right: 0;
            }

@media (max-width:1100px) {
    .page-containers .container-list LI .time-in B, .page-containers .container-list LI .time-out B {
        display: block;
    }

    .page-containers .container-list LI .time-in EM, .page-containers .container-list LI .time-out EM {
        display: none;
    }
}

@media (max-width:960px) {
    .page-containers .filters {
        align-items: flex-end;
    }

        .page-containers .filters .left .item {
            display: inline-block;
        }

        .page-containers .filters .left .label {
            display: block;
        }

        .page-containers .filters .right BUTTON {
            padding: 6px;
        }

        .page-containers .filters .js-select-2 {
            margin-right: 5px;
        }
}

@media (max-width:960px) {
    .page-containers .container-list LI .size {
        width: 70px;
    }

    .page-containers .container-list LI .id {
        min-width: 160px;
    }

    .page-containers .container-list LI .type {
        min-width: 100px;
    }

    .page-containers .container-list LI .time-in, .page-containers .container-list LI .time-out {
        min-width: 120px;
    }

    .page-containers .container-list LI .line-hold {
        width: 100px;
    }

    .page-containers .container-list LI .cfs-request, .page-containers .container-list LI .cfs-request-date, .page-containers .container-list LI .customer, .page-containers .container-list LI .complatedChargeable, .page-containers .container-list LI .xray-request {
        min-width: 120px;
    }

    .page-containers .container-list LI .w-details .inbound,
    .page-containers .container-list LI .w-details .position,
    .page-containers .container-list LI .w-details .outbound,
    .page-containers .container-list LI .w-details .completed-events,
    .page-containers .container-list LI .w-details .inspection-events,
    .page-containers .container-list LI .w-details .custom-decleration-number,
    .page-containers .container-list LI .w-details .custom-history,
    .page-containers .container-list LI .w-details .calendar {
        flex: 0 1 25%;
        padding: 90px 5px 10px 5px;
        font-size: 15px;
    }

    .page-containers .container-list LI .w-details .data {
        flex: none;
        min-width: 200px;
    }

        .page-containers .container-list LI .w-details .data .oog,
        .page-containers .container-list LI .w-details .data .imdg,
        .page-containers .container-list LI .w-details .data .damage,
        .page-containers .container-list LI .w-details .data .reefer,
        .page-containers .container-list LI .w-details .data .dwell,
        .page-containers .container-list LI .w-details .data .vgm,
        .page-containers .container-list LI .w-details .data .storage {
            padding: 2px 2px 2px 8px;
            font-size: 16px;
            line-height: 27px;
        }

            .page-containers .container-list LI .w-details .data .oog B,
            .page-containers .container-list LI .w-details .data .imdg B,
            .page-containers .container-list LI .w-details .data .damage B,
            .page-containers .container-list LI .w-details .data .reefer B,
            .page-containers .container-list LI .w-details .data .dwell B,
            .page-containers .container-list LI .w-details .data .vgm B,
            .page-containers .container-list LI .w-details .data .storage B {
                min-width: 40px;
                margin-left: 10px;
                line-height: 27px;
            }

        .page-containers .container-list LI .w-details .data .oog-detail {
            margin: 0 0 7px 0;
            text-align: left;
        }

            .page-containers .container-list LI .w-details .data .oog-detail .label:not(:first-child):before {
                content: ' ';
                display: block;
            }

            .page-containers .container-list LI .w-details .data .oog-detail .value {
                font-weight: bold;
            }

    .page-containers .container-list LI .btn-details, .page-containers .container-list LI .btn-hold {
        padding: 2px 4px;
    }

    .page-containers .container-list LI .time-in, .page-containers .container-list LI .time-out {
        background: none;
    }
}

@media (max-width:680px) {
    .page-containers .filters {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 30px;
        display: block;
    }

        .page-containers .filters .left {
            flex: none;
        }

            .page-containers .filters .left .item {
                display: block;
                margin-bottom: 20px;
            }

            .page-containers .filters .left .label {
                display: block;
            }

            .page-containers .filters .left .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
                width: 100%;
            }

        .page-containers .filters .right {
            flex: none;
        }

            .page-containers .filters .right BUTTON {
                width: 100%;
            }

        .page-containers .filters .js-select-2 {
            margin-right: 0;
        }
}

@media (max-width:640px) {
    .page-containers .container-list LI .id {
        min-width: 110px;
    }

    .page-containers .container-list LI .type {
        min-width: 50px;
    }

    .page-containers .container-list LI .time-in, .page-containers .container-list LI .time-out {
        min-width: 100px;
    }

    .page-containers .container-list LI .id {
        font-size: 15px;
    }

        .page-containers .container-list LI .id B {
            margin: 0 0 0 10px;
        }

    .page-containers .container-list LI .type {
        padding: 0 4px;
    }

        .page-containers .container-list LI .type SPAN {
            padding: 3px;
            line-height: 1;
        }

            .page-containers .container-list LI .type SPAN:after {
                display: none;
            }

        .page-containers .container-list LI .type B {
            display: none;
        }

    .page-containers .container-list LI .time-in B, .page-containers .container-list LI .time-out B {
        font-size: 14px;
    }

    .page-containers .container-list LI .w-details .inbound,
    .page-containers .container-list LI .w-details .position,
    .page-containers .container-list LI .w-details .outbound,
    .page-containers .container-list LI .w-details .completed-events,
    .page-containers .container-list LI .w-details .inspection-events,
    .page-containers .container-list LI .w-details .custom-decleration-number,
    .page-containers .container-list LI .w-details .custom-history,
    .page-containers .container-list LI .w-details .calendar {
        flex: 0 0 25%;
        margin-right: 0;
        padding: 90px 5px 10px 5px;
        font-size: 15px;
    }

    .page-containers .container-list LI .w-details .inbound,
    .page-containers .container-list LI .w-details .position,
    .page-containers .container-list LI .w-details .completed-events,
    .page-containers .container-list LI .w-details .inspection-events,
    .page-containers .container-list LI .w-details .custom-decleration-number,
    .page-containers .container-list LI .w-details .custom-history,
    .page-containers .container-list LI .w-details .calendar {
        border-right: none;
    }

    .page-containers .container-list LI .w-details .outbound {
        margin-right: 2px;
    }

    .page-containers .container-list LI .w-details .data {
        min-width: auto;
        margin-left: 0;
    }
}

@media (max-width:480px) {
    .page-containers .container-list LI {
        margin-bottom: 40px;
    }

        .page-containers .container-list LI .size {
            width: 30px;
        }

        .page-containers .container-list LI .id {
            min-width: 90px;
        }

        .page-containers .container-list LI .type {
            min-width: 60px;
        }

        .page-containers .container-list LI .time-in, .page-containers .container-list LI .time-out {
            min-width: 70px;
        }

        .page-containers .container-list LI .line-hold {
            width: 70px;
        }

        .page-containers .container-list LI .cfs-request, .page-containers .container-list LI .cfs-request-date, .page-containers .container-list LI .customer, .page-containers .container-list LI .complatedChargeable, .page-containers .container-list LI .xray-request {
            min-width: 70px;
        }

        .page-containers .container-list LI .size {
            padding: 0 4px;
        }

            .page-containers .container-list LI .size B {
                display: none;
            }

        .page-containers .container-list LI .id {
            font-size: 13px;
        }

            .page-containers .container-list LI .id B {
                margin: 0;
            }

        .page-containers .container-list LI .btn-details, .page-containers .container-list LI .btn-hold {
            background: none;
            padding: 0;
            color: #009fe3;
        }
}


.container-list hr {
    margin: 5px;
}

.container-list .time-info-description {
    font-style: italic;
    text-align: center;
    display: block;
    text-transform: capitalize;
}

.page-dashboard {
    margin-top: 40px;
}

    .page-dashboard .row {
        display: flex;
        margin-bottom: 20px;
    }

    .page-dashboard .dashboard-content-loading {
        text-align: center;
        margin: 80px 0;
    }

    .page-dashboard .dashboard-no-data {
        text-align: center;
        margin: 80px 0;
    }

    .page-dashboard .containers {
        flex: 0 1 700px;
        margin-right: 20px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-dashboard .containers TD {
            border-top: 1px solid #edeff5;
            height: 80px;
        }

        .page-dashboard .containers .info {
            border-collapse: collapse;
        }

            .page-dashboard .containers .info .col-1 {
                width: 140px;
                text-align: left;
                padding-left: 35px;
                font-size: 16px;
                font-weight: 600;
            }

                .page-dashboard .containers .info .col-1 SMALL {
                    font-weight: normal;
                    font-size: 14px;
                }

            .page-dashboard .containers .info .col-2 {
                width: 190px;
                text-align: center;
                overflow: hidden;
            }

            .page-dashboard .containers .info .col-3 {
                width: 190px;
                text-align: center;
                overflow: hidden;
            }

            .page-dashboard .containers .info .col-4 {
                width: 190px;
                text-align: center;
                overflow: hidden;
            }

        .page-dashboard .containers .titles TD {
            height: 60px;
            background: #142d52;
            color: #fff;
            font-weight: 600;
            font-size: 14px !important;
            line-height: 1;
        }

            .page-dashboard .containers .titles TD.import B, .page-dashboard .containers .titles TD.export B, .page-dashboard .containers .titles TD.storage B {
                margin-right: 4px;
            }

            .page-dashboard .containers .titles TD.import B {
                color: #ffa726;
            }

            .page-dashboard .containers .titles TD.export B {
                color: #81d4fa;
            }

            .page-dashboard .containers .titles TD.storage B {
                color: #7c8082;
            }

        .page-dashboard .containers .isos .w-carousel {
            width: 155px;
            margin: 0 auto;
            overflow: hidden;
        }

            .page-dashboard .containers .isos .w-carousel .prev, .page-dashboard .containers .isos .w-carousel .next, .page-dashboard .containers .isos .w-carousel .content {
                float: left;
            }

            .page-dashboard .containers .isos .w-carousel .prev, .page-dashboard .containers .isos .w-carousel .next {
                width: 15px;
                font-size: 27px;
                font-weight: bold;
                vertical-align: middle;
                line-height: 1;
                cursor: pointer;
            }

            .page-dashboard .containers .isos .w-carousel .content {
                width: 125px;
            }

        .page-dashboard .containers .isos .import .prev, .page-dashboard .containers .isos .import .next {
            color: #ffa726;
        }

        .page-dashboard .containers .isos .export .prev, .page-dashboard .containers .isos .export .next {
            color: #81d4fa;
        }

        .page-dashboard .containers .isos .storage .prev, .page-dashboard .containers .isos .storage .next {
            color: #7c8082;
        }

        .page-dashboard .containers .quantities .w-carousel {
            width: 155px;
            margin: 0 auto;
            overflow: hidden;
        }

            .page-dashboard .containers .quantities .w-carousel .content {
                width: 125px;
                margin: 0 15px;
            }

        .page-dashboard .containers .isos UL LI, .page-dashboard .containers .quantities UL LI, .page-dashboard .containers .totals A {
            display: inline-block;
            padding: 0;
            width: 38px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border: 1px solid #edeff5;
            border-radius: 3px;
            line-height: 33px;
            text-align: center;
            vertical-align: middle;
            font-size: 16px;
            font-weight: 600;
        }

        .page-dashboard .containers .totals A {
            width: auto;
            padding: 0 10px;
            font-size: 20px;
            line-height: 40px;
            color: #fff;
            border-radius: 3px;
        }

        .page-dashboard .containers .totals .import A {
            background: #ffa726;
        }

        .page-dashboard .containers .totals .export A {
            background: #81d4fa;
        }

        .page-dashboard .containers .totals .storage A {
            background: #7c8082;
        }

        .page-dashboard .containers .star-info {
            padding: 25px 0 0 35px;
        }

        .page-dashboard .containers .operations {
            display: flex;
            border: 1px dashed #d7d7d7;
            border-radius: 8px;
            margin: 0 20px 20px 20px;
            padding: 15px 20px;
            font-size: 16px;
            color: #b9b9b9;
            vertical-align: middle;
        }

            .page-dashboard .containers .operations .pre-advise-bookings {
                flex: 1 0 auto;
                vertical-align: middle;
            }

                .page-dashboard .containers .operations .pre-advise-bookings .pre-advise {
                    color: #009fe3;
                }

                .page-dashboard .containers .operations .pre-advise-bookings .bookings {
                    color: #264c9d;
                }

                .page-dashboard .containers .operations .pre-advise-bookings B {
                    vertical-align: middle;
                    font-weight: normal;
                }

                .page-dashboard .containers .operations .pre-advise-bookings SPAN {
                    display: inline-block;
                    height: 33px;
                    margin-right: 5px;
                    padding: 0 8px;
                    min-width: 40px;
                    border: 1px solid #edeff5;
                    border-radius: 3px;
                    line-height: 33px;
                    text-align: center;
                    vertical-align: middle;
                    font-size: 16px;
                }

                    .page-dashboard .containers .operations .pre-advise-bookings SPAN.pre-advise {
                        margin-left: 20px;
                    }

            .page-dashboard .containers .operations .add-new {
                flex: 0 0 auto;
                margin-right: 10px;
                line-height: 33px;
            }

                .page-dashboard .containers .operations .add-new .btn-add-new {
                    padding-left: 35px;
                    background: url('../theme/img/plus-2.png') no-repeat 10px 50%;
                    font-size: 14px;
                    color: #262626;
                }

    .page-dashboard .statistic {
        flex: 0 0 450px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-dashboard .statistic .title {
            height: 85px;
            font-size: 20px;
            color: #142d52;
            padding: 33px;
            line-height: 1;
        }

        .page-dashboard .statistic .w-content {
            display: flex;
        }

        .page-dashboard .statistic .chart {
            flex: 0 0 320px;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
        }

        .page-dashboard .statistic #pie-chart {
            position: relative;
            width: 260px;
            height: 260px;
            margin: 0 auto;
        }

        .page-dashboard .statistic .total {
            position: absolute;
            width: 123px;
            top: 134px;
            left: 50%;
            margin: -40px 0 0 -62px;
            font-size: 20px;
            line-height: 1;
            text-align: center;
        }

            .page-dashboard .statistic .total B {
                display: block;
                font-size: 33px;
                line-height: 1;
            }

        .page-dashboard .statistic .stats {
            flex: 1 0 auto;
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 1;
            color: #142d52;
        }

            .page-dashboard .statistic .stats SPAN {
                font-size: 14px;
            }

                .page-dashboard .statistic .stats SPAN B {
                    margin-right: 5px;
                }

                .page-dashboard .statistic .stats SPAN.import {
                    color: #ffa726;
                }

                .page-dashboard .statistic .stats SPAN.export {
                    color: #81d4fa;
                }

                .page-dashboard .statistic .stats SPAN.storage {
                    color: #7c8082;
                }

            .page-dashboard .statistic .stats DIV {
                margin: 5px 0 20px 15px;
            }

    .page-dashboard .gates-and-ships {
        display: flex;
        flex: 0 1 700px;
        margin-right: 20px;
    }

    .page-dashboard .gates {
        flex: 1 1 340px;
        margin-right: 20px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-dashboard .gates .title {
            height: 65px;
            font-size: 20px;
            color: #142d52;
            padding: 25px 22px;
            line-height: 1;
        }

        .page-dashboard .gates FORM {
            display: flex;
            margin: 5px 22px 20px 22px;
            align-items: center;
        }

        .page-dashboard .gates INPUT {
            flex: 1 1 auto;
            margin-right: 5px;
            padding: 10px 5px;
            border: none;
            font-size: 14px;
            line-height: normal;
            outline: none;
        }

        .page-dashboard .gates BUTTON {
            flex: 0 0 24px;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            background: transparent url('../theme/img/search-2.png') no-repeat;
            border: none;
            line-height: 1;
            outline: none;
        }

        .page-dashboard .gates .w-in-out {
            display: flex;
            border-top: 1px solid #edeff5;
        }

            .page-dashboard .gates .w-in-out .in, .page-dashboard .gates .w-in-out .out {
                flex: 1 0 auto;
                height: 110px;
                padding: 20px 0 0 25px;
                font-size: 24px;
                background: url('../theme/img/time-out-2.png') no-repeat bottom right;
            }

                .page-dashboard .gates .w-in-out .in B, .page-dashboard .gates .w-in-out .out B {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                }

            .page-dashboard .gates .w-in-out .in {
                border-right: 1px solid #edeff5;
                background-image: url('../theme/img/time-in-2.png');
            }

                .page-dashboard .gates .w-in-out .in B {
                    color: #81d4fa;
                }

            .page-dashboard .gates .w-in-out .out B {
                color: #f57f17;
            }

    .page-dashboard .ships {
        flex: 0 1 340px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-dashboard .ships .title {
            height: 65px;
            font-size: 20px;
            color: #142d52;
            padding: 25px 22px;
            line-height: 20px;
        }

            .page-dashboard .ships .title .see-all {
                float: right;
                font-size: 14px;
                color: #009fe3;
            }

        .page-dashboard .ships UL LI {
            padding: 8px 25px;
            border-bottom: 1px solid #edeff5;
            font-size: 16px;
        }

            .page-dashboard .ships UL LI .eta {
                float: right;
                color: #acacac;
                font-size: 14px;
            }

                .page-dashboard .ships UL LI .eta B {
                    color: #009fe3;
                }

            .page-dashboard .ships UL LI .visit {
                font-size: 13px;
            }

    .page-dashboard .operation {
        flex: 0 0 450px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-dashboard .operation .title {
            height: 65px;
            font-size: 20px;
            color: #142d52;
            padding: 25px 22px;
            line-height: 20px;
        }

            .page-dashboard .operation .title .see-all {
                float: right;
                font-size: 14px;
                color: #009fe3;
            }

        .page-dashboard .operation .w-carousel {
            display: flex;
            align-items: center;
            width: 405px;
            margin: 0 auto;
        }

            .page-dashboard .operation .w-carousel .prev, .page-dashboard .operation .w-carousel .next {
                flex: 0 0 20px;
                font-size: 27px;
                font-weight: bold;
                vertical-align: middle;
                line-height: 1;
                text-align: center;
                cursor: pointer;
            }

            .page-dashboard .operation .w-carousel .content {
                flex: 0 0 365px;
                overflow: hidden;
            }

        .page-dashboard .operation .w-content {
            width: 365px;
            padding: 10px 20px;
            border: 1px solid #edeff5;
            border-radius: 8px;
            font-size: 14px;
        }

        .page-dashboard .operation .ship-name {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .page-dashboard .operation .discharge, .page-dashboard .operation .load {
            display: flex;
            align-items: center;
            margin-top: 25px;
        }

        .page-dashboard .operation .name {
            flex: 0 0 50px;
        }

        .page-dashboard .operation .slider {
            position: relative;
            flex: 0 0 120px;
        }

            .page-dashboard .operation .slider .bg {
                position: absolute;
                width: 100%;
                height: 4px;
                background: #d2d6db;
            }

            .page-dashboard .operation .slider .active {
                position: absolute;
                left: 0;
                top: 0;
                height: 4px;
                background: #009fe3;
            }

        .page-dashboard .operation .load .active {
            background: #264c9d;
        }

        .page-dashboard .operation .tooltip {
            position: absolute;
            top: -29px;
            width: 40px;
            margin-left: -20px;
            padding: 1px;
            background: #009fe3;
            font-size: 14px;
            color: #fff;
            text-align: center;
            border-radius: 3px;
        }

            .page-dashboard .operation .tooltip:after {
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                content: " ";
                height: 0;
                width: 0;
                border: solid transparent;
                pointer-events: none;
                border-color: rgba(0,0,0,0);
                border-top-color: #009fe3;
                border-width: 5px;
            }

        .page-dashboard .operation .discharge .tooltip {
            background: #009fe3;
        }

        .page-dashboard .operation .load .tooltip {
            background: #264c9d;
        }

            .page-dashboard .operation .load .tooltip:after {
                border-top-color: #264c9d;
            }

        .page-dashboard .operation .value {
            flex: 0 0 165px;
            text-align: center;
            font-size: 18px;
        }

        .page-dashboard .operation .count-desc {
            color: #009fe3;
            font-size: 12px;
            margin-top: -17px;
        }

.operationship-chart-detail-table {
    width: 100%;
    margin-left: 5px;
}

    .operationship-chart-detail-table tr td {
        padding: 2px 7px;
        border: 1px solid #f1f2f7;
    }

.page-dashboard .operation .load .tooltip {
    background: #264c9d;
}

#filters-menu .tooltip i {
    float: left;
    font-size: 16px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color: #f1e8e8;
    color: #9c9b9b;
}

    #filters-menu .tooltip i:hover {
        color: #5bc0de;
    }


@media (max-width:1200px) {
    .page-dashboard .gates .title {
        padding: 25px 15px;
    }

    .page-dashboard .gates FORM {
        margin: 0 15px;
    }

    .page-dashboard .ships .title {
        padding: 25px 15px;
    }

    .page-dashboard .ships UL LI {
        padding: 15px;
    }
}

@media (max-width:1080px) {
    .page-dashboard .row {
        display: block;
        margin: 0;
    }

    .page-dashboard .containers {
        flex: none;
        min-width: 520px;
        max-width: 700px;
        margin: 0 auto 20px auto;
        overflow: hidden;
    }

        .page-dashboard .containers .info .col-1 {
            padding-left: 10px;
            font-size: 13px;
        }

    .page-dashboard .statistic {
        flex: none;
        min-width: 420px;
        max-width: 700px;
        margin: 20px auto;
        padding-bottom: 20px;
    }

        .page-dashboard .statistic .chart {
            flex: 1 1 420px;
        }

        .page-dashboard .statistic .stats {
            flex: 1 1 auto;
            margin-right: 20px;
        }

    .page-dashboard .gates-and-ships {
        display: block;
        flex: none;
        margin: 0;
    }

    .page-dashboard .gates, .page-dashboard .ships {
        display: block;
        flex: none;
        min-width: 420px;
        max-width: 700px;
        margin: 20px auto;
    }

    .page-dashboard .operation {
        display: block;
        flex: none;
        min-width: 420px;
        max-width: 700px;
        margin: 20px auto;
        padding-bottom: 20px;
    }
}

.page-login {
    display: flex;
}

    .page-login .login {
        flex: 0 0 400px;
        min-height: 380px;
        /*TEST i誮 login sayfas�� Login divini ortalar*/
        /*margin: 0 auto;*/
        margin-right: auto;
        padding: 45px 50px 65px 50px;
        background: #009fe3;
        display: flex;
        flex-direction: column;
    }

        .page-login .login .title {
            margin-bottom: auto;
            font-size: 28px;
            color: #fff;
            line-height: 1.2;
        }

            .page-login .login .title STRONG {
                font-weight: 600;
            }

        .page-login .login .content {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
        }

            .page-login .login .content .username-password INPUT {
                width: 100%;
                margin-top: 10px;
                padding: 15px 20px;
                background: none;
                font-size: 18px;
                font-weight: 300;
                color: #fff;
                border: 1px solid #fff;
                border-radius: 9px;
            }

                .page-login .login .content .username-password INPUT::-webkit-input-placeholder {
                    color: #fff;
                }

                .page-login .login .content .username-password INPUT::-moz-placeholder {
                    color: #fff;
                }

                .page-login .login .content .username-password INPUT:-moz-placeholder {
                    color: #fff;
                }

                .page-login .login .content .username-password INPUT:-ms-input-placeholder {
                    color: #fff;
                }

                .page-login .login .content .username-password INPUT.username, .page-login .login .content .username-password INPUT.password {
                    background: url('../theme/img/icon-username-1.png') no-repeat right 18px center;
                }

                .page-login .login .content .username-password INPUT.password {
                    background-image: url('../theme/img/icon-password-1.png');
                }

            .page-login .login .content .username-password BUTTON {
                width: 100%;
                margin-top: 10px;
                background: #fff;
                padding: 15px 20px;
                font-size: 20px;
                font-weight: 700;
                color: #009fe3;
                border: none;
                border-radius: 9px;
                box-shadow: none;
            }

            .page-login .login .content .username-password .left-days-panel {
                color: #0e264a;
                letter-spacing: -1px;
            }

                .page-login .login .content .username-password .left-days-panel .left-days {
                    background-color: #142d52;
                    color: white;
                    padding: 1px 5px;
                    border-radius: 9px;
                    font-size: 15px;
                }

            .page-login .login .content .forgot, .page-login .login .content .back {
                margin: 10px 0 5px 0;
            }

                .page-login .login .content .forgot A, .page-login .login .content .back A {
                    color: #fff;
                }



            .page-login .login .content .g-recaptcha {
                margin-top: 10px;
            }

            .page-login .login .content .checkbox {
                margin: 10px 0 0 0;
            }

                .page-login .login .content .checkbox INPUT {
                    display: none;
                }

                .page-login .login .content .checkbox LABEL {
                    position: relative;
                    margin-right: 40px;
                    padding-left: 24px;
                    white-space: nowrap;
                }

                    .page-login .login .content .checkbox LABEL B {
                        display: block;
                        position: absolute;
                        left: 0;
                        top: -4px;
                        width: 21px;
                        height: 22px;
                        background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
                    }

                .page-login .login .content .checkbox INPUT:checked + input + LABEL B {
                    background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
                }

            .page-login .login .content .isps {
                margin: 20px 0 -40px 0;
                text-align: center;
                font-size: 16px;
                line-height: normal;
                font-weight: bold;
            }

                .page-login .login .content .isps A {
                    color: #0e264a;
                }

    .page-login .online-service {
        flex: 0 0 400px;
        padding: 45px 50px 65px 50px;
        background: url('../theme/img/bg-login-2.png') 50% bottom;
        display: flex;
        flex-direction: column;
        /*TEST i誮 login sayfas�� online service divini kapat��
        /*display: none;*/
    }

        .page-login .online-service .title {
            flex: 0 0 100%;
            margin-bottom: auto;
            font-size: 28px;
            color: #009fe3;
            line-height: 1.2;
        }

            .page-login .online-service .title STRONG {
                font-weight: 600;
                color: #fff;
            }

        .page-login .online-service .content BUTTON {
            width: 100%;
            background: #fff;
            padding: 15px 20px;
            font-size: 20px;
            font-weight: 700;
            color: #142d52;
            border: none;
            border-radius: 9px;
            box-shadow: none;
        }

#disclaimer, #news, #addPreadviseDetail, #filterLoadPopup, #filterSavePopup, #aisvFileUploadPopup {
    display: none;
}

.disclaimer-container, .news-container, .addPreadviseDetail-container {
    margin: 20px;
    background: #fff;
}

BODY.login, BODY.contact {
    background: url('../theme/img/bg-login-1.png') fixed no-repeat 50% 50%;
    background-size: 100% 100%;
}

    BODY.login .page-content, BODY.contact .page-content {
        max-width: 840px;
    }

    BODY.login .w-header, BODY.contact .w-header {
        padding: 0;
    }

    BODY.login .language, BODY.contact .language {
        float: right;
        margin-top: 24px;
    }

    BODY.login .logo, BODY.contact .logo {
        display: block;
        width: 186px;
        margin: 40px auto 60px auto;
    }

    BODY.login .w-footer, BODY.contact .w-footer {
        background: #0e264a;
    }

    BODY.login FOOTER, BODY.contact FOOTER {
        background: #0e264a;
        color: #fff;
    }

        BODY.login FOOTER .links LI A, BODY.contact FOOTER .links LI A {
            color: #fff;
        }

@media (max-width:830px) {
    .page-login {
        display: flex;
        flex-direction: column;
    }

        .page-login .login {
            flex: 0 0 auto;
            width: 400px;
            min-height: auto;
            margin: 0 auto 40px auto;
        }

            .page-login .login .content {
                margin-top: 30px;
            }

        .page-login .online-service {
            flex: 0 0 auto;
            width: 400px;
            margin: 0 auto;
        }

            .page-login .online-service .content {
                margin-top: 30px;
            }
}

@media (max-width:430px) {
    .page-login .login, .page-login .online-service {
        width: 100%;
        padding: 25px 20px;
    }
}

.page-vessels .vessel-types {
    display: flex;
    min-width: 460px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .page-vessels .vessel-types LI {
        flex: 0 0 auto;
        font-size: 20px;
        font-weight: bold;
    }

        .page-vessels .vessel-types LI A {
            display: block;
            padding: 20px 30px 15px 30px;
            color: #cacaca;
        }

            .page-vessels .vessel-types LI A:hover {
                background: #f8f8f8;
                border-bottom: 5px solid #f8f8f8;
                text-decoration: none;
            }

        .page-vessels .vessel-types LI.active {
            color: #009fe3;
        }

            .page-vessels .vessel-types LI.active A {
                color: #009fe3;
                border-bottom: 5px solid #009fe3;
            }

.page-vessels .pier-map {
    margin: -20px 0 30px 0;
    position: relative;
}

    .page-vessels .pier-map #map {
        height: 500px;
    }

.page-vessels .vessel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    line-height: 1;
}

    .page-vessels .vessel-list LI {
        position: relative;
        flex: 1 0 auto;
        min-width: 300px;
        margin: 0 10px 25px 10px;
        color: #5f5f5f;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-vessels .vessel-list LI .number {
            position: absolute;
            top: 0;
            right: 0;
            padding: 3px 6px 0 0;
            min-width: 40px;
            min-height: 40px;
            line-height: 18px;
            text-align: right;
            background: url('../theme/img/red-label-1.png') no-repeat top right;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
        }

        .page-vessels .vessel-list LI .report {
            position: absolute;
            top: 0;
            right: 15px;
            padding: 20px 22px 0 0;
            min-width: 40px;
            min-height: 40px;
            line-height: 18px;
            text-align: right;
            background: url('../theme/img/blue-label-1.png') no-repeat top right;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            cursor: pointer;
        }

        .page-vessels .vessel-list LI .title {
            margin-top: 25px;
            padding: 0 0px;
            font-size: 20px;
            font-weight: bold;
            margin-left: 30px;
            margin-right: 5px;
        }

        .page-vessels .vessel-list LI .code {
            margin-top: 15px;
            padding: 0 30px;
            font-size: 16px;
        }

        .page-vessels .vessel-list LI .w-company-location {
            display: flex;
            margin-top: 10px;
            padding: 0;
        }

            .page-vessels .vessel-list LI .w-company-location .company {
                flex: 0 0 auto;
                padding: 5px 20px;
                background: #009fe3;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
            }

            .page-vessels .vessel-list LI .w-company-location .location {
                flex: 0 0 auto;
                padding: 5px 20px;
                background: #142d52;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                border-radius: 4px;
            }

        .page-vessels .vessel-list LI .eta-ata {
            display: flex;
            align-self: flex-end;
            margin-top: 20px;
            border-top: 1px solid #edeff5;
            font-size: 13px;
            color: #5f5f5f;
        }

            .page-vessels .vessel-list LI .eta-ata .eta, .page-vessels .vessel-list LI .eta-ata .ata {
                flex: 1 0 auto;
                padding: 20px 30px;
            }

                .page-vessels .vessel-list LI .eta-ata .eta B, .page-vessels .vessel-list LI .eta-ata .ata B {
                    font-size: 14px;
                    font-weight: bold;
                    color: #009fe3;
                }

            .page-vessels .vessel-list LI .eta-ata .ata {
                border-left: 1px solid #edeff5;
            }

        .page-vessels .vessel-list LI .status {
            margin-top: 25px;
        }

            .page-vessels .vessel-list LI .status .discharge, .page-vessels .vessel-list LI .status .load {
                display: flex;
                align-items: center;
                padding: 24px 30px;
                border-top: 1px solid #edeff5;
            }

            .page-vessels .vessel-list LI .status .name {
                flex: 0 0 75px;
            }

            .page-vessels .vessel-list LI .status .slider {
                position: relative;
                flex: 1 1 200px;
            }

                .page-vessels .vessel-list LI .status .slider .bg {
                    position: absolute;
                    width: 100%;
                    height: 4px;
                    background: #d2d6db;
                }

                .page-vessels .vessel-list LI .status .slider .active {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 4px;
                    background: #009fe3;
                }

            .page-vessels .vessel-list LI .status .load .active {
                background: #264c9d;
            }

            .page-vessels .vessel-list LI .status .tooltip {
                position: absolute;
                top: -24px;
                width: 40px;
                margin-left: -20px;
                padding: 1px;
                background: #009fe3;
                font-size: 14px;
                color: #fff;
                text-align: center;
                border-radius: 3px;
            }

                .page-vessels .vessel-list LI .status .tooltip:after {
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -5px;
                    content: " ";
                    height: 0;
                    width: 0;
                    border: solid transparent;
                    pointer-events: none;
                    border-color: rgba(0,0,0,0);
                    border-top-color: #009fe3;
                    border-width: 5px;
                }

            .page-vessels .vessel-list LI .status .discharge .tooltip {
                background: #009fe3;
            }

            .page-vessels .vessel-list LI .status .load .tooltip {
                background: #264c9d;
            }

                .page-vessels .vessel-list LI .status .load .tooltip:after {
                    border-top-color: #264c9d;
                }

            .page-vessels .vessel-list LI .status .value {
                flex: 0 0 100px;
                text-align: right;
                font-size: 18px;
            }

        .page-vessels .vessel-list LI .crane-moves {
            padding: 15px 30px;
            background: #f9f9f9;
            color: #363636;
            border-top: 1px solid #edeff5;
        }

            .page-vessels .vessel-list LI .crane-moves .w-title-count {
                display: flex;
            }

                .page-vessels .vessel-list LI .crane-moves .w-title-count .title, .page-vessels .vessel-list LI .crane-moves .w-title-count .count {
                    flex: 0 0 auto;
                    padding: 0;
                    font-size: 16px;
                    font-weight: normal;
                }

                .page-vessels .vessel-list LI .crane-moves .w-title-count .title {
                    margin: 0 auto 0 0;
                }

            .page-vessels .vessel-list LI .crane-moves .details {
                margin-top: 15px;
            }

                .page-vessels .vessel-list LI .crane-moves .details .w-carousel {
                    width: 281px;
                    margin: 0 auto;
                    overflow: hidden;
                    height: 60px;
                }

                    .page-vessels .vessel-list LI .crane-moves .details .w-carousel .prev, .page-vessels .vessel-list LI .crane-moves .details .w-carousel .next, .page-vessels .vessel-list LI .crane-moves .details .w-carousel .content {
                        float: left;
                        margin: 0;
                    }

                    .page-vessels .vessel-list LI .crane-moves .details .w-carousel .prev, .page-vessels .vessel-list LI .crane-moves .details .w-carousel .next {
                        width: 10px;
                        font-size: 27px;
                        line-height: 50px;
                        font-weight: bold;
                        cursor: pointer;
                    }

                    .page-vessels .vessel-list LI .crane-moves .details .w-carousel .content {
                        min-width: 241px;
                        overflow: hidden;
                    }

                    .page-vessels .vessel-list LI .crane-moves .details .w-carousel .prev {
                        margin-right: 10px;
                    }

                    .page-vessels .vessel-list LI .crane-moves .details .w-carousel .next {
                        margin-left: 10px;
                    }

                .page-vessels .vessel-list LI .crane-moves .details UL {
                    overflow: hidden;
                    border: 1px solid #d7d7d7;
                    width: 240px;
                    height: 60px;
                    min-height: 60px;
                }

                    .page-vessels .vessel-list LI .crane-moves .details UL LI {
                        flex: none;
                        display: block;
                        float: left;
                        margin: 0;
                        padding: 10px 5px;
                        width: 60px;
                        height: 60px;
                        min-width: 60px;
                        min-height: 60px;
                        background: none;
                        border-right: 1px solid #d7d7d7;
                        line-height: 1.4;
                        text-align: center;
                        vertical-align: middle;
                        font-size: 20px;
                        font-weight: normal;
                        box-shadow: none;
                    }

                        .page-vessels .vessel-list LI .crane-moves .details UL LI B {
                            display: block;
                            color: #009fe3;
                            font-size: 14px;
                            font-weight: bold;
                        }

    .page-vessels .vessel-list.working .eta-ata {
        margin-top: 0;
    }

@media (max-width:1140px) {
    .page-vessels .vessel-list LI .title {
        padding: 0 10px;
    }

    .page-vessels .vessel-list LI .code {
        padding: 0 10px;
    }

    .page-vessels .vessel-list LI .w-company-location {
        padding: 0 10px;
    }

    .page-vessels .vessel-list LI .eta-ata .eta, .page-vessels .vessel-list LI .eta-ata .ata {
        padding: 20px 10px;
    }

    .page-vessels .vessel-list LI .status .discharge, .page-vessels .vessel-list LI .status .load {
        padding: 24px 10px;
    }

    .page-vessels .vessel-list LI .crane-moves {
        padding: 15px 10px;
    }
}

@media (max-width:980px) {
    .page-vessels .vessel-list LI .title {
        padding: 0 20px;
    }

    .page-vessels .vessel-list LI .code {
        padding: 0 20px;
    }

    .page-vessels .vessel-list LI .w-company-location {
        padding: 0 20px;
    }

    .page-vessels .vessel-list LI .eta-ata .eta, .page-vessels .vessel-list LI .eta-ata .ata {
        padding: 20px;
    }

    .page-vessels .vessel-list LI .status .discharge, .page-vessels .vessel-list LI .status .load {
        padding: 24px 20px;
    }

    .page-vessels .vessel-list LI .crane-moves {
        padding: 15px 20px;
    }
}

@media (max-width:700px) {
    .page-vessels .vessel-list LI {
        margin-bottom: 40px;
    }

    .page-vessels .vessel-types LI {
        flex: 0 0 auto;
        font-size: 20px;
        font-weight: bold;
    }

        .page-vessels .vessel-types LI A {
            padding: 20px 15px 15px 15px;
        }
}

.page-trucks .truck-list LI {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .page-trucks .truck-list LI:hover {
        background: #f8f8f8;
    }

        .page-trucks .truck-list LI:hover .hold {
            background: #f8f8f8;
        }

    .page-trucks .truck-list LI .size {
        display: table-cell;
        width: 100px;
        border-right: 1px solid #edeff5;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }

        .page-trucks .truck-list LI .size B {
            position: relative;
            top: 3px;
            left: -1px;
            margin: 0 3px;
            font-size: 30px;
            line-height: 0;
        }

    .page-trucks .truck-list LI .id, .page-trucks .truck-list LI .license-plate {
        display: table-cell;
        min-width: 200px;
        padding: 26px 0;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        font-weight: bold;
        color: #636363;
    }

        .page-trucks .truck-list LI .id B, .page-trucks .truck-list LI .license-plate B {
            display: block;
            margin-left: 20px;
            padding-left: 20px;
            background: url('../theme/img/lock-1.png') no-repeat center left;
            text-align: left;
            font-size: 14px;
            color: #9c9b9b;
            font-weight: normal;
        }

    .page-trucks .truck-list LI .type {
        display: table-cell;
        min-width: 120px;
        padding-right: 15px;
        text-align: center;
        vertical-align: middle;
    }

        .page-trucks .truck-list LI .type IMG {
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
        }

        .page-trucks .truck-list LI .type SPAN {
            display: inline-block;
            position: relative;
            padding: 0 10px 0 40px;
            line-height: 30px;
            color: #fff;
            white-space: nowrap;
        }

            .page-trucks .truck-list LI .type SPAN:after {
                position: absolute;
                left: 100%;
                top: 50%;
                height: 0;
                width: 0;
                margin-top: -15px;
                content: ' ';
                border: solid transparent;
                border-color: rgba(255,167,38,0);
                border-width: 15px;
                pointer-events: none;
            }

            .page-trucks .truck-list LI .type SPAN.import {
                background: #ffa726;
            }

                .page-trucks .truck-list LI .type SPAN.import:after {
                    border-left-color: #ffa726;
                }

            .page-trucks .truck-list LI .type SPAN.export {
                background: #81d4fa;
            }

                .page-trucks .truck-list LI .type SPAN.export:after {
                    border-left-color: #81d4fa;
                }

            .page-trucks .truck-list LI .type SPAN.storage {
                background: #7c8082;
            }

                .page-trucks .truck-list LI .type SPAN.storage:after {
                    border-left-color: #7c8082;
                }

            .page-trucks .truck-list LI .type SPAN B {
                margin-right: 4px;
            }

    .page-trucks .truck-list LI .cfs-request, .page-trucks .truck-list LI .cfs-request-date, .page-trucks .truck-list LI .customer, .page-trucks .truck-list LI .complatedChargeable, .page-trucks .truck-list LI .xray-request {
        display: table-cell;
        min-width: 140px;
        border-right: 1px solid #edeff5;
        text-align: center;
        vertical-align: middle;
    }

        .page-trucks .truck-list LI .cfs-request I, .page-trucks .truck-list LI .cfs-request-date I, .page-trucks .truck-list LI .customer I, .page-trucks .truck-list LI .complatedChargeable I, .page-trucks .truck-list LI .xray-request I {
            display: block;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            color: #f57f17;
        }

        .page-trucks .truck-list LI .cfs-request B, .page-trucks .truck-list LI .cfs-request-date B, .page-trucks .truck-list LI .customer B, .page-trucks .truck-list LI .complatedChargeable B, .page-trucks .truck-list LI .xray-request B {
            font-size: 16px;
            color: #636363;
        }

    .page-trucks .truck-list LI .time-in, .page-trucks .truck-list LI .time-out {
        display: table-cell;
        min-width: 140px;
        background: url('../theme/img/time-in-1.png') no-repeat bottom right;
        border-right: 1px solid #edeff5;
        text-align: center;
        vertical-align: middle;
    }

        .page-trucks .truck-list LI .time-in I, .page-trucks .truck-list LI .time-out I {
            display: block;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            color: #f57f17;
        }

        .page-trucks .truck-list LI .time-in B, .page-trucks .truck-list LI .time-out B {
            font-size: 16px;
            color: #636363;
        }

        .page-trucks .truck-list LI .time-in EM, .page-trucks .truck-list LI .time-out EM {
            font-style: normal;
        }

    .page-trucks .truck-list LI .time-out {
        background: url('../theme/img/time-out-1.png') no-repeat bottom right;
    }

        .page-trucks .truck-list LI .time-out I {
            color: #81d4fa;
        }

    .page-trucks .truck-list LI .center {
        margin: 0 auto;
        display: inline-block;
        text-align: left;
    }

@media (max-width:800px) {
    .page-trucks .truck-list LI .size {
        width: auto;
    }

    .page-trucks .truck-list LI .time-in, .page-trucks .truck-list LI .time-out {
        background: none;
    }

        .page-trucks .truck-list LI .time-in B, .page-trucks .truck-list LI .time-out B {
            display: block;
        }

        .page-trucks .truck-list LI .time-in EM, .page-trucks .truck-list LI .time-out EM {
            display: none;
        }
}

@media (max-width:480px) {
    .page-trucks .truck-list LI {
        margin-bottom: 40px;
    }

        .page-trucks .truck-list LI .size {
            padding: 0 4px;
        }

            .page-trucks .truck-list LI .size B {
                display: none;
            }

        .page-trucks .truck-list LI .id, .page-trucks .truck-list LI .license-plate {
            font-size: 15px;
        }

            .page-trucks .truck-list LI .id B, .page-trucks .truck-list LI .license-plate B {
                margin: 0;
            }

        .page-trucks .truck-list LI .type {
            padding: 0 4px;
        }

            .page-trucks .truck-list LI .type SPAN {
                padding: 3px;
                line-height: 1;
                font-size: 12px;
            }

                .page-trucks .truck-list LI .type SPAN:after {
                    display: none;
                }

            .page-trucks .truck-list LI .type B {
                display: none;
            }

        .page-trucks .truck-list LI .time-in B, .page-trucks .truck-list LI .time-out B {
            font-size: 14px;
        }
}

.page-users .user-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    line-height: 1;
}

    .page-users .user-list .create-password {
        padding: 5px;
        border: 1px solid #dbdada;
        border-radius: 2px;
        background-color: #f6f6f6;
    }

    .page-users .user-list > LI {
        position: relative;
        flex: 1 0 auto;
        min-width: 270px;
        margin: 0 10px 20px 10px;
        padding: 20px;
        color: #5f5f5f;
        background: #fff;
        /*cursor: pointer;*/
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-users .user-list > LI:hover {
            background: #f8f8f8;
        }

        .page-users .user-list > LI .name {
            font-size: 16px;
            font-weight: bold;
            color: #363636;
        }

        .page-users .user-list > LI .group {
            margin-top: 15px;
            font-size: 14px;
            font-weight: bold;
            /*color: #363636;*/
        }

            .page-users .user-list > LI .group H3 {
                display: block;
                margin: 10px 0 0 0;
                font-size: 12px;
                font-weight: normal;
                color: #a8a8a8;
            }

        .page-users .user-list > LI .email {
            margin-top: 15px;
            font-size: 14px;
            color: #a8a8a8;
        }

.page-user-add-edit {
    width: 460px;
    margin: 0 auto;
}

    .page-user-add-edit .content {
        padding: 30px 50px;
        background: #fff;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

    .page-user-add-edit .roles LI {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
        font-weight: normal;
        color: #363636;
    }

        .page-user-add-edit .roles LI .name {
            flex: 1 0 auto;
        }

        .page-user-add-edit .roles LI .switch {
            flex: 0 0 auto;
            font-size: 4px;
            line-height: 12px;
        }

            .page-user-add-edit .roles LI .switch .lb-switch HR {
                font-size: 12px;
            }

    .page-user-add-edit LABEL:not([class="lb-switch"]) {
        font-size: 16px;
        font-weight: bold;
        color: #363636;
    }

    .page-user-add-edit INPUT:not([class="cb-switch"]), .page-user-add-edit SELECT {
        display: block;
        /*margin: 10px 0 20px 0;*/
        width: 100%;
        border: 1px solid #e1e1e1;
        padding: 10px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
    }

    .page-user-add-edit .btn-save {
        display: block;
        width: 230px !important;
        margin: 20px auto 0 auto;
        padding: 10px 0;
        background: #009fe3;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 4px;
    }

.page-users .user-labels LI:hover {
    cursor: pointer;
}

.page-users .user-labels LI, .page-user-add-edit .user-labels LI {
    display: inline-block;
    width: auto;
    min-width: auto;
    flex: none;
    margin: 0 4px 4px 0;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    box-shadow: none;
}

.page-users .user-labels .yph-admin, .page-user-add-edit .user-labels .yph-admin {
    background: #137e46;
}

.page-users .user-labels .local-admin, .page-user-add-edit .user-labels .local-admin {
    background: #e32325;
}

.page-users .user-labels .user, .page-user-add-edit .user-labels .user {
    background: #00bcd4;
}

.page-users .user-labels .super-user, .page-user-add-edit .user-labels .super-user {
    background: #ff9800;
}

.page-users .user-labels .active, .page-user-add-edit .user-labels .active {
    color: #585858;
    border: 1px solid #ccc;
    padding-left: 20px;
    background: url('../theme/img/green-dot-1.png') no-repeat 10px 50%;
}

.page-users .user-labels .passive, .page-user-add-edit .user-labels .passive {
    color: #666;
    border: 1px solid #bbb;
    background: #ccc;
}

.page-users .user-labels .delete, .page-user-add-edit .user-labels .delete {
    color: #7c8082;
    border: 1px solid #972923;
}

    .page-users .user-labels .delete:hover, .page-user-add-edit .user-labels .delete:hover {
        color: #fff;
        border: 1px solid #972923;
        background: #bd362f;
    }

.page-users .user-labels .edit, .page-user-add-edit .user-labels .edit {
    color: #7c8082;
    border: 1px solid #286091;
}

    .page-users .user-labels .edit:hover, .page-user-add-edit .user-labels .edit:hover {
        color: #fff;
        border: 1px solid #286091;
        background: #3276b1;
    }

.page-users .user-labels {
    margin-top: 15px;
}

.page-user-add-edit .user-labels {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width:500px) {
    .page-user-add-edit {
        width: 100%;
    }

        .page-user-add-edit .title {
            padding: 20px 10px;
        }

        .page-user-add-edit .content {
            padding: 20px 10px;
        }

            .page-user-add-edit .content BUTTON {
                width: 100%;
            }
}

.page-isps {
    width: 460px;
    margin: 0 auto;
    background: #fff;
}

    .page-isps .title {
        padding: 25px 35px;
        background: #009fe3;
        font-size: 20px;
        color: #fff;
        line-height: 1.2;
    }

        .page-isps .title STRONG {
            font-weight: 600;
        }

    .page-isps .content {
        margin: 30px 50px 100px 50px;
    }

        .page-isps .content LABEL {
            font-size: 16px;
            font-weight: bold;
            color: #363636;
        }

        .page-isps .content INPUT {
            display: block;
            margin: 10px 0 20px 0;
            width: 100%;
            border: 1px solid #e1e1e1;
            padding: 10px;
            border-radius: 3px;
            font-size: 14px;
            font-weight: normal;
        }

        .page-isps .content .checkbox {
            margin-bottom: 20px;
        }

            .page-isps .content .checkbox INPUT {
                display: none;
            }

            .page-isps .content .checkbox LABEL {
                position: relative;
                margin-right: 40px;
                padding-left: 24px;
                white-space: nowrap;
            }

                .page-isps .content .checkbox LABEL B {
                    display: block;
                    position: absolute;
                    left: 0;
                    top: -4px;
                    width: 21px;
                    height: 22px;
                    background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
                }

            .page-isps .content .checkbox INPUT:checked + input + LABEL B {
                background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
            }

        .page-isps .content .w-button {
            padding: 10px 0 30px 0;
        }

        .page-isps .content BUTTON {
            display: block;
            width: 230px;
            margin: 0 auto;
            padding: 10px 0;
            background: #009fe3;
            font-size: 14px;
            color: #fff;
            text-align: center;
            border: none;
            border-radius: 4px;
        }

.page-isps-list .isps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    line-height: 1;
}

    .page-isps-list .isps-list > LI {
        position: relative;
        flex: 1 0 auto;
        min-width: 220px;
        margin: 0 10px 20px 10px;
        padding: 20px;
        color: #5f5f5f;
        background: #fff;
        cursor: pointer;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-isps-list .isps-list > LI:hover {
            background: #f8f8f8;
        }

        .page-isps-list .isps-list > LI .booking {
            font-size: 16px;
            font-weight: bold;
            color: #363636;
        }

        .page-isps-list .isps-list > LI .group {
            margin-top: 15px;
            font-size: 14px;
            font-weight: bold;
            color: #363636;
        }

            .page-isps-list .isps-list > LI .group H3 {
                display: block;
                margin: 10px 0 0 0;
                font-size: 12px;
                font-weight: normal;
                color: #a8a8a8;
            }

BODY.login.isps .page-content, BODY.contact.isps .page-content {
    max-width: 460px;
}

@media (max-width:500px) {
    .page-isps {
        width: 100%;
    }

        .page-isps .title {
            padding: 20px 10px;
        }

        .page-isps .content {
            margin: 20px 10px;
        }

            .page-isps .content BUTTON {
                width: 100%;
            }
}

.page-contact {
    display: flex;
}

    .page-contact .map {
        border: none;
        width: 100%;
        height: 50%;
        min-height: 300px;
    }

    .page-contact .info {
        flex: 0 0 400px;
        margin-right: auto;
        padding: 45px 50px 65px 50px;
        background: #009fe3;
    }

        .page-contact .info .title {
            margin-bottom: 20px;
            font-size: 28px;
            color: #fff;
            line-height: 1.2;
        }

        .page-contact .info .select-location {
            margin-bottom: 10px;
        }

        .page-contact .info .content {
            margin-top: 20px;
            font-size: 16px;
            font-weight: 300;
            color: #fff;
        }

    .page-contact .contact-form {
        flex: 0 0 400px;
        padding: 45px 50px 65px 50px;
        background: #fff;
    }

        .page-contact .contact-form .title {
            flex: 0 0 100%;
            font-size: 28px;
            color: #009fe3;
            line-height: 1.2;
        }

            .page-contact .contact-form .title STRONG {
                font-weight: 600;
                color: #fff;
            }

@media (max-width:830px) {
    .page-contact {
        flex-direction: column;
        flex-wrap: wrap;
    }

        .page-contact .map {
            flex: 1;
            width: 100%;
            margin: 0 auto 40px auto;
        }

        .page-contact .contact-form {
            flex: 1;
            width: 100%;
            margin: auto;
        }

            .page-contact .contact-form .content {
                margin-top: 30px;
            }
}

@media (max-width:430px) {
    .page-contact .map, .page-contact .contact-form {
        padding: 25px 20px;
    }
}

.form-1 LABEL {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
}

.form-1 INPUT, .form-1 TEXTAREA {
    display: block;
    margin: 10px 0 20px 0;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
}

    .form-1 TEXTAREA.large {
        height: 200px;
    }

.form-1 .checkbox {
    margin-bottom: 20px;
}

    .form-1 .checkbox INPUT {
        display: none;
    }

    .form-1 .checkbox LABEL {
        position: relative;
        margin-right: 40px;
        padding-left: 24px;
        white-space: nowrap;
    }

        .form-1 .checkbox LABEL B {
            display: block;
            position: absolute;
            left: 0;
            top: -4px;
            width: 21px;
            height: 22px;
            background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
        }

    .form-1 .checkbox INPUT:checked + LABEL B {
        background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
    }

.form-1 .w-button {
    padding: 10px 0 30px 0;
}

.form-1 BUTTON {
    display: block;
    width: 230px;
    margin: 0 auto;
    padding: 10px 0;
    background: #009fe3;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
}

.form-isps .field {
    margin-bottom: 20px;
}

    .form-isps .field .checkbox {
        margin-bottom: 20px;
    }

        .form-isps .field .checkbox INPUT {
            display: none;
        }

        .form-isps .field .checkbox LABEL {
            position: relative;
            margin-right: 40px;
            padding-left: 24px;
            white-space: nowrap;
        }

            .form-isps .field .checkbox LABEL B {
                display: block;
                position: absolute;
                left: 0;
                top: -4px;
                width: 21px;
                height: 22px;
                background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
            }

        .form-isps .field .checkbox INPUT:checked + input + LABEL B {
            background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
        }

.form-isps .title {
    margin-bottom: 5px;
}

.form-isps .input-with-button {
    display: flex;
    align-items: stretch;
}

    .form-isps .input-with-button INPUT {
        padding: 10px;
        margin: 0;
        border: 1px solid #e1e1e1;
        border-right: none;
        border-radius: 3px 0 0 3px;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
    }

    .form-isps .input-with-button BUTTON {
        flex: 0 0 40px;
        padding: 10px;
        margin: 0;
        background: #fff url('../theme/img/search-1.png') 50% 50% no-repeat;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        line-height: 14px;
    }
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */

.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

    .toggle input[type="checkbox"] {
        display: none;
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 70px;
    min-height: 34px;
}

.toggle-on.btn {
    padding-right: 24px;
}

.toggle-off.btn {
    padding-left: 24px;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}

.dropdown-menu {
    border-radius: 6px;
}

    .dropdown-menu > LI > A {
        padding: 10px 16px;
        border-bottom: 1px solid #f5f5f5;
    }

    .dropdown-menu > LI:first-child A {
        border-top: 1px solid #f5f5f5;
    }

    .dropdown-menu LI .check-mark {
        display: block;
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNMTMuNSAybC03LjUgNy41LTMuNS0zLjUtMi41IDIuNSA2IDYgMTAtMTB6Ij48L3BhdGg+PC9zdmc+') no-repeat;
    }



.default-form .field {
    margin-bottom: 20px;
}

    .default-form .field .checkbox {
        margin-bottom: 20px;
    }

        .default-form .field .checkbox INPUT {
            display: none;
        }

        .default-form .field .checkbox LABEL {
            position: relative;
            margin-right: 40px;
            padding-left: 24px;
            white-space: nowrap;
        }

            .default-form .field .checkbox LABEL B {
                display: block;
                position: absolute;
                left: 0;
                top: -4px;
                width: 21px;
                height: 22px;
                background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
            }

        .default-form .field .checkbox INPUT:checked + input + LABEL B {
            background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
        }

.default-form .title {
    margin-bottom: 5px;
}

.default-form .input-with-button {
    display: flex;
    align-items: stretch;
}

    .default-form .input-with-button INPUT {
        padding: 10px;
        margin: 0;
        border: 1px solid #e1e1e1;
        border-right: none;
        border-radius: 3px 0 0 3px;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
    }

    .default-form .input-with-button BUTTON {
        flex: 0 0 40px;
        padding: 10px;
        margin: 0;
        background: #fff url('../theme/img/search-1.png') 50% 50% no-repeat;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        line-height: 14px;
    }



/*******************************************************************AISV Form Css START*******************************************************************/

.form-aisv .field {
    margin-bottom: 20px;
}

    .form-aisv .field .checkbox {
        margin-bottom: 20px;
    }

        .form-aisv .field .checkbox INPUT {
            display: none;
        }

        .form-aisv .field .checkbox LABEL {
            position: relative;
            margin-right: 40px;
            padding-left: 24px;
            white-space: nowrap;
        }

            .form-aisv .field .checkbox LABEL B {
                display: block;
                position: absolute;
                left: 0;
                top: -4px;
                width: 21px;
                height: 22px;
                background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
            }

        .form-aisv .field .checkbox INPUT:checked + input + LABEL B {
            background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
        }

.form-aisv .title {
    margin-bottom: 5px;
}

.form-aisv .input-with-button {
    display: flex;
    align-items: stretch;
}

    .form-aisv .input-with-button INPUT {
        padding: 10px;
        margin: 0;
        border: 1px solid #e1e1e1;
        border-right: none;
        border-radius: 3px 0 0 3px;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
    }

    .form-aisv .input-with-button BUTTON {
        flex: 0 0 40px;
        padding: 10px;
        margin: 0;
        background: #fff url('../theme/img/search-1.png') 50% 50% no-repeat;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        line-height: 14px;
    }

.min-witdh-100 {
    min-width: 100%;
}

/*******************************************************************AISV Form Css END*******************************************************************/




/*******************************************************************EmptyStorage Form Css START*******************************************************************/

.form-empty-storage .field {
    margin-bottom: 20px;
}

    .form-empty-storage .field .checkbox {
        margin-bottom: 20px;
    }

        .form-empty-storage .field .checkbox INPUT {
            display: none;
        }

        .form-empty-storage .field .checkbox LABEL {
            position: relative;
            margin-right: 40px;
            padding-left: 24px;
            white-space: nowrap;
        }

            .form-empty-storage .field .checkbox LABEL B {
                display: block;
                position: absolute;
                left: 0;
                top: -4px;
                width: 21px;
                height: 22px;
                background: url('../theme/img/checkbox-1.png') no-repeat left bottom;
            }

        .form-empty-storage .field .checkbox INPUT:checked + input + LABEL B {
            background: url('../theme/img/checkbox-2.png') no-repeat left bottom;
        }

.form-empty-storage .title {
    margin-bottom: 5px;
}

.form-empty-storage .input-with-button {
    display: flex;
    align-items: stretch;
}

    .form-empty-storage .input-with-button INPUT {
        padding: 10px;
        margin: 0;
        border: 1px solid #e1e1e1;
        border-right: none;
        border-radius: 3px 0 0 3px;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
    }

    .form-empty-storage .input-with-button BUTTON {
        flex: 0 0 40px;
        padding: 10px;
        margin: 0;
        background: #fff url('../theme/img/search-1.png') 50% 50% no-repeat;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        line-height: 14px;
    }

.min-witdh-100 {
    min-width: 100%;
}

/*******************************************************************EmptyStorage Form Css END*******************************************************************/




/******************************************************************CUSTOM TAB CSS START*****************************************************************/
#customTab main {
    margin: 0 auto;
    background: #fff;
}

    #customTab main > section {
        display: none;
        padding: 20px 0 0;
        border-top: 1px solid #ddd;
        margin-top: -1px;
    }

    #customTab main > input {
        display: none;
    }

    #customTab main > label {
        display: inline-block;
        /*margin: 0 0 -1px;*/
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #bbb;
        border: 1px solid transparent;
        border-bottom: 1px solid #ddd;
    }


        #customTab main > label:hover {
            color: #888;
            cursor: pointer;
        }

    #customTab main > input:checked + label {
        color: #555;
        border: 1px solid #ddd;
        border-top: 2px solid #009fe3;
        border-bottom: 1px solid #fff;
    }

    #customTab main > #tab1:checked ~ #section-content-generalcargo,
    #customTab main > #tab2:checked ~ #section-content-container,
    #customTab main > #tab3:checked ~ #section-content-roro,
    #customTab main > #tab6:checked ~ #section-content-with-unit,
    #customTab main > #tab7:checked ~ #section-content-with-quantity,
    #customTab main > #tabSequence1:checked ~ #tabSequence1Content {
        display: block;
    }

.custom-text-decoration-none {
    text-decoration: none
}

.custom-collapse {
    overflow: hidden;
    margin-top: 20px;
}

.custom-collapse-arrow {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    display: none;
    background-size: 20px !important;
    cursor: pointer;
    font-style: italic;
}

.custom-collapse-arrow-down {
    background: url('../Theme/img/arrow-down-5.png') no-repeat left 4px;
}

.custom-collapse-arrow-up {
    background: url('../Theme/img/arrow-up-5.png') no-repeat left 4px;
}

.custom-collapse-border {
    margin-top: 20px;
}

    .custom-collapse-border ._zoom09 {
        border-left: 1px dashed #009fe3;
        margin-left: 10px !important;
        padding-left: 40px !important;
    }

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******************************************************************CUSTOM TAB CSS END*****************************************************************/
@media (max-width:620px) {
    .dropdown-menu > LI > A {
        padding: 3px 8px;
    }
}

.custom-infinity-color-orange {
    color :#f57f17;
}

.custom-infinity-color-blue {
    color: #81d4fa;
}

.custom-infinity-color-darkblue {
    color: #264c9d;
}

.custom-infinity-color-gray {
    color: #7c8082;
}

.custom-infinity-bg-color-orange {
    background-color: #f57f17;
}

.custom-infinity-bg-color-blue {
    background-color: #81d4fa;
}

.custom-infinity-bg-color-darkblue {
    background-color: #264c9d;
}

.custom-infinity-bg-color-gray {
    background-color: #7c8082;
}

.form-errors {
    color: #333333 !important;
}

#validationPanel {
    display: none;
}

.userIcons {
    padding-top: 10px;
}

    .userIcons a:hover {
        text-decoration: none;
    }

        .userIcons a:hover img {
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .userIcons a {
        padding-right: 5px;
    }

#tblUserLogs {
    background-color: white;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
}

    #tblUserLogs a:hover {
        text-decoration: none;
    }

    #tblUserLogs table thead tr th {
        padding: 10px;
    }

    #tblUserLogs #pagination {
        float: right;
        margin-top: 10px;
    }

    #tblUserLogs img:hover {
        cursor: pointer;
    }

    #tblUserLogs table td {
        border-top: 1px solid #ddd;
        padding: 5px;
    }

    #tblUserLogs table {
        margin: 10px;
        width: 100%;
    }

.log-all {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.log-fail {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}

.log-validation {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}

.log-success {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}

.log-notification {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}

#dvLogBody {
    display: none;
}

    #dvLogBody table tr td {
        border-top: 1px solid #ddd;
        padding: 5px;
    }

.admin-operations {
    display: flex;
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
}

    .admin-operations li {
        background-color: white;
        border-radius: 20px;
        cursor: pointer;
        float: left;
        margin-right: 5px;
        padding: 5px;
    }

        .admin-operations li:hover {
            background-color: #009FE3;
        }

            .admin-operations li:hover img {
                transform: scale(1.1);
            }

.autocomplete-suggestions {
    background: #FFF;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    overflow: auto;
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #3399FF;
    font-weight: normal;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        border-bottom: 1px solid #000;
        display: block;
    }



.inputLoading {
    background-image: url('../Theme/img/inputLoading.gif');
    background-position: right;
    background-repeat: no-repeat;
}

.scale {
    transform: scale(1.3);
}

.firstLatter {
    text-transform: capitalize;
}

.limitTextWith {
    /*max-width: 90px;*/
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*TODO*/

.section-top .btn-group {
    display: block !important;
}

.section-top .dropdown-toggle {
    margin: 0 !important;
}


.buttonLoading {
    background-image: url('../Theme/img/inputLoading.gif');
    background-position: center right 24px;
    background-repeat: no-repeat;
}


.form-success H2 {
    background: #229A1B;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 10px;
}

.form-success .success {
    background: #eee;
    margin-bottom: 20px;
    padding: 10px;
}

    .form-success .success LI {
        list-style-type: disc;
    }

.form-1 .form-success H2 {
    background: #229A1B;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 10px;
}

.form-1 .form-success .success {
    background: #eee;
    color: #333;
    margin-bottom: 20px;
    padding: 10px;
}

    .form-1 .form-success .success LI {
        list-style-type: disc;
    }

._maxLenMessage {
    display: none;
    float: right;
    font-size: 12px !important;
}

.g-recaptcha > div > div {
    margin: 0 auto;
}

/*._singleRow .gates-and-ships, ._singleRow .gates {
    margin: 0 !important;
}

._rowHauler .gates-and-ships {
    width: 100%;
    flex: none;
}

._rowHauler .gates, ._rowHauler .ships {
    width: 50%;
    flex: none;
}*/


a.tooltiptitle {
    color: #9c9b9b !important;
    font-size: 14px !important;
    font-weight: normal !important;
    /*display: block !important;
    margin-left: 20px !important;
    padding-left: 20px !important;*/
    text-align: left !important;
    text-decoration: none !important;
}

a.tooltip span {
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    display: none !important;
    z-index: 10 !important;
}

a.tooltip:hover span {
    background: #f4f4f4 !important;
    border: 1px solid #8c8c8c !important;
    display: inline !important;
    position: absolute !important;
}


a.tooltip > span {
    -moz-border-radius: 3px;
    -moz-box-shadow: 4px 4px 4px #E4E4E4 !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -webkit-box-shadow: 4px 4px 4px #E4E4E4 !important;
    background: #f4f4f4 !important;
    background: -moz-linear-gradient(top, #FBF5E6 0%, #FFFFFF 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBF5E6), color-stop(100%, #FFFFFF)) !important;
    border: 1px solid #8c8c8c !important;
    border-radius: 3px !important;
    box-shadow: 4px 4px 4px #E4E4E4 !important;
    color: #000000 !important;
    display: inline !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBF5E6', endColorstr='#FFFFFF', GradientType=0) !important;
    font-size: 12px !important;
    font-style: normal !important;
    opacity: 0 !important;
    padding: 10px 12px !important;
    position: absolute !important;
    text-align: center !important;
    visibility: hidden !important;
    z-index: 10 !important;
}


a.tooltip:hover > span {
    display: inline !important;
    margin-left: -90px !important;
    margin-top: 20px !important;
    opacity: 1 !important;
    overflow: visible !important;
    text-decoration: none !important;
    visibility: visible !important;
}

a.tooltip span b {
    -moz-box-shadow: inset 0 1px 0 #fff;
    -moz-transform: rotate(-39deg) !important;
    -o-box-shadow: inset 0 1px 0 #fff !important;
    -o-transform: rotate(-39deg) !important;
    -webkit-box-shadow: inset -1px 1px 0 #fff !important;
    -webkit-transform: rotate(-39deg) !important;
    background: #f4f4f4 !important;
    border-right: 1px solid #8c8c8c !important;
    border-top: 1px solid #8c8c8c !important;
    box-shadow: inset 0 1px 0 #fff !important;
    display: block !important;
    display: none\0/ !important;
    *display: none !important;
    height: 15px !important;
    margin-left: 20px !important;
    margin-top: -18px !important;
    position: absolute !important;
    transform: rotate(-39deg) !important;
    width: 15px !important;
}

._disabledDropdown button {
    background-color: #ddd;
}

.freightKindInfo, .vessel-info-content, .serviceorder-info-content {
    color: #9c9b9b;
    font-size: 14px;
    font-weight: normal;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}

.serviceorder-info-content {
    color: #9c9b9b;
    font-size: 9px;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: center !important;
    width: 100%;
}

.vessel-info-title, .serviceorder-info-title {
    font-size: 10px;
    opacity: 0;
    height: 0px;
    margin: 3px;
}


.terminal-info {
    font-size: 12px;
    color: white;
    margin: auto;
    padding: 6px;
    margin-top: inherit;
    border-radius: 6px;
}


.inspection-events div.value {
    overflow-y: auto;
    overflow-x: hidden;
    width: 150px;
}

.tokenize-sample {
    width: 100%;
}

._tokenizeUl {
    font-size: 13px;
    font-weight: normal;
}

    ._tokenizeUl li {
        padding: 3px;
    }

    ._tokenizeUl li {
        padding: 3px 12px !important;
    }

div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
    font-weight: normal;
    height: initial !important;
}


/*START*/

/*Geçici olarak yazıldı: Konteyner listesinde ve plaka sorgulama sonucunda gelen ekranda img yerine Line adı yazılınca sol tarafta fazlalık kaldırıldı. */

.page-containers .container-list LI .type SPAN,
.page-trucks .truck-list LI .type SPAN { /*padding: 0 10px 0 10px;*/
}

/*END*/

.page-no-result {
    padding-top: 50px !important;
    width: 100% !important;
}

.page-dashboard .containers .info .col-1 {
    padding-left: 28px !important;
}

.login .w-header {
    background: none;
}


/*START*/

/*bu css i ezmemizin nedeni Unit line ı ([40]) gösterdiğimiz alanın(gate listesi, container listesi) hemen altına tooltip ile açıklama gösteriyoruz. Burdaki tooltip in tasarımını Top değeri bozuyordu bu şekilde güncellendi.*/

.page-trucks .truck-list LI .size B,
.page-containers .container-list LI .size B {
    top: inherit;
}

/*END*/

._chkIspsFormText {
    cursor: pointer;
}

input[readonly="readonly"] {
    background-color: #EBEBE4 !important;
}

input[type="submit"][disabled], input[type="button"][disabled] {
    background-color: #C7C7C7 !important;
}

._right {
    float: right;
}

._left {
    float: left;
}

BUTTON._btn-icon-list {
    background-image: url('../Content/images/list_2.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}

BUTTON._btn-icon-download {
    background-image: url('../Content/images/download_2.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}

input._btn-icon-ok {
    background-image: url(../Content/images/icon-ok.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}

input._btn-icon-remove {
    background-image: url(../Content/images/icon-remove.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}

input._btn-icon-remove-center-hover {
    background-image: url(../Content/images/icon-remove-hover.png);
    background-position: 23px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}

/*Login ekranında "Giriş" butonu aşağıda gözükme hatası giderildi*/

/*START*/

.page-login .online-service .title {
    flex: initial !important;
}

/*END*/

.page-trucks .truck-list LI .type .line {
    background: #ccc;
    color: #000;
    height: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.page-trucks .truck-list LI .type SPAN {
    padding: 0 10px 0 50px !important;
}

.page-dashboard .gates-and-ships .w-carousel {
    margin-left: 20px;
}

#dvSelectBooking .tbl-isps-list {
    margin: 3% 3% !important;
    width: 94%;
}

.notfound {
    background: #009fe3;
    color: white;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    margin-right: auto;
    min-height: 380px;
    padding: 45px 50px 65px 50px;
    text-align: center !important;
}

    .notfound button {
        color: black;
    }

    .notfound h1 {
        margin: 0 auto;
    }

    .notfound img {
        margin: 0 auto;
        padding-top: 10px;
    }


.paging .btn-group {
    height: 36px !important;
}

    .paging .btn-group li {
        width: 100% !important;
    }

        .paging .btn-group li:hover a {
            background: #009fe3 !important;
            border: none !important;
            border-radius: !important;
            display: block !important;
            font-size: 14px !important;
            line-height: 33px !important;
            min-width: 38px !important;
            padding: 0 !important;
            text-align: center !important;
            vertical-align: middle !important;
        }

            .paging .btn-group li:hover a span {
                color: #fff !important;
            }

        .paging .btn-group li a {
            background: #fff !important;
            border: none !important;
            border-radius: !important;
            display: block !important;
            font-size: 14px !important;
            line-height: 33px !important;
            min-width: 38px !important;
            padding: 0 !important;
            text-align: center !important;
            vertical-align: middle !important;
        }






    .paging .btn-group span {
        color: #337ab7 !important;
    }


.page-containers .container-list LI .center {
    padding-right: 10px !important;
}


.form-isps .field {
    margin-bottom: 5px !important;
}


.return-help {
    color: white;
}

.help-page-isps, .help-page-bilge {
    width: 100%;
}


    .help-page-isps ul, .help-page-bilge ul {
        display: inline-block;
        list-style: none;
        margin: 10px;
        text-align: center;
        width: 100%;
    }

        .help-page-isps ul li, .help-page-bilge ul li {
            background: rgba(20, 45, 82, 0.38);
            border-radius: 5px;
            cursor: pointer;
            margin: 5px;
            padding: 5px;
            width: 300px;
            width: 100%;
        }

            .help-page-isps ul li a, .help-page-bilge ul li a {
                color: white;
                display: block;
                padding: 1px;
                width: 100%;
            }

        .help-page-isps ul li, .help-page-bilge ul li {
            /*transition: transform 50ms;*/
            -webkit-transition: background-color 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out;
            transition: background-color 0.5s ease-out;
        }

            .help-page-isps ul li:hover, .help-page-bilge ul li:hover {
                background: #142d52;
            }

.help-page a {
    color: white;
}

.help-page ul {
    display: inline-block;
    list-style: none;
    margin: 10px;
    text-align: center;
}


    .help-page ul li {
        background: rgba(20, 45, 82, 0.38);
        border-radius: 5px;
        cursor: pointer;
        float: left;
        margin: 5px;
        padding: 5px;
        width: 230px;
    }

        .help-page ul li img {
            transition: transform 250ms;
        }

        .help-page ul li:hover img {
            transform: scale(0.9);
        }



.businessdef {
    background: #009fe3;
}


.help-image {
    background: #009fe3 !important;
    border-radius: 360px !important;
    cursor: pointer;
    margin: -78px !important;
    padding: 10px !important;
    position: absolute !important;
    width: 128px !important;
}

.unauthorize-help-image {
    background: #009fe3 !important;
    border-radius: 360px !important;
    cursor: pointer;
    margin: -78px !important;
    padding: 32px !important;
    position: absolute !important;
    width: 136px !important;
}

._vgmTalep {
    background: #fff;
    margin: 20px;
}

.page-isps-list .isps-list > LI .group H3 {
    color: #009fe3 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.page-isps-list .isps-list > LI .group {
    font-size: 12px !important;
    font-weight: normal !important;
}

.page-isps-list .isps-list > LI .eqstatus {
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    flex: none;
    float: right;
    font-size: 12px;
    line-height: 1;
    margin: 0 4px 4px 0;
    min-width: auto;
    padding: 4px 14px;
    white-space: nowrap;
    width: auto;
}

.gray {
    background-color: gray;
}

.purple {
    background-color: #5b00ab;
}

.page-isps-list .isps-list > LI .group img {
    margin-right: 5px;
}

.reportValue {
    display: block;
    font-size: 12px !important;
    font-weight: bold !important;
    margin-left: 7px;
    margin-top: 12px;
}

.reportUser {
    color: gray !important;
    font-size: 9px !important;
}

.reportTable li {
    background: #f9f9f9 !important;
}

.reportTable h3 {
    color: #009fe3 !important;
}

.reportTable .space {
    padding: 10px !important;
}

ul.isps-list li {
    /*border: 1px solid rgba(128, 128, 128, 0.39);*/
    border: 1px solid #f8f8f8;
}

.w-filters .filters .section-middle .times INPUT {
    width: 150px;
}

._opt_cmbTransitState, ._opt_cmbPositions {
    min-width: 190px !important;
}

._opt_cmbDwellSearchType {
    width: 150px !important;
    margin: 0 !important;
}

    ._opt_cmbDwellSearchType .caret {
        width: 10px !important
    }

#panelAgreement #show-discalimer {
    color: white !important;
    text-decoration: underline;
}


/*Isps form un genişliği ayarlanıyor ve label-text ler yanyana getirilecek*/

/*START*/


._ispsPropLeft {
    height: 50px;
    margin: 10px 0 10px 0;
    position: relative;
}

    ._ispsPropLeft > div:first-child {
        margin: 10px 0;
        position: absolute;
        width: 30%;
    }

    ._ispsPropLeft > div:nth-child(2) {
        position: absolute;
        right: 0px;
        width: 70%;
    }

.ispsform, .bookingform {
    width: 70%;
}

._zoom08 {
    margin-left: 50px !important;
    opacity: 0.8;
    zoom: 0.8;
}

    ._zoom08 div {
        margin: 0;
    }

._zoom09 {
    margin-left: 50px !important;
    zoom: 0.9;
}

    ._zoom09 div {
        margin: 0;
    }


/*#frmIsps div {
    margin :0;
}*/

/*END*/


.toggle-on {
    color: white !important;
}

.togglebtnright {
    text-align: right;
}

.user-manual-download {
    background: #142d52;
    background: rgba(20, 45, 82, 0.38);
    border-radius: 10px;
    color: white !important;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding: 5px;
    width: 200px;
}

    .user-manual-download img {
        width: 100px;
    }

    .user-manual-download:hover {
        background: #142d52;
        background: rgba(20, 45, 82, 0.62);
    }

.dv-user-manuel-pdf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .dv-user-manuel-pdf > div {
        flex-grow: 1;
        margin-bottom: 20px;
    }

.booking-list {
    width: 100%;
}

.page-booking-list .booking-list > LI:not(.title-header) {
    /* color: #5f5f5f; */
    background: #fff;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgb(0 0 0 / 1%) 0px 1px 0px 0px, rgb(10 10 10 / 7%) 0px 0px 0px 1px;
    float: left;
    margin: 0 10px 20px 0;
    padding: 20px;
    /* position: relative; */
    /* flex: 1 0 auto; */
    width: 100%;
}

    .page-booking-list .booking-list > LI:not(.title-header) > div {
        border: 1px solid transparent;
        float: left;
        font-size: 12px;
        text-align: center;
    }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(1) {
            font-size: 15px;
            font-weight: bold;
            width: 22%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(2) {
            color: #908d8d;
            width: 6%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(3) {
            color: #908d8d;
            width: 6%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(4) {
            color: #908d8d;
            width: 6%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(5) {
            font-weight: bold;
            width: 6%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(6) {
            color: #908d8d;
            margin-top: -2px;
            width: 15%;
            min-height: 30px;
        }

            .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(6) p {
                background-color: #009fe3;
                font-weight: bold;
            }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(7) {
            color: #908d8d;
            margin-top: -6px;
            width: 15%;
            min-height: 30px;
        }

            .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(7) p {
                background-color: #fbd418;
                font-weight: bold;
            }

            .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(6) p, .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(7) p {
                color: #fff;
                display: inline-block;
                margin: 0px;
                padding: 6px 0;
                text-align: center;
                width: 30px;
            }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(8) {
            width: 1%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(9) {
            margin-top: -8px;
            text-align: right;
            width: 17%;
            min-height: 30px;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(10) {
            margin-top: -8px;
            width: 3%;
        }

        .page-booking-list .booking-list > LI:not(.title-header) > div:nth-child(11) {
            margin-top: -8px;
            width: 3%;
        }


.btnIsDamage {
    background: #fff url("../theme/img/isDamage.png") no-repeat center;
    background-size: 80%;
}

    .btnIsDamage:hover {
        background: #da5d5d url("../theme/img/isDamage_Hover.png") no-repeat center;
        background-size: 80%;
    }

.list-header div {
    font-size: 12px !important;
    font-weight: inherit !important;
    color: #545454 !important;
}

.btn-blue {
    background-color: #009fe3;
    color: #fff;
}

    .btn-blue:hover {
        color: #fff;
    }

.btn-white {
    background-color: #fff;
    color: #908d8d;
}

    .btn-white:hover {
        color: #908d8d;
    }

.icon-edit {
    background: url('../Content/images/icon-edit.png') center no-repeat;
}

    .icon-edit:hover:not([disabled]) {
        background: url('../Content/images/icon-edit-hover.png') center no-repeat;
        background-color: #77c333;
        color: #fff;
    }

    .icon-edit [disabled] {
        -ms-opacity: 0.3 !important;
        opacity: 0.3 !important;
    }

.icon-edit-hover {
    background: url('../Content/images/icon-edit-hover.png') center no-repeat;
    background-color: #77c333;
}

.icon-reload {
    background: url('../Content/images/icon-reload.png') center no-repeat;
}

    .icon-reload:hover:not([disabled]) {
        background: url('../Content/images/icon-reload-hover.png') center no-repeat;
        background-color: #77c333;
        color: #fff;
    }

.icon-edit [disabled] {
    -ms-opacity: 0.3 !important;
    opacity: 0.3 !important;
}

.icon-ok {
    background: url('../Content/images/icon-ok.png') center no-repeat;
}

    .icon-ok:hover:not([disabled]) {
        background: url('../Content/images/icon-ok-hover.png') center no-repeat;
        background-color: #77c333;
    }

    .icon-ok [disabled] {
        -ms-opacity: 0.3 !important;
        opacity: 0.3 !important;
    }

.icon-ok-hover {
    background: url('../Content/images/icon-ok-hover.png') center no-repeat;
    background-color: #77c333;
}

.icon-remove {
    background: url('../Content/images/icon-remove.png') center no-repeat;
}

    .icon-remove:hover:not([disabled]) {
        background: url('../Content/images/icon-remove-hover.png') center no-repeat;
        background-color: #da5d5d;
    }

    .icon-remove [disabled] {
        -ms-opacity: 0.3 !important;
        opacity: 0.3 !important;
    }

.icon-filter-reset {
    background: url('../Theme/img/filter-clear.png') center no-repeat;
}

    .icon-filter-reset:hover:not([disabled]) {
        background: url('../Theme/img/filter-clear.png') center no-repeat;
        background-color: #da5d5d;
    }

    .icon-filter-reset [disabled] {
        -ms-opacity: 0.3 !important;
        opacity: 0.3 !important;
    }

.icon-filter-clear {
    background: url('../Theme/img/filter-reset.png') center no-repeat;
}

    .icon-filter-clear:hover:not([disabled]) {
        background: url('../Theme/img/filter-reset.png') center no-repeat;
        background-color: #da5d5d;
    }

    .icon-filter-clear [disabled] {
        -ms-opacity: 0.3 !important;
        opacity: 0.3 !important;
    }

.page-booking .booking-add-edit {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 10px 20px 10px;
    padding: 20px;
    width: 100%;
}

.bookingOption {
    text-align: center;
}

    .bookingOption > div {
        display: inline-block;
        margin: 0 4px;
        max-width: 200px;
    }

.BookingHeaderRow2 {
    padding-top: 25px;
    margin-top: 25px;
    width: 90%;
    margin-left: 5%;
    border-top: 1px dotted #bba9a9;
}

.abreastDiv {
}

.abreastTab {
    margin-left: 50px;
}

.abreastDiv > div {
    float: left;
    min-height: 50px;
    /*display: inline-table;*/
}

.abreastText {
    padding-top: 10px;
}

.seperatorBooking {
    background-color: #bba9a9;
    height: 1px;
    margin: 30px 0 30px -7%;
    /*margin-left: -7%;
    width: 114%;*/
}

.seperatorBookingDotted {
    border-top: 1px dotted #bba9a9;
    float: left;
    margin: 30px 0 30px 0;
    width: 100%;
}

.seperatorHeight {
    float: left;
    height: 30px;
    width: 100%;
}

.seperatorRequestArea {
    width: 100%;
    border: 0;
    height: 1px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #ebebeb, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #ebebeb, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #ebebeb, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #ebebeb, #f0f0f0);
}

#cmbEquipmentIso { /*width:150px*/
}

.isRemoveItems {
    display: none !important;
}

.padding20_0 {
    padding: 20px 0;
}

.padding0_0 {
    padding: 0;
}

.margin0_0 {
    margin: 0;
}

.bookingCmb {
    max-width: 160px !important;
}

.bookingCmbMinWidth {
    width: 100% !important;
}

.bookingCmb button {
    margin: 0px;
}

/*Booking Listesi İtem details*/

/*START*/

.AllDetails {
    display: none;
    width: 100%;
}

.details {
    float: left;
    height: 362px;
    overflow: hidden;
    width: 94%;
}

    .details .content {
        width: 100000%;
    }

    .details .itemType {
        border: 1px solid #b2c2db;
        float: left;
        font-size: 14px;
        font-weight: bold;
        margin: 20px;
        max-width: 300px;
    }


        .details .itemType .itemHeader {
            background-color: #142d52;
            color: #fff;
            height: 50px;
            text-align: left;
            width: 300px;
        }

        .details .itemType .itemContent {
            height: 230px;
        }

            .details .itemType .itemContent .preadviseItems {
                max-height: 156px;
                overflow-x: hidden;
                overflow-y: auto;
            }

                .details .itemType .itemContent .preadviseItems div {
                    border: 1px solid darkgrey;
                    border-radius: 3px;
                    float: left;
                    font-size: 12px;
                    margin-bottom: 10px;
                    margin-left: 3%;
                    margin-right: 3%;
                    /* padding-right: 5%; */
                    padding: 10px;
                    position: relative;
                    text-align: left;
                    width: 44%;
                }

                    .details .itemType .itemContent .preadviseItems div img {
                        cursor: pointer;
                        float: right;
                        margin-right: -6px;
                        position: absolute;
                        right: 10px;
                    }



        .details .itemType .itemHeader .itemIsoType {
            float: left;
            padding: 15px;
        }

        .details .itemType .itemHeader .itemCount {
            background-color: #009fe3;
            border-radius: 8px;
            float: right;
            margin: 6px;
            padding: 9px;
        }

.bookingItemNotfound {
    background-color: #ef4848;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 14px;
    margin: 12px 0 auto;
    padding: 6px;
    width: 100%;
}

.bookingNotification {
    background-color: #fbd418;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 14px;
    margin: 12px 0 auto;
    padding: 6px;
    width: 100%;
}

.direction {
    background: center center no-repeat #f3f3f3;
    border: 1px solid #b2c2db;
    float: left;
    height: 300px;
    margin-top: 22px;
    width: 2%;
}

    .direction:hover {
        background-color: #b2c2db;
        cursor: pointer;
    }

.directionRight {
    background-image: url(../Theme/img/arrow-right.png);
    border-radius: 0 30px 30px 0;
    margin-left: 1%;
}

    .directionRight:hover {
        background-image: url(../Theme/img/arrow-right-1.png);
    }

.directionLeft {
    background-image: url(../Theme/img/arrow-left.png);
    border-radius: 30px 0 0 30px;
    margin-right: 1%;
}

    .directionLeft:hover {
        background-image: url(../Theme/img/arrow-left-1.png);
    }

/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #72ccf3;
}*/

/*Booking Listesi İtem details*/

/*END*/


/*Hazard Items*/

/*START*/

.addHazard {
    background: url('../Content/images/hazard.png') no-repeat 45px 0;
    background-position: left;
    background-size: contain;
}

.hazardPanelOwner {
    height: 160px;
}

.text-danger {
    color: #ca0000;
    font-weight: bold;
}

.customDisabled {
    opacity: 0.6;
}

.NewRowDiv {
    margin: 10px 0;
}

.tooltipInfinity {
    -ms-border-radius: 10px;
    -ms-opacity: 0;
    border-radius: 10px;
    height: 0;
    opacity: 0;
    padding: 0 25px;
}

.tooltipWarning {
    background-color: rgb(202, 92, 92);
    color: #fff;
}

.tooltipInfo {
    background-color: #dff0d8;
    /*color: #fff;*/
}

/*#dvUnCodeListPanel div:first-child {
    width: 82px !important;
    height: 36px !important;
}*/

/*END*/


.page-login .login .content .username-password .disabledInput {
    color: #525050;
}

.operationStatus {
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    margin: 10px;
    padding: 10px !important;
    text-align: center !important;
    width: 93% !important;
}

.operationStatusSuccess {
    background-color: #387b38;
}

.operationStatusFail {
    background-color: #d43f3a;
}

.bookingInputs {
    display: none;
}

    .bookingInputs h2 {
        font-size: 20px;
        font-weight: normal;
        padding-left: 10px;
        width: 30%;
    }

._info {
    cursor: pointer;
    float: right;
    margin: 1px 6px;
    width: 26px;
}

.customerRegister {
    margin: 10px 0 5px 0;
    text-decoration: none;
    display: none;
}

    .customerRegister a {
        color: #fff;
    }

.customerFeedback {
    width: 30px;
    margin-right: 5px;
}

.tbl-unit-damage-detail-list {
    width: 100%;
    font-size: 12px;
}

.dvDamageInfo {
    width: 30px;
    height: 30px;
    background: url('../theme/img/errorIcon.png') no-repeat center;
    float: right;
    margin-right: 8px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: -webkit-body;
}

.btn-filter-reset {
    color: #af4444 !important;
    font-weight: bold !important;
}

.footerSeperator {
    width: 1px;
    background-color: #000;
}

.bottom-seperator {
    border-bottom: 2px solid #4A3535;
}

BODY.login FOOTER .footerSeperator {
    width: 1px;
    background-color: #fff;
}

.crmlink span {
    color: #337ab7;
    font-size: 13px;
}

BODY.login FOOTER .crmlink span {
    color: #fff;
}

#frmIsps .btn-save {
    display: inline !important;
}

.saveAndGo {
    display: none;
}

.btnSends {
    text-align: center;
}

#btnSendAndGo {
    width: 100% !important;
    background-color: #ffa726;
}



/*------------------ Dashboard Menü START ------------------ */
.dashboard-area {
    z-index: 9;
    position: relative;
}

    .dashboard-area .dashboard-menu-area {
        width: 0;
        height: 0;
        margin-left: -54px;
    }

        .dashboard-area .dashboard-menu-area .dashboard-menu-owner {
            padding-top: 40px;
        }

            .dashboard-area .dashboard-menu-area .dashboard-menu-owner .dashboard-menu-content {
                width: 50px;
                height: 130px;
                background-color: #ffa726;
                cursor: pointer;
                border-radius: 5px 0 0 5px;
            }

                .dashboard-area .dashboard-menu-area .dashboard-menu-owner .dashboard-menu-content span {
                    position: absolute;
                    /*-webkit-transform: rotate(270deg);
                    -webkit-transform-origin: left;
                    -moz-transform: rotate(270deg);
                    -moz-transform-origin: right top;
                    -ms-transform: rotate(270deg);
                    -ms-transform-origin: right top;
                    -o-transform: rotate(270deg);
                    -o-transform-origin: right top;
                    transform: rotate(90deg);*/
                    /*width: 160px;
                    font-size: 22px;
                    letter-spacing: 3px;
                    margin-right: 100px;
                    margin-top: 140px;
                    color: #fff;*/
                    /*position: absolute;
                    -webkit-transform: rotate(270deg);
                    -webkit-transform-origin: left;
                    -moz-transform: rotate(270deg);
                    -moz-transform-origin: right top;
                    -ms-transform: rotate(270deg);
                    -ms-transform-origin: right top;
                    -o-transform: rotate(270deg);
                    -o-transform-origin: right top;
                    transform: rotate(90deg);*/
                    font-size: 22px;
                    letter-spacing: 3px;
                    line-height: 24px;
                    margin-left: 18px;
                    margin-top: 17px;
                    color: #fff;
                    word-wrap: break-word;
                    width: 17px;
                    text-align: center;
                }

.dashboard-menu-content:hover {
    background-color: #ce861d !important;
    border: 1px solid transparent;
    border-right: none;
}
/*------------------ Dashboard Menü END ------------------ */

/*------------------ Dashboard Content START ------------------ */
.dashboard-area .dashboard-links-area {
    width: 0;
    height: 0;
    margin-left: -2px;
}

    .dashboard-area .dashboard-links-area .dashboard-links-owner {
        padding-top: 40px;
    }

        .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content {
            width: 0;
            height: auto;
            background-color: #ffa726;
            text-align: center;
            border-radius: 0 5px 5px 0;
            position: relative;
            box-shadow: 2px 2px 11px #142d52;
            box-shadow: 2px 2px 11px rgba(20, 45, 82, 0.58);
            position: absolute;
            /*display: none;*/
            padding: 5px 0 5px 0;
        }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-text {
                width: 70%;
                height: 50px;
                float: left;
                /*display: table;*/ /*script tarafında table olarak güncelliyoruz*/
                display: none;
            }



                .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-text span {
                    display: table-cell;
                    vertical-align: middle;
                }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-icon {
                width: 30%;
                height: 50px;
                float: left;
                display: none;
            }

                .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-icon i {
                    font-size: 24px;
                    margin-top: 13px;
                    opacity: 0.8;
                }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-booking {
                background: url('../Theme/img/booking_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-booking-list {
                background: url('../Theme/img/list_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-booking-add {
                background: url('../Theme/img/add_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-isps {
                background: url('../Theme/img/isps_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-list {
                background: url('../Theme/img/list_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-isps-add {
                background: url('../Theme/img/add_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-hold {
                background: url('../Theme/img/hold_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-online-service {
                background: url('../Theme/img/online_service_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-empty-storage {
                background: url('../Theme/img/empty_storage_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-pregate {
                background: url('../Theme/img/pregate_icon.png') no-repeat center;
                background-size: 32px;
            }

            .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-border {
                margin: 2% 0 2% 4%;
                background-color: #fff;
                float: left;
                width: 92%;
                border-radius: 5px;
                /*border: 1px solid transparent;*/
                cursor: pointer;
                /*display: none;*/
            }

                .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-border:hover {
                    background-color: #eee;
                    border: 1px solid #dc9c3e;
                }


                .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-border .childs {
                    margin-left: 145px;
                    display: table;
                    padding: 0;
                    display: none;
                    z-index: 3;
                }

                    .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-border .childs .child {
                        margin: 4%;
                        border-radius: 5px;
                        display: flex;
                        background-color: #fff;
                        /*border: 1px solid transparent;*/
                        width: 92%;
                    }

                        .dashboard-area .dashboard-links-area .dashboard-links-owner .dashboard-links-content .dashboard-links-border .childs .child:hover {
                            background-color: #eee;
                            border: 1px solid #dc9c3e;
                        }

/*Menüdeki başlıklar. Booking Isps.*/
.dashboard-links-border > .dashboard-links-text {
    background: url(../theme/img/arrow-right.png) no-repeat right 5px center;
}

.dashboard-links-border .dashboard-links-a {
    text-decoration: none !important;
    color: #333 !important;
}

/*------------------ Dashboard Content END ------------------ */

.page-containers .holdHeaders {
    background-color: #fff;
    padding: 12px 40px;
    border: 2px solid #d50000;
    margin-bottom: 13px;
    text-align: center;
}

.degree {
    background-image: url(../theme/img/degree_icon.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 26px !important;
}

.percent {
    background-image: url(../theme/img/percent_icon.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 26px !important;
}

.centimeter {
    background-size: 20%;
    opacity: 0.8;
}

.customScale {
}

.customScale, .container-list li {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}



    /*.customScale:nth-child(n), .container-list li:nth-child(n) { animation-delay: calc(n * 1s); }*/

    /*.customScale:nth-child(0), .container-list li:nth-child(0) { animation-delay: 0s }
.customScale:nth-child(1), .container-list li:nth-child(1) { animation-delay: 0.2s }
.customScale:nth-child(2), .container-list li:nth-child(2) { animation-delay: 0.4s }
.customScale:nth-child(3), .container-list li:nth-child(3) { animation-delay: 0.6s }
.customScale:nth-child(4), .container-list li:nth-child(4) { animation-delay: 0.8s }
.customScale:nth-child(5), .container-list li:nth-child(5) { animation-delay: 1.0s }
.customScale:nth-child(6), .container-list li:nth-child(6) { animation-delay: 1.2s }
.customScale:nth-child(7), .container-list li:nth-child(7) { animation-delay: 1.4s }
.customScale:nth-child(8), .container-list li:nth-child(8) { animation-delay: 1.6s }
.customScale:nth-child(9), .container-list li:nth-child(9) { animation-delay: 1.8s }*/

    .customScale:hover, .container-list li:hover {
        transform: scale(1.02);
    }

@keyframes anim {
    from {
        opacity: 0;
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.splashY, .splashN {
    text-transform: uppercase;
    font-weight: bold;
}

.splashY {
    color: #77c333 !important;
}

.splashN {
    color: #d43f3a !important;
}

#dvCustomerScreenErrorMessage .validation-summary-errors {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

#spnToggleSeal2:hover img, #spnToggleSeal3:hover img {
    content: url("../Theme/img/arrow-down-4.png");
    width: 12px;
}

#spnToggleSeal2 img, #spnToggleSeal3 img {
    content: url("../Theme/img/arrow-down-3.png");
}

.shortUnitInfo .vgm-info-vgm-inside {
    background-color: #61d978;
    font-size: 11px;
    font-family: monospace;
    width: fit-content;
    padding: 0 2px;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #fff;
}

.shortUnitInfo .vgm-info-vgm-outside {
    background-color: #d50000;
    font-size: 11px;
    font-family: monospace;
    width: fit-content;
    padding: 0 2px;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #fff;
}

.shortUnitInfo img {
    width: 24px
}

.searchInfoMessages {
    max-width: 50%;
    max-height: 85px;
    overflow: auto;
}

    .searchInfoMessages h5 {
        padding: 0;
        margin: 8px auto;
    }

.smallFontBookingAndCRefNumber {
    line-height: 16px;
}

    .smallFontBookingAndCRefNumber span {
        font-size: 11px;
        color: #908f8f;
    }

.checkboxes > div {
    font-size: 14px;
    margin-bottom: 5px;
}

#search-filters > div > label, .container-types > label, .extra-search-items > label, .times > div > label > span {
    font-weight: bold;
}

button.btn.dropdown-toggle.select-2:hover, .extra-search-items .checkboxes > div:hover, .container-types .checkboxes > div:hover {
    color: #2e77ab;
}

.change-complex {
    height: 15px;
}

    .change-complex .select-6.dropdown-toggle {
        padding: 0;
    }

    .change-complex .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
        margin-top: -7px;
    }

    .change-complex > div > button > span {
        font-size: 14px;
        color: #00a0e3;
        font-weight: normal;
    }

.themeBlue .select-2 .caret {
    background: url('../theme/img/arrow-up-2.png') no-repeat;
}

.themeBlue button {
    background-color: #009fe3;
    color: #fff;
}

    .themeBlue button.btn.dropdown-toggle.select-2:hover, .themeBlue .extra-search-items .checkboxes > div:hover, .themeBlue .container-types .checkboxes > div:hover {
        color: #fff;
    }

.themeBlue li {
    margin: 0 !important;
    width: 100%;
    text-align: center;
}

.serachInfoMessages {
    max-width: 50%;
    max-height: 80px;
    text-align: right;
    overflow: auto;
}

    .serachInfoMessages h5 {
        margin: 0;
    }

    .serachInfoMessages span, .rowColorBlue {
        color: #009fe3;
    }

.w-filters .filters .section-bottom .reset {
    padding: 3px;
    margin-left: 10px;
    background: none;
    color: #e20000;
    font-size: 14px;
}

.preadviseAddButton {
    margin: -2px 0 0 -5px;
    border-radius: 0;
}

.preadviseAddButtonPlus {
    background-color: #ffa726;
    padding: 6px 7px;
    font-weight: bold;
}

.standart-modal .addPreadviseDetail_header span {
    margin-right: 20px;
}

.addPreadviseDetail-table tr td {
    min-width: 180px;
}

.standart-modal .header {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

#btn-filters {
    /*background-color: #142d52 !important;*/
    position: relative;
    top: 11px;
    z-index: 6;
}

.filter-detail {
    background-color: #009fe3;
    height: 22px;
    z-index: 5;
    border-radius: 0 0 4px 4px;
    color: #fff;
    text-align: center;
    top: 7px;
    position: relative;
    opacity: 0;
}

    .filter-detail p {
        margin: 0;
        padding-top: 2px;
    }

.body-info {
    display: none;
    position: fixed;
    bottom: 0;
}

    .body-info .header {
        width: 43px;
        height: 43px;
        background: url('../theme/img/warning_gray_2.png') no-repeat center;
        background-size: 80%;
        float: left;
        margin-top: 4px;
        cursor: pointer;
    }

        .body-info .header:hover {
            background-image: url('../theme/img/warning_gray_2_hover.png');
        }

    .body-info .message {
        opacity: 0;
        width: 420px;
        height: 100%;
        background-color: #f2dede;
        border-color: #ebccd1;
        float: left;
    }

        .body-info .message p {
            margin: 5px 12px;
            color: #a94442;
        }

        .body-info .message .message-p {
            float: left;
            width: 400px;
        }

    .body-info .seperator {
        width: 4px;
        height: 50px;
        background-color: #a94442;
        float: left;
    }

    .body-info .close-button {
        width: 10px;
        height: 50px;
        float: left;
    }

.filter-options {
    position: absolute;
    right: 50px;
    bottom: 10px;
}

.section-middle {
    position: relative;
}

.filter-buttons {
    text-align: right;
}

.section-bottom {
    float: right;
}

#filters-menu .dropdown-submenu {
    position: relative;
}

    #filters-menu .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.caret-right {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ulFilters {
    max-height: 212px;
    overflow: auto;
}

    .ulFilters li {
        position: relative;
    }

        .ulFilters li:hover .dvFilterRemove {
            background: url('../theme/img/remove_x.png') no-repeat center;
        }

        .ulFilters li .dvFilterRemove {
            position: absolute;
            right: 9px;
            top: 11px;
            width: 18px;
            height: 18px;
            /*background-image: url('../theme/img/remove_x.png')*/
        }

            .ulFilters li .dvFilterRemove:hover {
                background-image: url('../theme/img/remove_x_hover.png');
                cursor: pointer;
            }

.user-image {
    background-color: #fff;
}


.standart-modal {
    width: 95%;
    margin: 0 auto;
}

.custom-collapse {
    overflow: hidden;
}

.custom-collapse-arrow {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    display: none;
    background-size: 20px !important;
    cursor: pointer;
    font-style: italic;
}

.custom-collapse-arrow-down {
    background: url('../Theme/img/arrow-down-5.png') no-repeat left 4px;
}

.custom-collapse-arrow-up {
    background: url('../Theme/img/arrow-up-5.png') no-repeat left 4px;
}

.item-buttons {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}



/***************************************AISV CUSTOM CSS START*******************************************/



/****************************************AISV CUSTOM CSS END*******************************************/


.spnUnitOptions span {
    font-size: 11px;
    color: #9c9b9b;
    display: block;
    text-align: center;
}




.material-button-anim {
    position: relative;
    padding: 127px 15px 27px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 20px;
}

.material-button {
    position: relative;
    top: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #fff;
    background: #2C98DE;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.275);
    outline: none;
}

.material-button-toggle {
    z-index: 3;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

    .material-button-toggle span {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .175s @cubic-bazier(.175,.67,.83,.67);
        transition: transform .175s @cubic-bazier(.175,.67,.83,.67);
    }

    .material-button-toggle.open {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
        -webkit-animation: toggleBtnAnim .175s;
        animation: toggleBtnAnim .175s;
    }

        .material-button-toggle.open span {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: -webkit-transform .175s @cubic-bazier(.175,.67,.83,.67);
            transition: transform .175s @cubic-bazier(.175,.67,.83,.67);
        }

#options {
    height: 70px;
}

.option {
    position: relative;
}

    .option .option1,
    .option .option2,
    .option .option3 {
        filter: blur(5px);
        -webkit-filter: blur(5px);
        -webkit-transition: all .175s;
        transition: all .175s;
    }

    .option .option1 {
        -webkit-transform: translate3d(90px,90px,0) scale(.8,.8);
        transform: translate3d(90px,90px,0) scale(.8,.8);
    }

    .option .option2 {
        -webkit-transform: translate3d(0,90px,0) scale(.8,.8);
        transform: translate3d(0,90px,0) scale(.8,.8);
    }

    .option .option3 {
        -webkit-transform: translate3d(-90px,90px,0) scale(.8,.8);
        transform: translate3d(-90px,90px,0) scale(.8,.8);
    }

    .option.scale-on .option1,
    .option.scale-on .option2,
    .option.scale-on .option3 {
        filter: blur(0);
        -webkit-filter: blur(0);
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all .175s;
        transition: all .175s;
    }

    .option.scale-on .option2 {
        -webkit-transform: translateY(-28px) translateZ(0);
        transform: translateY(-28px) translateZ(0);
        -webkit-transition: all .175s;
        transition: all .175s;
    }

@keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    25% {
        -webkit-transform: scale(1.4,1.4);
        transform: scale(1.4,1.4);
    }

    75% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
    }

    100% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }
}

@-webkit-keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    25% {
        -webkit-transform: scale(1.4,1.4);
        transform: scale(1.4,1.4);
    }

    75% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
    }

    100% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }
}

.custom-text-uppercase {
    text-transform: uppercase
}


.custom-tabbed-area {
    width: 100%;
}

    .custom-tabbed-area .tabs {
        position: relative;
        min-height: 200px; /* This part sucks */
        height: 285px;
        clear: both;
        margin: 35px 0 25px;
        background: white;
    }

    .custom-tabbed-area .tab {
        float: left;
    }

        .custom-tabbed-area .tab label:not([class*="toggle"]) {
            background: #eee;
            padding: 10px;
            border: 1px solid #ccc;
            margin-left: -1px;
            position: relative;
            left: 1px;
            top: -29px;
            -webkit-transition: background-color .17s linear;
        }

        .custom-tabbed-area .tab [type=radio] {
            display: none;
        }

    .custom-tabbed-area .tab-content {
        position: absolute;
        top: -1px;
        left: 50px;
        background: white;
        right: 0;
        bottom: 0;
        padding: 20px;
        border-top: 1px solid #ccc;
        -webkit-transition: opacity .4s linear;
        opacity: 0;
    }

[type=radio]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

    [type=radio]:checked ~ label ~ .tab-content {
        z-index: 1;
        opacity: 1;
        margin-left: 60px;
    }

.large-uploader {
    width: 100%;
    height: 200px;
    border: 2px dotted #b1b1b1;
    cursor: pointer;
    background: #ffffff url('/Theme/img/fileupload.png') no-repeat center;
    background-size: 120px;
}

    .large-uploader:hover {
        background-color: #f1f1f1;
    }

.large-uploader-into-text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 160px;
    font-size: 18px;
    color: #009fe3;
    font-weight: bold;
    font-style: italic;
}

.custom-text-uppercase {
    text-transform: uppercase
}

.custom-textbox-default {
    width: 100%;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #eaecf1;
}

.filterSectionTop {
    padding-right: 90px;
    border-right: 1px solid #edeff5;
    width: 25%;
}

    .filterSectionTop div.w-select {
        margin-bottom: 10px;
        display: flex;
        width: 100%;
    }

table.filter-added {
    text-align: center;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

    table.filter-added tr th, table.filter-added tr td {
        padding: 7px;
        border-top: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
    }

.w-filters .filters .section-top LABEL, .w-filters .filters .section-top-2 LABEL {
    flex: 0 1 20%;
}

.filter-search-top-content {
    width: 30%;
    padding-right: 10%;
}

.trLastItem {
    /*background-size: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(to left, white, rgba(34, 154, 27, 0.4));*/
}

.btn-last-item {
    opacity: 0;
    width: 0;
    padding: 0;
}

.added-item-summary-panel, .added-item-summary-panel table {
    width: 100%;
    text-align: center;
    background-color: #142d52;
    color: white;
    padding: 10px;
    margin: 5px 0 5px 0 !important;
    border-radius: 5px;
    font-size: 14px;
    float: left;
}

.custom-dropdown {
}

    .custom-dropdown li {
        padding: 8px 16px;
        cursor: pointer;
        color: #555;
        font-size: 12px;
    }

        .custom-dropdown li:hover {
            background-color: #ddd
        }

a.dropdown-item:hover {
    text-decoration: none;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

    .flex-container .flex-item {
        padding: 5px;
        /*width: 33%;*/
        text-align: center;
        font-size: 14px;
        line-height: 15px;
        flex: auto;
    }
/*.flex-container .flex-item-1 {
            width: 100%;
        }
        .flex-container .flex-item-2 {
            width: 50%;
        }
        .flex-container .flex-item-3 {
            width: 33%;
        }
        .flex-container .flex-item-4 {
            width: 25%;
        }
        .flex-container .flex-item-5 {
            width: 20%;
        }
        .flex-container .flex-item-6 {
            width: 16.6%;
        }
        .flex-container .flex-item-7 {
            width: 14%;
        }
        .flex-container .flex-item-8 {
            width: 14%;
        }
        .flex-container .flex-item-9 {
            width: 11.1%;
        }
        .flex-container .flex-item-10 {
            width: 10%;
        }*/
.li-seperator li {
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1) !important;
}

.container-list .w-details .custom-history .table-title, .container-list .w-details .custom-decleration-number .table-title {
    background-color: #009fe3;
    color: #fff;
}

.container-list .w-details .custom-history .table-body, .container-list .w-details .custom-decleration-number .table-body {
    font-size: 12px;
    font-style: italic;
    border-bottom: 1px solid #e4e4e4;
}

.line-hold .holdDescription {
    width: 80%;
    background-color: #2fa95a;
    margin: 0 auto;
    color: #fff;
}

.page-list .data-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    line-height: 1;
}

    .page-list .data-list > LI {
        position: relative;
        flex: 1 0 auto;
        min-width: 270px;
        margin: 0 10px 20px 10px;
        padding: 20px;
        color: #5f5f5f;
        background: #fff;
        cursor: pointer;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

        .page-list .data-list > LI:hover {
            background: #f8f8f8;
        }

        .page-list .data-list > LI .name {
            font-size: 16px;
            font-weight: bold;
            color: #363636;
        }

        .page-list .data-list > LI .group {
            margin-top: 15px;
            font-size: 14px;
            font-weight: bold;
            color: #363636;
        }

            .page-list .data-list > LI .group H3 {
                display: block;
                margin: 10px 0 0 0;
                font-size: 12px;
                font-weight: normal;
                color: #a8a8a8;
            }

        .page-list .data-list > LI .email {
            margin-top: 15px;
            font-size: 14px;
            color: #a8a8a8;
        }

.custom-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.custom-label-default {
    background-color: #777;
}

.custom-label-success {
    background-color: #5cb85c;
}

.custom-label-primary {
    background-color: #337ab7;
}

.custom-label-info {
    background-color: #5bc0de;
}

.custom-label-warning {
    background-color: #f0ad4e;
}

.custom-label-danger {
    background-color: #d9534f;
}

.data-value-outbound-title {
    display: none;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(2, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(2, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(2, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(2, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

