 .inner #content ul li {
     background: transparent;
     line-height: normal;
     list-style: none;
     list-style-position: outside;
     padding-left: 0px;
 }

 .editTemplate span:not([class]) {
     padding-right: 15px;
 }

 .editTemplate div {
     padding-top: 5px;
 }

 .station {
     padding: 0px;
     text-decoration: 'underline';
     cursor: pointer;
     font-weight: bold;
     display: inline-flex;
     line-height: 22px;
 }

 .station>img {
     margin-top: -7px;
 }

 .station .station-role-and-name {
     border: 2px inset black;
     padding: 0 5px;
     border-radius: 5px;
 }

 .closedStation .station-role-and-name {
     background-color: LightGray;
     border: 2px inset gray;
 }

 .openStation .station-role-and-name {
     background-color: LightBlue;
     border: 2px inset blue;
 }

 .waitingStation .station-role-and-name {
     background-color: LightYellow;
     border: 2px inset darkkhaki;
 }

 .closed-station-options {
     color: gray;
     display: inline-flex;
     align-items: center;
 }

 .closed-station-options i {
     font-size: 1.5em;
 }

 .arrow {
     padding: 0px 10px;
 }

 .stationsWindows {
     background-color: white;
     padding: 5px;
     border: 1px solid black;
 }

 .tooltip {
     position: absolute;
     z-index: 999;
     padding: 5px;
     border: 1px solid #fff;
     border: 1px solid black;
     width: 200px;
     background-color: lightblue;
 }

 /*-----------------ToolTip----------------*/

 .tooltip textarea {
     display: block;
 }

 .tooltip span {
     margin: 0;
     color: black;
     padding: 2px 7px;
 }

 /*Content*/

 .tooltip span:nth-last-child(1) {
     width: 250px;
     font-weight: normal;
 }

 /*Header*/

 .tooltip span:first-child {
     color: Red;
     font-weight: bold;
     text-decoration: underline;
 }

 .tooltip-generator {
     cursor: pointer;
 }

 /*---------------End ToolTip----------*/


 .filter_container span {
     padding-right: 6px;
 }

 .merge_button {
    background: #266e82;
    border-radius: 30%;
    padding: 0;
    margin-right: 5px;
    padding: 2px !important; 
    text-align: center;
    display: inline-flex;
    vertical-align: bottom;
    color: white;
    border: 1px outset;
    outline: none;
	cursor: pointer;
 }

.merge_button:active {
    border: 1px inset;
    background: #174653;
}

 .span_required_deliveryDate {
     cursor: pointer;
 }

 #advanced_filtering_container {
     padding-top: 10px;
     display: none;
 }

 #advance_search_btn {
     color: #FF5805;
     cursor: pointer;
 }

 /*-----------------Fix-----------------*/

 #div_uploadFiles .formError .formErrorContent {
     margin-top: 17px;
 }

 .suppers-btn {}

 .RadPicker td a {
     z-index: 0;
 }

 .RadGrid {
     width: auto !important;
 }

 .table-icon-set,
 .table-align-set {
     vertical-align: middle;
 }

 .icon-container i {
     cursor: pointer;
 }

 .table-icons {
     font-size: 1.5em;
     cursor: pointer;
     transition: 0.5s ease-out all;
 }

 .table-icons:hover {
     background: '#00000033';
     padding: 5px;
     margin: -5px;
     border-radius: 5px;
     filter: drop-shadow(1.5px 1.5px 0px '#2f4f4f73');
 }

 .table-icons.download-icon {
    color: royalblue;
}

.table-icons.upload-icon {
    color: lightslategray;
}

 .table-icons.edit-icon {
     color: orange;
 }

 .table-icons.stations-icon {
     color: teal;
 }

 table-icons.delete-icon {
     font-size: 2em;
 }

.inactive {
   color: black !important;
   pointer-events: none;
   cursor: default;
   opacity: 0.25;
 }