@font-face {
    font-family: Roboto;
    src: url('./../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-light;
    src: url('./../fonts/Roboto-Light.ttf');
}

.navbar-collapse > .pull-right {
    height: 5%;
    padding-top: 0.8em;
    max-height: 60px;
}

.oms {
    height: 4.43%;
    padding-top: 1em;
    width: 22.07%;
    max-width: 400px;
    max-height: 55px;
}

.navbar-default {
    height: 10%;
    vertical-align: middle;
    max-height: 70px;
}

#page-wrapper {
    margin-left: 0px;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
    margin-right: 2px;
    margin-left: 40px;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
}


.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.status-route {
    font-size: xx-large
}

.status-canceled {
    font-size: xx-large
}

.fa-times-circle.status-route {
    color: #A8A8A8;
}

.fa-times-circle.status-canceled {
    color: #de0e0e;
}

.fa-exclamation-circle.status-canceled {
    color: #F5A623;
}

.exported-mp {
    color: #00B5EF;
}

.exported-vl {
    color: #D80025;
}

.exported-sap {
    color: #00af48;
}

.exported-wma {
    color: #1565c0;
}

.form-group {
    margin-bottom: 0px;
}

.search-route {
    color: #00B5EF;
}

.route-action-btn {
    width: 100%;
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#sendPrintLoad {
    background-color: #b0b0b0;
}

#sendVL {
    width: 100%;
    background-color: white;
    color: #D80025;
    font-weight: bold;
    border-radius: 0px;
    border: solid 2px;
}

#sendMP {
    margin-top: 20px;
    width: 100%;
    background-color: #00B5EF;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#sendSAP {
    width: 100%;
    background-color: #00af48;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#sendPrint {
    width: 100%;
    background-color: #b0b0b0;
    color: black;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#sendWMA {
    background-color: #1565c0;
    margin-top: 20px;
    width: 100%;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#sendAssignmentWMA{
    background-color: #1565c0;
    color: white;
}

#cancelRoute {
    margin-top: 20px;
    width: 100%;
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#pauseRoute {
    margin-top: 20px;
    width: 100%;
    background-color: #ff9100;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#map3d {

}

.info-panel {
    font-family: Roboto, sans-serif;
    color: #4c4c4c;
    font-size: large;
    font-weight: 600;
}

.info-panel .label-panel {
    font-size: medium;
}

input[type="checkbox"].selection, .select-on-check-all {
    width: 25px;
    height: 25px;
}

.surplus {
    background-color: rgba(208, 2, 27, 0.07);
}

i.surplus {
    background-color: transparent;
}

.typeRemove {
    color: red;
}

.element-error {
    background-color: rgba(208, 0, 33, 0.43);
}

div.param-config {
    margin-top: 4%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 0px;
    min-height: 500px;
    margin-bottom: 40px;
}

.param-config-panel {
    border-left: solid 1px #F6F6F6;
    min-height: inherit;
    padding-bottom: 50px;
}

div.param-config-categories {
    padding-left: 0px;
    text-align: right;
    margin-top: inherit;
    padding-right: 0px;
}

.param-config-tabs {
}

.param-config-tabs-text, .param-config-tabs-text:hover {
    color: #8c8c8c;
}

.param-config-tabs-text {
    line-height: 30px;
}

.param-config-tabs-text.active {
    background-color: #EBEBEB;
}

.param-config-tabs-text.active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    content: "";
    background-color: #38D3FF;
}

.param-config-alert {
    z-index: 1;
}

.param-config-alert > div > .alert {
    border: 1px solid transparent;
    border-radius: 4px;
}

.rack-location-form {
    padding: 20px;
}


.dg ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}

.dg.ac {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    z-index: 1;
}

.dg:not(.ac) .main {
    overflow: hidden;
}

