﻿html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    min-width:800px;
    min-height:600px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

body {
    padding-top: 90px;
}

html, body, div, span, object,
form, h1, h2, button, label, a, img {
  -moz-user-select: none;
  -webkit-user-select: none;
  /* this will work for QtWebKit in future */
  -webkit-user-drag: none;
}

.changed-field{
  border: 1px solid #3096b3;
  background:#f0ffff;
}

hr {
   margin-top: 0px;
}
.form-group {
    margin-bottom: 10px !important;
}

.btn {
    padding: 4px 12px !important;
}

.field-validation-error {
    font-size: 12px !important;
}

.primaryBox {
    width:60%;
    /*position: relative;*/
    border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; background: #F0F0EE; border: 1px solid #D3D2CE;
    background-image: -webkit-linear-gradient(bottom, #F0F0EE, #fff);
    background-image:    -moz-linear-gradient(bottom, #F0F0EE, #fff);
    background-image:     -ms-linear-gradient(bottom, #F0F0EE, #fff);
    background-image:      -o-linear-gradient(bottom, #F0F0EE, #fff);
    background-image:         linear-gradient(bottom, #F0F0EE, #fff);
}

.boxBody { 
    padding:10px 10px 10px 10px; 
    min-height: 170px; 
    border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px;
}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 7%;}  /* must be same height as the footer */
/*
#footer {position: relative;
	margin-top: -100px; 
	height: 50px;
	clear:both;} 
*/
#footer {
    position: absolute;
    margin-top: -30px;
    height: 50px;
    clear: both;
    text-align: center;
    width: 100%;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
select{
    max-width: 260px !important;
    max-height:34px !important;
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.Upper
{
    text-transform:uppercase;
}


textarea {
    max-width: 400px;
    max-height:400px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48 !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48 !important;
}

select.input-validation-error {
    border: 1px solid #b94a48 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48 !important;
}

.validation-summary-valid {
    display: none;
}

.footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}

.collapseButton-MaxSize-WrapText {
    max-width: 100%;
    min-width: 100px;
    white-space: normal;
}

.scrollableGrid {
    max-height:450px;
    overflow: auto;
}

.scrollableSmallGrid {
    max-height: 350px;
    overflow: auto;
}

.scrollableMediumGrid {
    max-height:600px;
    overflow: auto;
    padding-left:1px !important; 
    padding-right:1px !important; 
}


.scrollableLongGrid {
    max-height:750px;
    overflow: auto;
}

.scrollableAdditionalDropDownField {
    max-height:250px;
    overflow: auto;
}


.scrollableShort {
    max-height:250px;
    overflow: auto;
}

.scrollable {
    max-height:400px;
    overflow: auto;
    overflow-x: hidden;
}

.hidden {
    display:none;
}

.labelNoBold {
    font-weight: normal !important;
}

.renderpart{
        position:absolute; 
        background:white; 
        border: 1px solid #00b1ff; 
        border-top: 0; 
        width: 1000px; 
        height: 400px;
        margin: 0 auto; 
        /*padding:  15px 15px; */
        overflow:scroll;
        text-align: left; 
        -webkit-border-bottom-right-radius: 6px; 
        -webkit-border-bottom-left-radius: 6px; 
        -moz-border-radius-bottomright: 6px; 
        -moz-border-radius-bottomleft: 6px; 
        border-bottom-right-radius: 6px; 
        border-bottom-left-radius: 6px;
        font-size: 12px;
        font-weight: normal;
        z-index: 3;   
}

.holder_groups {
    position: relative;
}

.dropdown_groups {
    position: absolute;
    background: white;
    border: 1px solid #00b1ff;
    border-top: 0;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    /*padding:  15px 15px; */
    overflow: scroll;
    text-align: left;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
    font-weight: normal;
    z-index: 3;
}

.tableShipments tbody td {
	font-size: 12px;	
}

/*File Upload*********************************************/
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.ProgressTemplate1 {
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
    overflow: hidden; 
    padding: 0; 
    margin: 0; 
    background-color: #333; 
    filter: alpha(opacity=60); 
    opacity: 0.6; 
    z-index: 100000;
}

.wrapper {
    left: 50%;
    top: 50%;
    position: fixed;
    height: 300px;
    width: 450px;
    z-index: 100001;    
    visibility:hidden;
}

.ProgressTemplate2 {
    position:absolute;
    width:100%;
    height:100%;
    left:-50%;
    top:-50%;
    visibility:visible;
    z-index: 100001;
    background-color: #333;
    border-radius: 20px;
    border: 6px solid #101010;
    background-image: url('../Images/Loading.gif') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.ProgressTemplate2 .containerAnimation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;  
    padding: 10px;
}

.ProgressTemplate2 p {   
    position: absolute;
    color:white;
    text-align:center;
    vertical-align:  bottom;
}

.ShipmentStatusPanel {
    border: 1px solid DarkGray; 
    padding: 10px;
    margin: 20px;
    /*background: #f7dede;*/
}
/* Allow user text select not being able to select and copy anything is beyond annoying */

div, span, td, a, label {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.toast-top-full-width {
    /* top: 0; */
    /* right: 0; */
    /*width: 100%;*/
    width:40%;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display:block!important;
}


.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}

@keyframes hide {
  0% {
    transform: translateY(0%);
  }
100%{
    transform: translateY(-100%);
  }
}

@-webkit-keyframes hide {
  0% {
    -webkit-transform: translateY(0%);
  }
  100%{
    -webkit-transform: translateY(-100%);
  }
}

/**********************************************************************************************************************************************************
Expand Collapse Shipping Point
**********************************************************************************************************************************************************/
.expandcollapse-item {
    overflow: hidden;
}

.expandcollapse-heading {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: white; 
}

.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}

@keyframes show {
  0% {
    transform: translateY(-100%);
  }
100%{
    transform: translateY(0%);
  }
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100%{
    -webkit-transform: translateY(0%);
  }
}


.scrollableTable {
    width: 100%;
    background-color: #f3f3f3;
}

.scrollableTable tbody{
    max-height:700px;
    overflow-y:auto;
    width: 100%;
}

.scrollableTable thead,
.scrollableTable tbody,
.scrollableTable tr,
.scrollableTable td,
.scrollableTable th{
    display:block
}

.scrollableTable tbody td{
    float:left;
    height: 40px;
}

.scrollableTable thead tr th{
    float:left;
    height: 40px;
}

.selected {
    background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,0)) !important;
    background-color: #99ffaa !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
}

.selected-thirdpartypickup {
    background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0)) !important;
    background-color: #FFD8D8 !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
}

