﻿@page {
    margin-top: 0.25in;
    margin-bottom: 0.25in;
    margin-left: 0.25in;
    margin-right: 0.25in;  
}

body {    
    padding-bottom: 20px;
}

::-webkit-inner-spin-button { display: none; }
.tooltip {
    z-index: 999999;
}
.italized {
    font-style: italic;
}
.nowrap {
    white-space: nowrap;
}
.inline-block {
    display: inline-block;
}
.invalid {
    border-color: #ab252a;
}
.valid {
    border-color: #26c326;
}
.add-another {
    max-width: 314px;
}
.logo {
    position: absolute;
    top: 0;
    left: 10px;
}
.navbar-toggle {
    position: absolute;
    right: 20px;
}
.column-grey {
    background: #cccccc;
}
.grey {
    background: #eaeaea;
}
.grey-text {
    color: #999;
}
.greyer {
    background: #dddddd;
}
.black {
    background: #000000;
}
.white {
    background: #ffffff;
}
.header-yellow {
    background: #ffefd5;
}
.yellow {
    background: #ffff00;
}

.modalHeight {
    max-height: 400px;
    overflow-y: auto;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;

}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (max-width: 768px) {

    .navbar-collapse {
        margin-top: 50px;
    }
    .input-group {
        display: flex;
        display: -webkit-box;
        display: -moz-box-flex;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .xs-flex {
        display: flex;
        display: -webkit-box;
        display: -moz-box-flex;
        display: -ms-flexbox;
        display: -webkit-flex;
    }
}
@media only screen and (min-width: 768px) {
    #navmenu .nav:first-child {
        margin-left: 60px;
    }

}

.navbar-inverse .navbar-brand {
color: #ddd;
}
.navbar-inverse .navbar-nav>li>a {
color: #ddd;
}

.dropdown-menu>li>a:hover {
   color: #000;
}

.list-unstyled {
    margin: 0;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

.page-title {
    font-size: 1.5em;
}
.accordion-toggle {
    width: 100%;
    display: block;
}
.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #999; 
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.full-width {
    max-width: 100%;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.no-max-width input, .no-max-width select, .no-max-width textarea {
    max-width: unset;
}

.vertical-line {
    border-left: thick solid #4f4c4c;
}

.tiles
{
    display: block;
}

.tile-item-1
{
    display: block;
    height: auto;
    float:left;
    background-color: yellow;
    border-color: black;
    border-width:thick;
}

.tile-item-2
{
    display: block;
    height: auto;
    float:left;
    background-color: red;
    border-color: black;
    border-width:thick;
}

.tile-item-3
{
    display: block;
    height: auto;
    float:left;
    background-color: blue;
    border-color: black;
    border-width:thick;
}

.tile-item-4
{
    display: block;
    height: auto;
    float:left;
    background-color: green;
    border-color: black;
    border-width:thick;
}

#toggleDetails {
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
}

.primary-bg {
    background:#AB252A;
    color: #fff;
}
.job-board-nav {
    padding: 8px 8px 0 8px;
    margin: 0; 
}

.job-board-nav input, .job-board-nav button {
    margin-top: 4px;
}


/*.assignment-selection {
    max-height: 320px;
    overflow-y: auto;
}*/
.assignee-list .row {
    padding-right: 10px;
}
.assignee-list li/*:not(:first-child)*/ {
    cursor: pointer;
}

.assignee-header li, .assignee-list li {
    font-size: 0.8em;
}

.assignee-header {
    padding:0px;
    margin:0px;
}

.assignee-header > li{
    position: relative;
    display: block;
    padding: 10px 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-top:16px;
}

.assignee-list{
    max-height: 320px;
    overflow-y: auto;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.assignee-list .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.assignee-list li:not(:first-child):not(.selected):hover{
    background: #eaeaea;
}

.assignee-list li.selected{
    background: #63C6E4;
    color: #fff;
}

.relative {
    position: relative;
}
.list-item-touch li{
    margin-bottom:16px;
    /*padding-bottom: 16px;*/
}

.list-item-touch li:last-child {
    /*padding-bottom: 0;*/
    margin-bottom:0px;
}

.outer {
    margin-top: 8px;
    position: relative; 
    border: 1px solid #CCC;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
}
.inner {
    overflow-x:auto;
    overflow-y:auto;
    max-width: -webkit-calc(100% - 199px);
    max-width: -moz-calc(100% - 199px);
    max-width:calc(100% - 199px);
    margin-left:200px;
    border-left: 1px solid #CCC;

}

#schedule {
    width: 100%;
}

#scheduleJobs {
    width: 160px;
    float: left;
}

