﻿body {
    padding-top: 50px !important;
    background-color: #F2F2F2 !important;
    color: #00415f !important;
    padding-bottom: 0px !important;
}

a {
    cursor: pointer;
}

.navbar {
    min-height: 50px;
    background: #00415f;
    border-bottom: 1px solid #00415f;
    border-radius: 0px !important;
}

    .navbar .navbar-toggle .icon-bar {
        background-color: #f2f2f2;
    }

.navbar-brand {
    background-image: url('../images/eClosePlus_reversed_500x96.png');
    min-height: 55px;
    margin-top: 0px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: 200px;
    text-indent: -99999px;
    /*height: 55px!important;*/
    height: 60px;
    width: 250px;
    margin: 5px 15px;
}

/*.navbar-brand {
    height: 60px;
    padding: 15px 12px;
}*/

.navbar-header {
    height: 50px;
}

.navbar-right {
    margin-right: 99px !important;
}

.navbar-nav > li > a {
    color: #f2f2f2;
    padding-top: 25px !important;
    line-height: 0px !important;
}

    .navbar-nav > li > a:hover {
        color: #e94045;
        padding-top: 25px !important;
        background-color: transparent !important;
    }

input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00415f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-header {
    padding: 10px !important;
    background-color: #00415f!important;
}

.modal-container {
    /*replaces modal body*/
    position: relative;
    padding: 15px 30px !important;
}

.modal-dialog {
    max-width: 500px !important;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-form-dialog {
    max-width: 560px !important; 
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#loadingModal > .modal-dialog > .modal-content {
    background-color: transparent!important;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

/*.navbar-toggle {
    margin-top: 25px !important;
    margin-right: 20px !important;
}*/
.container {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    margin-top: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-wrap: wrap;
    overflow: auto;
    padding-bottom: 5px;
    justify-content: center;
}

.outer-container {
    margin-bottom: 60px;
}

.login-container {
    max-width: 400px;
    height: auto;
    margin: 150px 0px;
    color: #00415f;
    background-color: #fff;
}

.signing-room-container {
    display: flex;
    align-items: center;
    flex-direction:column;
}

.login-text {
    text-align: center;
}

.nav-tabs {
    max-width: 400px;
    border-bottom: none !important;
}

    .nav-tabs > li {
        width: 50%;
        display: inline-block;
    }

        .nav-tabs > li.active > a {
            width: 100%;
            color: #00415f;
            border: 1px solid #fff;
        }

        .nav-tabs > li > a {
            width: 100%;
            color: #00415f;
            background-color: #f2f2f2;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #00415f;
            cursor: default;
            background-color: #fff;
            border: none !important;
        }

.logo-container {
    /*margin-bottom: 15px;*/
    align-items: center;
    text-align: center;
}

.main-header {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 100%;
}

.notary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #00415f;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 3px 3px;
    text-align: center;
    margin: 10px;
}

.borrower-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #00415f;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 3px 3px;
    text-align: center;
    margin: 10px;
}

.form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}

.form-item {
    padding: 5px;
}

.login-footer {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
}

button {
    position: absolute;
    right: 50px;
    bottom: 20px;
    cursor: pointer;
}

.btn-default {
    background-color: #00415f !important;
    color: white !important;
    border: none;
}
    .btn-default:hover, .btn-success:hover {
        opacity: 0.8;
    }
.btn-success {
    background-color: #0DAB76 !important;
    color: white !important;
    border: none;
}

.borrower-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    color: #00415f;
}

.panel-container {
    height: 100%;
}

.info-container {
    background-color: #fff;
    padding: 10px 20px;
    height: 100%;
    box-shadow: 0 0 3px black;
}

.name-email-container {
    display: flex;
    justify-content: space-around;
    color: #00415f;
}

button {
    position: static !important;
}

.header-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.loanNumber-container {
    display: flex;
}

