@media screen and (max-width: 768px) {
  /* line 11, ../sass/style.scss */
  .navbar-top-links .dropdown-user {
    left: 0;
  }
}
/* line 16, ../sass/style.scss */
div#GlayLayer {
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: 99999px;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99990;
}

/* line 28, ../sass/style.scss */
div#Loading {
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99991;
  background-image: url(../images/gif-load.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 41, ../sass/style.scss */
div#Loading #LoadingMessage {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: #ffffff;
}

/* line 50, ../sass/style.scss */
div#notice {
  display: none;
  position: fixed !important;
  top: 0 !important;
  padding: 10px;
  background-color: #d9534f;
  color: #fff;
  z-index: 99999;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/** mypopup **/
/* line 62, ../sass/style.scss */
#mypopup {
  z-index: 99992;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 2px 3px #444444;
  -moz-box-shadow: 1px 2px 3px #444444;
  box-shadow: 1px 2px 3px #444444;
}
/* line 68, ../sass/style.scss */
#mypopup img {
  width: 100%;
  height: 100%;
  border: 1px solid #999;
}

/* line 77, ../sass/style.scss */
h1.page-header {
  position: relative;
  font-size: 24px;
  padding: 5px;
}
/* line 81, ../sass/style.scss */
h1.page-header button {
  position: absolute;
  right: 40px;
  bottom: 10px;
}

/**
 * bootstrap callout
 */
/* line 92, ../sass/style.scss */
.bs-callout {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
/* line 98, ../sass/style.scss */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 102, ../sass/style.scss */
.bs-callout p:last-child {
  margin-bottom: 0;
}
/* line 105, ../sass/style.scss */
.bs-callout code {
  border-radius: 3px;
}
/* line 108, ../sass/style.scss */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* line 113, ../sass/style.scss */
.bs-callout-default {
  border-left-color: #777777;
}
/* line 115, ../sass/style.scss */
.bs-callout-default h4 {
  color: #777777;
}

/* line 119, ../sass/style.scss */
.bs-callout-primary {
  border-left-color: #428bca;
}
/* line 121, ../sass/style.scss */
.bs-callout-primary h4 {
  color: #428bca;
}

/* line 125, ../sass/style.scss */
.bs-callout-success {
  border-left-color: #5cb85c;
}
/* line 127, ../sass/style.scss */
.bs-callout-success h4 {
  color: #5cb85c;
}

/* line 131, ../sass/style.scss */
.bs-callout-danger {
  border-left-color: #d9534f;
}
/* line 133, ../sass/style.scss */
.bs-callout-danger h4 {
  color: #d9534f;
}

/* line 137, ../sass/style.scss */
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
/* line 139, ../sass/style.scss */
.bs-callout-warning h4 {
  color: #f0ad4e;
}

/* line 143, ../sass/style.scss */
.bs-callout-info {
  border-left-color: #f0ad4e;
}
/* line 145, ../sass/style.scss */
.bs-callout-info h4 {
  color: #f0ad4e;
}

/* line 149, ../sass/style.scss */
input[field=amount] {
  ime-mode: disabled;
}

/** ui-sortable */
/* line 155, ../sass/style.scss */
th.sort, td.sort {
  width: 45px;
  text-align: center !important;
  vertical-align: middle !important;
}
/* line 159, ../sass/style.scss */
th.sort .fa-sort, td.sort .fa-sort {
  font-size: 20px;
}

/* line 165, ../sass/style.scss */
tbody.ui-sortable .sortable-handle {
  cursor: move;
}

/** panel search */
/** datetimepicker */
/* line 176, ../sass/style.scss */
.xdsoft_datetimepicker {
  top: auto !important;
}

/** table_data **/
/* line 184, ../sass/style.scss */
#table_data .ctrl,
.table-responsive .ctrl {
  width: 200px;
}
/* line 187, ../sass/style.scss */
#table_data td,
.table-responsive td {
  vertical-align: middle;
  position: relative;
}
/* line 190, ../sass/style.scss */
#table_data td span.label,
.table-responsive td span.label {
  position: absolute;
  right: 0;
}

/* line 198, ../sass/style.scss */
#page-wrapper .itemList-level1 {
  list-style: none;
  padding: 0;
}
/* line 201, ../sass/style.scss */
#page-wrapper .itemList-level1 > li {
  padding: 5px;
  border-bottom: 1px dashed #999999;
}
/* line 205, ../sass/style.scss */
#page-wrapper .itemList-level1 > li.active > .label, #page-wrapper .itemList-level1 > li:hover > .label {
  cursor: pointer;
  background: #F0AD4E;
}
/* line 211, ../sass/style.scss */
#page-wrapper .itemList-level1 > li.active .itemList-level2 {
  display: block;
}
/* line 215, ../sass/style.scss */
#page-wrapper .itemList-level1 > li .label {
  color: #333;
  display: inline-block;
  width: 100%;
  padding: 16px 8px 16px 10px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  overflow: auto;
  white-space: normal;
  line-height: 1.5
}
/* line 227, ../sass/style.scss */
#page-wrapper .itemList-level1 > li > .itemList-level2 {
  list-style: none;
  padding: 0 0 0 10px;
  display: none;
}
/* line 231, ../sass/style.scss */
#page-wrapper .itemList-level1 > li > .itemList-level2 > li {
  padding: 5px;
  border-bottom: 1px dashed #999999;
}
/* line 234, ../sass/style.scss */
#page-wrapper .itemList-level1 > li > .itemList-level2 > li:last-child {
  border: none;
}
/* line 238, ../sass/style.scss */
#page-wrapper .itemList-level1 > li > .itemList-level2 > li.active > .label, #page-wrapper .itemList-level1 > li > .itemList-level2 > li:hover > .label {
  cursor: pointer;
  background: #D9534F;
}