#scheduleContent {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: Calc(100% - 160px);
    float: left;
    overflow-x: auto;
}

#scheduleItems {
    width: 220px;
    float: left;
}

#scheduleAssignments {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: Calc(100% - 220px);
    float: left;
    overflow-x: auto;
}

#scheduleContent {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: Calc(100% - 160px);
}

#scheduleHeader {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    z-index: 999;
    width: 100%;
    margin-left: auto;
    position:relative;
    border: 1px solid #999;
    border-top: none;
    border-bottom:none;
}
#scheduleHeader.fixed-schedule-header{
    position: sticky;
    top: 50px;
}

#scheduleHeader .schedule-line {
    position: relative;
}


/*@media (min-width: 768px) {
   #scheduleHeader {
       max-width: 720px;
   } 
}
@media (min-width: 992px) {
   #scheduleHeader {
       max-width: 940px;
   } 
}
@media (min-width: 1200px) {
   #scheduleHeader {
       max-width: 1160px;
   } 
}*/

#scheduleHeader #scheduleItems .schedule-day, #scheduleHeader #scheduleJobs .schedule-day {
    height: 59px;
}

.schedule-header .schedule-day, .header-slot{
    text-align: center;
    background: #AB252A;
    color: #fff;
    border: 1px solid #922328;
}
.schedule-line.schedule-header {
    border-right: none;
}
.schedule-line {
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 42px;
}
.schedule-day {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: 70px;
    height: 100%;
    background: #ccc;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-day.exD {
    z-index:3;
}
.schedule-day-border {
    border: 1px solid #999;
    height: 100%;
    width: 100%;
}

.schedule-mobilization-header {
    border: 1px solid #999;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
}

.schedule-header-title {
    align-self: center;
    display: block;
}

.toggleJob {
    align-self: center;
    display: inline-block;
    margin: 0 5px;
}

.schedule-mobilization {
    overflow:visible;
    background: #2E495E;
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: Calc(100% - 2px);
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 0;
}

.schedule-mobilization a {
    height: 100%;
    width: 100%;
    display: block;

}

.schedule-mobilization-superintendent {
    color: #fff;
    font-size: 80%;
    text-wrap: normal;
    padding-left: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    height: 40px;
    line-height: 40px;
}

.schedule-mobilization-superintendent > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: normal;
}

.incomplete .schedule-mobilization-superintendent {
    color: #000;
}

.schedule-line {
    align-items: flex-start;
}

.schedule-grouping-title {
    border: 1px solid #999;
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 0 10px;
    background: #fffdf3;
    font-weight: bold;
    overflow: hidden;
}

.schedule-assignment {
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 0;
    height: 40px;
}
.schedule-assignment:hover {
    z-index:5;
}

/*.exceptionDate {
    z-index:4;
    width: 100%;
    background-image: url("/content/images/stripe.png");
    height: 100%;
    position: absolute;
}

.exceptionDate ~ .assign {
    display:none;
}*/

