/* general */

[v-cloak] {
    display: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.text-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.no-margin-vertical {
    margin-top: 0;
    margin-bottom: 0;
}

/* spinner */

.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.text-box-simulate {
    display: inline-block;
    border: 1px solid #e5e6e7;
    padding: 6px 13px 6px 12px;
    border-radius: 1px;
    font-size: 14px;
    color: #555;
    min-height: 30px;
    width: 100%;
}

.text-box-price {
    width: 90px !important;
}

.text-box-pn {
    width: 175px;
}

.text-box-sm {
    width: 100px;
}

.text-box-md {
    width: 180px;
}

.text-box-lg {
    width: 250px;
}

/* changes */
.top-navigation .wrapper.wrapper-content {
    padding: 40px 0;
}

.panel-heading .panel-title {
    margin-top: 2px;
    margin-bottom: 3px;
}

/* Icon when the collapsible content is shown */
#btnCollapse:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
}

/* Icon when the collapsible content is hidden */
#btnCollapse.collapsed:after {
    content: "\e080";
}

.dataTables_filter input[type="search"] {
    margin-left: 5px;
    margin-right: -5px;
}

body.DTTT_Print {
    background: #fff;

}

.DTTT_Print #page-wrapper {
    margin: 0;
    background: #fff;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
}

button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
}

.dataTables_filter label {
    margin-right: 5px;

}

.nav-tabs > li > a {
    /*padding: 10px 7px 10px 7px;*/
}

.nav > li > a i {
    margin-right: 4px;
}

/* Login */
#logo img {
    width: 190px;
    margin: 0 -13px -2px;
}

.logo-login {
    max-width: 280px;
    margin: 30px 0;
}

#login-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 20px;
    background: #fff;
    box-shadow: 0 0 4px #0f1c28;
}

#login-box p {
    padding: 10px 0;
}

#login-box .input-group-addon {
    min-width: 36px;
}

.loginbox-bg html {
    width: 100%;
    height: 100%;
}