.loanNumber {
    align-self: center;
   margin-left:10px;
}

.prop-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dates {
    display: flex;
    justify-content: space-around;
    padding: 0px 20px;
    flex-grow: 1;
}

.inner-column {
    flex-basis: 50%;
}

.progress-container {
    border: 2px solid #00415f;
    border-radius: 3px;
    padding: 15px 15px 15px 15px;
    margin: 20px 0px;
}

#buttonBay {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.document-item {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

    .document-item a {
        color: #00415f;
        margin-left: 25px;
    }

    .document-item i:hover {
        color: #e94045;
    }

.doc-list {
    display: flex;
    padding-top: 10px;
    align-items: center;
}

a:hover {
    color: #3b8ea5;
    text-decoration: none!important;
}

/*.fa-file-download {
    color: #ab3428;
}

.fa-search {
    color: #0dab76;
}*/

#assistanceContainer {
    display: block;
    text-align: center;
    margin: 30px;
}

.title {
    padding-left: 25px;
}

/** RON Control Panel */
.control-panel-row {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.row-space-around {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
}
.row-space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.panel-item-spacing {
    padding-left: 10px;
}

.table-borderless td,
.table-borderless th {
    border: 0!important;
    align-items: center;
}

.contact-footer {
    margin-bottom:100px;
}

.page-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #181818;
    color: #f2f2f2;
    z-index: 99;
}

    .page-footer > p > a {
        color: green;
    }

.sub-footer {
    padding: 17px;
    background-color: #000;
    color: #f2f2f2;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.f-column {
    padding: 10px 0px 5px 0px;
    font-size: 12px;
}

.footer-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

m-footer {
    display: flex;
    justify-content: space-around;
    background-color: #181818;
    align-items: center!important;
}

/** {
    border: 1px solid goldenrod;
}*/

.link-header {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    width: 150px;
}

.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.g-pr-10 {
    margin-right: 10px;
}

.Icon-Text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

 #OsDownAlert {
    z-index: 99;
    margin: 15px 0px 0px 0px!important;
}

/** Notary List Icons */
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.completed-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fc";
    color: #0DAB76;
    font-size: 20px;
}

.wetsign-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ff";
    color: #0DAB76;
    font-size: 20px;
}

.webdelivery-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    color: #0DAB76;
    font-size: 20px;
}

.open-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    /*color: #777;*/
    font-size: 20px;
}

.closing-future-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fd";
    color: grey;
    font-size: 20px;
}

.open-passed-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f506";
    color: #AB3428;
    font-size: 20px;
}

.in-process-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f085";
    color: #0DAB76;
    font-size: 20px;
}

.hold-status::before {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f28b";
    color: #F58229;
    font-size: 22px;
}
.editIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #00415f;
    font-size: 15px;
}


/** RON Connection Icons */
.connection-closed-status::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    color: #AB3428;
    font-size: 15px;
}
.connection-connected-status::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    color: #0DAB76;
    font-size: 15px;
}

.icon .connection-connected-status.is-connected {
    border: 4px solid #0DAB76;

}
.icon .connection-connected-status.is-connected:before {
    border: 4px solid #0DAB76;
    animation: pulse 2s infinite;
}

/** {
    border: 1px solid goldenrod;
}*/