.schedule-assignment > a, .schedule-assignment > span/*, .schedule-assignment > div*/ {
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    font-size: 12px;
    line-height: 1.1;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.schedule-assignment > a {
    padding-left:15px;
}

.schedule-assignment > .notifyPerson{
    position:absolute;
}

.schedule-assignment > a span, .schedule-assignment > span span{
    flex-grow: 1;
    flex-basis: 100%;
    align-self:center;
}

.assign, .assignToShipyard {
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #999;
}

.downForMaintenance {
    background-color: red;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6 !important;
}

.downYard {
    background-color: #e4787e !important;
    border: 1px solid #cc4d4d;
    color: #666 !important;
}

.personName:before {
    content: " ";
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 4px 8px 0 0;
}

/*a.Equipment, span.Equipment {*/
li.Equipment, div.Equipment.schedule-assignment {
    background: #63C6E4;
    color: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

li.Equipment > a, div.Equipment.schedule-assignment > a /*,div.Equipment.schedule-assignment > div > .reassign*/ {
    color:#fff;
}

.board-assignee a, .board-assignee a:link, .board-assignee a:visited{
    color:#000
}

/*a.Superintendent, span.Superintendent {*/
li.Superintendent, div.Superintendent.schedule-assignment {
    border: 5px solid #c10c0c;
    background: #fff0f0;
}

/*a.Mechanic, span.Mechanic {*/
li.Mechanic, div.Mechanic.schedule-assignment {
     border: 5px solid #044e04;
    background: #e5ffe5;
}

/*a.Subcontractor, span.Subcontractor {*/
li.Subcontractor, div.Subcontractor.schedule-assignment {
     border: 5px solid #f2f50e;
    background: #ffffe0;
}

/*a.Operator, span.Operator {*/
li.Operator, div.Operator.schedule-assignment {
     border: 5px solid #0364ce;
    background: #e7f4ff;
}

/*a.Teamster, span.Teamster {*/
li.Teamster, div.Teamster.schedule-assignment {
     border: 5px solid #F0E9CD;
    background-color: #FCF7E1;
}

/*a.Hauler, span.Hauler {*/
li.Hauler, div.Hauler.schedule-assignment {
     border: 5px solid #ff8c00;
    background: #fff;
}

/*a.Mechanic, span.Mechanic {*/
li.equip-board-hauler, div.Mechanic.schedule-assignment {
     border: 5px solid #428bca;
    background: #e6eeff;
}

/*a.NewHire, span.NewHire {*/
li.NewHire, div.NewHire.schedule-assignment {
    border: 5px dashed #910991;
    background: #fcd0fc;
}

a.assignment, span.assignment {
    background: #2E495E;
    color: #fff;
    -ms-opacity: .88;
    opacity: .88;
}

a.storage, span.storage {
    background: #caf0fb;
    color: #666;
}
a.storage-green, span.storage-green {
    background: #dffbca;
}

.Superintendent:before {
    background: #c10c0c;
}

.Mechanic:before {
    background: #044e04;
}

.Subcontractor:before {
    background: #f2f50e;
}

.Operator:before {
    background: #0364ce;
}

.Teamster:before {
    background: #F0E9CD;
}

.equip-board-hauler:before {
    background: #428bca;
}

.Hauler:before {
    background: #ff8c00;
}

.NewHire:before {
    background: #910991;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex .col {
    align-self: center;
    padding: 5px;
}

.grid-header .col {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#JobBoardWrapper {
    position: relative;
}
.board-column-header {
    background: #eaeaea;
    position: absolute;
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: Calc(100% - 2px);
    width: 150px;
    left: 1px;
    top: 1px;
    border-right: 1px solid #999;
}
#JobBoard {
    overflow-x: auto;
    border-top: none;
    border: 1px solid #999;
    border-top: none;
}
.board-row {
    /*height: 100%;*/
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.board-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    flex:1;
    min-width: 150px;
    padding: 8px;
    border: 1px solid #999;
    border-bottom: none;
    border-right: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    min-height: 42px;
    width:100%;
}

.board-col:first-child {
    position: absolute;
    z-index: 100;
    background: transparent;
    display: flex;
    display: -webkit-box;
    display: -moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-left: none;
    width: 150px;
    min-width: 150px;
    font-weight: bold;
}

.col-middle {
    align-self: center;
}

.board-assignee {
    padding: 2px 5px; 
    border-width: 3px !important; 
    color:#000; 
    /*cursor: pointer;*/
    display: block;
    min-width: 135px;
}
span.board-assignee {
    cursor:default;
}
.board-header .board-col{
    background: #AB252A;
    border-color: #922328;
    color: #fff;
    height: 44px;
    overflow: hidden;
}

.board-header a {
    color: #FCF8E3;
}

.board-header .board-col:first-child{
    border-right: 1px solid #922328;
}

.board-col:nth-child(2) {
    margin-left: 150px;
}

.board-job-details .board-col:not(:first-child) {
    display: block;
    background: #f5f5f5;
    border-color: #bbb;
}

.jif-assignment-warning {
    position: absolute;
    margin-left: 23px;
}

/* Dan C added ipad fix */
@media only screen and (max-width: 768px) {
    .navbar-collapse {
        margin-top: 0px;
    }
}

/* Dan C added to fix ie10 job board */
.board-wrap {
    max-width:100%;
}

/* Dan C added for create user page */
.aspUserContainer.noAccess > .aspUser {
    display:none;
}

/* Dan C added for print jif page */
.printLogo {
    display:none;
}
@media print {
    img.printLogo{
        display:block;
        float:left;
    }

    .pull-rightPrint{
        float:right !important;
    }

    .pull-leftPrint{
        float:left !important;
    }

    #jobDetails .panel-collapse.collapse{
        display:block;
        height: auto !important;
    }

    body{
        padding:0px;
    }

    .navbar, .breadcrumb, #jobDetails .panel-heading, .printMob, .viewJif hr, .viewMobil .nav, .viewMobil .tab-pane > .container:first-child, .mobTitle, .glyphicon-edit, .glyphicon-remove{
        display:none;
    }

    a[href]:after {
        content: "";
    }

    .jobDetailsSec, .printSec{
        width:48%;
        float:left;
    }

    .jobDetailsSec{
        margin-right:12px;
    }

    .printSec.pull-right{
        padding-left:10px;
    }

    .panel.panel-info{
        border:none;
    }

    dl{
        margin:0px;
        font-size:12px;
    }

    .dl-horizontal dd{
        float:left
    }

    .dl-horizontal dt {
        clear: both;
        float: left;
        width: 50%;
    }

    .viewMobil .container{
        padding:0px;
        margin:0px;
    }

    .viewMobil{
        padding-top: 10px;
        border: 1px solid #bce8f1;
    }

    .panel-info>.panel-heading+.panel-collapse .panel-body {
        border:none;
    }

    .row h4{
        margin:0px;
    }

    .personalP dt{
        width:auto;
        padding-right:4px;
        font-size:12px;
    }
}

