@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
    background-color: #1268ac;
    color: #fff;
    border-color: #114f7f;
    opacity: 1;
}

html.overlay-open .navbar-fixed-top {
    z-index: 400;
}

html.js fieldset.collapsed {
    height: auto;
}

html.js input.form-autocomplete {
    background-image: none;
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

    body.admin-expanded.admin-vertical.admin-nw .navbar,
    body.admin-expanded.admin-vertical.admin-sw .navbar {
        margin-left: 260px;
    }

    body.navbar-is-fixed-top {
        padding-top: 64px !important;
    }

    body.navbar-is-fixed-bottom {
        padding-bottom: 64px !important;
    }

    body.toolbar {
        padding-top: 30px !important;
    }

        body.toolbar .navbar-fixed-top {
            top: 30px;
        }

        body.toolbar.navbar-is-fixed-top {
            padding-top: 94px !important;
        }

    body.toolbar-drawer {
        padding-top: 64px !important;
    }

        body.toolbar-drawer .navbar-fixed-top {
            top: 64px;
        }

        body.toolbar-drawer.navbar-is-fixed-top {
            padding-top: 128px !important;
        }

    body.admin-menu .navbar-fixed-top {
        top: 29px;
    }

    body.admin-menu.navbar-is-fixed-top {
        padding-top: 93px !important;
    }

    body div#admin-toolbar {
        z-index: 1600;
    }

    body #toolbar,
    body #admin-menu,
    body #admin-toolbar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body #admin-menu {
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 1600;
    }

        body #admin-menu .dropdown li {
            line-height: normal;
        }

.page-header {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.navbar.container {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .navbar.container {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .navbar.container {
        max-width: 940px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar.container {
        max-width: 1140px;
    }
}

.navbar.container > .container {
    margin: 0;
    padding: 0;
    width: auto;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
    z-index: 1500;
}

#toolbar {
    z-index: 1600;
}

.modal {
    z-index: 1620;
}

.modal-dialog {
    z-index: 1630;
}

.modal-backdrop {
    z-index: 1610;
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }
}

ul.secondary {
    float: left;
}

@media screen and (min-width: 768px) {
    ul.secondary {
        float: right;
    }
}

.page-header {
    margin-top: 0;
}

.block:first-child h2.block-title {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.region-help > .glyphicon {
    font-size: 24px;
    float: left;
    margin: -0.05em 0.5em 0 0;
}

.region-help .block {
    overflow: hidden;
}

form#search-block-form {
    margin: 0;
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px;
}

@media screen and (min-width: 992px) {
    .navbar #block-search-form {
        float: right;
    }
}

.navbar-search .control-group {
    margin-bottom: 0px;
}

ul.action-links {
    margin: 13px 0;
    padding: 0;
}

    ul.action-links li {
        display: inline;
        margin: 0;
        padding: 0 7px 0 0;
    }

    ul.action-links .glyphicon {
        padding-right: 0.5em;
    }

input,
textarea,
select,
.uneditable-input {
    width: auto;
}

    input:focus,
    textarea:focus,
    select:focus,
    .uneditable-input:focus {
        outline: none;
    }

    input.error {
        color: #b94a48;
        border-color: #ebccd1;
    }

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
}

fieldset .panel-body {
    clear: both;
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

    fieldset .panel-heading a.panel-title:hover {
        text-decoration: none;
    }

.form-actions {
    clear: both;
}

.resizable-textarea textarea {
    border-radius: 5px 5px 0 0;
}

.radio:first-child,
.checkbox:first-child {
    margin-top: 0;
}

.radio:last-child,
.checkbox:last-child {
    margin-bottom: 0;
}

.help-block,
.control-group .help-inline {
    color: #777777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.panel-heading {
    display: block;
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto;
}

.error {
    color: #c09853;
}

div.error,
table tr.error {
    background-color: #fcf8e3;
    color: #c09853;
}

.control-group.error {
    background: none;
}

    .control-group.error label,
    .control-group.error .control-label {
        color: #c09853;
        font-weight: 600;
    }

    .control-group.error input,
    .control-group.error textarea,
    .control-group.error select,
    .control-group.error .uneditable-input {
        color: #000;
        border: 1px solid #ccc;
    }

    .control-group.error .help-block,
    .control-group.error .help-inline {
        color: #666666;
    }

.list-inline > li.first {
    padding-left: 0;
}

.nav-tabs {
    margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
    list-style: none;
    list-style-image: none;
}

.tabs--secondary {
    margin: 0 0 10px;
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: normal;
    color: #777;
}

.password-strength {
    width: 17em;
    float: right;
    /* LTR */
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    /* LTR */
    font-weight: bold;
}

.password-indicator {
    background-color: #727272;
    height: 0.3em;
    width: 100%;
}

    .password-indicator div {
        height: 100%;
        width: 0%;
        background-color: #777777;
    }

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    /* LTR */
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,
.password-parent {
    clear: left;
    /* LTR */
    margin: 0;
    width: 36.3em;
}

.progress-wrapper .progress {
    margin-bottom: 10px;
}

.pagination ul > li > a.progress-disabled {
    float: left;
}

.form-autocomplete .glyphicon {
    color: #777777;
    font-size: 120%;
}

    .form-autocomplete .glyphicon.glyphicon-spin {
        color: #009BDE;
    }

.form-autocomplete .input-group-addon {
    background-color: #ffffff;
}

.ajax-progress .glyphicon {
    font-size: 90%;
    margin: 0 -0.25em 0 0.5em;
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.glyphicon-refresh {
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
    margin-bottom: 20px;
}

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    border-bottom: 0;
}

    .tabs-below > .nav-tabs .summary,
    .tabs-left > .nav-tabs .summary,
    .tabs-right > .nav-tabs .summary {
        color: #777777;
        font-size: 15px;
    }

.tab-pane > .panel-heading {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #009BDE;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            border-radius: 0 0 5px 5px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #009BDE;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #009BDE #009BDE #009BDE;
    }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    padding-bottom: 20px;
    width: 220px;
}

    .tabs-left > .nav-tabs > li,
    .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li:focus,
        .tabs-right > .nav-tabs > li:focus {
            outline: 0;
        }

        .tabs-left > .nav-tabs > li > a,
        .tabs-right > .nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 3px;
        }

            .tabs-left > .nav-tabs > li > a:focus,
            .tabs-right > .nav-tabs > li > a:focus {
                outline: 0;
            }

.tabs-left > .tab-content,
.tabs-right > .tab-content {
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #009BDE;
    overflow: hidden;
    padding: 10px 15px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px;
}

    .tabs-left > .nav-tabs > li > a {
        border-radius: 5px 0 0 5px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #002E6D #009BDE #002E6D #002E6D;
        }

    .tabs-left > .nav-tabs > .active > a,
    .tabs-left > .nav-tabs > .active > a:hover,
    .tabs-left > .nav-tabs > .active > a:focus {
        border-color: #009BDE transparent #009BDE #009BDE;
        -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: -1px;
}

    .tabs-right > .nav-tabs > li > a {
        border-radius: 0 5px 5px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #002E6D #002E6D #002E6D #009BDE;
            -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
        }

    .tabs-right > .nav-tabs > .active > a,
    .tabs-right > .nav-tabs > .active > a:hover,
    .tabs-right > .nav-tabs > .active > a:focus {
        border-color: #009BDE #009BDE #009BDE transparent;
    }

th.checkbox,
td.checkbox,
th.radio,
td.radio {
    display: table-cell;
}