/* Progress Bar*/
.progress {
    height: auto !important;
    position: relative;
    display: flex;
    background-color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px !important;
}

    .progress .progress-track {
        position: absolute;
        top: 10px;
        width: 100%;
        height: 5px;
        background-color: #fff;
        z-index: -1;
    }

    .progress .progress-track {
        display: none;
        background-color: #fff;
    }
    /* Completed Step*/
    .progress .progress-step {
        position: relative;
        width: 100%;
        font-size: 11px;
        text-align: center;
        color: #dfe3e4;
    }

        .progress .progress-step:last-child:after {
            display: none;
        }

        .progress .progress-step:before {
            position: relative;
            content: "\f00c";
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 2px auto;
            margin-bottom: 10px;
            width: 20px;
            height: 20px;
            background: #fff;
            border: 4px solid #dfe3e4;
            border-radius: 100%;
            color: #fff;
            z-index: 2;
        }

        /* colored bar */
        .progress .progress-step:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 50%;
            width: 0%;
            transition: width 1s ease-in;
            height: 5px;
            background: #dfe3e4;
        }

        .progress .progress-step.is-active {
            color: #00415f;
        }

            .progress .progress-step.is-active:before {
                border: 4px solid #00415f;
                animation: pulse 2s infinite;
            }

        .progress .progress-step.is-complete {
            color: #00415f;
        }

            .progress .progress-step.is-complete:before {
                font-family: FontAwesome;
                font-size: 14px;
                color: #fff;
                background: #0DAB76;
                border: 4px solid transparent;
            }

            .progress .progress-step.is-complete:after {
                background: #00415f;
                animation: nextStep 1s;
                animation-fill-mode: forwards;
            }

        .progress .progress-step.not-complete:before {
            font-family: FontAwesome;
            content: "\f00d";
            font-size: 14px;
            color: #fff;
            background: #AB3428;
            border: 4px solid transparent;
        }

        .progress .progress-step.not-complete:after {
            background: #00415f;
            animation: nextStep 1s;
            animation-fill-mode: forwards;
        }

        .progress .progress-step.notary-step2:before {
            /*font-family: FontAwesome;
            content: "\f00d";
            font-size: 14px;*/
            color: #00415f;
            background: #00415f;
            border: 4px solid transparent;
        }

        .progress .progress-step.notary-step2:after {
            background: #00415f;
            animation: nextStep 1s;
            animation-fill-mode: forwards;
        }
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* List Page Layout*/
.outer-table-container {
    padding: 5px, 60px, 30px, 60px!important;
    /*padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 5px;
    padding-bottom: 30px;
    overflow: hidden;*/
}

.table-container {
    background-color: #fff;
    padding: 10px 15px 25px 15px;
    width: 100%;
    box-shadow: 0 0 3px black;
}

.table-title {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;

}

#controlPanelFooter {
    padding-top: 30px;
}

.search-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #f2f2f2;
    padding: 40px 15px 15px 15px;
    width: 100%;
}

.search-item {
    padding: 5px 10px;
}

/*.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px!important;
}*/

#eSignDeliveryListTable tbody > tr:hover > .icon, #notaryJournalTable tbody > tr:hover > .icon,
#inProcessListTable tbody > tr:hover > .icon {
    color: #fff;
}

#eSignDeliveryListTable tbody > tr:hover > button, #notaryJournalTable tbody > tr:hover > button,
#inProcessListTable tbody > tr:hover > button {
    border: 1px solid #fff !important;
}

#taggedListTable tbody > tr:hover {
    background-color: #00415f;
    color: #fff;
}

#eSignDeliveryListTable tbody > tr:hover,
#notaryJournalTable tbody > tr:hover,
#notaryJournalTable tbody > tr:hover a,
#inProcessListTable tbody > tr:hover {
    background-color: #00415f!important;
    color: #fff;
    cursor: pointer;
}

#eSignDeliveryListTable tr.odd, #notaryJournalTable tr.odd,
#inProcessListTable tr.odd {
    background-color: #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 5px 10px !important;
    text-align: left !important;
    border: 1px solid #ccc !important;
}

#inProcessListTable tr td:first-child,
#inProcessListTable tr td:nth-child(2) {
    width: 1%;
    white-space: nowrap;
}
#eSignDeliveryListTable tr td:first-child,
#eSignDeliveryListTable tr td:last-child,
#eSignDeliveryListTable tr td:nth-child(2) {
    width: 1%;
    white-space: nowrap;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 2px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00415f !important;
    border-color: #00415f !important;
    border-radius: 5px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #00415f !important;
    cursor: not-allowed;
    background-color: #fff;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.4285;
    color: #00415f;
    text-decoration: none;
    background-color: #fff;
    border: none !important;
}

