#search-panel {
  padding: 0;
  background-color: #FFF;
}

#search-panel > ul {
  margin: 10px 10px 0 10px;
}
/*#search-panel .tab-content {
margin-bottom: 0;
}*/

#map-group {
  padding: 0 5px;
  background-color: #ABC3B2;
}

#map-group > div {
  height: 50%;
  position: relative;
  border-bottom: 3px solid #ABC3B2;
}

/*#map-group .ldmap_menubar,
#map-group .ldmap_topleft,
#map-group .ldmap_fullscreen,
#map-group .ldmap_zoombar_mini {
  margin-top: 25px;
}*/

#map-notfound {
  background: #FFF;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  z-index: 65535;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 35px;
  width: 155px;
  text-align: center;
  display: none;
}

.map-tool {
  height: 25px;
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ABC3B2;
  z-index: 1;
}
.map-small {
  height: 100%;
  padding-top: 25px;
}

.ldmap-toolbar-icon {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  text-align: center;
  width: 24px;
  box-sizing: border-box !important;
}

.ldmap-toolbar-icon img {
  height: 95%;
}

/* tab */
#search-panel .nav-tabs, #work-type > label, .button-list button {
  font-family: "thaisans_neue";
  font-size: 18px;
}


#search-panel .nav > li > a {
  padding: 2px 10px 2px 30px;
  /*border: 0 none;*/
  position: relative;
  /*background-color: #249062;*/
  background-color: #FFF;
  color: #4A4A4A;
}

#search-panel .tab-content {
  padding: 10px;
  background-color: #F2F2F2; /*#E9E9E9;*/
  /*-webkit-box-shadow: -1px -4px 3px -2px #AAA;
  -moz-box-shadow: -1px -4px 3px -2px #AAA;
  box-shadow: -1px -4px 3px -2px #AAA;*/
}



#search-panel .nav > li.active > a {
  background-color: #E9E9E9;
  color: #4A4A4A;
}


/*a > .icon {
position: absolute;
top: 5px;
left: 5px;
background-size: 100%;
width: 15px;
height: 15px;
}*/

button {
  position: relative;
}

.icon-right {
  position: absolute;
  top: 4px;
  right: 1px;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

#work-type {
  width: 100%;
  /*margin: 5px 0;*/
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.button-list {
  margin: 5px 0 0;
  text-align: center;
}

label.btn-default {
  width: 50%;
  padding: 0 12px;
  border-color: #4777B5;
  color: #4777B5;
}

label.btn-default.active, label.btn-default.active:hover {
  border-color: #4777B5;
  background-color: #4777B5 !important;
  color: #FFF !important;
}

label.btn-default:hover, label.btn-default:focus {
  border-color: #4777B5;
  background-color: #DBE1EF;
  color: #4777B5;
}

#more-button .icon {
  background-image: url(../images/icon_filter@2x.png);
}

#qc-button .icon {
  background-image: url("../images/icon QC@2x.png");
}

#finish-button .icon {
  background-image: url(../images/icon_fin@2x.png);
}

/* button */
.button-list button {
  width: 60px;
}

button.btn-default1, button.btn-success {
  padding: 0 12px;
  border-color: #AD2E00;  /*#CCC;*/
  color: #C54719;
  color: #FFF;
}

/*button.btn-success {
  padding: 0px 22px 0 5px;
  color: #FFF;
}*/

button.btn-default1:hover, button.btn-default1:focus {
  border-color: #C54719;
  background-color: #EFE4DB;
  color: #C54719;
}

.btn-success:active{
  color: #fff;
  background-color: #AD2E00 !important;
  border-color: #AD2E00 /*#CCC*/ !important;
}
/*button.btn-success {
padding: 0 12px;
border-color: #C54719;
color: #C54719;
}
button.btn-success {
padding: 0px 22px 0 5px;
color: #FFF;
}*/
button.btnUpload:hover{
  border-color: #C54719;
  background-color: #EFE4DB;
  color: #C54719;
}

button.close.popup{
  color: #4777B5 !important;
  border-color: #4777B5;
  opacity: 1 !important;
  float: right;
  margin-left: 10px;
}

button.close.popup:hover{
  color: #DBE1EF !important;
  border-color: #4777B5;
}

img.workicon {
  width: 20px;
  height: 20px;
  /*margin-top: 12px;*/
}

img.pointicon{
  width: 15px;
  height: 15px;
}

img.mapPointicon{
  width: 20px;
  /*height: 20px;*/
}

.work-list {
  overflow-y: auto;
}

.mywork-list {
  overflow-y: auto;
}

.work-new {
  background-image: url(../images/icon_new@2x.png);
}

.work-yes {
  background-image: url(../images/icon_fin@2x.png);
}