.views-display-settings .label {
    font-size: 100%;
    color: #666666;
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0 0;
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
    max-width: inherit;
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

@media (min-width: 576px) {
    .form-horizontal .form-group label {
        float: left;
        width: 16.66666667%;
    }
}

.alert a {
    font-weight: bold;
}

.alert-success a {
    color: #356635;
}

.alert-info a {
    color: #2d6987;
}

.alert-warning a {
    color: #a47e3c;
}

.alert-danger a {
    color: #953b39;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

h1,
h2,
h3,
h5 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #002E6D !important;
    font-weight: 600;
    line-height: 1 !important;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    text-transform: uppercase;
    color: #002E6D;
    margin-top: 26px;
    font-size: 18px;
}

h5 {
    font-size: 16px;
    margin: 15px 0;
    color: #009BDE;
}

ul {
    padding-left: 0;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.top-panel {
    width: 100%;
    min-height: 110px;
    background-color: #FFFFFF;
}

.logo {
    width: 270px;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #cfebf7;
}

    .logo::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        left: -109px;
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(90deg);
        border-width: 110px 110px 0 0;
        border-color: #cfebf7 transparent transparent transparent;
    }

    .logo a {
        display: block;
        padding: 23px 23px 23px 0;
    }

    .logo img {
        max-width: 100%;
    }

.right-panel {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.right-panel_top-panel {
    display: block;
    width: 100%;
    height: 30px;
}

.login,
.new-user {
    position: relative;
    display: inline-block;
}

    .login a,
    .new-user a {
        text-decoration: none;
        margin-top: -1px;
        display: inline-block;
        text-transform: uppercase;
        padding: 7px 13px;
        font-size: 13px;
        color: #FFFFFF;
        background-color: #EE7523;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .login a:hover,
        .new-user a:hover {
            background-color: #ce5d10;
        }

    .login .logout-btn,
    .new-user .logout-btn {
        display: none;
    }

    .new-user a,
    .dashboard a {
        color: #002E6D;
        background-color: transparent;
        border-bottom-left-radius: none;
        border-bottom-right-radius: none;
    }

        .new-user a:hover,
        .dashboard a:hover {
            background-color: transparent;
            color: #009BDE;
        }

        .new-user a.userDash,
        .dashboard a.userDash {
            display: none;
        }

.lang {
    display: inline-block;
}

    .lang ul {
        padding: 0;
        list-style-type: none;
    }

        .lang ul li {
            display: inline-block;
            font-size: 12px;
            padding-left: 6px;
            padding-right: 3px;
            border-left: 1px solid #666666;
            height: 15px;
        }

            .lang ul li:last-child {
                border-left: none;
            }

            .lang ul li a {
                text-decoration: none;
                color: #009BDE;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

                .lang ul li a:hover {
                    color: #009BDE;
                }

        .lang ul .selected-lang a {
            color: #666666;
        }

.en .lang ul li:first-child a {
    color: #009BDE;
}

.right-panel_bottom-panel {
    display: block;
    min-height: 60px;
    margin-top: 20px;
    text-align: right;
}

.phone-number {
    height: 60px;
    display: inline-block;
    vertical-align: bottom;
}

    .phone-number span {
        display: inline-block;
        vertical-align: middle;
        font-family: 'Montserrat', sans-serif;
        color: #002E6D;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.82857143;
    }

.loc-temp {
    height: 60px;
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    border-left: 2px dotted #666666;
    border-right: 2px dotted #666666;
    padding: 8px 18px;
    margin-left: 18px;
}

    .loc-temp .city {
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #009BDE;
        display: block;
        text-align: left;
    }

    .loc-temp .tempDetails {
        display: block;
    }

        .loc-temp .tempDetails span {
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            color: #002E6D;
        }

            .loc-temp .tempDetails span.temp {
                padding-left: 9px;
                border-left: 1px solid #002E6D;
                margin-left: 9px;
            }

.search {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .search img {
        margin-top: 15px;
    }

.ham-bg {
    height: 60px;
    width: 110px;
    background-color: #009BDE;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 1px;
}

    .ham-bg .menu-text {
        width: 50px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        display: inline-block;
        color: #FFFFFF;
    }

.button_container {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFFFFF;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFFFFF;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFFFFF;
    }

    .button_container span {
        background: #FFFFFF;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 11px;
        }

        .button_container span:nth-of-type(3) {
            top: 22px;
        }

.overlay {
    position: fixed;
    background: #009BDE;
    top: 110px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

    .overlay.open {
        opacity: 1.0;
        visibility: visible;
        padding: 100px;
        height: 400px;
    }

        .overlay.open .navmenu-col,
        .overlay.open li {
            animation: fadeInRight .5s ease forwards;
            animation-delay: .35s;
        }

            .overlay.open .navmenu-col:nth-of-type(2),
            .overlay.open li:nth-of-type(2) {
                animation-delay: .4s;
            }

            .overlay.open .navmenu-col:nth-of-type(3),
            .overlay.open li:nth-of-type(3) {
                animation-delay: .45s;
            }

            .overlay.open .navmenu-col:nth-of-type(4),
            .overlay.open li:nth-of-type(4) {
                animation-delay: .50s;
            }

            .overlay.open .navmenu-col:nth-of-type(5),
            .overlay.open li:nth-of-type(5) {
                animation-delay: .55s;
            }

    .overlay nav {
        position: relative;
        font-size: 15px;
    }

    .overlay .navrow {
        list-style: none;
        padding: 0;
        margin: 0 0 0 25px;
        position: relative;
        height: 100%;
        text-align: left;
        color: #002E6D;
    }

        .overlay .navrow .navmenu-col {
            opacity: 0;
            margin-left: 0;
        }

            .overlay .navrow .navmenu-col a {
                display: block;
                position: relative;
                color: #002E6D;
                text-decoration: none;
                overflow: hidden;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

                .overlay .navrow .navmenu-col a:hover {
                    color: #FFFFFF;
                }

            .overlay .navrow .navmenu-col ul {
                padding: 0;
                margin-bottom: 0;
            }

                .overlay .navrow .navmenu-col ul li {
                    display: block;
                    padding: 10px 0;
                    /* &:first-child {
                        padding-top: 20px;
                    }/*
                    ul {
                        li {
                            padding-left: 15px;
                            position: relative;
                            padding-top: 10px !important;
                            &::before {
                                content: '>';
                                width: 10px;
                                height: 10px;
                                position: absolute;
                                top: 10px;
                                left: 0;
                                color: @primary-white;
                            }
                        }
                    } */
                }

                    .overlay .navrow .navmenu-col ul li a {
                        color: #cfebf7;
                        font-size: 13px;
                        -webkit-transition: all 0.4s;
                        transition: all 0.4s;
                    }

                        .overlay .navrow .navmenu-col ul li a:hover {
                            color: #FFFFFF;
                        }

                    .overlay .navrow .navmenu-col ul li#show-map {
                        padding-bottom: 20px;
                        position: relative;
                    }

                        .overlay .navrow .navmenu-col ul li#show-map:hover .preview-map {
                            display: block;
                        }

            .overlay .navrow .navmenu-col .preview-map {
                position: absolute;
                display: none;
                top: 45px;
            }

                .overlay .navrow .navmenu-col .preview-map .btn-download {
                    background: #002E6D;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 174px;
                }

                    .overlay .navrow .navmenu-col .preview-map .btn-download .download-link {
                        font-family: 'Montserrat', sans-serif;
                        color: #FFFFFF;
                        font-size: 15px;
                        font-weight: 500;
                        line-height: 18px;
                        text-align: center;
                        padding: 6px 20px;
                        text-transform: uppercase;
                    }

.map-body {
    width: 100%;
    max-width: 790px;
    max-height: 650px;
}

.modal-map .modal-content {
    border-radius: 0;
}

    .modal-map .modal-content .modal-body {
        padding: 4px;
    }

    .modal-map .modal-content .modal-footer {
        padding: 4px;
    }

        .modal-map .modal-content .modal-footer .message-btn {
            width: 100%;
        }

            .modal-map .modal-content .modal-footer .message-btn .btn-primary.more {
                width: 100%;
            }

                .modal-map .modal-content .modal-footer .message-btn .btn-primary.more::before {
                    height: 600px;
                    width: 600px;
                    right: -455px;
                    top: -50px;
                    transform: rotate(46.5deg);
                }

                .modal-map .modal-content .modal-footer .message-btn .btn-primary.more:hover::before {
                    width: 160%;
                }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.login-dep {
    visibility: hidden;
}

.login-form {
    width: 300px;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 999;
    background-color: #EE7523;
    color: #FFFFFF;
}

    .login-form .form-group,
    .login-form .control-group {
        text-align: left;
        position: relative;
    }

        .login-form .control-group.terms-section {
            /* input[type="checkbox"] {
            top: -20px;
        } */
        }

            .login-form .control-group.terms-section a {
                background-color: transparent;
                padding-left: 0px;
                text-transform: none;
                font-size: 16px;
            }

            .login-form .control-group.terms-section .form-label::before {
                background-color: #fff;
            }

.alert-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1100;
}

    .alert-overlay .alert {
        width: 75%;
        min-height: 55px;
        padding: 15px;
        position: fixed;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 1150;
    }

.login-form,
.login-username {
    display: none;
}

.login-username {
    text-transform: uppercase;
}

.login-username {
    font-size: 13px;
}

#chkRemember + .form-label {
    width: 100%;
    text-align: right;
}

p {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
}

    p span {
        color: #009BDE;
    }

        p span a {
            text-decoration: none;
            color: #009BDE;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

            p span a:hover {
                color: #006692;
            }

.more {
    font-family: 'Montserrat', sans-serif;
    color: #009BDE;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857143;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .more.btn-success {
        background-color: #54BBAB;
    }

    .more.btn-primary {
        background-color: #002E6D;
    }

    .more.btn-sky {
        background-color: #009BDE;
    }

    .more.btn-grey {
        background-color: #bababa;
    }

    .more.btn-horizon {
        background-color: #9ACAEB;
    }

    .more.btn-success,
    .more.btn-primary,
    .more.btn-sky,
    .more.btn-grey,
    .more.btn-horizon {
        border-radius: 0;
        padding: 10px 25px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 15px;
        border: none;
        /*&::before {
            content: "";
            position: absolute;
            height: 150px;
            width: 50px;
            background: @primary-white;
            right: -30px;
            top: -40px;
            transform: rotate(37deg);
            transition: all .3s;
            opacity: 0.3;
        }
        &:hover::before {
            width: 150%;
        }*/
    }

main {
    margin-top: 110px;
    border-bottom: 5px solid #009BDE;
}

.mob-view {
    display: none;
}

.banner {
    width: 100%;
    min-height: 345px;
    background-color: #9ACAEB;
    position: relative;
    overflow: hidden;
}

.gate-pass-selection {
    width: 100%;
    background-size: cover;
    height: 345px;
    background-color: #9ACAEB;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .gate-pass-selection .left-top {
        background-color: #EE7523;
        opacity: 1;
        -webkit-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        -moz-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
    }

.vessel-berthing-selection {
    width: 100%;
    background-size: cover;
    height: 345px;
    background-color: #9ACAEB;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .vessel-berthing-selection .left-top {
        background-color: #EE7523;
        opacity: 1;
        -webkit-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        -moz-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
    }

.news-block {
    position: absolute;
    width: 300px;
    height: 350px;
    top: 50%;
    right: 105px;
    margin-top: -175px;
    overflow: hidden;
}

    .news-block .left-top {
        clip-path: none;
        -webkit-clip-path: none;
        -moz-clip-path: none;
        background-color: #9ACAEB;
    }

    .news-block .right-bottom {
        clip-path: none;
        -webkit-clip-path: none;
        -moz-clip-path: none;
        background-color: #009BDE;
        transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        -moz-transform: skewY(-30deg);
        right: auto;
        bottom: 50%;
        left: -50px;
    }

.news-block__main {
    background-color: #FFFFFF;
    width: 240px;
    padding: 15px;
    height: calc(100% - 60px);
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 30px;
    overflow: hidden;
}

    .news-block__main > h5 {
        margin: 0 0 10px 0;
        color: #002E6D;
    }

.left-top {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #009BDE;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 60%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 60%);
    -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 60%);
    z-index: 10;
}

.right-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002E6D;
    -webkit-clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 70%, 100% 40%, 100% 100%, 0% 100%);
    z-index: 10;
}

.wrap {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .wrap.wrap-position {
        position: relative;
        background-color: #fff;
        top: -40px;
        z-index: 1;
        padding-top: 40px;
    }

.content-block {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #777777;
}

    .content-block.content-gate-block {
        padding-bottom: 0px;
        margin-bottom: 98px;
        border-bottom: none;
    }

.col .content-block:last-child,
.col .content-block:only-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* .hajt-right-panel {
    .card {
        background-color: #f2f2f2;
        border-radius: 0;
        border: none;
        overflow: hidden;
        .card-body {
            padding: 2rem;
            position: relative;
            z-index: 5;
        }
        .card-text {
            ul {
                list-style-type: none;
                padding-left: 0;
                margin: 0;
                li {
                    font-size: @font-size-xs-small;
                    line-height: 2;
                    a {
                        color: @primary-sea-blue;
                        text-decoration: none;
                        &:hover {
                            color: @primary-white;
                        }
                    }
                }
            }
        }
    }
    .right-bottom {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: @primary-sky-blue;
        opacity: 1.0;
        z-index: 2;
        -webkit-clip-path: polygon(0 -60%, 100% 50%, 100% 100%, 0 100%);
        clip-path: polygon(0 -60%, 100% 50%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 -60%, 100% 50%, 100% 100%, 0 100%);
    }
    .left-top {
        position: absolute;
        width: 100%;
        height: 100%;
        left: -45px;
        background-color: @secondary-aqua-green;
        opacity: 1.0;
        z-index: 3;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 120%, 0% 30%);
        clip-path: polygon(0 0%, 100% 0, 100% 120%, 0% 30%);
        -moz-clip-path: polygon(0 0%, 100% 0, 100% 120%, 0% 30%);
    }
} */
.port-options ul {
    padding: 60px 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .port-options ul li {
        width: 140px;
        height: 140px;
        display: inline-block;
        vertical-align: top;
        margin-left: 25px;
    }

        .port-options ul li a {
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

            .port-options ul li a span {
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

        .port-options ul li.gatepass a {
            background: url('../../img/gatepass-icon-normal.png') no-repeat center 30%;
            background-color: #009BDE;
            border-color: #009BDE;
        }

            .port-options ul li.gatepass a:hover {
                background: url('../../img/gatepass-icon-hover.png') no-repeat center 30%;
            }

                .port-options ul li.gatepass a:hover span {
                    color: #009BDE;
                }

        .port-options ul li.tracking a {
            background: url('../../img/container-icon-normal.png') no-repeat center 30%;
            background-color: #9ACAEB;
            border-color: #9ACAEB;
        }

            .port-options ul li.tracking a:hover {
                background: url('../../img/container-icon-hover.png') no-repeat center 30%;
            }

                .port-options ul li.tracking a:hover span {
                    color: #9ACAEB;
                }

        .port-options ul li.berthing a {
            background: url('../../img/berthing-icon-normal.png') no-repeat center 30%;
            background-color: #002E6D;
            border-color: #002E6D;
        }

            .port-options ul li.berthing a:hover {
                background: url('../../img/berthing-icon-hover.png') no-repeat center 30%;
            }

                .port-options ul li.berthing a:hover span {
                    color: #002E6D;
                }

        .port-options ul li a {
            height: 100%;
            display: block;
            position: relative;
            border-width: 3px;
            border-style: solid;
            border-color: transparent;
        }

            .port-options ul li a:hover {
                background-color: #FFFFFF;
            }

            .port-options ul li a span {
                width: 100%;
                display: block;
                position: absolute;
                bottom: 15px;
                left: 0;
                color: #FFFFFF;
                text-transform: uppercase;
                font-size: 13px;
            }

.list {
    width: 100%;
    display: block;
}

    .list ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .list ul li {
            padding-left: 0 !important;
            padding-right: 0 !important;
            position: relative;
        }

            .list ul li a {
                display: block;
                overflow: hidden;
                background-color: #000;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

                .list ul li a img {
                    height: 100%;
                    opacity: 0.5;
                    -webkit-transition: all 0.4s;
                    transition: all 0.4s;
                }

                .list ul li a:hover img {
                    opacity: 1.0;
                }

            .list ul li .play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
            }

    .list .view-all a {
        padding: 0;
        text-decoration: none;
        color: #FFFFFF;
        text-transform: uppercase;
        background: url('../../img/right-arrow.png') no-repeat 90% center;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .list .view-all a span {
            position: absolute;
            top: 50%;
            left: 25px;
            transform: translateY(-50%);
        }

    .list.image .view-all {
        position: relative;
        background-color: #002E6D;
    }

        .list.image .view-all a:hover {
            background-color: #002353;
            -webkit-box-shadow: inset 0 0 0px 3px #002E6D;
            -moz-box-shadow: inset 0 0 0px 3px #002E6D;
            box-shadow: inset 0 0 0px 3px #002E6D;
        }

    .list.video .view-all {
        position: relative;
        background-color: #009BDE;
    }

        .list.video .view-all a:hover {
            background-color: #0089c5;
            -webkit-box-shadow: inset 0 0 0px 3px #009BDE;
            -moz-box-shadow: inset 0 0 0px 3px #009BDE;
            box-shadow: inset 0 0 0px 3px #009BDE;
        }

.news-slide p {
    font-size: 13px;
}

.slide__overlay .right-bottom {
    width: 500px;
    top: -650px;
    height: 250%;
    background-color: #ffc627;
    -webkit-clip-path: polygon(0 60%, 100% 52%, 100% 68%, 0 77%);
    clip-path: polygon(0 60%, 100% 52%, 100% 68%, 0 77%);
    -moz-clip-path: polygon(0 60%, 100% 52%, 100% 68%, 0 77%);
    z-index: 60;
    opacity: 1.0;
}

.slide__overlay .left-top {
    width: 580px;
    top: -770px;
    height: 250%;
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 68%, 0 77%);
    clip-path: polygon(0 40%, 100% 40%, 100% 68%, 0 77%);
    -moz-clip-path: polygon(0 40%, 100% 40%, 100% 68%, 0 77%);
    z-index: 50;
    opacity: 1.0;
}

.slide__text .slide__text-desc {
    font-size: 24px;
    text-transform: uppercase;
    color: #002E6D;
}

.gate-pass-inner-title {
    position: absolute;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    font-size: 24px;
    padding: 0;
    text-align: right;
    top: 36px;
    right: 44px;
    z-index: 10;
}

.content-gate {
    padding: 0px 30px;
}

.gate-pass-clip-left {
    width: 160px;
    height: 194px;
}

.hajit-gate-pass-left {
    border-right: 1px solid #777777;
}

    .hajit-gate-pass-left .right-bottom {
        opacity: 1;
        background-color: #EE7523;
        -webkit-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
        clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
        margin-left: 40px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

.hajit-gate-pass-right .right-bottom {
    opacity: 1;
    background-color: #009BDE;
    -webkit-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    margin-left: 65px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.hajit-gate-pass-right .gate-pass-left-doc .gate-pass-list-view {
    padding-left: 10px;
}

.gate-select {
    width: 100%;
    display: block;
}

    .gate-select .heading-color {
        color: #009BDE;
    }

.gate-pass-visitor {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    font-size: 24px;
    padding: 0px 26px;
}

    .gate-pass-visitor span {
        font-weight: 400;
        font-size: 18px;
    }

.gate-pass-left-doc {
    display: inline-block;
    margin-left: 20px;
}

    .gate-pass-left-doc h5 {
        margin-bottom: 0px;
        color: #666666;
        padding-top: 10px;
        padding-bottom: 14px;
        display: block;
        font-weight: 400;
    }

.gate-pass-list-view {
    list-style-type: none;
    padding-left: 10px;
    display: inline-block;
    font-size: 15px;
}

    .gate-pass-list-view li {
        padding-bottom: 6px;
    }

        .gate-pass-list-view li a {
            text-decoration: underline;
        }

.toggled-div {
    display: none;
}

.show_block {
    list-style-type: none;
}

.gate-pass-upload-notifier.content-block.content-gate-block {
    margin-top: 46px;
}

.registration-user {
    min-height: 300px;
}

    .registration-user .border-left {
        border-left: 1px solid #666666;
    }

    .registration-user .border-right {
        border-right: 1px solid #666666;
    }

.user-registration-type-left .gate-pass-clip-left {
    width: 160px;
    height: 150px;
}

    .user-registration-type-left .gate-pass-clip-left .gate-pass-visitor {
        bottom: 15px;
        font-size: 18px;
        padding: 0 12px;
    }

.user-registration-type-left .right-bottom {
    position: relative;
    margin: 0 auto;
    opacity: 1;
    background-color: #EE7523;
    -webkit-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
}

.custom-radio {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
}

    .custom-radio::before {
        content: '';
        height: 30px;
        width: 30px;
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #666666;
    }

.registration-user-type {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    z-index: 2;
}

.mid-circle {
    height: 18px;
    width: 18px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #54BBAB;
    left: 20%;
    top: 20%;
    display: none;
}

.user-registration-type-middle .gate-pass-clip-left {
    width: 160px;
    height: 150px;
}

    .user-registration-type-middle .gate-pass-clip-left .gate-pass-visitor {
        bottom: 15px;
        font-size: 18px;
        padding: 0 12px;
    }

.user-registration-type-middle .right-bottom {
    position: relative;
    margin: 0 auto;
    opacity: 1;
    background-color: #009BDE;
    -webkit-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
}

.user-registration-type-right .gate-pass-clip-left {
    width: 160px;
    height: 150px;
}

    .user-registration-type-right .gate-pass-clip-left .gate-pass-visitor {
        bottom: 15px;
        font-size: 18px;
        padding: 0 12px;
    }

.user-registration-type-right .right-bottom {
    position: relative;
    margin: 0 auto;
    opacity: 1;
    background-color: #54BBAB;
    -webkit-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0 100%);
}

.registration-padding {
    padding: 0px 60px;
    margin-bottom: 40px;
}

.image-outer {
    border: 1px solid #666666;
    width: 188px;
    height: 220px;
    padding: 12px;
}

    .image-outer .image-inner {
        border: 1px solid #666666;
        width: 162px;
        height: 195px;
        overflow: hidden;
        position: relative;
    }

        .image-outer .image-inner #uploaded-image {
            max-height: 100%;
            max-width: 100%;
            position: relative;
        }

        .image-outer .image-inner #btn-upload {
            position: absolute;
            z-index: 2;
            opacity: 0;
            width: 44%;
            height: 30%;
            -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
            -moz-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            right: 0;
            bottom: 0;
        }

        .image-outer .image-inner .pic-uploader {
            position: absolute;
            right: 0;
            bottom: 0;
        }

.registration-form-heading {
    margin: 34px 0px;
}

    .registration-form-heading .heading-color {
        color: #009BDE;
    }

    .registration-form-heading .dubai-currency {
        display: none;
    }

.registration-form-input {
    margin-top: 46px;
}

    .registration-form-input .uploader-field {
        border-width: 1px;
        border-style: solid;
        border-color: #a9a9a9;
        border-image: initial;
        overflow: hidden;
    }

        .registration-form-input .uploader-field .input-field {
            padding-right: 45px;
        }

.form-input {
    margin-bottom: 10px;
}

    .form-input .input-field {
        padding: 12px;
        width: 100%;
        position: relative;
        border: 1px solid #a9a9a9;
    }

        .form-input .input-field::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-family: 'Montserrat', sans-serif;
            color: #777777;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

        .form-input .input-field::-moz-placeholder {
            /* Firefox 19+ */
            font-family: 'Montserrat', sans-serif;
            color: #777777;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

        .form-input .input-field::-ms-input-placeholder {
            /* IE 10+ */
            font-family: 'Montserrat', sans-serif;
            color: #777777;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

        .form-input .input-field::-moz-placeholder {
            /* Firefox 18- */
            font-family: 'Montserrat', sans-serif;
            color: #777777;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

        .form-input .input-field .placeholder {
            width: 100%;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-family: 'Montserrat', sans-serif;
            color: #777777;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

    .form-input .inputfile {
        position: absolute;
        height: 43px;
        width: 13%;
        z-index: 1;
        right: 14px;
        opacity: 0;
    }

    .form-input .license-uploader {
        position: absolute;
        right: 10px;
        bottom: 12px;
        height: 20px;
        width: auto;
    }

.btn-registration {
    /* text-align: right;
        margin: 40px 0px; */
}

    .btn-registration .message-btn-left {
        display: inline-block;
    }

    .btn-registration .message-btn-right {
        display: inline-block;
    }

.form-submit {
    margin-top: 20px;
}

.control-group {
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
}

    .control-group input[type="checkbox"] {
        z-index: 10;
        opacity: 0;
        height: 16px;
        right: 1px;
        width: 16px;
        top: 4px;
    }

        .control-group input[type="checkbox"] label {
            font-weight: 400;
        }

    .control-group [type="checkbox"]:checked,
    .control-group [type="checkbox"]:not(:checked) {
        position: absolute;
        margin: 0;
    }

        .control-group [type="checkbox"]:checked + label,
        .control-group [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-right: 25px;
            font-weight: 400;
        }

            .control-group [type="checkbox"]:not(:checked) + label::before,
            .control-group [type="checkbox"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                right: 0;
                top: 4px;
                width: 18px;
                height: 17px;
                border: 1px solid #777777;
                border-radius: 0;
            }

            .control-group [type="checkbox"]:checked + label::before {
                content: '';
                position: absolute;
                right: 0;
                top: 4px;
                width: 18px;
                height: 17px;
                border: 1px solid #777777;
                border-radius: 0;
            }

            .control-group [type="checkbox"]:checked + label::after,
            .control-group [type="checkbox"]:not(:checked) + label::after {
                content: '\2713';
                position: absolute;
                right: 3px;
                font-size: 13px;
                top: 2px;
                color: #2bb010;
                width: 18px;
                padding-left: 4px;
            }

            .control-group [type="checkbox"]:not(:checked) + label::after {
                opacity: 0;
                transform: scale(0);
            }

    .control-group [type="checkbox"]:disabled:checked + label::before,
    .control-group [type="checkbox"]:disabled:not(:checked) + label::before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
    }

    .control-group [type="checkbox"]:disabled:checked + label::after {
        color: #999;
    }

    .control-group [type="checkbox"]:disabled + label {
        color: #aaa;
    }

.td_control {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

    .td_control.form-downloads {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }

        .td_control.form-downloads label {
            padding-left: 55px !important;
            background: url('../../img/pdf-icon.png') 27px top no-repeat;
        }

h4 .td_control {
    display: block;
    border-bottom: 2px solid #ccc;
}

.gate-pass-no {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    color: #002E6D;
    font-weight: 500;
    position: relative;
    margin-top: 35px;
}

    .gate-pass-no .right-bottom {
        width: 54px;
        height: 100px;
        right: -7px;
        bottom: -6px;
        -webkit-clip-path: polygon(0 80%, 100% 50%, 100% 100%, 0 100%);
        clip-path: polygon(0 80%, 100% 50%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 80%, 100% 50%, 100% 100%, 0 100%);
        background-color: #FFC627;
        opacity: 1.0;
        z-index: -1;
    }

.form-input .input-group.date input[type=text] {
    border-radius: 0;
    border: 1px solid #a9a9a9;
    border-right: none;
    outline: none;
}

.document-upload {
    height: 90px;
    display: inline-block;
    position: relative;
    width: 19.50%;
}

    .document-upload h5 {
        color: #002E6D;
    }

    .document-upload span {
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        bottom: 08px;
    }

    .document-upload .left-top {
        width: 90%;
        -webkit-clip-path: polygon(0% 18%, 0% 100%, 5% 96%, 80% 16%);
        clip-path: polygon(0% 18%, 0% 100%, 5% 96%, 80% 16%);
        -moz-clip-path: polygon(0% 18%, 0% 100%, 5% 96%, 80% 16%);
    }

        .document-upload .left-top .output {
            left: -45px;
        }

    .document-upload .right-bottom {
        width: 90%;
        -webkit-clip-path: polygon(48% 68%, 100% 17%, 100% 100%, 17% 100%);
        clip-path: polygon(48% 68%, 100% 17%, 100% 100%, 17% 100%);
        -moz-clip-path: polygon(0% 18%, 0% 100%, 5% 96%, 80% 16%);
    }

        .document-upload .right-bottom .output {
            right: -50px;
            top: 24px;
        }

    .document-upload:nth-child(odd) .left-top,
    .document-upload:nth-child(odd) .right-bottom {
        background-color: #fce9d4;
    }

    .document-upload:nth-child(even) .left-top,
    .document-upload:nth-child(even) .right-bottom {
        background-color: #d5edfa;
    }

.datepicker-days {
    padding: 10px;
}

.table-condensed tbody tr td {
    padding: 3px;
    font-size: 12px;
}

.btn-primary.triangel-btn {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

    .btn-primary.triangel-btn:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1);
    }

.output {
    position: absolute;
    color: #777777;
    font-size: 14px;
}

.custom-modal .input-file-uploader input[type="file"] {
    display: none;
}

.custom-modal .modal-title {
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.custom-modal .modal-header {
    padding-top: 50px;
    display: block;
    margin: 0;
    border: none;
    position: relative;
}

    .custom-modal .modal-header .btn-close {
        font-size: 36px;
    }

    .custom-modal .modal-header .close {
        position: absolute;
        top: 0;
        right: 10px;
        margin-top: 0;
        text-align: right;
        outline: none;
    }

.custom-modal .modal-footer {
    border: none;
    margin: 0 auto;
}

    .custom-modal .modal-footer .more.btn-primary {
        background-color: #009BDE;
        margin-bottom: 22px;
        font-size: 15px;
        font-weight: 400;
    }

.custom-modal .modal-body {
    background: url('../../img/upload_icon.png') center center no-repeat;
}

.input-group-addon:last-child {
    background-color: transparent;
    border-color: #a9a9a9;
    border-radius: 0;
    border-left: 0;
}

.delete {
    position: absolute;
    top: 120px;
    left: 60%;
    transform: translateX(-100%);
    background: url('../../img/delete-icon.png') center center no-repeat;
    width: 26px;
    height: 29px;
    display: none;
}

.select-field {
    text-align: center;
    margin-top: 35px;
}

.control-group {
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
}

    .control-group input[type="radio"] {
        z-index: 10;
        opacity: 0;
        height: 17px;
        left: 38px;
        width: 17px;
        top: -36px;
        cursor: pointer;
    }

        .control-group input[type="radio"] label {
            font-weight: 400;
        }

    .control-group [type="radio"]:not(:checked),
    .control-group [type="radio"]:checked {
        position: relative;
        margin: 0px;
    }

        .control-group [type="radio"]:not(:checked) + label,
        .control-group [type="radio"]:checked + label {
            position: relative;
            padding-left: 5px;
            font-weight: 400;
            color: #444444;
        }

            .control-group [type="radio"]:not(:checked) + label::before,
            .control-group [type="radio"]:checked + label::before {
                content: '';
                position: absolute;
                left: 12px;
                top: -44px;
                width: 26px;
                height: 26px;
                border: 2px solid #838383;
                border-radius: 50%;
            }

            .control-group [type="radio"]:not(:checked) + label::after,
            .control-group [type="radio"]:checked + label::after {
                content: "\2022";
                position: absolute;
                left: 8.5px;
                margin-top: -48px;
                font-size: 6.0em;
                color: #2b9f99;
                padding-left: 4px;
                line-height: 18px;
            }

            .control-group [type="radio"]:not(:checked) + label::after {
                opacity: 0;
                transform: scale(0);
            }

.custom-modal-radio {
    text-align: center;
    margin-top: 75px;
}

    .custom-modal-radio .control-group {
        display: inline-block;
    }

.radio-modal-footer {
    margin-top: 18px;
}

.form-btn {
    text-align: right;
    padding-top: 25px;
    padding-right: 28px;
    /* .more {
        margin-right: 57px;
    } */
}

.user-reg {
    padding-bottom: 66px;
}

.news-image {
    width: 280px;
    max-width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .news-image .news-pic {
        width: 100%;
        height: auto;
    }

.quick-links {
    width: 305px;
    height: 45px;
    position: fixed;
    right: -226px;
    top: 60%;
    z-index: 110;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .quick-links.expand {
        right: 0;
    }

    .quick-links .quick-links__expander {
        width: 75px;
        height: 45px;
        position: relative;
        right: -4px;
        background-color: #EE7523;
        display: inline-block;
        vertical-align: top;
    }

        .quick-links .quick-links__expander a {
            display: block;
            height: 100%;
            position: relative;
            padding-right: 15px;
            padding-top: 5px;
            color: #FFFFFF;
            font-weight: 500;
            font-size: 13px;
            box-shadow: inset 20px 0 0 0 #9f470c;
        }

            .quick-links .quick-links__expander a::before {
                content: '';
                width: 20px;
                height: 45px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 110;
            }

            .quick-links .quick-links__expander a.closed::before {
                background: url('../../img/quick-access-closed.png') no-repeat 7px center;
            }

            .quick-links .quick-links__expander a.open::before {
                background: url('../../img/quick-access-opened.png') no-repeat 7px center;
            }

            .quick-links .quick-links__expander a span {
                display: block;
                text-transform: uppercase;
            }

    .quick-links .quick-links__expansion {
        width: 225px;
        height: 210px;
        background-color: #EE7523;
        display: inline-block;
        vertical-align: top;
    }

        .quick-links .quick-links__expansion ul {
            height: 100%;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: 4px;
        }

            .quick-links .quick-links__expansion ul li {
                width: 49%;
                height: 50%;
                padding: 2px;
                border: 1px solid #ce5d10;
                display: inline-block;
                vertical-align: top;
            }

                .quick-links .quick-links__expansion ul li a {
                    display: block;
                    height: 100%;
                    color: #FFFFFF;
                    font-weight: 500;
                    font-size: 13px;
                    text-transform: uppercase;
                    text-align: center;
                    -webkit-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .quick-links .quick-links__expansion ul li a:hover {
                        background-color: #FFC627;
                    }

                    .quick-links .quick-links__expansion ul li a span {
                        display: block;
                        min-height: 35px;
                        padding-top: 25px;
                    }

                        .quick-links .quick-links__expansion ul li a span.log-success {
                            padding-top: 0px;
                        }

                .quick-links .quick-links__expansion ul li:nth-child(odd) {
                    border-left: none;
                    border-top: none;
                }

                .quick-links .quick-links__expansion ul li:nth-child(even) {
                    border-right: none;
                    border-bottom: none;
                }

.lightbox {
    width: 100%;
}

.fade {
    opacity: 1.0;
}

.modal-backdrop.fade {
    opacity: 0.75;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
}

.doc-section .document-upload:last-of-type .right-bottom .triangel-btn,
.doc-section .document-upload:nth-last-of-type(2) .right-bottom .triangel-btn {
    display: none;
}

.registration-type {
    margin-bottom: 30px;
}

    .registration-type .td_control {
        position: relative;
    }

    .registration-type .control-group input[type=radio] {
        top: 2px;
    }

        .registration-type .control-group input[type=radio]:checked + label,
        .registration-type .control-group input[type=radio]:not(:checked) + label {
            padding-left: 10px;
        }

            .registration-type .control-group input[type=radio]:checked + label::before,
            .registration-type .control-group input[type=radio]:not(:checked) + label::before {
                left: -20.5px;
                top: -5px;
            }

            .registration-type .control-group input[type=radio]:checked + label::after,
            .registration-type .control-group input[type=radio]:not(:checked) + label::after {
                left: -24px;
                top: -9px;
                margin-top: 0;
            }

.company-profile-banner {
    width: 100%;
    background-size: cover;
    height: 345px;
    background-color: #9ACAEB;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .company-profile-banner .left-top {
        background-color: #EE7523;
        opacity: 1;
        -webkit-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        -moz-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
    }

.form-message {
    display: none;
}

.login-submit a,
.login-submit buttton {
    display: inline-block;
}

.login-submit a {
    font-size: 10px;
    padding: 5px;
    text-decoration: underline;
    text-transform: none;
    padding: 5px 16px 5px 5px;
}

    .login-submit a:hover {
        background-color: transparent;
    }

.captcha-code img {
    width: 100%;
    max-width: 240px;
}

.container-tracking-banner {
    width: 100%;
    background-size: cover;
    height: 345px;
    background-color: #9ACAEB;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .container-tracking-banner .left-top {
        background-color: #EE7523;
        opacity: 1;
        -webkit-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        -moz-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
    }

.container-search {
    margin-bottom: 82px;
}

    .container-search .input-container-id {
        width: 100%;
        padding: 10px;
        /* background: @footer-input-bg; */
        font-family: 'Montserrat', sans-serif;
        color: #777777;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

.container-table {
    margin-bottom: 100px;
}

    .container-table .container-table-heading {
        font-family: 'Montserrat', sans-serif;
        color: #002e6d;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        text-transform: capitalize;
    }

    .container-table table {
        width: 100%;
    }

        .container-table table thead {
            background: #002e6d;
            font-family: 'Montserrat', sans-serif;
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 600;
            line-height: 18px;
            text-transform: uppercase;
        }

            .container-table table thead tr td {
                padding: 14px 7px;
                border: 1px solid #FFFFFF;
            }

        .container-table table tbody tr:nth-child(odd) {
            background: #ccebf8;
        }

        .container-table table tbody tr:nth-child(even) {
            background: #7fcdee;
        }

        .container-table table tbody tr:not(:last-child) {
            border-bottom: 2px solid #FFFFFF;
        }

        .container-table table tbody tr td {
            padding: 14px 7px;
            text-transform: capitalize;
            font-family: 'Montserrat', sans-serif;
            color: #777777;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            border: 1px solid #FFFFFF;
        }

    .container-table .status-report {
        padding-top: 20px;
        font-family: 'Montserrat', sans-serif;
        color: #777777;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

.card-header {
    margin-top: 0;
}

    .card-header h4 {
        display: block;
        width: 100%;
    }

.card-body ul {
    list-style-position: inside;
    margin-top: 20px;
    margin-bottom: 0;
}

.reset .card {
    margin-bottom: 30px;
}

.container-type {
    margin: 60px 0px;
}

.container-data-table {
    width: 100% !important;
}

.paginate_button.current {
    background: #f4f4f4 !important;
    border: none !important;
}

    .paginate_button.current:hover {
        border: none !important;
    }

.container-data-table.import-table {
    margin-bottom: 40px;
}

.dataTables_paginate {
    margin: 5px 0px;
}

.vesselType {
    text-align: left;
}

    .vesselType label {
        margin-top: 10px;
        font-weight: 500;
    }

.dropdown-vessel .custom-select-box::before {
    background: #d5edfe url(../../img/down-arrow.png) 0 0 no-repeat;
}

.vessel-dropdown {
    border-radius: 0;
    background-color: #d5edfe;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .vessel-dropdown:focus {
        background-color: #d5edfe;
    }

.header-content {
    margin-bottom: 50px;
}

    .header-content h3 span {
        color: #0f99d6;
    }

.accordin-section {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 18px 20px;
    margin-top: 30px;
}

.accordion {
    color: #002E6D;
    transition: .4s;
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    left: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

    .accordion::before {
        content: '';
        background-image: url('../../img/minus.png');
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: -30px;
    }

    .accordion.active::before {
        content: '';
        background-image: url('../../img/plus.png');
        width: 16px;
        height: 16px;
        top: 0px;
    }

.accordion-block {
    margin-top: 12px;
}

    .accordion-block .form-input {
        margin-bottom: 10px;
    }

        .accordion-block .form-input input {
            padding: 12px;
            width: 100%;
            border: 1px solid #e5e5e5;
        }

.thruster-type p {
    font-weight: 400;
}

.default-dropdown {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-port .custom-select-box::before {
    background: url(../../img/down-arrow.png) 0 0 no-repeat;
}

.select-port .custom-select-box .default-dropdown {
    height: 44px !important;
}

.upload-section .document-upload {
    width: 100%;
}

    .upload-section .document-upload .doc-span {
        display: inline-block;
        width: 180px;
        height: 75px;
        bottom: 0;
        font-size: 13px;
    }

    .upload-section .document-upload .left-top {
        width: 60%;
    }

        .upload-section .document-upload .left-top .output {
            font-size: 13px;
            left: -36px;
        }

    .upload-section .document-upload .right-bottom {
        width: 60%;
        background-color: #ececec;
    }

        .upload-section .document-upload .right-bottom .triangel-btn {
            display: none;
        }

.ufv,
.gc,
.tanker,
.contner,
.st,
.ncv,
.mt5hgt,
.mt4hgt,
.mt3hgt,
.barges {
    display: none;
}

    .ufv .row .btn-select,
    .gc .row .btn-select,
    .tanker .row .btn-select,
    .contner .row .btn-select,
    .st .row .btn-select,
    .ncv .row .btn-select,
    .mt5hgt .row .btn-select,
    .mt4hgt .row .btn-select,
    .mt3hgt .row .btn-select,
    .barges .row .btn-select {
        min-height: 200px;
        position: relative;
    }

        .ufv .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .gc .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .tanker .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .contner .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .st .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .ncv .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .mt5hgt .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .mt4hgt .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .mt3hgt .row .btn-select:nth-child(even) .form-input .document-upload .left-top,
        .barges .row .btn-select:nth-child(even) .form-input .document-upload .left-top {
            background-color: #d5edfa;
        }

        .ufv .row .btn-select .delete,
        .gc .row .btn-select .delete,
        .tanker .row .btn-select .delete,
        .contner .row .btn-select .delete,
        .st .row .btn-select .delete,
        .ncv .row .btn-select .delete,
        .mt5hgt .row .btn-select .delete,
        .mt4hgt .row .btn-select .delete,
        .mt3hgt .row .btn-select .delete,
        .barges .row .btn-select .delete {
            left: 25%;
            transform: none;
            bottom: 20px;
            top: initial;
        }

.port-letter-radio {
    padding: 10px 0;
    margin: 0 15px;
}

.btn-all {
    padding-top: 70px;
}

    .btn-all button:nth-child(1) {
        margin-right: 50px;
    }

.select-value-null {
    display: none;
}

.tab-content .heading-color {
    color: #009BDE;
}

.tab-content .document-upload {
    width: 100%;
}

    .tab-content .document-upload .doc-span {
        font-size: 15px;
    }

    .tab-content .document-upload .left-top .output {
        left: -35px;
        font-family: 'Montserrat', sans-serif;
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .tab-content .document-upload .right-bottom {
        background: #ececec;
    }

        .tab-content .document-upload .right-bottom .triangel-btn {
            display: none;
        }

.tab-content .even-uploader .left-top {
    background: #d5edfa;
}

.tab-content .top-spacing {
    margin: 36px 0px;
}

    .tab-content .top-spacing .note {
        font-family: 'Montserrat', sans-serif;
        color: #666666;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
    }

.job-application-form {
    width: 100%;
    background-size: cover;
    height: 345px;
    background-color: #9ACAEB;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .job-application-form .left-top {
        background-color: #EE7523;
        opacity: 1;
        -webkit-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
        -moz-clip-path: polygon(100% 21%, 100% 0, 77% 0, 77% 57%);
    }

.tab-heading {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    color: #403f3f;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
}

.select-job-type {
    margin-bottom: 98px;
    text-align: center;
}

    .select-job-type > p {
        font-weight: 500;
    }

    .select-job-type .application-type {
        display: inline-block;
    }

        .select-job-type .application-type ul.nav {
            margin: 0px 20px;
            /* li.active{
                background: @active-tab;
            } */
        }

            .select-job-type .application-type ul.nav li {
                background-color: #009bde;
                background-position: center 30px;
                background-repeat: no-repeat;
                margin-right: 2px;
            }

                .select-job-type .application-type ul.nav li a {
                    display: block;
                    width: 240px;
                    height: 140px;
                    color: #FFFFFF;
                    text-transform: capitalize;
                    padding-top: 100px;
                }

                .select-job-type .application-type ul.nav li.grad {
                    background-image: url('../../img/grad-icon.png');
                }

                .select-job-type .application-type ul.nav li.student {
                    background-image: url('../../img/student-icon.png');
                }

                .select-job-type .application-type ul.nav li.prof {
                    background-image: url('../../img/prof-icon.png');
                }

.professional-form .custom-dropdown {
    position: relative;
}

    .professional-form .custom-dropdown::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 10px;
        top: 20px;
        right: 14px;
        background: url(../../img/down-arrow.png) 0 0 no-repeat;
        z-index: 1;
    }

    .professional-form .custom-dropdown .input-dropdown {
        outline: 0;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        display: block;
        width: 100%;
        height: calc(2.9rem);
        text-transform: capitalize;
        padding: 0.5rem 0.75rem;
        background-clip: padding-box;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        font-family: 'Montserrat', sans-serif;
        color: #777777;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
    }

        .professional-form .custom-dropdown .input-dropdown::-ms-expand {
            display: none;
        }

#professionals .document-uploader {
    margin-top: 30px;
}

#student-graduates .student-graduate-type {
    margin-top: 80px;
    margin-bottom: 32px;
}

    #student-graduates .student-graduate-type .type-of-application {
        margin: 0px 24px;
        display: inline;
    }

#student-graduates #graduate-form {
    display: none;
}

.type-of-application {
    margin: 0px 24px;
    display: inline;
}

.installDate {
    display: none;
}

.exp label {
    padding-left: 15px;
    line-height: 2.75;
    font-weight: 500;
}

#fof {
    display: block;
    width: 100%;
    margin: 100px 0;
    line-height: 1.6em;
    text-align: center;
}

    #fof .hgroup {
        text-transform: uppercase;
    }

        #fof .hgroup h1 {
            margin-bottom: 25px;
            font-size: 80px;
        }

            #fof .hgroup h1 span {
                display: inline-block;
                margin-left: 5px;
                padding: 2px;
                border: 1px solid #CCCCCC;
                overflow: hidden;
            }

                #fof .hgroup h1 span strong {
                    display: inline-block;
                    padding: 0 20px 20px;
                    border: 1px solid #CCCCCC;
                    font-weight: normal;
                }

        #fof .hgroup h2 {
            font-size: 60px;
        }

            #fof .hgroup h2 span {
                display: block;
                font-size: 30px;
            }

    #fof p {
        margin: 25px 0 0 0;
        padding: 0;
        font-size: 16px;
    }

        #fof p:first-child {
            margin-top: 0;
        }

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.login-error {
    position: fixed;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}

    .login-error .alert {
        display: none;
    }

.lightbox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .lightbox ul li {
        margin-bottom: 30px;
    }

        .lightbox ul li img {
            width: 100%;
        }

.content-gate h4 {
    margin-top: 0;
}

.content-gate .brief-news {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}

.ar {
    /* Container Tracking */
    /* Consigner Import */
    /* Consigner Export */
    /* others Import */
    /* others Export */
}

    .ar .list .view-all a {
        background: url(../../img/right-arrow.png) no-repeat 5% center;
    }

        .ar .list .view-all a span {
            position: absolute;
            top: 44%;
            right: 0px;
            left: auto;
            transform: translatex(-50%);
        }

    .ar .quick-links {
        right: auto;
        left: -227px;
        top: 18%;
    }

        .ar .quick-links .quick-links__expander {
            right: 3px;
            background-color: #54BBAB;
        }

            .ar .quick-links .quick-links__expander a {
                box-shadow: inset 20px 0 0 0 #3f9d8f;
            }

        .ar .quick-links .quick-links__expansion {
            background-color: #54BBAB;
        }

            .ar .quick-links .quick-links__expansion ul {
                padding-right: 0;
            }

                .ar .quick-links .quick-links__expansion ul li {
                    border: 1px solid #FFFFFF;
                }

                    .ar .quick-links .quick-links__expansion ul li a:hover {
                        background-color: #3f9d8f;
                    }

    .ar .expand {
        left: 0px;
    }

    .ar .date input.input-field {
        border-left: none !important;
        border-right: 1px solid #a9a9a9 !important;
    }

    .ar .date .input-group-addon {
        border-right: 0;
        border-left: 1px solid #a9a9a9;
    }

    .ar .registration-type .td_control .time-span {
        left: -67px;
    }

    .ar .accordion {
        right: 40px;
        left: auto;
    }

        .ar .accordion::before {
            top: 6px;
            left: auto;
            right: -35px;
        }

    .ar .upload-section .delete {
        left: 63% !important;
        bottom: 0px !important;
    }

    .ar .text-gap p {
        width: 100% !important;
    }

    .ar .list ul li a:hover img {
        opacity: 1;
    }

    .ar .video,
    .ar .image {
        padding: 0 !important;
    }

        .ar .video ul li,
        .ar .image ul li {
            padding-left: 0 !important;
            padding-right: 0 !important;
            position: relative;
            overflow: hidden;
            height: 250px !important;
            margin: 0 !important;
        }

            .ar .video ul li .vdo-gallery,
            .ar .image ul li .vdo-gallery {
                height: 100% !important;
                display: block;
                overflow: auto;
                background-color: #000;
                -webkit-transition: all .4s;
                transition: all .4s;
            }

                .ar .video ul li .vdo-gallery img,
                .ar .image ul li .vdo-gallery img {
                    height: 100% !important;
                    opacity: 0.5;
                    -webkit-transition: all .4s;
                    transition: all .4s;
                }

                .ar .video ul li .vdo-gallery .play-icon,
                .ar .image ul li .vdo-gallery .play-icon {
                    height: auto !important;
                    width: auto;
                    opacity: 1;
                }

    .ar #cboxClose {
        right: -50px;
    }

    .ar .view-all a {
        height: 100% !important;
    }

        .ar .view-all a:hover {
            height: 100%;
        }

        .ar .view-all a img {
            height: 100% !important;
        }

            .ar .view-all a img:hover {
                height: 100%;
            }

    .ar .image ul {
        padding-right: 0;
    }

        .ar .image ul li {
            height: 250px;
        }

            .ar .image ul li .img-gallery {
                height: 100%;
            }

    .ar #additional-menu {
        bottom: 0;
    }

    .ar .page-track {
        bottom: 0;
    }

    .ar .contact-us {
        margin-bottom: 30px !important;
    }

    .ar .custom-select-box::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 9px;
        top: 15px;
        left: 14px;
        right: auto;
        background: url(../../img/down-arrow.png) 0 0 no-repeat;
    }

    .ar .btn-registration {
        text-align: left;
        margin: 20px 0;
    }

        .ar .btn-registration .message-btn-left {
            display: inline-block;
        }

            .ar .btn-registration .message-btn-left input.gate-pass-submit {
                margin: 0;
            }

    .ar .image-outer {
        border: 1px solid #666666;
        width: 188px;
        height: 220px;
        padding: 12px;
    }

        .ar .image-outer .image-inner {
            border: 1px solid #666666;
            width: 162px;
            height: 195px;
            overflow: hidden;
            position: relative;
        }

            .ar .image-outer .image-inner .uploaded-image {
                height: 100%;
                width: 100%;
                max-height: 100%;
                max-width: 100%;
                position: relative;
            }

            .ar .image-outer .image-inner #btn-upload,
            .ar .image-outer .image-inner #btnUpload,
            .ar .image-outer .image-inner .btn-upload,
            .ar .image-outer .image-inner [id$=btnUpload] {
                position: absolute;
                z-index: 2;
                opacity: 0;
                width: 44%;
                height: 30%;
                -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
                clip-path: polygon(100% 0, 0 100%, 100% 100%);
                -moz-clip-path: polygon(100% 0, 0 100%, 100% 100%);
                right: 0;
                bottom: 0;
            }

            .ar .image-outer .image-inner .pic-uploader {
                position: absolute;
                right: 0;
                bottom: 0;
            }

    .ar .td_control {
        margin-left: 35px;
        margin-right: 0;
    }

    .ar .registration-type .control-group input[type=radio] {
        position: absolute;
        left: -16px;
        top: 0;
    }

    .ar .registration-type .control-group label::after {
        left: -26px !important;
    }

    .ar .port-options ul li {
        margin-left: 0;
    }

    .ar .search-field {
        display: none;
        position: fixed;
        /* right: 8%; */
        top: 15%;
        left: 8%;
    }

        .ar .search-field .search-input {
            width: auto;
        }

        .ar .search-field .search-submit {
            min-width: 50px;
            font-size: 25px;
            padding: 5px 10px;
            margin-right: -5px;
        }

    .ar .logo {
        background-color: transparent;
    }

        .ar .logo::before {
            content: none;
        }

    .ar .banner .slider-container__overlay .right-bottom {
        width: 470px;
        top: 62%;
        left: 0;
        height: 300px;
        background-color: #ffc627;
        -webkit-clip-path: none;
        clip-path: none;
        -moz-clip-path: none;
        transform: skewY(-30deg);
        z-index: 60;
        opacity: 1.0;
    }

    .ar .banner .slider-container__overlay .left-top {
        width: 580px;
        top: 0;
        left: 0;
        height: 500px;
        /* right: -80px; */
        -webkit-clip-path: none;
        clip-path: none;
        -moz-clip-path: none;
        -ms-transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg);
        z-index: 50;
        background-color: #009BDE;
    }

    .ar .hajt-right-panel .card.annoucement .card-header {
        background-color: #002E6D;
        color: #FFF;
    }

    .ar .card-body ul.card-text {
        margin-top: 0;
        list-style-type: none;
    }

        .ar .card-body ul.card-text li {
            margin-bottom: 10px;
        }

    .ar .hajt-right-panel .card {
        background-color: #9ACAEB;
        border-radius: 0;
        border: none;
        overflow: hidden;
    }

        .ar .hajt-right-panel .card .card-body {
            padding: 1.5rem;
            position: relative;
            z-index: 5;
        }

        .ar .hajt-right-panel .card .card-text ul {
            list-style-type: none;
            padding-left: 0;
            margin: 0;
        }

            .ar .hajt-right-panel .card .card-text ul li {
                font-size: 13px;
                line-height: 2;
            }

                .ar .hajt-right-panel .card .card-text ul li a {
                    color: #002E6D;
                    text-decoration: none;
                }

                    .ar .hajt-right-panel .card .card-text ul li a:hover {
                        color: #000;
                    }

    .ar .hajt-right-panel .right-bottom {
        position: absolute;
        width: 100%;
        height: 250px;
        background-color: #9ACAEB;
        opacity: 1.0;
        z-index: 2;
        /* -webkit-clip-path: polygon(0 -60%, 100% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 -60%, 100% 50%, 100% 100%, 0 100%);
            -moz-clip-path: polygon(0 -60%, 100% 50%, 100% 100%, 0 100%); */
        clip-path: none;
        -webkit-clip-path: none;
        -moz-clip-path: none;
        -ms-transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg);
        top: 20px;
    }

    .ar .hajt-right-panel .left-top {
        position: absolute;
        width: 100%;
        height: 400px;
        top: -245px;
        right: 65px;
        background-color: #009BDE;
        opacity: 1.0;
        z-index: 3;
        -webkit-clip-path: polygon(0 0%, 100% 0, 100% 120%, 0% 30%);
        clip-path: polygon(0 0%, 100% 0, 100% 120%, 0% 30%);
        -moz-clip-path: polygon(0 0%, 100% 0, 100% 120%, 0% 30%);
        clip-path: none;
        -webkit-clip-path: none;
        -moz-clip-path: none;
        -ms-transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg);
    }

    .ar .right-panel_bottom-panel .phone-number {
        margin-left: 10px;
    }

    .ar .login .login-username {
        margin: 0px 10px;
    }

    .ar .custom-cls span {
        display: block !important;
    }

    .ar .custom-cls .more {
        display: table-cell;
    }

    .ar .gallery ul {
        list-style-type: none;
        padding: 0;
    }

        .ar .gallery ul li {
            margin-bottom: 30px;
            overflow: hidden;
            position: relative;
        }

            .ar .gallery ul li a {
                display: block;
            }

                .ar .gallery ul li a img {
                    vertical-align: middle;
                    border-style: none;
                    height: auto;
                    width: 100%;
                }

    .ar .content-footer .footer-top .bg-contact-us .left-top {
        background-color: #2b9f99;
        opacity: 1;
        z-index: 0;
        width: 600px;
        right: 0;
        -ms-transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        transform: skewY(-30deg);
        clip-path: none;
        -webkit-clip-path: none;
    }

    .ar .annoucement .card-body.scrollable {
        max-height: 200px;
        overflow-y: auto;
    }

        .ar .annoucement .card-body.scrollable .card-text {
            padding: 0;
        }

    .ar .card-text ul {
        padding: 0;
    }

    .ar .select-port label {
        min-height: 43px;
    }

    .ar .select-port .date .datePicker {
        border: 1px solid #e5e5e5 !important;
    }

    .ar .content-copyright .terms-cond {
        display: inline;
    }

        .ar .content-copyright .terms-cond a {
            float: left;
            color: #002e6d;
        }

    .ar .quick-links .quick-links__expander a.closed::before {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .ar .overlay .navrow .navmenu-col .preview-map {
        left: 0;
    }

    .ar #protect {
        width: 120px;
        height: 32px;
        position: absolute;
    }

    .ar .profile-table {
        margin-top: 80px;
    }

        .ar .profile-table .tbl-gate-pass tr th {
            background: #0f99d6;
        }

            .ar .profile-table .tbl-gate-pass tr th .look-over {
                visibility: hidden;
            }

        .ar .profile-table .tbl-vessel-berthing tr th {
            background: #002e6d;
        }

        .ar .profile-table table {
            width: 100%;
            /* thead{
                th{       
                    padding: 4px 10px;               
                    .font_prop(@fontColor:@body-bg; @fontSize:@font-size-xs-small;@fontWeight:@font-weight-medium; @lineHeight:(@font-size-h2)-2;);
                    text-transform: uppercase;
                }
            } */
        }

            .ar .profile-table table tbody tr th {
                padding: 10px 10px;
                font-family: 'Montserrat', sans-serif;
                color: #fff;
                font-size: 13px;
                font-weight: 500;
                line-height: 1.42857143;
                text-transform: uppercase;
                border: none;
            }

            .ar .profile-table table tbody tr td {
                padding: 10px 10px;
                font-family: 'Montserrat', sans-serif;
                color: #777777;
                font-size: 13px;
                font-weight: 400;
                line-height: 1.42857143;
                border: none;
                border-bottom: 1px solid #e3e3e3;
                text-align: left;
            }

                .ar .profile-table table tbody tr td .look-over {
                    visibility: hidden;
                }

                .ar .profile-table table tbody tr td:only-child {
                    border-bottom: none;
                }

            .ar .profile-table table tbody tr:hover {
                background-color: #e7f6fb;
            }

                .ar .profile-table table tbody tr:hover .look-over {
                    visibility: visible;
                }

        .ar .profile-table .view-all {
            float: right;
            padding: 12px 0px;
            font-size: 12px;
        }

            .ar .profile-table .view-all:hover {
                color: #002e6d;
            }

    .ar .searchDash {
        min-width: 100% !important;
        margin: 0 !important;
        height: 45px;
        font-size: 32px !important;
        line-height: 0;
        padding-top: 0 !important;
    }

    .ar .tbl-gate-pass > tbody > tr:last-child table tr,
    .ar .tbl-vessel-berthing > tbody > tr:last-child table tr {
        text-align: right;
    }

    .ar .tbl-gate-pass > tbody > tr:last-child table td,
    .ar .tbl-vessel-berthing > tbody > tr:last-child table td {
        display: block;
        border: none;
        padding: 0;
        float: left;
    }

        .ar .tbl-gate-pass > tbody > tr:last-child table td span,
        .ar .tbl-vessel-berthing > tbody > tr:last-child table td span,
        .ar .tbl-gate-pass > tbody > tr:last-child table td a,
        .ar .tbl-vessel-berthing > tbody > tr:last-child table td a {
            padding: 5px 10px;
            border-radius: 3px;
            margin: 3px 5px;
        }

        .ar .tbl-gate-pass > tbody > tr:last-child table td span,
        .ar .tbl-vessel-berthing > tbody > tr:last-child table td span {
            color: #FFFFFF;
            background-color: #002E6D;
        }

        .ar .tbl-gate-pass > tbody > tr:last-child table td a,
        .ar .tbl-vessel-berthing > tbody > tr:last-child table td a {
            background-color: #cfebf7;
        }

    .ar .tbl-gate-pass > tbody .gridviewPager:hover,
    .ar .tbl-vessel-berthing > tbody .gridviewPager:hover {
        background-color: transparent;
    }

    .ar .tbl-container-tracking thead tr.thead th {
        padding: 10px;
    }

    .ar .tbl-container-tracking tbody .gridviewPager {
        background: none;
    }

        .ar .tbl-container-tracking tbody .gridviewPager table tbody {
            float: left;
        }

            .ar .tbl-container-tracking tbody .gridviewPager table tbody tr {
                background: none;
            }

                .ar .tbl-container-tracking tbody .gridviewPager table tbody tr td {
                    padding: 0;
                    border-bottom: none;
                }

    .ar .page-shipping-line2 .profile-table {
        margin-top: 0;
    }

    .ar .btn-all {
        text-align: left;
    }

    .ar .consignerImport .tbl-container-tracking thead tr.thead th:first-child {
        width: 6%;
    }

    .ar .consignerImport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .ar .consignerImport .tbl-container-tracking tbody tr td:first-child {
        width: 7.5%;
        text-align: center;
    }

    .ar .consignerImport .tbl-container-tracking tbody tr td:not(:first-child) {
        width: 23%;
    }

    .ar .consignerExport .tbl-container-tracking thead tr.thead th:first-child {
        width: 7%;
    }

    .ar .consignerExport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .ar .consignerExport .tbl-container-tracking tbody tr td:first-child {
        width: 9.5%;
    }

    .ar .consignerExport .tbl-container-tracking tbody tr td:not(:first-child) {
        width: 30%;
    }

    .ar .othersImport .tbl-container-tracking thead tr.thead th:first-child {
        width: 6%;
    }

    .ar .othersImport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .ar .othersImport .tbl-container-tracking tbody tr td:first-child {
        width: 6%;
    }

    .ar .othersImport .tbl-container-tracking tbody tr td:nth-child(2) {
        width: 19.5%;
    }

    .ar .othersImport .tbl-container-tracking tbody tr td:nth-child(3) {
        width: 19.5%;
    }

    .ar .othersImport .tbl-container-tracking tbody tr td:nth-child(4) {
        width: 20%;
    }

    .ar .othersImport .tbl-container-tracking tbody tr td:nth-child(5) {
        width: 19.5%;
    }

    .ar .othersImport .tbl-container-tracking tbody tr td:last-child {
        width: 14.5%;
    }

    .ar .othersExport .tbl-container-tracking thead tr.thead th:first-child {
        width: 6%;
    }

    .ar .othersExport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .ar .othersExport .tbl-container-tracking tbody tr td:first-child {
        width: 9.5%;
        text-align: center;
    }

    .ar .othersExport .tbl-container-tracking tbody tr td:not(:first-child) {
        width: 30%;
    }

    .ar .container-table .tbl-container-tracking tbody tr.gridviewPager > td {
        width: 100%;
    }

    .ar .container-table .tbl-container-tracking tbody tr.gridviewPager:hover {
        background: transparent;
    }

    .ar .profile-table .tbl-container-tracking tbody tr td {
        border-bottom: none;
    }

    .ar .searchResult tbody tr {
        margin-bottom: 10px;
        border: none;
    }

        .ar .searchResult tbody tr td {
            padding: 15px 0;
            border-bottom: none;
        }

    .ar .gridviewPager td table tbody tr td {
        float: right !important;
    }