/*Bradley U Added for print jif page*/
@media print{
    body {
        font-size: 12px;
    }

    label {
        line-height: normal;
    }

    div.textAreaNote {
        font-size: 6px;
        line-height: normal;
    }

    pre {
        border: 0px;
    }

    label.name {
        border-bottom: 1px solid black;
        width: 100%;
    }

    #processes.table thead > tr > th {
        border-bottom: 2px solid black;
    }

    #processes.table tbody > tr > th,
    #processes.table tfoot > tr > th,
    #processes.table tbody > tr > td,
    #processes.table tfoot > tr > td {
        border-top: 1px solid black;
    }

    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }

    .jobDetailsSec, .printSec {
        width: 48%;
        float: left;
    }

    .jobDetailsSec {
        margin-right: 12px;
    }

    .printSec.pull-right {
        padding-left: 10px;
    }
    /*.panel.panel-default{
        border:none;
    }

    .dropdown, .page-header{
        display:none;
    }

    .table-responsive{*/*//*removes scrollbar*/
        /*overflow-x:initial;
    }

    .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    page-break-after: always;
    }
}

/* Dan C added for storage yard modal*/
.stoYard .canSto, .stoYard #NewStorageYard, .stoYard .new .newSto, .stoYard .new #StorageYardList, .editYardItem, .editYardBlock{
    display:none;
}

.stoYard .new .canSto, .stoYard .new #NewStorageYard, .removeYard .editYardItem {
    display:inline;
}