/** drawing-file **/
/* line 253, ../sass/style.scss */
.drawing-file-drop-area,
.drawing_file_name_wrapper {
  border: 2px dotted #aaaaaa;
  padding: 10px;
  min-height: 200px;
  color: #aaaaaa;
  font-size: 10px;
  white-space: normal;
}
/* line 260, ../sass/style.scss */
.drawing-file-drop-area.active,
.drawing_file_name_wrapper.active {
  color: #DF8A13;
  border-color: #DF8A13;
}
/* line 264, ../sass/style.scss */
.drawing-file-drop-area .item,
.drawing_file_name_wrapper .item {
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
/* line 270, ../sass/style.scss */
.drawing-file-drop-area .item.new,
.drawing_file_name_wrapper .item.new {
  border: 2px solid #ff0000;
}
/* line 273, ../sass/style.scss */
.drawing-file-drop-area .item.active,
.drawing_file_name_wrapper .item.active {
  border: 2px solid #DF8A13;
}
/* line 276, ../sass/style.scss */
.drawing-file-drop-area .item img,
.drawing_file_name_wrapper .item img {
  display: block;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}
/* line 282, ../sass/style.scss */
.drawing-file-drop-area .item .name,
.drawing_file_name_wrapper .item .name {
  display: block;
  padding: 3px;
  text-align: center;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: auto;
  white-space: nowrap;
}
/* line 291, ../sass/style.scss */
.drawing-file-drop-area .item .remove,
.drawing_file_name_wrapper .item .remove {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  color: #ff0000;
  font-size: 16px;
}

/* line 303, ../sass/style.scss */
#image_crop_wrapper {
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99990;
}
/* line 313, ../sass/style.scss */
#image_crop_wrapper .tool {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
}
/* line 319, ../sass/style.scss */
#image_crop_wrapper .tool form {
  display: inline-block;
}
/* line 321, ../sass/style.scss */
#image_crop_wrapper .tool form input {
  width: 100px;
}
/* line 328, ../sass/style.scss */
#image_crop_wrapper .tool .cropExecute {
  display: none;
}
/* line 333, ../sass/style.scss */
#image_crop_wrapper .tool .myclose {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
/* line 339, ../sass/style.scss */
#image_crop_wrapper .cropper_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 65px;
  z-index: 9999;
  overflow: auto;
}
/* line 348, ../sass/style.scss */
#image_crop_wrapper .cropper_area img {
  margin: 0 auto;
  display: block;
}

/* line 356, ../sass/style.scss */
ul#project_drawing_items {
  margin: 0;
  padding: 0;
}
/* line 359, ../sass/style.scss */
ul#project_drawing_items li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