.content-footer {
    width: 100%;
}

.bg-contact-us {
    background: url('../../img/map-footer.png') 0 0 no-repeat;
    background-blend-mode: luminosity;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-color: #b6e4ff;
    position: relative;
    overflow: hidden;
}

    .bg-contact-us .left-top {
        background-color: #2b9f99;
        clip-path: polygon(44% 100%, 91.2% 100%, 100% 65.5%, 100% -60%);
        -webkit-clip-path: polygon(44% 100%, 91.2% 100%, 100% 65.5%, 100% -60%);
        -moz-clip-path: polygon(44% 100%, 91.2% 100%, 100% 65.5%, 100% -60%);
        opacity: 1;
        z-index: 0;
    }

.contact-us {
    border-bottom: 1px solid #777777;
    padding-top: 50px;
}

.email-info {
    width: 100%;
}

.footer-up {
    padding-bottom: 30px;
    overflow: hidden;
}

.footer-bottom {
    padding-top: 100px;
    padding-bottom: 15px;
}

.submit-contact
{
    margin-top:10px;
}
.footer-first-block ul {
    list-style-type: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
}

    .footer-first-block ul li {
        padding-bottom: 20px;
    }

        .footer-first-block ul li a {
            color: #000;
        }

.down {
    padding-left: 10px;
}