.selected-dropoff {
    background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0)) !important;
    background-color: #d8f9ff !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
}

.selected-thirdpartydropoff {
    background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0)) !important;
    background-color: #d8dcff !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
}

.selected-red-bordered {
    background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0)) !important;
    background-color: #99ffaa !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
    border: solid 2px red !important;
}

/*************************************************************************************************************************************************************************
    BOOTSTRAP NAVBAR
**************************************************************************************************************************************************************************/

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #093285 0%, #06225c 100%) !important;
  background-image:      -o-linear-gradient(top, #093285 0%, #06225c 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#093285), to(#06225c)) !important;
  background-image:         linear-gradient(to bottom, #093285 0%, #06225c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff093285', endColorstr='#ff06225c', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
  background-repeat: repeat-x !important;
}


/*************************************************************************************************************************************************************************
    BOOTSTRAP TABLE
**************************************************************************************************************************************************************************/

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #edf7ff;
}
.table-hover > tbody > tr:hover {
  background-color: #c4e5ff;
}
/*
    60a7e0
    093285
*/
/*
 .table thead th {
    background-image: -webkit-linear-gradient(top, #60a7e0 0%, #093285 100%) !important;
      background-image:      -o-linear-gradient(top, #60a7e0 0%, #093285 100%) !important;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#60a7e0), to(#093285)) !important;
      background-image:         linear-gradient(to bottom, #60a7e0 0%, #093285 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60a7e0', endColorstr='#ff093285', GradientType=0) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
      background-repeat: repeat-x !important;
      color:white;
  }
*/