.work-no {
  background-image: url(../images/icon_close@2x.png);
}

.work-item, .mywork-item {
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 3px;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.work-item:hover, .work-item.active,
.mywork-item:hover, .mywork-item.active {
  background-color: #FFFDE2;
}

.work-id{
  /*font-size: 15px;*/
  font-size: 14px;
  margin-top: 5px;
  color: #4777B5;
  line-height: 20px;
  font-weight: 500;
}
.work-address{
  color: #9B9B9B;
  line-height: 20px;
  font-size: 13px;
}

.work-distance, .work-area, .work-updated {
  line-height: 20px;
  font-size: 12px;
  padding-right:0 !important;
  padding-left:0 !important;
  margin-top: 5px;
}
/*.work-name, .popup-title {
font-family: "thaisans_neue";
font-size: 18px;
}*/

/*.popup-title*/ .ldmap_placeholder .ldmap_frame .ldmap_popup_title {
  font-family: "thaisans_neue";
  font-size: 22px !important;
  height: 30px !important;
  color: #4777B5;
}

.work-detail {
  display: none;
}

.popup-row {
  line-height: 20px;
}

/*.ldmap_popupholder {
  margin-top: -114px;
}*/

.arrow-down {
  margin-left:174px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #FFF;
}

label.description{
  color:#888;
  margin-left: 5px;
  font-size: 12px;
}

#noti-new-work-count {
  font-size: 15px;
  position: absolute;
  top: 3px;
  margin-left: 4px;
  padding: 0px 5px;
  color: #fff;
  background-color: #D1061F;
}
.dropdown-menu.inner {
  font-size: 14px !important;
}
#mapPoint{
  margin-top:10px;
  width:85%;
  height:250px;
  border-color:#E9E9E9!important;
  border: 5px solid;
  margin-left:60px;
  clear: both;
}
/*
.icon{
margin-right: 10px;
}*/

.work-name {
  /*font-family: "thaisans_neue";*/
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  /*color: #4777B5;*/
}

.backtomap{
  font-family: "thaisans_neue";
  font-size: 18px;
  color: #FFF;
}

.printbtn{
  font-family: "thaisans_neue";
  font-size: 18px;
  cursor: pointer;
}

.TitleHeader{
  font-family: "thaisans_neue";
  font-size: 25px;
  color: #4777B5;
  margin: 5px;
}

.btnUpload{
  font-family: "thaisans_neue";
  font-size: 18px;
  color: #C54719;
  margin: 5px;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid;
  border-color: #C54719;
  height: 34px;

}
.rowContent{
  margin-top: 8px;
  clear: both;
}
.headContent{
  margin-right: 10px;
  display: inline-block;
  width: 110px;
}
.detailContent{
  color: #727171;
}
.commentContent{
  margin-left: 10px;
}

.separator {
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
  margin-bottom: 3px; /*margin-top: 10px;*/
  clear: both;
}

.commentReporter{
  font-family: "thaisans_neue";
  font-size: 20px;
  color: #4777B5;
  /*margin: 5px;*/
  display: inline-block;
}

.commentDate{
  color: #727171;
  float: right;
  margin-top: 5px;
}
.commentText{
  display: inline-block;
  width: 100%;
  /*margin: 10px;*/
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  margin-right: 0px;

}
.commentImage{
  display: block;
  /*float: right;*/
  width: 10%;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
}
.commentDoc{
  display: block;
  /*float: right;*/
  width: 10%;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 15px;
  padding: 3px 10px;
}

.commentStaffTitle{
  font-family: "thaisans_neue";
  font-size: 18px;
  color: #727171;
  /*margin: 5px;*/
  display: inline-block;

}

.staffName{
  font-family: "thaisans_neue";
  font-size: 20px;
  color: #4777B5;
  /*margin: 5px;*/
  display: inline-block;

}

.userComment{
  margin: 10px;
}

.btnComment{

  font-family: "thaisans_neue";
  font-size: 18px;
  color: #FFF;
  margin: 3px;
  background-color: #C54719;
  border-radius: 5px;
  border: 1px solid;
  border-color: #C54719;
  height: 33px;
  width: auto;
}

.closeBtn{
  background-image: url(../images/icon_close_popup.png);
  width: 30px;
  height: 35px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  /*position: unset;*/
  /*right: 65px;*/
  margin-left: -15px;
  display: inline-block;
  cursor: pointer;
  /*margin-top: -30px;*/

}

.select-style {
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  /*background: #fafafa url(../images/icon_close.png) no-repeat 90% 50%;*/
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

.staffText{
  background-color: #E9E9E9;
  border: 1px solid;
  border-color: #B3B3B3;
  border-radius: 5px;
}

label{
  font-weight: normal !important;
}

.addCommentImage{
  /*float: right;*/
}
.userComment{
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  border-color: #C5C5C5;
  margin-top: 0px;
}

.commentTextFill{
  border:none;
  resize:none;
  padding:10px;
  width: 100%;
}

#leftPanel {
  overflow-y: auto;
}