/* line 368, ../sass/style.scss */
#pointing_floorEdit #choice_cropper_area {
  display: none;
}
/* line 370, ../sass/style.scss */
#pointing_floorEdit #choice_cropper_area img {
  max-width: 150px;
  height: auto;
  cursor: pointer;
}
/* line 377, ../sass/style.scss */
#pointing_floorEdit .drawing_file > div {
  display: none;
}
/* line 381, ../sass/style.scss */
#pointing_floorEdit .drawing_file.active h5 {
  color: #428BCA;
  font-weight: bold;
}
/* line 385, ../sass/style.scss */
#pointing_floorEdit .drawing_file.active > div {
  display: block;
}
/* line 389, ../sass/style.scss */
#pointing_floorEdit .drawing_file#master_file {
  margin-top: 20px;
}
/* line 392, ../sass/style.scss */
#pointing_floorEdit .drawing_file h5 {
  cursor: pointer;
}

/* line 399, ../sass/style.scss */
#imageUploadWrapper .modal-dialog {
  width: 80%;
}
/* line 401, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area {
  border: 2px dotted #aaaaaa;
  padding: 10px;
  color: #aaaaaa;
  font-size: 10px;
  min-height: 200px;
  position: relative;
}
/* line 408, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area p {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  height: 20px;
  text-align: center;
  font-size: 14px;
}
/* line 420, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area.active {
  color: #DF8A13;
  border-color: #DF8A13;
}
/* line 424, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area .item {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 10px;
  text-align: center;
}
/* line 430, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area .item.new {
  border: 1px solid #ff0000;
}
/* line 434, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area .item.zip span.fa {
  width: 100%;
  display: inline-block;
  font-size: 90px;
  padding-top: 10px;
}
/* line 441, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area .item img {
  width: 100%;
  display: inline-block;
}
/* line 445, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area .item .name {
  display: inline-block;
  font-size: 12px;
}
/* line 449, ../sass/style.scss */
#imageUploadWrapper .modal-dialog #image_drop_area .item .remove {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  color: red;
  cursor: pointer;
}
/* line 460, ../sass/style.scss */
#imageUploadWrapper #image_upload {
  display: none;
}

/* line 465, ../sass/style.scss */
#zipFileUploadWrapper {
  position: absolute;
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99990;
}
/* line 475, ../sass/style.scss */
#zipFileUploadWrapper .panel {
  position: absolute;
  width: 600px;
  height: 300px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 487, ../sass/style.scss */
#zipFileUploadWrapper .panel .panel-body .item {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 10px;
  text-align: center;
}
/* line 493, ../sass/style.scss */
#zipFileUploadWrapper .panel .panel-body .item.new {
  border: 1px solid #ff0000;
}
/* line 497, ../sass/style.scss */
#zipFileUploadWrapper .panel .panel-body .item.zip span.fa {
  width: 100%;
  display: inline-block;
  font-size: 90px;
  padding-top: 10px;
}
/* line 504, ../sass/style.scss */
#zipFileUploadWrapper .panel .panel-body .item .name {
  display: inline-block;
  font-size: 12px;
}
/* line 510, ../sass/style.scss */
#zipFileUploadWrapper .panel .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 519, ../sass/style.scss */
table.myTableedit th {
  white-space: nowrap;
}
/* line 522, ../sass/style.scss */
table.myTableedit td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px;
}
/* line 527, ../sass/style.scss */
table.myTableedit td .myTabledit-td-span {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 12px;
}
/* line 535, ../sass/style.scss */
table.myTableedit td .myTabledit-td-input {
  display: none;
  padding: 3px;
}
/* line 541, ../sass/style.scss */
table.myTableedit .myTabledit-button-area {
  position: absolute;
  top: 0;
  left: -65px;
  display: inline-block;
  padding: 3px;
  z-index: button;
  z-index-display: block;
  z-index-margin-bottom: 3px;
}

/* line 557, ../sass/style.scss */
#pointing_floor table td {
  position: relative;
  white-space: nowrap;
}
/* line 560, ../sass/style.scss */
#pointing_floor table td ul.excel {
  display: none;
  position: absolute;
  font-size: 12px;
  background: #fff;
  border: 1px solid #999;
  z-index: 999;
  padding: 0;
  left: -150px;
  list-style: none;
  text-align: left;
}
/* line 571, ../sass/style.scss */
#pointing_floor table td ul.excel.active {
  display: block;
}
/* line 574, ../sass/style.scss */
#pointing_floor table td ul.excel li {
  padding: 10px;
  cursor: pointer;
}
/* line 577, ../sass/style.scss */
#pointing_floor table td ul.excel li:hover {
  background: #eee;
}