.footer-rest-block ul {
    list-style-type: none;
    font-size: 13px;
    padding-left: 0px;
}

    .footer-rest-block ul li:first-child {
        padding-bottom: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
    }

    .footer-rest-block ul li {
        padding-bottom: 15px;
    }

        .footer-rest-block ul li a {
            color: #000;
        }

.social-media {
    text-align: right;
    padding-top: 50px;
}

    .social-media a:hover {
        opacity: 0.5;
    }

.bg-footer-bottom {
    border-bottom: 1px solid #777777;
    padding-bottom: 16px;
}

.content-copyright {
    padding-top: 15px;
}

    .content-copyright p {
        display: inline-block;
        width: auto;
        color: #002E6D;
    }

.message-form {
    margin-top: 26px;
    /* select.footer-box{
        color: @footer-input;
        option:not(:first-child){
            color: @text-color-darker;
        }
    } */
}

    .message-form .message-btn {
        text-align: right;
    }

    .message-form .footer-box {
        background-color: #95cfcc;
        border-radius: 0;
        outline: none;
        font-weight: 400;
        color: #444444;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .message-form input.footer-box::placeholder,
    .message-form textarea.footer-box::placeholder {
        color: #444444;
    }

.no-pad {
    padding: 0px;
}

.contact-details h4 {
    font-size: 24px;
    font-weight: 700;
    color: #002E6D;
    text-transform: uppercase;
    margin-top: 32px;
}

.contact-details p span {
    color: #002E6D;
}

.terms {
    text-align: right;
}

    .terms a {
        color: #002E6D;
    }

.custom-select-box {
    overflow: hidden;
    position: relative;
}

    .custom-select-box::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 9px;
        top: 15px;
        right: 14px;
        background: #95cfcc url(../../img/down-arrow.png) 0 0 no-repeat;
    }