.dg.main {
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.dg.main.taller-than-window {
    overflow-y: auto;
}

.dg.main.taller-than-window .close-button {
    opacity: 1;
    margin-top: -1px;
    border-top: 1px solid #2c2c2c;
}

.dg.main ul.closed .close-button {
    opacity: 1 !important;
}

.dg.main .close-button.drag, .dg.main:hover .close-button {
    opacity: 1;
}

.dg.main .close-button {
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    border: 0;
    position: absolute;
    line-height: 19px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    background-color: #000;
}

.dg.main .close-button:hover {
    background-color: #111;
}

.dg.a {
    float: right;
    margin-right: 15px;
    overflow-x: hidden;
}

.dg.a.has-save > ul {
    margin-top: 27px;
}

.dg.a.has-save > ul.closed {
    margin-top: 0;
}

.dg.a .save-row {
    position: fixed;
    top: 0;
    z-index: 1002;
}

.dg li {
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out;
}

.dg li:not(.folder) {
    cursor: auto;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 4px 0 5px;
}

.dg li.folder {
    padding: 0;
    border-left: 4px solid transparent;
}

.dg li.title {
    cursor: pointer;
    margin-left: -4px;
}

.dg .closed li:not(.title), .dg .closed ul li, .dg .closed ul li > * {
    height: 0;
    overflow: hidden;
    border: 0;
}

.dg .cr {
    clear: both;
    padding-left: 3px;
    height: 27px;
}

.dg .property-name {
    cursor: default;
    float: left;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dg .c {
    float: left;
    width: 60%
}

.dg .c input[type=text] {
    border: 0;
    margin-top: 4px;
    padding: 3px;
    width: 100%;
    float: right;
}

.dg .has-slider input[type=text] {
    width: 30%;
    margin-left: 0;
}

.dg .slider {
    float: left;
    width: 66%;
    margin-left: -5px;
    margin-right: 0;
    height: 19px;
    margin-top: 4px;
}

.dg .slider-fg {
    height: 100%
}

.dg .c input[type=checkbox] {
    margin-top: 9px;
}

.dg .c select {
    margin-top: 5px;
}

.dg .cr.boolean, .dg .cr.boolean *, .dg .cr.function, .dg .cr.function *, .dg .cr.function .property-name {
    cursor: pointer;
}

.dg .selector {
    display: none;
    position: absolute;
    margin-left: -9px;
    margin-top: 23px;
    z-index: 10;
}

.dg .c:hover .selector, .dg .selector.drag {
    display: block;
}

.dg li.save-row {
    padding: 0;
}

.dg li.save-row .button {
    display: inline-block;
    padding: 0 6px;
}

.dg.dialogue {
    background-color: #222;
    width: 460px;
    padding: 15px;
    font-size: 13px;
    line-height: 15px;
}

#dg-new-constructor {
    padding: 10px;
    color: #222;
    font-family: Monaco, monospace;
    font-size: 10px;
    border: 0;
    resize: none;
    box-shadow: inset 1px 1px 1px #888;
    word-wrap: break-word;
    margin: 12px 0;
    display: block;
    width: 440px;
    overflow-y: scroll;
    height: 100px;
    position: relative;
}

#dg-local-explain {
    display: none;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    background-color: #333;
    padding: 8px;
    margin-top: 10px;
}

#dg-local-explain code {
    font-size: 10px;
}

#dat-gui-save-locally {
    display: none;
}

.dg {
    color: #eee;
    font: 11px Lucida Grande, sans-serif;
    text-shadow: 0 -1px 0 #111;
}

.dg.main::-webkit-scrollbar {
    width: 5px;
    background: #1a1a1a;
}

.dg.main::-webkit-scrollbar-corner {
    height: 0;
    display: none;
}

.dg.main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #676767;
}

.dg li:not(.folder) {
    background: #1a1a1a;
    border-bottom: 1px solid #2c2c2c;
}

.dg li.save-row {
    line-height: 25px;
    background: #dad5cb;
    border: 0;
}

.dg li.save-row select {
    margin-left: 5px;
    width: 108px;
}

.dg li.save-row .button {
    margin-left: 5px;
    margin-top: 1px;
    border-radius: 2px;
    font-size: 9px;
    line-height: 7px;
    padding: 4px 4px 5px;
    background: #c5bdad;
    color: #fff;
    text-shadow: 0 1px 0 #b0a58f;
    box-shadow: 0 -1px 0 #b0a58f;
    cursor: pointer;
}