#rightPanel{
  /*width:39%;
  display: inline-block;*/
  background-color: white;
  /*height:500px;*/
  border-radius: 5px;
  margin: 10px 0;
  /*float:right;*/
  overflow-y: auto;
}

.modal-body{
  padding: 25px;
}

.modal-header{
  background-color: #4777B5;
  color: #FFF;
  font-family: "thaisans_neue";
  font-size: 25px !important;
}

.modal-header.wildfire {
  background-color:#DD2C1F;
}

h4{
  /*color: #4777B5 !important;*/
}

h4.modal-title{
  font-size: 25px !important;
}
#toggle-advance-search {
  text-decoration: none;
  margin: 0 1em 0 1em;
  display: inline-block;
  color: #F17022;
}

#advance-search-holder {
  display: none;
  margin-top: 5px;
  /*margin-bottom: 10px;*/
  padding-left: 10px;
}

#advance-search-holder .label-left, #advance-search-holder .label-right,
#advance-search-holder input, #advance-search-holder select {
  font-size: 13px;
  font-weight: normal;
  /*margin-bottom: 3px;*/
  /*line-height: 1.3em;*/
}

#advance-search-holder .label-left, #advance-search-holder .label-right {
  width: 145px;
  margin-right: 5px;
  text-align: right;
}

#advance-search-holder select, #advance-search-holder input {
  /*width: 40%;*/
}
.filter-row{
  display: inline;
}

/*#search-remove-button, #search-survey-remove-button, #search-addplace-remove-button {
background-color: transparent;
color: #ccc;
height: 20px;
padding: 0;
position: absolute;
right: 117px;
top: 7px;
width: 20px;
z-index: 2;
}*/
.pointDetailLeft{
  width:47.5%;
  display:inline-block;
  /* margin-top:20px; */
  margin-left:2.5%;
  float:left;
  padding: 0px 5px 0px 5px;
}

.pointDetailRight{
  display:inline-block;
  float:left;
  padding: 0px 5px 0px 5px;
  /* margin-top: 20px; */
  width: 47.5%;
}

.form-submit-button-wrapper .printbtn {
  width: 130px;
  /*margin-left: 20px;*/
  display: inline-block;
}

button[disabled], html input[disabled]{
  opacity: 0.5;
}
/*#newPoint{
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: 10px;
    background-color: white;
    color: #4777B5;
    height: 37px;
    border-radius: 5px;
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: auto;
    z-index: 12;
    font-family: "thaisans_neue";
    font-size: 18px !important;
}*/
.createSelect
{
    width: 25px;
    margin-top: -6px;
}
.newPointImg{
    display: inline-block;
}
.newPointText{
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
#newpoint-map{
    height: 350px;
    margin-bottom: 10px;
}
.newpointDetail{
    margin: 5px 0px;
}

.btnSetting:hover{
    color: #FFF !important;
    background-color: #AD2E00 !important;
}
.btnSetting {
    width: 80px;
    background-color: #C54719;
    border-color: #C54719 !important;
    color: #FFF;
    font-family: "thaisans_neue";
    font-size: 18px !important;
    /*margin: 10px;
    margin-bottom: 10px !important;*/
}
#map .ldmap_bottomleft,#map-group-middle .ldmap_bottomleft,#map-group-top .ldmap_bottomleft{
  bottom: 4px !important;
}

.checkbox{
  margin-top: 10px;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.layer-opacity{
  display: none;
}

.layer-opacity-toggle{
    color: #AAB2C8 !important;
    text-align: right !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 15px !important;
}

.layer-opacity-value{
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.layer-opacity-slider{
  width: 100%;
  background: none;
}

/*
  Generate by http://www.cssportal.com/style-input-range/
*/
input[type=range] {
  height: 18px;
  -webkit-appearance: none;
  margin: 0px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #AAAAAA;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #D3D3D3;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #EDEDED;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #AAAAAA;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #D3D3D3;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #EDEDED;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #D3D3D3;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background: #EDEDED;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}
input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}

.image-date {
  padding-top: 4px;
}

#myModal .row {
  margin-top:10px;
}

button[data-id=point_front_case_status] {
  height: 30px;
}

#browseShpFileBtn {
  width: fit-content;
}

#qc-mode-placeholder {
  padding: 0px;
  display: none;
}

.ldmap-toolbar-icon.active span {
  color: #fa667a !important;
}

.owner-box {
  border-radius: 5px;
  background-color: #efefef;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
}