#ConplaceHolderMain {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-top: 111px;
    width: 100%;
}

.ms-wikicontent.ms-rtestate-field {
    padding-right: 0 !important;
}

.form-control {
    padding: 0.5rem 0.75rem !important;
    background-color: #FFFFFF !important;
    border-radius: 0 !important;
}

select.form-control:not([size]):not([multiple]) {
    width: 110% !important;
    max-width: 120% !important;
    height: 46px !important;
    border: 1px solid #a9a9a9;
}

.card-header {
    width: 100%;
}

.dropdown-vessel .form-control.vessel-dropdown {
    background-color: #d5edfe !important;
}

.ms-rte-layoutszone-inner,
.ms-webpartzone-cell {
    margin: 0 !important;
}

.datepicker td.active.active {
    color: #000 !important;
    background: transparent !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
    background-image: none;
    color: #000000;
}

.ms-rte-embedil {
    display: block !important;
}

.ms-signInLink {
    position: absolute;
    display: none !important;
}

#error-msg {
    margin-bottom: 2px;
}

.alert-dismissible .close {
    min-width: 10px !important;
}

select.form-control:not([size]):not([multiple]) {
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.phone-number span {
    font-size: 24px;
}

.registration-type .td_control label:after {
    padding: 0px 3px;
}

.company-profile-banner .left-top,
.container-tracking-banner .left-top,
.gate-pass-selection .left-top,
.job-application-form .left-top,
.vessel-berthing-selection .left-top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 340px 0 0;
    border-color: #EE7523 transparent transparent transparent;
    -webkit-clip-path: none;
    clip-path: none;
    -moz-clip-path: none;
    background-color: transparent;
    top: 0;
    right: -50px;
}