.dg li.save-row .button.gears {
    background: #c5bdad url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJJREFUeNpiYKAU/P//PwGIC/ApCABiBSAW+I8AClAcgKxQ4T9hoMAEUrxx2QSGN6+egDX+/vWT4e7N82AMYoPAx/evwWoYoSYbACX2s7KxCxzcsezDh3evFoDEBYTEEqycggWAzA9AuUSQQgeYPa9fPv6/YWm/Acx5IPb7ty/fw+QZblw67vDs8R0YHyQhgObx+yAJkBqmG5dPPDh1aPOGR/eugW0G4vlIoTIfyFcA+QekhhHJhPdQxbiAIguMBTQZrPD7108M6roWYDFQiIAAv6Aow/1bFwXgis+f2LUAynwoIaNcz8XNx3Dl7MEJUDGQpx9gtQ8YCueB+D26OECAAQDadt7e46D42QAAAABJRU5ErkJggg==) 2px 1px no-repeat;
    height: 7px;
    width: 8px;
}

.dg li.save-row .button:hover {
    background-color: #bab19e;
    box-shadow: 0 -1px 0 #b0a58f;
}

.dg li.folder {
    border-bottom: 0;
}

.dg li.title {
    padding-left: 16px;
    background: #000 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP//Pz8//yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;
    cursor: pointer;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.dg .closed li.title {
    background-image: url(data:image/gif;base64,R0lGODlhBQAFAJEAAP//Pz8//yH5BAEAAAIALAAAAAAFAAUAAAIIlGIWqMCbWAEAOw==);
}

.dg .cr.boolean {
    border-left: 3px solid #806787;
}

.dg .cr.color {
    border-left: 3px solid;
}

.dg .cr.function {
    border-left: 3px solid #e61d5f;
}

.dg .cr.number input[type=text] {
    color: #2fa1d6;
}

.dg .cr.string {
    border-left: 3px solid #1ed36f;
}

.dg .cr.string input[type=text] {
    color: #1ed36f;
}

.dg .cr.boolean:hover, .dg .cr.function:hover {
    background: #111;
}

.dg .c input[type=text] {
    background: #303030;
    outline: none;
}

.dg .c input[type=text]:hover {
    background: #3c3c3c;
}

.dg .c input[type=text]:focus {
    background: #494949;
    color: #fff;
}

.dg .c .slider {
    background: #303030;
    cursor: ew-resize;
}

.dg .c .slider-fg {
    background: #2fa1d6;
    max-width: 100%
}

.dg .c .slider:hover {
    background: #3c3c3c;
}

.dg .c .slider:hover .slider-fg {
    background: #44abda;
}

.dg li:not(.folder).notfolder {
    cursor: pointer;
    margin-left: -4px;
    background-color: #000000;
}

#tooltip {
    font-size: smaller;
    padding: 2px;
    background-color: honeydew;
    border: solid 1px gray;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.form-control[type=text] {
    border-radius: 0px 0px;
}

.kv-editable-link {
    text-decoration: underline;
    border-bottom: none;
}

.daterangepicker td.in-range:not(.active) {
    background-color: #c2e8f9;
}

.cron-view-log {
    width: 50%;
}

.incidence {
    background-color: rgba(239, 239, 239, 0.31) !important;
    color: red;
}

.picture-thumbnail {
    width: 18em;
    height: 14em;
    margin-bottom: 2em;
}

.lock-status {
    width: 3em;
    cursor: pointer;
    filter: invert(28%) sepia(70%) saturate(1895%) hue-rotate(196deg) brightness(90%) contrast(91%);
}


#lockRoutes {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

#unlockRoutes {
    width: 100%;
    background-color: #b7b7b7;
    color: #000000;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}

.send-group {
    margin-bottom: 1em;
}

.icon-button {
    width: 1.2em;
}

.icon-lock {
    filter: invert(100%) sepia(3%) saturate(11%) hue-rotate(347deg) brightness(102%) contrast(105%);
}

.export-buttons{
    margin-top: 1em;
}

.status-wave{
    font-size: xx-large;
}
