.dispatch-container {
    padding: 25px 40px 40px 250px;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 100;
    float: left;
    min-width: 800px;
    max-width: 1400px;
    position: absolute;
}

.dispatch-actions-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dispatch-header {
    color: #6CBCDE;
    font-weight: 100;
    font-size: 40px;
}

.dispatch-action {
    display: inline-block;
    background-color: #F38B00;
    color: white;
    width: 200px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.dispatch-action:hover {
    background-color: #db7a00;
}

.dispatch-action:active {
    background-color: #006F95;
}

.dispatch-create {
    display: inline-block;
    background-color: #006F95;
    color: white;
    width: 200px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.dispatch-thin {
    margin-bottom: 2px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dispatch-create:hover {
    background-color: #006588;
}

.dispatch-create:active {
    background-color: #F38B00;
}

.dispatch-table {
    margin-top: 27px;
    margin-bottom: 27px;
    width: 100%;
    border-collapse: collapse;
}

.dispatch-table tr th, .dispatch-table tr td {
    padding: 5px 5px 5px 5px;
    margin-left: 0;
    margin-right: 0;
}

.dispatch-table tr td {
    border-bottom: 1px solid #6CBCDE;
}

.dispatch-table-data-center tr td {
    text-align: center;
}

.dispatch-table-header tr th {
    background-color: #006F95;
    color: white;
    border-top: none;
}

.dispatch-row-fail td {
    padding: 5px 5px 0px 5px !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.dispatch-row-error td {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    color: #EF2B1C;
    font-size: 12px !important;
}

.dispatch-table-button-lg {
    color: white;
    background-color: #006F95;
    width: 90px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10%;
}

.dispatch-table-button-lg:hover {
    background-color: #006588;
}

.dispatch-table-button-lg:active {
    background-color: #F38B00;
}

.dispatch-table-button-sm {
    color: white;
    width: 80px;
    background-color: #006F95;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15%;
}

.dispatch-table-button-sm:hover {
    background-color: #006588;
}

.dispatch-table-button-sm:active {
    background-color: #F38B00;
}

.no-borders tr th, .no-borders tr td{
    border: none;
}

.dispatch-btn-grey {
    background-color: #8697A0;
}

.dispatch-btn-grey:hover {
    background-color: #728089;
}

.dispatch-btn-grey:active {
    background-color: #006F95;
}

.dispatch-details-list {
    font-size: 20px;
    font-weight: 100;
    margin-top: 27px;
    margin-bottom: 27px;
}

.dispatch-success {
    color: #58D983;
}

.dispatch-fail {
    color: #EF2B1C;
}

.dispatch-warning {
    color: #F38B00;
}

.w15 {
    width: 15%;
}
.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.col-6 {
    float: left;
    width: 50%;
}

.pull-right {
    float: right;
}

.gutter-10 {
    margin-bottom: 40px;
}
.gutter-40 {
    margin-bottom: 140px;
}

.a-btn {
    text-decoration: none;
}

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

.dispatch-tab-control {
    margin-bottom: 0px;
    border-bottom: 1px solid #006F95;
    height: 39px;
}

.dispatch-tab {
    border: solid 1px #8697A0;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    display: inline-block;
    float: left;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0;
    text-align: center;
    width: 60px;
    color: inherit;
}

.dispatch-tab:hover {
    background-color: #8697A0;
    color: white;
}

.dispatch-tab:active {
    background-color: #F38B00;
    color: white;
}

.dispatch-tab-active {
    border-bottom: none !important;
    background-color: #006F95;
    color: white !important;
}

.dispatch-tab-client {
    float: right;
    width: 400px;
    height: inherit;
}

.dispatch-tab-client-label {
    display: inline-block;
    float: left;
}

.dispatch-tab-dropdown {
    display: inline-block;
    float: right;
    width: 300px;
}

a.a-btn:link {
    text-decoration: inherit;
    color: inherit;
}

a.a-btn:visited {
    text-decoration: inherit;
    color: inherit;
}

.center-div
{
    margin: 0 auto;
    width: 410px;
}

.modal-dialog {
    margin-top: 20% !important;;
}

form {
    background: none;
}

.menu {
    position: absolute;
}