.company-profile-banner .gate-pass-inner-title,
.container-tracking-banner .gate-pass-inner-title,
.gate-pass-selection .gate-pass-inner-title,
.job-application-form .gate-pass-inner-title,
.vessel-berthing-selection .gate-pass-inner-title {
    right: 100px;
    text-align: right;
}

.hajt-right-panel .card {
    background-color: #fff;
}

.more.btn-sky:hover {
    background-color: #0077ab;
}

.more.btn-primary:hover {
    background-color: #00183a;
}

.delete .single_btn,
.delete .delete_btn,
.delete .delete_fd2_btn,
.delete .delete_fd3_btn {
    min-width: 0;
}

    .delete .single_btn:focus,
    .delete .delete_btn:focus,
    .delete .delete_fd2_btn:focus,
    .delete .delete_fd3_btn:focus {
        box-shadow: none;
    }

.modal-content .modal-header {
    text-align: center;
}

.modal-map .modal-header {
    display: inline-block;
}

    .modal-map .modal-header .close {
        min-width: 20px;
        outline: none;
    }

.gridviewPager table td > span {
    padding: 5px 10px;
    display: block;
    background-color: #002E6D;
    color: #FFFFFF;
    margin: 10px 5px;
    border-radius: 5px;
}

.gridviewPager table td > a {
    padding: 5px 10px;
    display: block;
    background-color: #cfebf7;
    border-radius: 5px;
    margin: 10px 5px;
}

