@font-face {
    font-family: "Avenir";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
    src: url("../../fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("../../fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("../../fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("../../fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), url("../../fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face {
    font-family: "Avenir";
    font-style: italic;
    font-weight: 400;
    src: url("../../fonts/63a166cb-be60-435c-a056-75172e43efa5.eot?#iefix");
    src: url("../../fonts/63a166cb-be60-435c-a056-75172e43efa5.eot?#iefix") format("eot"), url("../../fonts/a59168c1-917d-4de9-a244-0316c057c357.woff2") format("woff2"), url("../../fonts/6dc0e7d8-9284-44e1-8f05-984a41daa3a4.woff") format("woff"), url("../../fonts/2315df7a-8bc2-433d-bf0a-162fc0063de0.ttf") format("truetype"), url("../../fonts/7b1e5b2a-b6a6-43da-9021-ada6d1d797f2.svg#7b1e5b2a-b6a6-43da-9021-ada6d1d797f2") format("svg");
}
@font-face {
    font-family: "Avenir";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
    src: url("../../fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"), url("../../fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../../fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"), url("../../fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"), url("../../fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg");
}
body, .page-header {
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1, h2 {
    font-weight: 600;
}
.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #103644;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #103644;
}

.loading-span {
    font-style: italic;
    display: none;
}
.loading-span img {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 5px;
}

.fetch-update-counter {
    float: right;
    display: none;
}

.panel-fetch {
    padding: 10px;
}

.fetch-selected-count {
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.fetch-warning-0:before {
    background-color: #009600;
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 10px;
}

.fetch-warning-1:before {
    background-color: #d68605;
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 10px;
}

.fetch-warning-2:before {
    background-color: #b4191f;
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 10px;
}

.image-thumbnail {
    max-height: 30px;
    margin: 0 8px;
}

#languages_assigned_countries {
    clear: both;
    display: block;
    width: 100%;
    max-width: 350px;
    min-width: 250px;
    height: 150px;
}

#access .form-group.select-boxes {
    width: 32%;
    margin-right: 1.6%;
    min-width: 250px;
    display: inline-block;
}
#access .form-group.select-boxes select.form-control {
    clear: both;
    display: block;
    width: 100%;
    height: 150px;
}
#access .form-group.select-boxes:last-child {
    margin-right: 0;
}

.from-field {
    margin-bottom: 8px;
}

.forgot-password-container {
    clear: both;
    padding-top: 15px;
    margin-bottom: 5px;
}

.pull-up {
    position: relative;
    top: -20px;
}

.limit-height-select {
    max-height: 200px;
    min-height: 100px;
}

.all-option {
    font-weight: 600;
}

.btn-secondary {
    background: #32b31b;
    color: #fff;
    border-color: #31a91c;
}
.btn-secondary:hover {
    color: #fff;
    background: #31911b;
}