.loginbox-bg {
    background: -webkit-linear-gradient(0deg, #7cc3c4 0%, #0f1939 100%);
    background: -moz-linear-gradient(0deg, #7cc3c4 0%, #0f1939 100%);
    background: -ms-linear-gradient(0deg, #7cc3c4 0%, #0f1939 100%);
    background: -o-linear-gradient(0deg, #7cc3c4 0%, #0f1939 100%);
    background: linear-gradient(0deg, #7cc3c4 0%, #0f1939 100%);
    padding: 0;
    margin: 0;
}

/* End login*/

/*.input-group {
    padding: 0 20px 5px;
}*/

.chosen-container-single .chosen-single div {
    top: 5px;
}

.dataTables_info {
    float: left;
}

table.dataTable {
    width: 100% !important;
}

.dataTables_length label select {
    padding-top: 3px !important;
}

/* Datatables */

.ibox-title {
    padding-top: 8px;
}

.ibox-title > div > div {
    padding-top: 7px;
}

.ibox-title > div > div:first-child h5 {
    padding-left: 6px;
}

.ibox-content {
    padding: 15px;
}

.box-action-buttons button, .box-action-buttons a.btn {
    margin-left: 5px;
}

.box-action-buttons button:first-child, .box-action-buttons a.btn:first-child {
    margin-top: -7px;
    margin-right: 4px;
}

.box-action-buttons button i, .box-action-buttons a.btn i {
    margin-right: 2px;
}

.action-buttons a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.action-buttons a:last-child {
    margin-right: 0;
}

.action-buttons a.delete_link {
    line-height: 17px;
}

table.dataTable thead > tr > th.no-sort, table.dataTable thead > tr > td.no-sort {
    padding-right: 8px;
}

/* Chosen */

.chosen-container-single .chosen-single {
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    cursor: pointer;
}

.chosen-container-single .chosen-single span {
    margin-right: 13px;
}

.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container .chosen-drop {
    border-color: #1ab394 !important;
}

.chosen-container-single .chosen-drop {
    border-radius: 0 0 1px 1px;
}

.chosen-container-active .chosen-choices {
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-color: #1ab394;
    border-bottom: 1px solid #ccc;
}

/* Multiselect */

.multiselect {
    color: inherit;
    min-height: 0;
}

.multiselect__select {
    width: 23px;
    top: -4px;
    padding: 4px 4px;
}

.multiselect__content {
    border-radius: 0;
}

.multiselect__single {
    padding: 0 0 4px 0;
    margin-bottom: 0;
}

.multiselect__tags {
    min-height: 30px;
    padding: 4px 22px 0 8px;
    border-radius: 0;
}

.multiselect__option {
    padding: 6px 8px;
    min-height: 0;
}

.multiselect__option--selected {
    font-weight: normal;
    background: #d8d8d8;
    color: #35495e;
}

.multiselect__option--selected.multiselect__option--highlight {
    font-weight: normal;
    background: #d8d8d8;
    color: #35495e;
}

.tabs-container .panel-body .panel-body {
    border: 0;
}

/* Table Editable */

.table-editable tbody td {
    border: 0 !important;
    padding: 2px 4px !important;
}

.table-editable tbody tr:first-child td {
    padding-top: 9px !important;
}

.table-editable .action-col {
    padding-left: 8px !important;
}

.table-editable .form-control {
    padding: 4px 3px;
    height: 30px;
}

.table-editable .action-col a i {
    font-size: 17px;
    margin-top: 5px;
}

.table-editable .no-editable .action-col a i {
    font-size: 14px;
    margin-left: 2px;
    margin-top: 2px;
}

.table-editable .text-box-simulate {
    padding: 4px 3px 5px 3px;
}

.table-editable thead tr th {
    padding: 3px;
}

.table-header-bottom thead tr th {
    vertical-align: bottom;
}

.table-editable .no-editable td {
    padding: 4px 3px !important;
}

#new_part_condition_id {
    width: 55px;
}

/* Work Order*/

#work-order-request-create .trouble_report {
    height: 83px !important;
}

.wo_tear_down textarea {
    height: 132px !important;
}

#work-order-new textarea {
    height: 99px !important;
}

.work-order-charges-box h3 {
    margin-bottom: 15px;
}

.work-order-charges-box .form-group {
    margin-bottom: 4px;
}

.work-order-charges-box .row > div:first-child .form-group {
    margin-bottom: 15px;
}

.work-order-charges-box .form-group div {
    padding-top: 7px;
}

.work-order-charges-box .row > div:first-child .form-group div {
    padding-top: 0;
}

/* Icon when the collapsible content is hidden */
.collapsable-table-row:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    padding-right: 8px;
    font-size: 10px;
    color: #888888;
}

.collapsable-table-row.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

/* Repair Order */

.create-repair-order-top .form-group {
    margin-right: 25px;
}

.create-repair-order-top .form-group label {
    margin-right: 3px;
}

.create-repair-order-top .date {
    width: 100px !important;
}

.create-repair-order .form-cols .form-group {
    margin-right: 20px;
}

.create-ro-totals {
    padding-top: 13px;
}

.create-ro-totals .form-group {
    margin-bottom: 6px;
}

.create-ro-totals label {
    padding-right: 0px;
}

.employee_id--group .chosen-container .chosen-results {
    max-height: 150px;
}

.employees-requests__hours div {
    padding-top: 6px;
    margin-right: 7px;
    width: 35px;
}

.employees-requests__hours input {
    width: 40px;
}

.employees-requests__hours_total {
    padding-top: 5px;
}

/* Datepicker */

.datepicker-dropdown.datepicker-orient-left:before {
    left: 13px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 14px;
}

.inmodal .modal-header {
    padding: 10px 15px;
    text-align: left;
}

.inmodal .modal-body {
    background: none;
}

.inmodal .modal-title {
    font-size: 18px;
}

.capabilities-asset-show .form-group div {
    padding-top: 7px;
}

.capabilities-asset-show .modal-dialog {
    width: 550px;
}

.purchase-order-p {
    margin-top: 6px;
    text-align: justify;
}

.table-editable-parts--block {
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    float: left;
}

.modal#quote-accepted .modal-dialog,
.modal#quote-rejected .modal-dialog {
    width: 400px;
}

.modal#quote-accepted .modal-body,
.modal#quote-rejected .modal-body {
    padding: 20px 40px 30px 40px;
}

.i-checks, .i-checks-group, .checkbox-padding {
    padding-top: 7px;
}

.i-checks label {
    font-weight: normal;
    margin-bottom: 0px;
}

.icheckbox_square-green {
    margin-top: 6px;

    margin-top: -1px;
    margin-right: 5px;
}

.form-horizontal .control-text {
    padding-top: 7px;
}

.purchase-order-totals {
    width: 80px;
}