.gridviewPager,
.gridviewPager td {
    width: auto !important;
    text-align: right;
    border: none;
}

    .gridviewPager table tbody {
        float: right;
    }

.custom-modal .modal-footer {
    display: inline-block;
    text-align: center;
    max-width: 40%;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1300;
    background-color: rgba(255, 255, 255, 0.25);
}

    .loader > img {
        width: 60px;
        height: 64px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.ar .tbl-gate-pass > tbody > tr:last-child td:only-child tr:hover,
.ar .tbl-vessel-berthing > tbody > tr:last-child td:only-child tr:hover {
    background-color: transparent;
}

.ar .tbl-gate-pass > tbody > tr:last-child table tr,
.ar .tbl-vessel-berthing > tbody > tr:last-child table tr {
    text-align: right;
}

.noScroll {
    overflow: hidden !important;
}

.error-text {
    margin-right: 20px;
}

#cboxPrevious:focus,
#cboxNext:focus,
#cboxClose:focus {
    outline: none;
}

.LTStartDate,
.LTEnddate,
.LTVisa {
    display: none;
}

#s4-bodyContainer {
    overflow-x: hidden;
}

.tab-content .document-uploader .row .btn-select:first-child .document-upload .right-bottom {
    background-color: #fce9d4;
}

.tab-content .document-uploader .row .btn-select:last-child .document-upload .right-bottom {
    background-color: #d5edfa;
}

#weather .loc {
    text-align: left !important;
}

.top-panel .left-specing {
    padding-left: 0;
}

#ConplaceHolderMain {
    display: block;
}

    #ConplaceHolderMain #DeltaPlaceHolderMain {
        display: block;
    }

        #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField {
            display: block;
        }

            #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent {
                display: block;
            }

                #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable {
                    display: block;
                }

                    #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody {
                        display: block;
                    }

                        #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr {
                            display: block;
                        }

                            #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td {
                                display: inline-block;
                                border-top: none;
                                border-left: none;
                                border-right: none;
                            }

                                #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer {
                                    display: block;
                                }

                                    #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer .ms-rte-layoutszone-inner {
                                        display: block;
                                    }

                                        #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer .ms-rte-layoutszone-inner .ms-rtestate-read {
                                            display: block;
                                        }

                                            #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer .ms-rte-layoutszone-inner .ms-rtestate-read .ms-webpart-cell-vertical {
                                                display: block;
                                            }

                                                #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer .ms-rte-layoutszone-inner .ms-rtestate-read .ms-webpart-cell-vertical .ms-webpart-chrome-vertical {
                                                    display: block;
                                                }

                                                    #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer .ms-rte-layoutszone-inner .ms-rtestate-read .ms-webpart-cell-vertical .ms-webpart-chrome-vertical .ms-wpContentDivSpace {
                                                        display: block;
                                                    }

                                                        #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .ms-rte-layoutszone-outer .ms-rte-layoutszone-inner .ms-rtestate-read .ms-webpart-cell-vertical .ms-webpart-chrome-vertical .ms-wpContentDivSpace .ms-rte-embedil {
                                                            display: block;
                                                        }

                                #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .wrap-position .content-gate .container-data-table tbody tr td {
                                    display: block;
                                }

                                #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .wrap-position .content-gate .container-data-table tbody .gridviewPager td table tbody tr td {
                                    display: inline-block;
                                }

.ar .custom-modal-radio .front-btn {
    width: 40px;
    height: 40px;
    left: -42px;
    top: -43px;
}

.ar .custom-modal-radio .both-btn {
    height: 40px;
    width: 40px;
    left: -90px;
    top: -43px;
}

.ar .custom-modal-radio .back-btn {
    height: 40px;
    width: 40px;
    left: -70px;
    top: -43px;
}

.ar .custom-modal-radio label {
    margin-left: 30px;
}

    .ar .custom-modal-radio label::before {
        left: 14px !important;
    }

.banner .slider-container .slider .flexslider {
    border: none;
}

#errorDiv {
    outline: none;
}
/* Browser Hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here    
    .left-top, .right-bottom {
        display: none;
    } */
    .ar .delete {
        left: 64%;
    }

    .ar .professional-form .delete {
        left: 58%;
    }

    .slide__text-heading,
    .slide__text-desc {
        text-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.75);
        -webkit-text-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.75);
    }

    .document-upload .left-top {
        /* width: 0;
                height: 0;
                border-style: solid;
                border-width: 90px 150px 0 0;
                border-color: @primary-sky-blue transparent transparent transparent;
                background-color: transparent; */
        -webkit-clip-path: none;
        clip-path: none;
        -moz-clip-path: none;
        width: 38% !important;
    }

    .document-upload .right-bottom {
        /* width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 90px 150px;
                border-color: transparent transparent @primary-sea-blue transparent;
                background-color: transparent; */
        -webkit-clip-path: none;
        clip-path: none;
        -moz-clip-path: none;
        width: 38% !important;
        top: 20px;
        right: 90px;
    }

    .triangel-btn.btn-primary {
        min-width: 100%;
        text-align: center;
    }

    .document-upload .right-bottom .output {
        top: -8px;
    }

    .form-input .date .hasDatepicker {
        width: 85%;
    }

    .professional-form .document-uploader .document-upload .left-top .triangel-btn .output {
        left: 5px;
    }

    .professional-form .document-upload .left-top {
        width: 45% !important;
    }

    .tab-content .document-uploader .row :last-child.btn-select .document-upload .right-bottom {
        background-color: #d5edfa;
        width: 45% !important;
    }

    .tab-content .document-uploader .row :first-child.btn-select .document-upload .right-bottom {
        background-color: #fce9d4;
        width: 45% !important;
    }

    .upload-section .document-upload .left-top {
        top: 80%;
        left: 70%;
    }

        .upload-section .document-upload .left-top .output {
            left: 0;
        }

    .upload-section .document-upload .right-bottom {
        top: 80%;
        right: 40%;
    }

    .accordion-block .delete {
        top: 84%;
        right: 30%;
    }

    .custom-modal .modal-footer {
        width: 20%;
    }

    .top-panel .left-specing {
        padding-left: 15px;
    }

    .ar .quick-links {
        top: 15%;
    }

    select::-ms-expand {
        display: none;
    }

    .gate-pass-selection,
    .job-application-form,
    .company-profile-banner,
    .vessel-berthing-selection,
    .container-tracking-banner {
        height: 430px;
    }

    #ConplaceHolderMain #DeltaPlaceHolderMain #ctl00_PlaceHolderMain_WikiField .ms-wikicontent #layoutsTable tbody tr td .wrap-position .content-gate .container-data-table tbody tr:not(:last-child) td {
        border-bottom: 1px solid #666666;
    }
    /* Container Tracking */
    /* Consigner Import */
    .consignerImport .tbl-container-tracking thead tr.thead th:first-child {
        width: 6%;
    }

    .consignerImport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .consignerImport .tbl-container-tracking tbody tr td:first-child {
        width: 7.5%;
        text-align: center;
    }

    .consignerImport .tbl-container-tracking tbody tr td:not(:first-child) {
        width: 23%;
    }
    /* Consigner Export */
    .consignerExport .tbl-container-tracking thead tr.thead th:first-child {
        width: 7%;
    }

    .consignerExport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .consignerExport .tbl-container-tracking tbody tr td:first-child {
        width: 9.5%;
    }

    .consignerExport .tbl-container-tracking tbody tr td:not(:first-child) {
        width: 30%;
    }
    /* others Import */
    .othersImport .tbl-container-tracking thead tr.thead th:first-child {
        width: 6%;
    }

    .othersImport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .othersImport .tbl-container-tracking tbody tr td:first-child {
        width: 6%;
    }

    .othersImport .tbl-container-tracking tbody tr td:nth-child(2) {
        width: 19.5%;
    }

    .othersImport .tbl-container-tracking tbody tr td:nth-child(3) {
        width: 19.5%;
    }

    .othersImport .tbl-container-tracking tbody tr td:nth-child(4) {
        width: 20%;
    }

    .othersImport .tbl-container-tracking tbody tr td:nth-child(5) {
        width: 19.5%;
    }

    .othersImport .tbl-container-tracking tbody tr td:last-child {
        width: 14.5%;
    }
    /* others Export */
    .othersExport .tbl-container-tracking thead tr.thead th:first-child {
        width: 6%;
    }

    .othersExport .tbl-container-tracking thead tr.thead th:not(:first-child) {
        width: 20%;
    }

    .othersExport .tbl-container-tracking tbody tr td:first-child {
        width: 9.5%;
        text-align: center;
    }

    .othersExport .tbl-container-tracking tbody tr td:not(:first-child) {
        width: 30%;
    }

    .container-table .tbl-container-tracking tbody tr.gridviewPager > td {
        width: 100%;
    }

    .container-table .tbl-container-tracking tbody tr.gridviewPager:hover {
        background: transparent;
    }

    .profile-table .tbl-container-tracking tbody tr td {
        border-bottom: none;
    }

    .ar .custom-modal-radio .front-btn {
        width: 40px;
        height: 40px;
        left: -42px;
        top: -43px;
    }

    .ar .custom-modal-radio .both-btn {
        height: 40px;
        width: 40px;
        left: -90px;
        top: -43px;
    }

    .ar .custom-modal-radio .back-btn {
        height: 40px;
        width: 40px;
        left: -70px;
        top: -43px;
    }

    .ar .custom-modal-radio label {
        margin-left: 30px;
    }

        .ar .custom-modal-radio label::before {
            left: 14px !important;
        }

    .ar .control-group [type='radio']:not(:checked) + label,
    .ar .control-group [type='radio']:checked + label {
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
    .document-upload .left-top .output {
        left: 0;
    }

    .document-upload .right-bottom .output {
        right: 0;
    }
}