.dataTables_filter input {
    width: 200px!important;
}

#accordion > .panel {
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: none;
}

    #accordion > .panel > .panel-heading {
        padding: 0px;
    }

.eml-well {
    padding: 9px !important;
    background-color: #00415f !important;
    border-radius: 7px !important;
}

    /*Loader*/
    .loader,
    .loader:before,
    .loader:after {
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.4s infinite ease-in-out;
        animation: load7 1.4s infinite ease-in-out;
    }

.loader {
    color: #fff;
    /*font-size: 10px;*/
    margin: auto;
    position:center;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*loader overlay for modal*/
#loadingoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
}

#countyLoadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 8px #ddd solid;
    border-top: 8px #00415f solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.ui-datepicker {
    width: auto!important;
}

#ui-datepicker-div {
    z-index: 9999 !important; /* must be > than popup window */
}

/* Web Order Page Layout*/

.question-container {
    margin-bottom: 30px;
}

.form-control {
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff !important;
}

    .orderFormRow {
        margin-top: 15px !important;
        display: flex;
        justify-content: space-between;
    }

.flat-input {
    outline-color: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.order-container {
    background-color: #fff;
}

.orderBtns {
    margin: 20px 20px 80px 20px;
}

#orderNotes, #JournalEntryComment, #editJournalEntryComment, #nexSysChangeDateNotes {
    width: 100%;
    resize: vertical;
    min-height: 100px;
}

#loanMgmtNotes {
    width: 100%;
    resize: vertical;
    min-height: 200px;
}

#titleOrderNotes {
    width: 100%;
    resize: vertical;
    min-height: 100px;
}

#notaryNotes {
    width: 100%;
    resize: vertical;
    min-height: 50px;
}
#wetDocOrderNotes {
    width: 100%;
    resize: vertical;
    min-height: 100px;
}

/* Dropzone Override */
.webOrder {
    background: #f2f2f2 !important;
    border: dashed 2px #00415f !important;
    height: 100px;
    text-align: center;
}

    .webOrder i {
        padding-top: 20px;
        /*color: #375473;*/
    }

    .webOrder.dz-drag-hover {
        border: solid 2px #00415f !important;
        /*color: #375473;*/
    }

.add-User {
    float: right !important;
}
.add-user-icon {
    display: flex;
    justify-content: flex-end;
   
}

    .add-user-icon i {
        padding-left: 20px;
        color: #00415f;
    }

.remove_borrower_button i {
    color: #e94045;
}

.error {
    color: #e94045;
}

/*select:focus, option:hover {
    background-color: #3B5475 !important;
    color: #fff !important;
}*/

select:focus > option:checked {
    background-color: #00415f !important;
    color: #fff;
}

/* Media Queries */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    /*.container {
        margin-bottom: 80px;
    }*/
    /*.page-footer {
        padding: 0px 50px;
    }*/
    #radioBtnBay {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        white-space: pre-line;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: .5em;
        display: block !important;
        width: 300px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .container {
        justify-content: center;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: .5em;
        display:inline-block!important;
        width: 200px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    /*.container {
        margin-bottom: 361px;
    }*/
    #radioBtnBay {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1024px) {
    /*.container {
        margin-bottom: 208px;
    }*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /*.container {
        margin-bottom: 250px;
    }*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
    /*.container {
        margin-bottom: 130px;
    }*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1440px) {
    /*.container {
        margin-bottom: 225px;
    }*/
}

/*4k Devices, Wide Screens */
@media only screen and (min-width : 2500px) {
    /*.container {
        margin-bottom: 603px;
    }*/

    /*.page-footer {
        padding: 0px 320px;
    }*/
}
