﻿.navbar-right {
    margin-left: auto !important;
}

.navbar-collapse {
    width: 100% !important;
}

.float-right {
    float:right;
}

.btn-block {
    display: block;
    width: 100%;
}

.k-grid {
    font-size: .9rem;    
}

    .k-grid .k-grid-content-locked a, .k-grid .k-grid-content a {
        color: #2c7be5;
        text-decoration: underline;
    }

        .k-grid .k-grid-content-locked a.btn, .k-grid .k-grid-content a.btn {
            text-decoration: none !important;
        }


        .k-toolbar, .k-grid-header, .k-grid-pager {
            background-color: #f9fbfd;
        }

    .k-grid-header .k-header > .k-link {
        background-color: #f9fbfd;
        text-transform: uppercase;
        font-size: .8125rem;
        font-weight: 600;
        letter-spacing: .08em;
        color: #95aac9 !important;
        border-bottom-width: 1px;
        font-size: .625rem;
    }

.k-grid col.k-sorted, .k-grid th.k-sorted {
    background-color: #f9fbfd;
}

.k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover {
    background-color: rgba(235,241,255, 1);
}

.k-grid .k-alt {
    background-color: #f9fbfd;
}

#box-grid .k-grid-add {
    width:99%;
}

.k-list .k-item, .k-list-optionlabel {
    padding: 0;
}

.font-weight-bold {
    font-weight: 600;
}

.navbar-collapse {
    margin-left: 1em;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #95aac9;
    text-shadow: none;
    opacity: .5;
}

.dropZone {
    padding: 5rem 1rem;
    background-color: #fff;
    border: 1px dashed #d2ddec;
    border-radius: .375rem;
    text-align: center;
    color: #95aac9;
    transition: all .2s ease-in-out;
    order: -1;
    cursor: pointer;
    z-index: 999;
}

.k-upload .k-dropzone {
    background-color: #fff;
    border: 1px dashed #d2ddec;
    border-radius: .375rem;
    text-align: center;
    color: #95aac9;
    transition: all .2s ease-in-out;
    order: -1;
    cursor: pointer;
    z-index: 999;
}

.k-upload {
    border:none;
    margin-top:10px;
}

.k-grid .k-grid-content-locked, .k-grid .k-grid-content-locked td, .k-grid .k-grid-header-locked, .k-grid .k-grid-header-locked .k-header {
    border-color: rgba(33,37,41,.125);
}


.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
    background-color: #ffffff;
}

.k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap:hover {
    background-color: #ffffff;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    background-color: #ffffff;
}

.k-window-titlebar {
    height: 60px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-color: #edf2f9;
}

.k-window-title {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.k-upload .k-upload-files {
    border:none;
}

.form-control:disabled, .form-control[readonly], .k-edit-form-container .k-dropdown[aria-disabled="true"] .k-dropdown-wrap,
.k-dropdown[aria-disabled="true"] .k-dropdown-wrap {
    background-color: #f9fbfd;
    opacity: 1;
}

#view-pallet-estimate {
    cursor:pointer;
}

.k-edit-form-container {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 3%;
    
}

.k-widget .k-edit-form-container * {
    box-sizing: border-box;
}

.card-header {
    height: auto;
}

.card-header p {
    margin-top:10px;
    margin-bottom:10px;
}

    .error {
    width: 100%;
    margin-top: 0;
    font-size: .8125rem;
    color: #e63757;
}

    footer {
        background-color: #14477d;
        color: #ffffff;
        margin-top: 200px;
        min-height: 100px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer a, footer a:link, footer a:visited, footer a:active {
        color: #ffffff
    }

        footer a:hover {
            color: #95aac9;
        }


.k-stepper {
    font-family: "Cerebri Sans",sans-serif;
}

.k-button {
    border-radius: .375rem;
}

label {
    font-weight: 600;
}

.error {
    font-weight:400;
}

.k-i-x {
    margin-top: 8px;
}

.invalid-feedback {
    display:block;
}

input.k-textbox {
    text-indent: 0;
}

.k-widget.form-control .k-input {
    padding: .167em 0;
}

.text-right {
    text-align: right;
}

.search-row {
    display: none;
}

#home-page .alert {
    font-size: 120%;
}

.alert p:last-of-type {
    margin-bottom: 0;
}