.table thead th {
    background-image: -webkit-linear-gradient(top, #60a7e0 0%, #8ac6eb 100%) !important;
    background-image:      -o-linear-gradient(top, #60a7e0 0%, #8ac6eb 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#60a7e0), to(#8ac6eb)) !important;
    background-image:         linear-gradient(to bottom, #60a7e0 0%, #8ac6eb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60a7e0', endColorstr='#ff8ac6eb', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color:white;
}

.table-disabled thead th {
    background-image: -webkit-linear-gradient(top, #CAD9E4 0%, #C7DEEC 100%) !important;
    background-image: -o-linear-gradient(top, #CAD9E4 0%, #C7DEEC 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CAD9E4), to(#C7DEEC)) !important;
    background-image: linear-gradient(to bottom, #CAD9E4 0%, #C7DEEC 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCAD9E4', endColorstr='#ffC7DEEC', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color: darkgray;
}

/*************************************************************************************************************************************************************************
    BOOTSTRAP BUTTONS
**************************************************************************************************************************************************************************/

.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%) !important;
    background-image:      -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)) !important;
    background-image:         linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #b3b3b3 100%) !important;
    background-image:      -o-linear-gradient(top, #ffffff 0%, #b3b3b3 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3)) !important;
    background-image:         linear-gradient(to bottom, #ffffff 0%, #b3b3b3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffb3b3b3', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #074d87 100%) !important;
    background-image:      -o-linear-gradient(top, #337ab7 0%, #074d87 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#074d87)) !important;
    background-image:         linear-gradient(to bottom, #337ab7 0%, #074d87 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff074d87', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #002057 100%) !important;
    background-image:      -o-linear-gradient(top, #337ab7 0%, #002057 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#002057)) !important;
    background-image:         linear-gradient(to bottom, #337ab7 0%, #002057 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff002057', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%) !important;
    background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)) !important;
    background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #217a21 100%) !important;
    background-image:      -o-linear-gradient(top, #5cb85c 0%, #217a21 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#217a21)) !important;
    background-image:         linear-gradient(to bottom, #5cb85c 0%, #217a21 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff217a21', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2e94b0 100%) !important;
    background-image:      -o-linear-gradient(top, #5bc0de 0%, #2e94b0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2e94b0)) !important;
    background-image:         linear-gradient(to bottom, #5bc0de 0%, #2e94b0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2e94b0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #046982 100%) !important;
    background-image:      -o-linear-gradient(top, #5bc0de 0%, #046982 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#046982)) !important;
    background-image:         linear-gradient(to bottom, #5bc0de 0%, #046982 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff046982', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #c28023 100%) !important;
    background-image:      -o-linear-gradient(top, #f0ad4e 0%, #c28023 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#c28023)) !important;
    background-image:         linear-gradient(to bottom, #f0ad4e 0%, #c28023 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffc28023', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #945100 100%) !important;
    background-image:      -o-linear-gradient(top, #f0ad4e 0%, #945100 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#945100)) !important;
    background-image:         linear-gradient(to bottom, #f0ad4e 0%, #945100 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ff945100', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #ab2424 100%) !important;
    background-image:      -o-linear-gradient(top, #d9534f 0%, #ab2424 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#ab2424)) !important;
    background-image:         linear-gradient(to bottom, #d9534f 0%, #ab2424 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffab2424', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #7d0000 100%) !important;
    background-image:      -o-linear-gradient(top, #d9534f 0%, #7d0000 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#7d0000)) !important;
    background-image:         linear-gradient(to bottom, #d9534f 0%, #7d0000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ff7d0000', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
}

/***********************************************************************************************************************************************************************************
    BOOTSTRAP LABELS
************************************************************************************************************************************************************************************/

.label-default {
    background-image: -webkit-linear-gradient(top, #777777 0%, #474747 100%) !important;
    background-image:      -o-linear-gradient(top, #777777 0%, #474747 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#474747)) !important;
    background-image:         linear-gradient(to bottom, #777777 0%, #474747 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff474747', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.label-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #074d87 100%) !important;
    background-image:      -o-linear-gradient(top, #337ab7 0%, #074d87 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#074d87)) !important;
    background-image:         linear-gradient(to bottom, #337ab7 0%, #074d87 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff074d87', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.label-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #2f8a2f 100%) !important;
    background-image:      -o-linear-gradient(top, #5cb85c 0%, #2f8a2f 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#2f8a2f)) !important;
    background-image:         linear-gradient(to bottom, #5cb85c 0%, #2f8a2f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff2f8a2f', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.label-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2e94b0 100%) !important;
    background-image:      -o-linear-gradient(top, #5bc0de 0%, #2e94b0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2e94b0)) !important;
    background-image:         linear-gradient(to bottom, #5bc0de 0%, #2e94b0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2e94b0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.label-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #c28023 100%) !important;
    background-image:      -o-linear-gradient(top, #f0ad4e 0%, #c28023 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#c28023)) !important;
    background-image:         linear-gradient(to bottom, #f0ad4e 0%, #c28023 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffc28023', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.label-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #ab2424 100%) !important;
    background-image:      -o-linear-gradient(top, #d9534f 0%, #ab2424 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#ab2424)) !important;
    background-image:         linear-gradient(to bottom, #d9534f 0%, #ab2424 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffab2424', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

/***********************************************************************************************************************************************************************************
    BOOTSTRAP ALERTS
************************************************************************************************************************************************************************************/
.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d1e0ca 100%) !important;
    background-image:      -o-linear-gradient(top, #dff0d8 0%, #d1e0ca 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d1e0ca)) !important;
    background-image:         linear-gradient(to bottom, #dff0d8 0%, #d1e0ca 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd1e0ca', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c8dce6 100%) !important;
    background-image:      -o-linear-gradient(top, #d9edf7 0%, #c8dce6 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c8dce6)) !important;
    background-image:         linear-gradient(to bottom, #d9edf7 0%, #c8dce6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc8dce6', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #ebe7d5 100%) !important;
    background-image:      -o-linear-gradient(top, #fcf8e3 0%, #ebe7d5 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#ebe7d5)) !important;
    background-image:         linear-gradient(to bottom, #fcf8e3 0%, #ebe7d5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#ffebe7d5', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e0cece 100%) !important;
    background-image:      -o-linear-gradient(top, #f2dede 0%, #e0cece 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e0cece)) !important;
    background-image:         linear-gradient(to bottom, #f2dede 0%, #e0cece 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe0cece', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
}
/***********************************************************************************************************************************************************************************
 SHIPPING DATA CONFIRMATION
************************************************************************************************************************************************************************************/
.shipping-data-confirmation {
    background-image: -webkit-linear-gradient(top, #EADEF2 0%, #D9CEE0 100%) !important;
    background-image: -o-linear-gradient(top, #EADEF2 0%, #D9CEE0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EADEF2), to(#D9CEE0)) !important;
    background-image: linear-gradient(to bottom, #EADEF2 0%, #D9CEE0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEADEF2', endColorstr='#ffD9CEE0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .45em;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

/***********************************************************************************************************************************************************************************
 SHIPPERS LOGOS
************************************************************************************************************************************************************************************/
.DHLExpressLogo {
    background: url('../Images/DHLExpress_small.png') no-repeat center;
    background-image: url('../Images/DHLExpress_small.png') !important;
    width: 170px;
    height: 60px;
}

.DHLExpressIcon {
    background: url('../Images/DHLExpress_icon.png') no-repeat center;
    background-image: url('../Images/DHLExpress_icon.png') !important;
    width: 100px;
    height: 30px;
}

.DHLExpressIconS {
    background: url('../Images/DHLExpress_Mobile_48.png') no-repeat center !important;
    background-image: url('../Images/DHLExpress_Mobile_48.png') !important;
    width: 48px;
    height: 30px;
}

.DHLExpressIconMobile {
    background: url('../Images/DHLExpress_Mobile_48.png') no-repeat center !important;
    background-image: url('../Images/DHLExpress_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
}

.DHLExpressIconMobile:hover {
    background: url('../Images/DHLExpress_Mobile_48.png') no-repeat center !important;
    background-image: url('../Images/DHLExpress_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}


.FedExLogo {
    background: url('../Images/FedEx_small.png') no-repeat center;
    background-image: url('../Images/FedEx_small.png') !important;
    width:170px;
    height:60px;
}

.FedExIcon {
    background: url('../Images/FedEx_icon.png') no-repeat center;
    background-image: url('../Images/FedEx_icon.png') !important;
    width:100px;
    height:30px;
}

.FedExIconS {
    background: url('../Images/FedEx_iconS.png') no-repeat center;
    background-image: url('../Images/FedEx_iconS.png') !important;
    width:60px;
    height:30px;
}

.FedExIconMobile {
    background: url('../Images/FedEx_Mobile_48.ico') no-repeat center !important;
    background-image: url('../Images/FedEx_Mobile_48.ico') !important;
    width:48px;
    height:48px;
}

.FedExIconMobile:hover
{
    background: url('../Images/FedEx_Mobile_48.ico') no-repeat center !important;
    background-image: url('../Images/FedEx_Mobile_48.ico') !important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.UPSLogo {
    background: url('../Images/UPS_small.png') no-repeat center;
    background-image: url('../Images/UPS_small.png') !important;
    width:50px;
    height:60px;
}

.UPSIcon {
    background: url('../Images/UPS_icon.png') no-repeat center;
    background-image: url('../Images/UPS_icon.png') !important;
    width:25px;
    height:30px;
}

.UPSIconMobile {
    background: url('../Images/UPS_Mobile_48.png') no-repeat center;
    background-image: url('../Images/UPS_Mobile_48.png') !important;
    width:48px;
    height:48px;
}

.UPSIconMobile:hover
{
    background: url('../Images/UPS_Mobile_48.png') no-repeat center;
    background-image: url('../Images/UPS_Mobile_48.png') !important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.PurolatorLogo {
    background: url('../Images/Purolator_small.png') no-repeat center;
    background-image: url('../Images/Purolator_small.png') !important;
    width:297px;
    height:60px;
}

.PurolatorIcon {
    background: url('../Images/Purolator_icon.png') no-repeat center;
    background-image: url('../Images/Purolator_icon.png') !important;
    width:173px;
    height:30px;
}

.PurolatorIconS {
    background: url('../Images/Purolator_iconS.png') no-repeat center;
    background-image: url('../Images/Purolator_iconS.png') !important;
    width:30px;
    height:30px;
}

.PurolatorIconMobile {
    background: url('../Images/Purolator_Mobile_48.png') no-repeat center;
    background-image: url('../Images/Purolator_Mobile_48.png') !important;
    width:48px;
    height:48px;
}

.PurolatorIconMobile:hover
{
    background: url('../Images/Purolator_Mobile_48.png') no-repeat center;
    background-image: url('../Images/Purolator_Mobile_48.png') !important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.FindTheBestLogo {
    background: url('../Images/FindTheBest_small.png') no-repeat center;
    background-image: url('../Images/FindTheBest_small.png') !important;
    width:346px;
    height:60px;
}

.FindTheBestIconS {
    background: url('../Images/FindTheBest_Mobile_S.png') no-repeat center;   
    background-image: url('../Images/FindTheBest_Mobile_S.png')!important;
    width: 30px;
    height: 30px;
}

.FindTheBestIcon {
    background: url('../Images/FindTheBest_icon.png') no-repeat center;   
    background-image: url('../Images/FindTheBest_icon.png')!important;
    width: 205px;
    height: 30px;
}

.FindTheBestIconMobile {
    background: url('../Images/FindTheBest_Mobile_48.png') no-repeat center;   
    background-image: url('../Images/FindTheBest_Mobile_48.png')!important;
    width: 48px;
    height: 48px;
}

.FindTheBestIconMobile:hover
{
    background: url('../Images/FindTheBest_Mobile_48.png') no-repeat center;   
    background-image: url('../Images/FindTheBest_Mobile_48.png')!important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.QuickPriceLogo {
    background: url('../Images/QuickPrice_small.png') no-repeat center;
    background-image: url('../Images/QuickPrice_small.png') !important;
    width:200px;
    height:60px;
}

.QuickPriceIcon {
    background: url('../Images/QuickPrice_icon.png') no-repeat center;   
    background-image: url('../Images/QuickPrice_icon.png')!important;
    width: 120px;
    height: 30px;
}

.QuickPriceIconMobile {
    background: url('../Images/QuickPrice_Mobile_48.png') no-repeat center;   
    background-image: url('../Images/QuickPrice_Mobile_48.png')!important;
    width: 48px;
    height: 48px;
}

.QuickPriceIconMobile:hover
{
    background: url('../Images/QuickPrice_Mobile_48.png') no-repeat center;   
    background-image: url('../Images/QuickPrice_Mobile_48.png')!important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.CourierCompleteLogo {
    background: url('../Images/QACourier_small.png') no-repeat center;
    background-image: url('../Images/QACourier_small.png') !important;
    width:185px;
    height:60px;
}

.CourierCompleteIcon {
    background: url('../Images/QACourier_icon.png') no-repeat center;   
    background-image: url('../Images/QACourier_icon.png')!important;
    width: 110px;
    height: 30px;
}

.CourierCompleteIconS {
    background: url('../Images/QACourier_iconS.png') no-repeat center;   
    background-image: url('../Images/QACourier_iconS.png')!important;
    width: 30px;
    height: 30px;
}

.CourierCompleteIconMobile {
    background: url('../Images/QACourier_Mobile_48.png') no-repeat center;   
    background-image: url('../Images/QACourier_Mobile_48.png')!important;
    width: 48px;
    height: 48px;
}

.CourierCompleteIconMobile:hover
{
    background: url('../Images/QACourier_Mobile_48.png') no-repeat center;   
    background-image: url('../Images/QACourier_Mobile_48.png')!important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.CanadaPostLogo {
    background: url('../Images/CanadaPost_small.png') no-repeat center;
    background-image: url('../Images/CanadaPost_small.png') !important;
    width:230px;
    height:60px;
}

.CanadaPostIcon {
    background: url('../Images/CanadaPost_icon.png') no-repeat center;   
    background-image: url('../Images/CanadaPost_icon.png')!important;
    width: 137px;
    height: 30px;
}

.CanadaPostIconS {
    background: url('../Images/CanadaPost_iconS.png') no-repeat center;   
    background-image: url('../Images/CanadaPost_iconS.png')!important;
    width: 30px;
    height: 30px;
}

.CanadaPostIconMobile {
    background: url('../Images/CanadaPost_Mobile_48_T.png') no-repeat center;   
    background-image: url('../Images/CanadaPost_Mobile_48_T.png')!important;
    width: 48px;
    height: 48px;
}

.CanadaPostIconMobile:hover
{
    background: url('../Images/CanadaPost_Mobile_48_T.png') no-repeat center;   
    background-image: url('../Images/CanadaPost_Mobile_48_T.png')!important;
    width:48px;
    height:48px;
    border:solid 2px white;
    -webkit-filter: brightness(150%);
}

.CanparLogo {
    background: url('../Images/Canpar_small.png') no-repeat center;
    background-image: url('../Images/Canpar_small.png') !important;
    width: 230px;
    height: 60px;
}

.CanparIcon {
    background: url('../Images/Canpar_icon.png') no-repeat center;
    background-image: url('../Images/Canpar_icon.png') !important;
    width: 137px;
    height: 30px;
}

.CanparIconS {
    background: url('../Images/Canpar_iconS.png') no-repeat center;
    background-image: url('../Images/Canpar_iconS.png') !important;
    width: 30px;
    height: 30px;
}

.CanparIconMobile {
    background: url('../Images/Canpar_Mobile_48_T.png') no-repeat center;
    background-image: url('../Images/Canpar_Mobile_48_T.png') !important;
    width: 48px;
    height: 48px;
}

.CanparIconMobile:hover {
    background: url('../Images/Canpar_Mobile_48_T.png') no-repeat center;
    background-image: url('../Images/Canpar_Mobile_48_T.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}
/*CorporateCouriersLogistics *********************************************************************/
.CorporateCouriersLogisticsLogo {
    background: url('../Images/CorporateCouriersLogistics.png') no-repeat center;
    background-image: url('../Images/CorporateCouriersLogistics.png') !important;
    width: 177px;
    height: 60px;
}

.CorporateCouriersLogisticsIcon {
    background: url('../Images/CorporateCouriersLogistics_icon.png') no-repeat center;
    background-image: url('../Images/CorporateCouriersLogistics_icon.png') !important;
    width: 110px;
    height: 30px;
}

.CorporateCouriersLogisticsIconS {
    background: url('../Images/CorporateCouriersLogistics_iconS.png') no-repeat center;
    background-image: url('../Images/CorporateCouriersLogistics_iconS.png') !important;
    width: 30px;
    height: 30px;
}

.CorporateCouriersLogisticsIconMobile {
    background: url('../Images/CorporateCouriersLogistics_Mobile_48.png') no-repeat center;
    background-image: url('../Images/CorporateCouriersLogistics_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
}

.CorporateCouriersLogisticsIconMobile:hover {
    background: url('../Images/CorporateCouriersLogistics_Mobile_48.png') no-repeat center;
    background-image: url('../Images/CorporateCouriersLogistics_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}

/*DirectIt *********************************************************************/
.DirectItLogo {
    background: url('../Images/DirectIt.png') no-repeat center;
    background-image: url('../Images/DirectIt.png') !important;
    width: 183px;
    height: 60px;
}

.DirectItIcon {
    background: url('../Images/DirectIt_icon.png') no-repeat center;
    background-image: url('../Images/DirectIt_icon.png') !important;
    width:  91px;
    height: 30px;
}

.DirectItIconS {
    background: url('../Images/DirectIt_iconS.png') no-repeat center;
    background-image: url('../Images/DirectIt_iconS.png') !important;
    width: 30px;
    height: 30px;
}

.DirectItIconMobile {
    background: url('../Images/DirectIt_Mobile_48.png') no-repeat center;
    background-image: url('../Images/DirectIt_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
}

.DirectItIconMobile:hover {
    background: url('../Images/DirectIt_Mobile_48.png') no-repeat center;
    background-image: url('../Images/DirectIt_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}

/*GLS *********************************************************************/
.GLSLogo {
    background: url('../Images/GLS.png') no-repeat center;
    background-image: url('../Images/GLS.png') !important;
    width: 173px;
    height: 60px;
}

.GLSIcon {
    background: url('../Images/GLS_icon.png') no-repeat center;
    background-image: url('../Images/GLS_icon.png') !important;
    width: 91px;
    height: 30px;
}

.GLSIconS {
    background: url('../Images/GLS_iconS.png') no-repeat center;
    background-image: url('../Images/GLS_iconS.png') !important;
    width: 30px;
    height: 30px;
}

.GLSIconMobile {
    background: url('../Images/GLS_Mobile_48.png') no-repeat center;
    background-image: url('../Images/GLS_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
}

.GLSIconMobile:hover {
    background: url('../Images/GLS_Mobile_48.png') no-repeat center;
    background-image: url('../Images/GLS_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}

/*MedExpress *********************************************************************/
.MedExpressLogo {
    background: url('../Images/MedExpress.png') no-repeat center;
    background-image: url('../Images/MedExpress.png') !important;
    width: 313px;
    height: 60px;
}

.MedExpressIcon {
    background: url('../Images/MedExpress_icon.png') no-repeat center;
    background-image: url('../Images/MedExpress_icon.png') !important;
    width:  157px;
    height: 30px;
}

.MedExpressIconS {
    background: url('../Images/MedExpress_iconS.png') no-repeat center;
    background-image: url('../Images/MedExpress_iconS.png') !important;
    width: 30px;
    height: 30px;
}

.MedExpressIconMobile {
    background: url('../Images/MedExpress_Mobile_48.png') no-repeat center;
    background-image: url('../Images/MedExpress_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
}

.MedExpressIconMobile:hover {
    background: url('../Images/MedExpress_Mobile_48.png') no-repeat center;
    background-image: url('../Images/MedExpress_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}





.RegisteredMailLogo {
    background: url('../Images/RegisteredMail_small.png') no-repeat center;
    background-image: url('../Images/RegisteredMail_small.png') !important;
    width: 204px;
    height: 60px;
}

.RegisteredMailIcon {
    background: url('../Images/RegisteredMail_icon.png') no-repeat center;
    background-image: url('../Images/RegisteredMail_icon.png') !important;
    width: 123px;
    height: 30px;
}

.RegisteredMailIconS {
    background: url('../Images/RegisteredMail_iconS.png') no-repeat center !important;
    background-image: url('../Images/RegisteredMail_iconS.png') !important;
    width: 30px;
    height: 30px;
}

.RegisteredMailIconMobile {
    background: url('../Images/RegisteredMail_Mobile_48.png') no-repeat center !important;
    background-image: url('../Images/RegisteredMail_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
}

.RegisteredMailIconMobile:hover {
    background: url('../Images/RegisteredMail_Mobile_48.png') no-repeat center !important;
    background-image: url('../Images/RegisteredMail_Mobile_48.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}





.IncomingMailSmall {
    background: url('../Images/IncomingMail_small.png') no-repeat center;
    background-image: url('../Images/IncomingMail_small.png') !important;
    width: 300px;
    height: 58px;
}

.IncomingMailCSmall {
    background: url('../Images/IncomingMailC_small.png') no-repeat center;
    background-image: url('../Images/IncomingMailC_small.png') !important;
    width: 300px;
    height: 60px;
}

/***********************************************************************************************************************************************************************************
 DATE PICKER
************************************************************************************************************************************************************************************/

.ui-datepicker-header {
    background-image: -webkit-linear-gradient(top, #60a7e0 0%, #8ac6eb 100%) !important;
    background-image:      -o-linear-gradient(top, #60a7e0 0%, #8ac6eb 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#60a7e0), to(#8ac6eb)) !important;
    background-image:         linear-gradient(to bottom, #60a7e0 0%, #8ac6eb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60a7e0', endColorstr='#ff8ac6eb', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color:white;
}

.ui-datepicker thead {
    background-color: #e3f2fa;
}

.ui-datepicker td span, .ui-datepicker td a {    
    text-align: center;   
    background-image: -webkit-linear-gradient(top, #9ec2de 0%, #bad6ff 100%) !important;
    background-image:      -o-linear-gradient(top, #9ec2de 0%, #bad6ff 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ec2de), to(#bad6ff)) !important;
    background-image:         linear-gradient(to bottom, #9ec2de 0%, #bad6ff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ec2de', endColorstr='#ffbad6ff', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color:white !important;
}

.ui-datepicker-calendar .ui-state-active {    
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
    color:white !important;
    text-shadow: 0px 1px 0px #d2d8d9;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-month {
    color:black !important;
}

.ui-datepicker-year {
    color:black !important;
}

/***********************************************************************************************************************************************************************************
 TIME PICKER
************************************************************************************************************************************************************************************/

.ui-widget-header {
	background-image: -webkit-linear-gradient(top, #60a7e0 0%, #8ac6eb 100%) !important;
    background-image:      -o-linear-gradient(top, #60a7e0 0%, #8ac6eb 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#60a7e0), to(#8ac6eb)) !important;
    background-image:         linear-gradient(to bottom, #60a7e0 0%, #8ac6eb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60a7e0', endColorstr='#ff8ac6eb', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color:white;
}

.ptTimeSelectTimeLabelsCntr div{
	background-color: #e3f2fa !important;
}
.ui-widget-content a {
	text-align: center;   
    background-image: -webkit-linear-gradient(top, #9ec2de 0%, #bad6ff 100%) !important;
    background-image:      -o-linear-gradient(top, #9ec2de 0%, #bad6ff 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ec2de), to(#bad6ff)) !important;
    background-image:         linear-gradient(to bottom, #9ec2de 0%, #bad6ff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9ec2de', endColorstr='#ffbad6ff', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color:white !important;
}



/***********************************************************************************************************************************************************************************
 NG DIALOG
************************************************************************************************************************************************************************************/

.ngdialog.dialogwidth800x600 .ngdialog-content
{
    width : 800px !important;
    height: 600px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ngdialog.dialogwidth800x600 .bottom-div{
    position:fixed;
    width:100%;
    height:40px;
    bottom: -10px;
}

/***********************************************************************************************************************************************************************************
 STATUSES
************************************************************************************************************************************************************************************/
.StatusOption:hover
{
    border:solid 2px white;
    -webkit-filter: brightness(140%);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color:yellowgreen !important;
}

.Delivered {
    background-image: -webkit-linear-gradient(top, #88e388 0%, #2f8a2f 100%) !important;
    background-image:      -o-linear-gradient(top, #88e388 0%, #2f8a2f 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#88e388), to(#2f8a2f)) !important;
    background-image:         linear-gradient(to bottom, #88e388 0%, #2f8a2f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88e388', endColorstr='#ff2f8a2f', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.UserCancellation {
    background-image: -webkit-linear-gradient(top, #d1d1d1 0%, #737373 100%) !important;
    background-image:      -o-linear-gradient(top, #d1d1d1 0%, #737373 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#737373)) !important;
    background-image:         linear-gradient(to bottom, #d1d1d1 0%, #737373 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1d1d1', endColorstr='#ff737373', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.AdminCancellation {
    background-image: -webkit-linear-gradient(top, #b8b8b8 0%, #454545 100%) !important;
    background-image:      -o-linear-gradient(top, #b8b8b8 0%, #454545 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), to(#454545)) !important;
    background-image:         linear-gradient(to bottom, #b8b8b8 0%, #454545 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8b8b8', endColorstr='#ff454545', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.ClosedException {
    background-image: -webkit-linear-gradient(top, #9f9f9f 0%, #454545 100%) !important;
    background-image: -o-linear-gradient(top, #9f9f9f 0%, #454545 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9f9f9f), to(#454545)) !important;
    background-image: linear-gradient(to bottom, #9f9f9f -10%, #454545 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f9f9f', endColorstr='#ff454545', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: #ff7f81 !important;
}

.DeliveredException {
    background-image: -webkit-linear-gradient(top, #1fc302 0%, #114f06 100%) !important;
    background-image: -o-linear-gradient(top, #1fc302 0%, #114f06 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1fc302), to(#114f06)) !important;
    background-image: linear-gradient(to bottom, #1fc302 -10%, #114f06 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1fc302', endColorstr='#ff114f06', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: #ff7f81 !important;
}

.Exception {
    background-image: -webkit-linear-gradient(top, #ff8080 0%, #7d0000 100%) !important;
    background-image:      -o-linear-gradient(top, #ff8080 0%, #7d0000 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8080), to(#7d0000)) !important;
    background-image:         linear-gradient(to bottom, #ff8080 0%, #7d0000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8080', endColorstr='#ff7d0000', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.LabelCreated {
    background-image: -webkit-linear-gradient(top, #e0e000 0%, #bd9a00 100%) !important;
    background-image:      -o-linear-gradient(top, #e0e000 0%, #bd9a00 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#bd9a00)) !important;
    background-image:         linear-gradient(to bottom, #e0e000 0%, #bd9a00 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e000', endColorstr='#ffbd9a00', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.QAPickUp {
    background-image: -webkit-linear-gradient(top, #fafafa 0%, #8f8f8f 100%) !important;
    background-image:      -o-linear-gradient(top, #fafafa 0%, #8f8f8f 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#8f8f8f)) !important;
    background-image:         linear-gradient(to bottom, #fafafa 0%, #8f8f8f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ff8f8f8f', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:blue !important;
}

.PickedUp {
    background-image: -webkit-linear-gradient(top, #ffda33 0%, #ba6f2d 100%) !important;
    background-image:      -o-linear-gradient(top, #ffda33 0%, #ba6f2d 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffda33), to(#ba6f2d)) !important;
    background-image:         linear-gradient(to bottom, #ffda33 0%, #ba6f2d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffda33', endColorstr='#ffba6f2d', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.InTransit {
    background-image: -webkit-linear-gradient(top, #ffb30f 0%, #8f351e 100%) !important;
    background-image:      -o-linear-gradient(top, #ffb30f 0%, #8f351e 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb30f), to(#8f351e)) !important;
    background-image:         linear-gradient(to bottom, #ffb30f 0%, #8f351e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb30f', endColorstr='#ff8f351e', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.ReturnInTransit {
    background-image: -webkit-linear-gradient(top, #f1d6ff 0%, #9249eb 100%) !important;
    background-image:      -o-linear-gradient(top, #f1d6ff 0%, #9249eb 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1d6ff), to(#9249eb)) !important;
    background-image:         linear-gradient(to bottom, #f1d6ff 0%, #9249eb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1d6ff', endColorstr='#ff9249eb', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.ReturnDelivered {
    background-image: -webkit-linear-gradient(top, #c773ff 0%, #38007d 100%) !important;
    background-image:      -o-linear-gradient(top, #c773ff 0%, #38007d 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c773ff), to(#38007d)) !important;
    background-image:         linear-gradient(to bottom, #c773ff 0%, #38007d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc773ff', endColorstr='#ff38007d', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.ExtraCharge {
    background-image: -webkit-linear-gradient(top, #8cd5ff 0%, #438bbf 100%) !important;
    background-image:      -o-linear-gradient(top, #8cd5ff 0%, #438bbf 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8cd5ff), to(#438bbf)) !important;
    background-image:         linear-gradient(to bottom, #8cd5ff 0%, #438bbf 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cd5ff', endColorstr='#ff438bbf', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}        
 
.Finalized {
    background-image: -webkit-linear-gradient(top, #4288c2 0%, #003f75 100%) !important;
    background-image:      -o-linear-gradient(top, #4288c2 0%, #003f75 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4288c2), to(#003f75)) !important;
    background-image:         linear-gradient(to bottom, #4288c2 0%, #003f75 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4288c2', endColorstr='#ff003f75', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}

.Invoiced {
    background-image: -webkit-linear-gradient(top, #3d51ff 0%, #000094 100%) !important;
    background-image:      -o-linear-gradient(top, #3d51ff 0%, #000094 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d51ff), to(#000094)) !important;
    background-image:         linear-gradient(to bottom, #3d51ff 0%, #000094 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d51ff', endColorstr='#ff000094', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:white !important;
}
/*#7ff5d4*/
/*#33b095*/
.OnHold {
    background-image: -webkit-linear-gradient(top, #FE01F9 0%, #C400C0 100%) !important;
    background-image: -o-linear-gradient(top, #FE01F9 0%, #C400C0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FE01F9), to(#C400C0)) !important;
    background-image: linear-gradient(to bottom, #FE01F9 0%, #C400C0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFE01F9', endColorstr='#ffC400C0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: white !important;
}
 

/***********************************************************************************************************************************************************************************
 SHIPMENT ADMIN STATUSES
************************************************************************************************************************************************************************************/
.ShipmentAdminLabel
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em !important;
    font-size:small !important;
}

.ShipmentAdminBtn {
  display: inline-block;
  padding: 1px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ShipmentAdminBtn:focus,
.ShipmentAdminBtn:active:focus,
.ShipmentAdminBtn.active:focus,
.ShipmentAdminBtn.focus,
.ShipmentAdminBtn:active.focus,
.ShipmentAdminBtn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ShipmentAdminBtn:hover,
.ShipmentAdminBtn:focus,
.ShipmentAdminBtn.focus {
  color: #fff;
  text-decoration: none;
}
.ShipmentAdminBtn:active,
.ShipmentAdminBtn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ShipmentAdminBtn.disabled,
.ShipmentAdminBtn[disabled],
fieldset[disabled] .ShipmentAdminBtn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

/***********************************************************************************************************************************************************************************
 VIDEO IFRAME
************************************************************************************************************************************************************************************/
/*
.bmd-modalButton {
  display: block;
  margin: 15px auto;
  padding: 5px 15px;
}
*/
.close-button {
  overflow: hidden;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
  
.bmd-modalContent .close {
  font-size: 30px;
  line-height: 30px;
  padding: 7px 4px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color:#fff;
}

.bmd-modalContent .close span {
  display: block;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}


/***********************************************************************************************************************************************************************************
 MATERIAL CHECKBOX
************************************************************************************************************************************************************************************/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(209, 209, 209);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:disabled + label::before {   
    background: rgb(230, 230, 230);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > input[type="checkbox"]:disabled + label::after { 
    background: rgb(230, 230, 230);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.material-switch > input[type="checkbox"]:disabled ~ label[class*="label-success"] {
    background-image: -webkit-linear-gradient(top, #c7f0c7 0%, #b8e0b8 100%) !important;
    background-image:      -o-linear-gradient(top, #c7f0c7 0%, #b8e0b8 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c7f0c7), to(#b8e0b8)) !important;
    background-image:         linear-gradient(to bottom, #c7f0c7 0%, #b8e0b8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7f0c7', endColorstr='#ffb8e0b8', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:#777777;
}

.material-switch > input[type="checkbox"]:disabled ~ div[class*="label-default"] {
    background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%) !important;
    background-image:      -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d6d6d6)) !important;
    background-image:         linear-gradient(to bottom, #e6e6e6 0%, #d6d6d6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd6d6d6', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:#777777;
}

.material-switch > input[type="checkbox"]:disabled ~ div[class*="label-success"] {
    background-image: -webkit-linear-gradient(top, #c7f0c7 0%, #b8e0b8 100%) !important;
    background-image:      -o-linear-gradient(top, #c7f0c7 0%, #b8e0b8 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c7f0c7), to(#b8e0b8)) !important;
    background-image:         linear-gradient(to bottom, #c7f0c7 0%, #b8e0b8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7f0c7', endColorstr='#ffb8e0b8', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color:#777777;
}

/***********************************************************************************************************************************************************************************
 RADIO BUTTON
************************************************************************************************************************************************************************************/
.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }


/***********************************************************************************************************************************************************************************
 APP IMPORT ROWS
************************************************************************************************************************************************************************************/
.appImportValid {
    background: #b8e0b8
}

.appImportInvalid {
    background: #e0cece
}

/***********************************************************************************************************************************************************************************
TIME ZONE
************************************************************************************************************************************************************************************/


.differentTimeZone {
    background-image: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,0)) !important;
    background-color: #FFD8D8 !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
}

.timeZoneName {
    color: white;
    font-size: 10px;
}

.timeZoneNameRed {
    color: red;
    font-size: 12px;
}



/***********************************************************************************************************************************************************************************
 INCOMING MAIL STATUSES
************************************************************************************************************************************************************************************/


.IncomingMailPickedUp {
    background-image: -webkit-linear-gradient(top, #e0e000 0%, #bd9a00 100%) !important;
    background-image: -o-linear-gradient(top, #e0e000 0%, #bd9a00 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#bd9a00)) !important;
    background-image: linear-gradient(to bottom, #e0e000 0%, #bd9a00 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e000', endColorstr='#ffbd9a00', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: white !important;
}

.IncomingMailCanceled {
    background-image: -webkit-linear-gradient(top, #d1d1d1 0%, #737373 100%) !important;
    background-image: -o-linear-gradient(top, #d1d1d1 0%, #737373 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#737373)) !important;
    background-image: linear-gradient(to bottom, #d1d1d1 0%, #737373 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1d1d1', endColorstr='#ff737373', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: white !important;
}

.IncomingMailForwarded {
    background-image: -webkit-linear-gradient(top, #ffb30f 0%, #8f351e 100%) !important;
    background-image: -o-linear-gradient(top, #ffb30f 0%, #8f351e 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb30f), to(#8f351e)) !important;
    background-image: linear-gradient(to bottom, #ffb30f 0%, #8f351e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb30f', endColorstr='#ff8f351e', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: white !important;
}


.IncomingMailCompleted {
    background-image: -webkit-linear-gradient(top, #88e388 0%, #2f8a2f 100%) !important;
    background-image: -o-linear-gradient(top, #88e388 0%, #2f8a2f 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#88e388), to(#2f8a2f)) !important;
    background-image: linear-gradient(to bottom, #88e388 0%, #2f8a2f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88e388', endColorstr='#ff2f8a2f', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    border-radius: .95em;
    color: white !important;
}


/***********************************************************************************************************************************************************************************
 INCOMING MAIL RECIPIENTS
************************************************************************************************************************************************************************************/
.IncomingMailRecipientsIconMobileStatic {
    background: url('../Images/IncomingMailRecipientsSmall.png') no-repeat center !important;
    background-image: url('../Images/IncomingMailRecipientsSmall.png') !important;
    width: 54px;
    height: 54px;
}


.IncomingMailRecipientsIconMobile {
    background: url('../Images/IncomingMailRecipientsSmall.png') no-repeat center !important;
    background-image: url('../Images/IncomingMailRecipientsSmall.png') !important;
    width: 54px;
    height: 54px;
    border: solid 1px silver;
}

.IncomingMailRecipientsIconMobile:hover {
    background: url('../Images/IncomingMailRecipientsSmall.png') no-repeat center !important;
    background-image: url('../Images/IncomingMailRecipientsSmall.png') !important;
    width: 54px;
    height: 54px;
    border: solid 2px grey;
    -webkit-filter: brightness(130%);
}




.IncomingMailIcon {
    background: url('../Images/IncomingMailIcon5.png') no-repeat center;
    background-image: url('../Images/IncomingMailIcon5.png') !important;
    width: 48px;
    height: 48px;
}

.IncomingMailIcon:hover {
    background: url('../Images/IncomingMailIcon5.png') no-repeat center;
    background-image: url('../Images/IncomingMailIcon5.png') !important;
    width: 48px;
    height: 48px;
    border: solid 2px white;
    -webkit-filter: brightness(150%);
}


/***********************************************************************************************************************************************************************************
 WARNING PANEL
************************************************************************************************************************************************************************************/

.panel-warning {
    border-color: #ffb30f;
}

.panel-warning > .panel-heading {
    white-space: nowrap;
    padding: .2em .15em .2em .15em;
    text-align: center;
    color: #FFFFFF;
    background-color: #C8C8C8;
    background-image: -webkit-linear-gradient(top, #ffb30f 0%, #8f351e 100%) !important;
    background-image: -o-linear-gradient(top, #ffb30f 0%, #8f351e 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb30f), to(#8f351e)) !important;
    background-image: linear-gradient(to bottom, #ffb30f 0%, #8f351e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb30f', endColorstr='#ff8f351e', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    border-bottom: solid 1px #999;
    font-size: larger;
    background-repeat: repeat-x !important;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ffb30f;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #ffb30f;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffb30f;
}

/***********************************************************************************************************************************************************************************
 MATERIAL SELECT
************************************************************************************************************************************************************************************/
.md-select-value > span:not(.md-select-icon) {
    white-space: normal;
}

/***********************************************************************************************************************************************************************************
 JQUERY ERROR
************************************************************************************************************************************************************************************/
.error {
    border-color: red;
    color:red;
}


/***********************************************************************************************************************************************************************************
 BATCHING
************************************************************************************************************************************************************************************/


.selected-batch-header {
    background-image: -webkit-linear-gradient(top, #9586FF 0%, #D7D2FF 100%) !important;
    background-image: -o-linear-gradient(top, #9586FF 0%, #D7D2FF 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9586FF), to(#D7D2FF)) !important;
    background-image: linear-gradient(to bottom, #9586FF 0%, #D7D2FF 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9586FF', endColorstr='#ffD7D2FF', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = true) !important;
    background-repeat: repeat-x !important;
    color: white;
}

.selected-batch {
    background-image: linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,0)) !important;
    /*background-color: #F9F4FF !important;*/
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
}

.error-batch-filter {
    background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,0)) !important;
    background-color: #FFCAD1 !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.13) !important;
    color: white;
}


/***********************************************************************************************************************************************************************************
 3 vertical dots
************************************************************************************************************************************************************************************/
.dots.btn {
    width: 15px !important;
    padding:0px!important;
}

.dots:after {
    content: '\2807';
    width:5px!important;
}


/***********************************************************************************************************************************************************************************
 glyphicon size
************************************************************************************************************************************************************************************/

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}