.purchase-order-receive .modal-dialog {
    width: 80%;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-details-po-parts {
    width: 60%;
}

.modal-show-details-po-parts, .modal-full-width {
    width: 95%;
}

.row-po-details-part {
    margin-top: 5px;
}

.input-xs {
    font-size: 10px;
    height: 30px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 2.5px;
}

select.chosen-select-small + .chosen-container.chosen-container-single .chosen-single {
    height: 25px;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}

select.chosen-select-small + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 11px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

.chosen-container-multi .chosen-choices {
    border-radius: 0;
    padding: 0;
    border-color: #e5e6e7;
}

.table-editable .chosen-container.chosen-container-single .chosen-single {
    padding: 2px 12px;
}

.table-editable .chosen-container-single .chosen-single div b {
    margin-top: -3px;
}

/*
 * Inventory Master
 */

.inventory-master .nav-tabs > li > a {
    padding: 10px 8px 10px 10px;
}

.button-on-top {
    margin-top: 10px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 600px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 200px;
}

.ui-autocomplete {
    margin-top: -1px;
}

.ui-menu {
    padding: 0;
}

.ui-widget-header {
    border-width: 0;
}

.ui-widget-header span {
    display: inline-block;
}

.ui-widget-header span:first-child {
    width: 190px !important;
    padding-left: 10px;
}

.ui-menu .ui-menu-item {
    display: inline-block;
}

/*.ui-menu .ui-menu-item {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 2px 0;
    float: left;
}

.ui-widget-header {
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #aaa;
}

.ui-widget-header span {
    padding: 3px;
    float: left;
}

.ui-menu .ui-menu-item div {
    float: left;
}*/

.sweet-alert button {
    background-color: #1c84c6 !important;
}

.modal-title {
    font-size: 20px;
}

#modal-customer label {
    padding-right: 0;
}

#modal-detail-exch label {
    padding-right: 0;
}

@media (min-width: 1180px) {
    .modal-xl {
        width: 1150px;
    }
}

.form-horizontal .control-label {
    padding-right: 0;
}

.form-group.long-line {
    margin-bottom: 0px;
}

.form-group.long-line .control-label {
    margin-top: -2px;
    padding-top: 0px;
    padding-bottom: 7px;
}

.form-compress .form-group {
    margin-bottom: 10px;
}

.vendor-create-box .col-md-3.left {
    width: 20%;
}

.vendor-create-box .col-md-9.right {
    width: 80%;
    padding-left: 0;
}

.vendor-create-box [name="audit_notes"] {
    height: 83px;
}

.vendor-create-box .panel {
    margin-top: 20px;
}

.vendor-create-box hr {
    margin-top: 7px;
}

.modal-title i {
    margin-top: 4px;
    margin-right: 10px;
    float: left;
}

.chosen-disabled {
    opacity: 1 !important;
}

.chosen-disabled .chosen-single {
    background-color: #f0f0f0;
    opacity: 1 !important;
    border: 1px solid #e5e6e7;
}

/* Loading */

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 100000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.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:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Index Sub menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Menu Sidebar */

#side-menu > li.active > a {
    padding-left: 21px;
}

.nav-second-level li a {
    padding-left: 44px;
}

#side-menu > li.active .nav-second-level li a {
    padding-left: 40px;
}

.hr-custom-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 9px 0;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
    min-width: 215px;
}

.mini-navbar #side-menu > li.active .nav-second-level li a {
    padding-left: 15px;
}

.green-text {
    color: #0f9d58
}

.table-component__th--sort,
.table-component__th--sort-asc,
.table-component__th--sort-desc {
    text-decoration: underline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-component__th--sort-asc:after,
.table-component__th--sort-desc:after {
    position: absolute;
    display: inline-block;
    color: #bbb;
}

.table-component__th--sort-asc:after {
    content: '↑';
}

.table-component__th--sort-desc:after {
    content: '↓';
}

.brand-col .chosen-container {
    width: 140px !important;
}

.series-col .chosen-container {
    width: 90px !important;
}

.models-col .chosen-container {
    width: 140px !important;
}

.users-module .action-buttons {
    width: 42px;
}

.ship-to-group .chosen-container {
    width: 275px !important;
}

.ship-to-group select {
    width: 190px !important;
    float: left;
}

.quote-mounting-image {
    width: 276px;
    height: 183px;
    cursor: zoom-in;
}

.swal2-popup {
    width: 42em !important;
    padding: 2.25em !important;
}

.swal2-container.swal2-shown {
    z-index: 10000;
}

.swal2-popup #swal2-content {
    font-size: 15px;
}

.swal2-popup .swal2-actions {
    margin-top: 1.75em !important;
}

.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
    font-size: 1.2625em !important;
}

@media (min-width: 768px) {
    .modal-dialog.shipping-modal {
        width: 520px;
    }
}

.swal2-popup.swal-big{
    width:600px !important;
}

.estDateDisclaimer{
    position: absolute;
    left: 270px;
    top: 68px;
    font-weight: bold;
    z-index: 999;
}
.estDateDisclaimer a, .estDateDisclaimer a:visited{
    color:#676a6c;
}