.alert-danger a{
    color:#ffffff;
    text-decoration:underline;
}

/* Absolute Center Spinner */
.loading, #loading-page {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    #loading-page:before,
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    #loading-page:not(:required),
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

a.navbar-brand {
    background: url(../img/logo-iron-mountain-lockup-nav.svg) no-repeat top left;
    display: block;
    width:116px;
    height: 43px;
    text-indent: -9999px; /* hides the link text */
}

.k-edit-form-container .k-primary,
.k-primary .k-icon,
.k-grid-cancel,
.k-state-default .k-grid-cancel,
.k-state-default .k-primary,
.k-grid-cancel .k-icon {
    color: #fff !important;
}

#box-grid {
    font-size: 80%;
}

#box-grid .k-button {
    font-size: 90%;
}

.k-overflow-container .k-primary, .k-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.k-grid-cancel {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.k-edit-form-container .k-edit-buttons {
    text-align: center !important;
}

.k-edit-form-container {
    position: relative;
    width: 100%;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
    border-bottom-width: 1px;
}

.k-window {
    width: 40%;
}

.k-grid-cancel:hover {
    background-color: #d9534f !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.input-hint {
    font-style: italic;
    padding: 0;
    margin: 0 !important;
    color: #717171;
    font-size: 12px !important;
}

.input-hint-table-heading {
    padding: 0;
    margin: 0 !important;
    color: #717171;
    font-size: 12px !important;
}

#attachment-context-menu,
.attachment-filename input,
#car-attachment-context-menu,
.car-attachment-filename input {
    display: none;
}

#attachment-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

    #attachment-form .input-hint {
        margin-top: 10px !important;
    }

#upload-intent-list {
    display: none;
}

#close-intent-list {
    margin-bottom: 10px;
}

.context-menu {
    background: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    text-transform: none !important;
}

.dropdown-menu.notify-drop {
    right: 0 !important;
    left: inherit !important;
}

.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 395px;
    max-height: 395px;
}

    .dropdown-menu.notify-drop .drop-content {
        min-height: 350px;
        max-height: 350px;
        overflow-y: scroll;
    }

.notification-dropdown .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
    cursor:pointer;
}

.dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 12px;
}

    .dropdown-menu.notify-drop .drop-content > li {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 0px 5px 0px;
    }

.dropdown-menu.notify-drop .drop-content li p.time {
    font-size: 10px;
    top: -6px;
    margin: 0;
    padding: 0;
}

.dropdown-menu.notify-drop .drop-content li p {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

    .dropdown-menu.notify-drop .drop-content li a {
        font-size: 12px;
        font-weight: normal;
        line-height:1 !important;
    }

.dropdown-menu.notify-drop .drop-content li a.link-destination {
    font-weight: 600;
    line-height: 1;
}

.dropdown-menu .notification-row {
    padding:0 10px;
}

#notifications-list-view h5, #notifications-list-view p {
    margin: 4px 0 0 0;
    padding: 0;
}

#notifications-list-view .btn {
    margin-top: 6px;
}

#notifications-list-view p.text-muted {
    font-size: 80%;
}

#notifications-list-view .avatar-title {
    border-radius: 20px;
}

#webnotifications-page .k-listview {
    border: none;
    background: transparent !important;
}

#notifications-list-view .card {
    margin-bottom:30px;
}

.category-margin .form-control {
    padding: .5rem .75rem;
}


.previous-values {
    width: 700px;
}

.modified {
    width: 100px;
}

[id^="programprofilequestion_"] .programprofilequestion-date .error {
    margin-left: 50px;
    font-size: 12px;
}

[id^="programprofilequestion_"] .has-error {
    border-color: #a94442 !important;
}

.k-datepicker .has-error {
    border: 1px solid #a94442 !important;
}

#car-details {
    padding: 20px;
}

    #car-details .form-control {
        width: 96%;
    }

#employee-container, #itad-container {
    display: none;
}

#hide-secondary-contact {
    display: none;
}

.secondary-contact {
    display: none;
}
/* ----------------------------------*/
/* Start: Responsive Adjustments     */
/* ----------------------------------*/


@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 768px) {
    .k-stepper .k-step-label .k-step-text {
        font-size:12px;
    }

    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}