/**** NEW THEME ****/
body {
    background: #ffffff;
}
body a {
    color: #273740;
}
body a:hover {
    color: #da2128;
}
body .navbar-header {
    margin-left: 5px;
}
body .navbar-header .logo {
    display: inline-block;
    min-width: 130px;
}
body .navbar-header .logo img {
    margin-top: 0;
}
body .navbar-header .vendor-title {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    color: #da2128;
    font-weight: 600;
    border-bottom: 2px solid #da2128;
}
body .dropdown-toggle {
    border-bottom: 0;
}
body .navbar-top-links {
    margin-top: 9px;
}
body .navbar-default {
    background: #ffffff;
    min-height: 70px;
}
body .navbar-default:before, body .navbar-default:after {
    display: none;
}
body .login-panel {
    background-color: #d2d4d4;
}
body .login-panel .panel-heading {
    background-color: transparent;
    border-color: #273740;
}
body .login-panel .form-group .btn-info {
    background-color: #da2128;
    border: #da2128;
}
body #page-wrapper {
    background: url("../images/ucc-textured-bg.jpg") #d2d4d4;
    background-size: cover;
}
body #page-wrapper .panel {
    background-color: #d2d4d4;
}
body #page-wrapper .panel.panel-default {
    border-color: #c3c3c3;
    box-shadow: none;
}
body #page-wrapper .panel.panel-default > .panel-heading {
    background-color: #d2d4d4;
    border-color: #273740;
}
body #page-wrapper .panel.panel-default > .panel-heading > .panel-title > i.fa-list {
    margin-right: 5px;
}
body #page-wrapper .panel.panel-default > .panel-heading > .panel-title .badge {
    margin-left: 5px;
    position: relative;
    top: -2px;
}
body #page-wrapper .panel .nav-tabs {
    border-color: #273740;
}
body #page-wrapper .panel .nav-tabs > li.active > a, body #page-wrapper .panel .nav-tabs > li.active > a:hover, body #page-wrapper .panel .nav-tabs > li.active > a:focus {
    background-color: #273740;
    color: #ffffff;
    border: 1px solid #273740;
}
body #page-wrapper .panel .nav-tabs > li > a:hover {
    border-color: #273740;
}
body #page-wrapper .page-header {
    border-bottom: 1px solid #da2128;
    margin-top: 0;
}
body #page-wrapper .page-header h2 {
    display: inline-block;
}
body #page-wrapper .search-bar {
    background-color: #273740 !important;
}
body #page-wrapper .search-bar .input-reduce-width {
    width: 60px;
    display: inline-block;
}
body #page-wrapper .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}
body #page-wrapper .table-striped > tbody > tr:nth-of-type(even):hover {
    background-color: #c7d2db;
}
body .sidebar-nav li a, body .dropdown-toggle {
    color: #273740;
}
body .sidebar-nav li a:hover, body .nav > li > a:focus {
    background-color: #da2128;
}
body .pending-edits-content, body .current-content {
    width: 48%;
    display: inline-block;
}
body .pending-edits-content .review-subtitle, body .current-content .review-subtitle {
    font-size: 18px;
    margin-bottom: 0;
    color: #da2128;
    font-weight: 600;
}
body .pending-edits-content {
    float: right;
}
body .main-header .logo {
    padding: 15px 23px;
    height: 130px;
    text-align: center;
}
body .main-header .logo img {
    height: 60px;
}
body .main-sidebar {
    padding-top: 100px;
}
body .cms-title {
    display: inline-block;
    font-size: 20px;
    margin-top: 8px;
    vertical-align: middle;
    color: #da2128;
    font-weight: 600;
    border-bottom: 2px solid #da2128;
}
body .login-logo {
    font-weight: 600;
}
body .login-box-msg {
    font-style: italic;
}
body .btn-primary {
    background-color: #da2128;
    border-color: #da2128;
}
body .btn-primary:hover {
    background-color: #9f1e24;
    border-color: #9f1e24;
}
body .forgot-password-link {
    margin-top: 16px;
    display: inline-block;
}
body .login-box, body .register-box {
    width: 420px;
    margin: 10% auto;
}
body .login-page, body .register-page {
    background: #d2d4d4;
}
body .navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
}
body .navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: #333;
}
body .user-footer .btn-warning {
    background-color: #da2128;
    border-color: #da2128;
}
body .user-footer .btn-warning:hover {
    background-color: #9f1e24;
    border-color: #9f1e24;
}
body table .row-move {
    text-align: center;
}
body .table>tbody>tr>td, body .table>tbody>tr>th, body .table>tfoot>tr>td, body .table>tfoot>tr>th, body .table>thead>tr>td, body .table>thead>tr>th {
    line-height: 2.3em;
}
.ui-sortable-helper {
    display: table;
}
body .workshop-table thead tr th:nth-of-type(1), body .workshop-table tbody tr td:nth-of-type(1) {
    width: 5%;
}
body .workshop-table thead tr th:nth-of-type(2), body .workshop-table tbody tr td:nth-of-type(2) {
    width: 25%;
}
body .workshop-table thead tr th:nth-of-type(3), body .workshop-table tbody tr td:nth-of-type(3) {
    width: 15%;
}
body .workshop-table thead tr th:nth-of-type(4), body .workshop-table tbody tr td:nth-of-type(4) {
    width: 15%;
}
body .workshop-table thead tr th:nth-of-type(5), body .workshop-table tbody tr td:nth-of-type(5) {
    width: 15%;
}
body .workshop-table tbody tr.workshops-row td:nth-of-type(1) {
    width: 30%;
}
.workshop-table tbody tr.workshops-row td:nth-of-type(2) {
    width: 25%;
}
.workshop-table tbody tr.workshops-row td:nth-of-type(3) {
    width: 15%;
}
body .content-wrapper {
    position: relative;
}
body .content-wrapper .sort-update-box {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    bottom: 20px;
    background: #ffffff;
    padding: 10px;
    border: 2px solid #da2128;
    border-radius: 5px;
    left: 38%;
    width: 24%;
    text-align: center;
    display: none;
}
body .content-wrapper .sort-update-box .loading-sort, body .content-wrapper .sort-update-box .finished-sort {
    display: none;
}
body .content-wrapper .sort-update-box .loading-sort img {
    height: 20px;
}
body .content-wrapper .sort-update-box i.fa-check-circle {
    color: #08b908;
    font-size: 24px;
    vertical-align: sub;
    position: absolute;
    left: 10px;
    top: 8px;
}
body .autocomplete .input-group-btn .btn-default {
    border-left: 0;
    border-radius: 0;
}
body .box-footer .btn-submit {
    float: right;
    padding: 6px 30px;
}
body .autocomplete .module-dropdown::placeholder, body .autocomplete .machine-dropdown::placeholder {
    color: #555;
}
body .serial-table, body .reports-table-wrapper, body .report-summary {
    display:none;
}
body .btn-confirm {
    background-color: #00a65a;
    color: #fff;
}
body .btn-confirm:hover {
    background-color: #008644;
    color: #fff;
}
body .small-box>.inner.extra-inner-padding {
    padding: 14px 10px;
}
body .report-summary {
    padding: 20px 5px 15px;
}
body h1.extra-title-padding {
    padding: 15px 15px 0;
}
body .pie-chart-dashboard {
    margin-bottom: 20px;
}
body .pie-chart-dashboard .center {
    max-width: 460px;
    margin: 0 auto;
}
body .content .border-right-dashboard {
    border-right: 2px solid #dadada;
}
body .small-box .icon.smaller-icon {
    font-size: 80px;
}
body .small-box:hover .icon.smaller-icon {
    font-size: 85px;
}
body #report_print_form, body #print_iframe {
    display: none;
}
body .pie-chart-dashboard .box-body {
    max-width: 500px;
    margin: 0 auto;
}
body .hide-input-styling {
    background: none;
    border: 0;
}
body .assign-table {
    max-width: 700px;
}
body .assign-table thead tr th:nth-of-type(1), body .assign-table tbody tr td:nth-of-type(1) {
    width: 60%;
}
body .assign-table thead tr th:nth-of-type(2), body .assign-table tbody tr td:nth-of-type(2) {
    width: 20%;
}
body .assign-table thead tr th:nth-of-type(3), body .assign-table tbody tr td:nth-of-type(3) {
    width: 20%;
}
body .date_picker input {
    margin-right: 20px;
    cursor: pointer;
    padding-left: 5px;
    height: 32px;
}
body .parts-used-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
body .parts-used-popup-overlay-overlay .parts-used-popup-box {
    background: #c3c3c3;
    border: 1px solid #da2128;
    border-radius: 5px;
    width: 100%;
    max-width: 450px;
    margin: 150px auto 0;
    padding: 15px;
}
body .parts-used-popup-overlay .parts-used-popup-box.btn {
    background-color: #da2128;
    border-color: #da2128;
}
body .parts-used-popup-overlay .parts-used-popup-box.btn:hover {
     background-color: #a71b20;
     border-color: #a71b20;
}
body .col-md-12 {
    width: 100%;
}
body #parts-used {
    table-layout: fixed;
    width: 100%;
}