.editYard .editYardBlock {
    display:block;
}

/* Dan C added datepicker fix */
.datepicker.dropdown-menu {
    z-index: 1060 !important;
}

/* Dan C added red star on equipment assignment */
.assignee-list .name.text-danger > span {
    font-size: 24px;
    line-height: .1;
}

/* Dan C added for yes/no callout*/
label.btn.btn-default.active {
    color: #fff;
    background-color: #2d6ca2;
    border-color: #2b669a;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

/* Dan C added for incomplete mobilizations */
.schedule-mobilization.incomplete{
    background-color:#f2dede;
}

/* Dan C added for print schedule and schedule assignment*/
@media print {
    .schedule-day:nth-child(n+8) {
        display: none;
    }

    /*.schedule-mobilization-list > .collapse, .schedule-mobilization-list > li > .collapse {
        display: block;
    }*/

    #schedule > #scheduleContent, #schedule > #scheduleAssignments {
        overflow: hidden;
    }

    .schedule-assignment > a, .schedule-assignment > span {
        text-align: left;
    }

    div.body-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    div#scheduleHeader {
        max-width: 100%;
    }

    a.Equipment, span.Equipment {
        -webkit-print-color-adjust: exact;
        background: #63C6E4 !important;
        color: #fff !important;
    }

    a.assignment, span.assignment {
        -webkit-print-color-adjust: exact;
        background: #2E495E !important;
        color: #fff !important;
    }

    a.storage, span.storage {
        -webkit-print-color-adjust: exact;
        background: #caf0fb !important;
        color: #666 !important;
    }
}

.bootbox-alert
{
    z-index: 3000;
}


.total-loads-wrapper {
    margin-top: 5px;
    padding: 5px 5px 0 5px;
}

.carrier-truck-availability-wrapper {
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    border: inset 1px #888888;
    -moz-box-shadow: 5px 5px 3px #999999;
    -webkit-box-shadow: 5px 5px 3px #999999;
    box-shadow: 5px 5px 3px #999999;
    /*background-color: #eeeeee;
    background: linear-gradient(#efefef, white); /* Standard syntax */*/
}

.detail-schedule 
{
    margin:  12px 0 12px 0;
    padding: 5px 5px 5px 5px;
    border: inset 1px #888888;
    -moz-box-shadow: 5px 5px 3px #999999;
    -webkit-box-shadow: 5px 5px 3px #999999;
    box-shadow: 5px 5px 3px #999999;
    font-size: .85em;
    font-weight: 500;
}
/*.detail-schedule input,.detail-schedule select  
{
    font-size: .95em;
}*/

.detail-schedule .view .row {
  padding-top: 1px;
  padding-bottom: 1px;
}

.edit .row, padd-top-bot
{
 padding: 2px 0 2px 0;
}

.show-first {
    visibility: hidden;
}

.show-first:first-child {
    visibility: visible;
}

.ui-timepicker-wrapper
{
    z-index: 5000;
}


.material-job-status-Created {
    color: red;
}

.material-job-status-InProgress {
    color: red;
}
.material-job-status-Submitted {
    color: orange;
}

.material-job-status-Notified {
    color: green;
}

.borderless {
    border:none !important;
}
.outer-grid-row {
    border-top: 1px solid #e5e5e5;
    padding: 4px 0 4px 0;
}
.inner-grid-row:nth-of-type(odd) {
    background: #F3F3F3;
    padding: 2px 0 2px 0;
}

.negative-carrier-availability {
    color: red;
}

.stroked{ 
    text-decoration: line-through; 
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #666; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader-small {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #666; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.note-modal {
    margin-right: 5px !important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 475px;
    overflow-y: auto;
}




.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.disabled {
    pointer-events: none;
    opacity: .6;
}

.jobSourceForm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.jobSourceHeaderGroup {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0px -18px 6px 0px;
    border-bottom: 2px solid lightgrey;
}

.jobSourceHeader {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.jobSourceModalInfo {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