@media only screen and (max-width: 480px) {
    .k-stepper .k-step-label .k-step-text {
        font-size: 8px;
    }

    .card-body {
        padding: 0.5rem;
    }

    .navbar-collapse {
        margin-left: 0;
        padding-left:0;
        padding-right:0;
    }

    .navbar-right {
        margin-left: -1rem !important;
    }

    .dropdown-menu .notification-row {
        padding: 0;
        margin: 0 35px 0 10px;
    }

    .k-grid tr td {
        font-size: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    a.navbar-brand {
        width: 200px;
        height: 29px;
    }

    .form-container {
        width: 100%;
    }

    .full-width {
        width: 100%;
    }

    .padding-right-0 {
        padding-right: 15px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 90%;
    }
}

@media (min-width: 1200px) {
    .form-container {
        width: 1050px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
        max-width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
        max-width: 1370px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
        max-width: 1470px;
    }
}

/*#region Custom CSS */

.hidden {
    display: none;
    visibility: hidden;
}


/*#endregion*/

/*#region order CSS */

#estimate-page .k-dropdown,
#order-page .k-dropdown {
    width: 100% !important;
    background-color: #fff;
}

.form-horizontal .form-group .k-datepicker {
    background: #fff !important;
}

.account-information .form-horizontal .form-group textarea.ordertype-description {
    height: 100px;
    position: absolute;
}

.margin-auto {
    margin: 0 auto;
}

.padding-top-60 {
    padding-top: 60px;
}

.radio-inline {
    color: #000;
}

.padding-right-0 {
    padding-right: 0;
}

@media (min-width: 768px) {
    .account-information .form-horizontal .control-label {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
}
/*#endregion*/


/*#region program CSS */
.view-program {
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #666666;
}

.email-link {
    font-size: 12px;
    color: #0099FF;
}

.border-bottom {
    border-bottom: 2px solid #ddd;
}

.program-information .form-horizontal .control-label {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.margin-right-3 {
    margin-right: 3px;
}

.program-information .table-bordered > thead > tr > th, .program-information .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}
/*#endregion*/

/*#region start Header style*/
.navbar-toggle {
    background: #337ab7;
}

    .navbar-toggle .icon-bar {
        background: white;
    }

.customerAccountName a {
    color: #333333;
    font-size: 15px;
}

.customerAccountName li {
    padding-top: 10px;
}
/*#endregion start Header style*/

.cur-pointer {
    cursor: pointer;
}

.box-section {
    border: 1px solid #ddd;
}

    .box-section .heading {
        background: #F5F5F5;
        padding: 6px;
        font-weight: bold;
        font-family: 'Arial Bold', 'Arial';
        font-weight: 700;
        font-style: normal;
        color: #6B6B6B;
        border-bottom: 1px solid #ddd;
    }

.box-section-table .sub-heading {
    font-weight: 100;
    margin-top: 5px;
}

.time-width {
    width: 105px;
}

.box-section .inner-body {
    position: relative;
    min-height: 263px;
}

.box-section-table .inner-body {
    min-height: 240px;
}

.inner-body {
    position: relative;
}

.box-section-table .heading {
    background: #f5f5f5;
    padding: 6px;
    font-weight: bold;
    font-family: 'Arial Bold','Arial';
    font-weight: 700;
    font-style: normal;
    color: #6b6b6b;
    border: 1px solid #ddd;
}

.box-section-table .table {
    border: none;
}

    .box-section-table .table > thead:first-child > tr:first-child > th {
        border-bottom: none;
    }


.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=60);
    text-align: center;
}

    .overlay div {
        position: relative;
        font-size: 34px;
        margin-top: -17px;
        top: 50%;
    }

.autocomplete-arrow {
    position: absolute;
    top: 9px;
    right: 28px;
}

.padding-right {
    padding-right: 25px;
}

.categoryItemName {
    font-weight: bolder;
    font-size: 15px;
}

#menu li a {
    border-bottom: 4px solid #fff;
}

.font-size-14 {
    font-size: 14px;
}

.account-number-wrapper > span {
    display: block !important;
    width: 100%;
}

.k-tooltip-error {
    border-color: #e63757;
    color: #fff;
    background-color: #e63757;
}

.order-form-container {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#correctAddresses, #addressesHeading {
    font-size:130%;
}

.pallet-button{
    font-size: 14px;
    margin-top: 30px;
    display: block;
    color: darkturquoise;
    cursor: pointer;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }