
.fs-options .fs-option[data-index="0"] {
    background: #c6d5de;
    font-weight: bolder;
}.administer-assets, .view-assets {
    float: right;
    margin-top: -47px;
    margin-right: 6px;
    background: #88aaaf;
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    color: white;
    font-weight: bold;
    cursor: pointer;
}.administer-assets:hover, .view-assets:hover {
    background: #557479;
}.view-assets {
    float: left !important;
    margin-right: 0px !important;
    margin-left: 6px;
}.preferences, .messages, .selections, .scripts, .buttons {
    padding: 25px 20px 15px 40px;
}.create-new-box, .user-details-box {
    padding: 15px 35px;
}.leaflet-control-layers-list {
    overflow: hidden !important;
}.preferences {
    padding-bottom: 75px;
    overflow-y: scroll;
    height: calc(100% - 155px);
}.save-buttons {
    position: fixed;
    bottom: 223px;
    height: 55px;
    width: 62.4%;
    background: #DDD;
    padding: 0px !important;
    border: 1px solid #bfb1b1;
    margin-left: -1px;
    overflow: hidden;
}

label {
    width: 100%;
    font-family: calibri;
    font-size: 17px;
    color: grey;
    text-shadow: 0px 1px 0px #cccccc;
}
input {
	width: 93%;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 15px;
    padding: 10px 20px;
    background: whitesmoke;
    border: 1px solid #DDD;
    border-radius: 8px;
}
select {
    width: 91%;
    /* margin-top: 5px; */
    padding: 10px 10px !important;
    height: 37px;
    border: 1px solid #DDD;
    background: whitesmoke;
    border-radius: 8px !important;
    /* margin-bottom: 15px; */
}
.description {
    text-align: justify;
    font-size: 15px;
    font-family: calibri;
    color: #404040;
    background: #DDD;
    padding: 11px;
    margin-top: -5px;
    width: 99%;
    box-sizing: border-box;
}.clear {clear: both;}
.unit-data-box {
	display: none;
	width: 450px;
    margin: 0 auto;
    background: white;
    box-sizing: border-box;
    padding: 25px 15px;
    padding-left: 34px;
}
form.unit-data img {
    *width: 70px;
}
input#unit-model-NA {
	display: none;
    padding: 9px 20px;
    border-radius: 5px;
}
.unit-data .width-50 input { 
	width: 70%;
}.popup-box div {
    float: left;
    width: 70px;
    clear: left;
}.tracker-data .width-50 input {
    width: 71%;
}

.width-100 {
	width: 100%;
}
.user-details .width-100 input, .option-details .width-100 input {
    width: 90%;
    background: white;
}
.width-10 {float: left;width: 10%;}
.width-20 {float: left;width: 20%;}
.width-25 {float: left;width: 25%;}
.width-30 {float: left;width: 30%;}
.width-33 {float: left;width: 12%;margin-right: 20%;}
.width-40 {float: left;width: 40%;}
.width-50 {float: left;width: 50%;}
.width-60 {float: left;width: 60%;}
.width-70 {float: left;width: 70%;}
.width-80 {float: left;width: 80%;}
.width-90 {float: left;width: 90%;}

.width-20 input {width: 85.5%;background: white;}
.width-25 input {
    width: 65%;
    background: white;
}
.width-50 input {width: 85.5%;}
.width-30 input {background: white;}








.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 32%;
    margin-right: .5%;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    transition: ease-in 0.15s;
}

.fs-open .fs-arrow {
    transform: rotate(-180deg);
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30.8%;
    margin-top: 5px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
    background-color: #f8f8f8;
}

.hidden {
    display: none;
}


.dataTables_wrapper {
    height: 100%;
}