@media (max-width: 767px) {
    .wrap {
        padding: 30px 0 0;
    }

    main {
        margin-top: 0;
    }

    .lightbox {
        display: none;
    }

    .mob-view {
        display: block;
    }

    .logo {
        width: 100%;
        height: auto;
    }

        .logo a {
            padding: 15px;
            text-align: center;
        }

        .logo::after {
            display: none;
        }

    .port-options ul li {
        width: 32%;
    }

    .gallery-image,
    .gallery-video {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

        .gallery-image a,
        .gallery-video a {
            color: #FFFFFF;
        }

    .gallery-image {
        background-color: #009BDE;
    }

    .gallery-video {
        background-color: #002E6D;
    }

    .hajt-right-panel {
        margin-top: 30px;
    }

    .col .content-block {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .col .content-block:only-child {
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

    .loc-temp {
        height: auto;
        margin-left: 0;
        border-left: none;
    }

    .right-panel_bottom-panel {
        margin-top: 20px;
    }

    .slider-container {
        display: none;
    }

    .mob.fixed {
        position: relative;
    }

    .ar .banner .slider-container__overlay {
        display: none;
    }

    .ar .banner .news-block {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 0;
        margin-right: 0;
        margin: 0 auto;
    }

        .ar .banner .news-block .news-block__main {
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            top: 20px;
            bottom: 20px;
            left: 20px;
            right: 20px;
        }

        .ar .banner .news-block .left-top,
        .ar .banner .news-block .right-bottom {
            display: none;
        }

    .ar .vesselType {
        text-align: right;
    }

    .overlay {
        top: 0;
        height: 100%;
        overflow: auto;
    }

        .overlay.open {
            padding: 30px;
            top: 54px;
            height: auto;
            overflow: auto;
            position: absolute;
        }

    .right-panel {
        display: block;
    }

    .phone-number {
        float: left;
    }

    .bg-contact-us {
        background-image: none;
    }

        .bg-contact-us .left-top {
            display: none;
        }

    .gate-pass-selection .left-top {
        display: none;
    }

    .gate-pass-inner-title {
        position: relative;
        top: initial;
        top: 60%;
        right: 0;
        padding: 15px;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    }

    .gate-pass-left-doc {
        margin-left: 0;
        text-align: center;
        display: block;
    }

    .hajit-gate-pass-right .right-bottom {
        position: relative;
        display: inline-block;
        left: 50%;
        margin-left: -80px;
    }

    .hajit-gate-pass-right .gate-pass-left-doc {
        display: block;
    }

    .hajit-gate-pass-left {
        border-right: 0;
    }

        .hajit-gate-pass-left .right-bottom {
            left: 50%;
            margin-left: -80px;
        }

    .quick-links {
        display: none;
    }

    .document-upload {
        width: 49.50%;
        margin-bottom: 90px;
    }

    .form-btn {
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: left;
    }

    .user-reg {
        padding-bottom: 0px;
    }

    .delete {
        position: absolute;
    }

    .registration-padding {
        padding: 0px;
    }

    .registration-user .border-left {
        border-left: none;
    }

    .registration-user .border-right {
        border-right: none;
    }

    .overlay .navrow .navmenu-col:first-child ul li#show-map:hover .preview-map {
        display: none;
    }

    .user-registration-form .registration-form-input .form-input .inputfile {
        width: 22%;
    }

    .registration-type .td_control {
        font-size: 13px;
    }

        .registration-type .td_control label {
            margin-bottom: 15px;
        }

    .registration-type .control-group input[type=radio]:checked + label::after,
    .registration-type .control-group input[type=radio]:not(:checked) + label::after {
        left: -21px;
        top: -7px;
    }

    .btn-registration {
        margin: 20px auto;
    }

        .btn-registration .message-btn-left {
            margin-right: 20px;
        }

    .ham-bg {
        width: 100%;
    }

    .select-job-type .application-type ul.nav li:nth-child(n) {
        margin: 4px auto;
        width: 100%;
        height: 100%;
    }

    .banner .left-top {
        display: none;
    }

    .search .search-field {
        position: absolute;
        width: 300px;
        right: 0px;
        top: 50px;
        z-index: 999;
        display: none;
    }

    .search {
        float: right;
    }

    .news-image {
        width: auto;
    }

    .gallery ul li a img {
        width: 100%;
    }

    .video-js {
        width: 250px;
        height: 100%;
    }

    .select-job-type .application-type ul.nav li a {
        width: auto;
    }

    .modal-dialog {
        width: 75%;
        margin: 0 auto;
    }

    .modal-open .modal {
        overflow: auto;
    }

    .container-fluid .row {
        padding-top: 0px !important;
    }

    #layoutsTable {
        display: block;
    }

        #layoutsTable > tbody {
            display: block;
        }

            #layoutsTable > tbody > tr,
            #layoutsTable > tbody > tr > td,
            #layoutsTable > tbody .ms-rte-layoutszone-outer,
            #layoutsTable > tbody .ms-rtestate-read,
            #layoutsTable > tbody .s4-wpcell-plain,
            #layoutsTable > tbody .s4-wpcell-plain > div {
                display: block;
            }

    .ar .profile-table table tbody tr td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bfd-dropfield-inner {
        font-size: 20px;
    }

    .custom-modal-radio {
        margin-top: 75px;
    }

        .custom-modal-radio .radio-panel {
            height: 70px;
        }

    .ar .custom-modal-radio .control-group label::before {
        right: 10px;
    }

    .ar .custom-modal-radio .control-group label::after {
        left: 7px;
        right: 8px;
    }

    .control-group [type=radio]:checked + label,
    .control-group [type=radio]:not(:checked) + label {
        padding-left: 25px;
    }

    #ConplaceHolderMain {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .top-panel .left-specing {
        padding-left: 15px;
    }

    .login-form {
        right: 0;
    }
}

@media (max-width: 567px) {
    .phone-number {
        height: auto;
        display: block;
        text-align: center;
    }

    .loc-temp {
        display: none;
    }

    .document-upload {
        width: 100%;
    }

    .user-registration-form .btn-registration .message-btn-left {
        margin-right: 20px;
    }

    .more.btn-grey,
    .more.btn-primary,
    .more.btn-sky,
    .more.btn-success {
        padding: 10px 15px;
    }

    .tab-content .document-upload .left-top .output {
        left: -60px;
    }

    .select-job-type .application-type ul.nav li:nth-child(n) {
        margin: 4px auto;
    }

    #student-graduates .student-graduate-type .type-of-application {
        margin: 10px 0;
        display: block;
    }

    .dataTables_wrapper {
        width: 240px;
        overflow-y: scroll;
    }

    .student-graduate-type .tab-heading {
        display: block;
    }

    .student-graduate-type .type-of-application {
        margin: 0;
    }

    .input-container-id {
        margin: 10px 0px;
    }

    .search {
        float: right;
        border-left: 1px;
        width: 50px;
        height: 50px;
        border-left: 2px dotted #666666;
        border-right: 2px dotted #666666;
    }

    .footer-first-block,
    .footer-rest-block {
        width: 49%;
        display: inline-block;
        flex: none;
    }

    .bg-contact-us {
        background-image: none;
    }

        .bg-contact-us .left-top {
            display: none;
        }

    .wrap {
        padding: 30px 0 0;
    }

    .select-job-type .application-type ul.nav {
        padding: 0;
        margin: 0;
    }

    .btn-registration .message-btn-left {
        margin-right: 20px;
    }

    .ar .news-block {
        width: 100%;
    }

    .login-form {
        width: 270px;
    }
}

@media (min-width: 768px) {
    .port-options ul li {
        width: 32%;
    }

    .list .view-all a {
        background-image: none;
    }

    .overlay.open {
        padding: 30px 15px;
    }

    .ar .banner .slider-container__overlay .right-bottom {
        width: 360px;
    }

    .ar .banner .slider-container__overlay .left-top {
        width: 450px;
    }

    .ar .banner .slider-container__overlay .slider-container__text {
        top: 50%;
        left: 100px;
        max-width: 220px;
    }

    .ar .banner .news-block {
        right: 27%;
        margin-right: -200px;
    }

    .document-upload {
        width: 32.50%;
        margin-bottom: 90px;
    }

    .registration-padding {
        padding: 0px;
    }

    .jobAppl {
        margin-top: 30px;
    }

    .btn-registration .message-btn-left {
        margin-right: 30px;
    }

    .select-job-type .application-type ul.nav li a {
        width: 180px;
    }

    .tbl-gate-pass > tbody > tr > th:first-child,
    .tbl-vessel-berthing > tbody > tr > th:first-child,
    .tbl-gate-pass > tbody > tr > td:first-child,
    .tbl-vessel-berthing > tbody > tr > td:first-child {
        width: 9%;
    }

    .tbl-gate-pass > tbody > tr > th:nth-child(2),
    .tbl-vessel-berthing > tbody > tr > th:nth-child(2),
    .tbl-gate-pass > tbody > tr > td:nth-child(2),
    .tbl-vessel-berthing > tbody > tr > td:nth-child(2) {
        width: 16.5%;
    }

    .tbl-gate-pass > tbody > tr > th:nth-child(3),
    .tbl-vessel-berthing > tbody > tr > th:nth-child(3),
    .tbl-gate-pass > tbody > tr > td:nth-child(3),
    .tbl-vessel-berthing > tbody > tr > td:nth-child(3) {
        width: 16.5%;
    }

    .tbl-gate-pass > tbody > tr > th:nth-child(4),
    .tbl-vessel-berthing > tbody > tr > th:nth-child(4),
    .tbl-gate-pass > tbody > tr > td:nth-child(4),
    .tbl-vessel-berthing > tbody > tr > td:nth-child(4) {
        width: 16.5%;
    }

    .tbl-gate-pass > tbody > tr > th:nth-child(5),
    .tbl-vessel-berthing > tbody > tr > th:nth-child(5),
    .tbl-gate-pass > tbody > tr > td:nth-child(5),
    .tbl-vessel-berthing > tbody > tr > td:nth-child(5) {
        width: 16.5%;
    }

    .tbl-gate-pass > tbody > tr > th:nth-child(6),
    .tbl-vessel-berthing > tbody > tr > th:nth-child(6),
    .tbl-gate-pass > tbody > tr > td:nth-child(6),
    .tbl-vessel-berthing > tbody > tr > td:nth-child(6) {
        width: 16.5%;
    }

    .tbl-gate-pass > tbody > tr > th:last-child,
    .tbl-vessel-berthing > tbody > tr > th:last-child,
    .tbl-gate-pass > tbody > tr > td:last-child,
    .tbl-vessel-berthing > tbody > tr > td:last-child {
        width: 8%;
    }
}

@media (min-width: 991px) {
    .loc-temp {
        display: inline-block;
    }

    .ar .banner .slider-container__overlay .right-bottom {
        width: 470px;
    }

    .ar .banner .slider-container__overlay .left-top {
        width: 580px;
    }

    .ar .banner .slider-container__overlay .slider-container__text {
        top: 45%;
        left: 100px;
        max-width: 320px;
    }

    .ar .banner .news-block {
        right: 30px;
        margin-right: 0;
    }

    .hajit-gate-pass-left .right-bottom,
    .hajit-gate-pass-right .right-bottom {
        margin-left: 0;
    }

    .document-upload {
        width: 19.50%;
    }

    .social-media a img {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .overlay.open {
        padding: 60px 100px;
    }

    .port-options ul li {
        width: 28%;
    }

        .port-options ul li:first-child {
            margin-left: 0;
        }

    .list .view-all a {
        background-image: url(../../img/right-arrow.png);
    }

    .ar .banner .news-block {
        right: 105px;
        margin-right: 0;
    }

    .hajit-gate-pass-left .right-bottom {
        margin-left: 40px;
    }

    .hajit-gate-pass-right .right-bottom {
        margin-left: 65px;
    }

    .registration-padding {
        padding: 0px 60px;
    }
}
