@CHARSET "UTF-8";

/* Dropdown */
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 2px solid #368ee0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li {
  border: 0 none;
  width: 100%;
  padding: 0;
  display: block;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* Select2 */
/* 2015.6.22 パソコン警備隊　コメントアウト
.select2-container {
  display: block;
}
.select2-container-multi .select2-choices {
  background: none;
  border-style: solid;
  border-width: 1px;
  border-color: #bcc7cd;
  min-height: 24px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  font-family: inherit;
  padding: 2px 5px;
}
.select2-drop {
  border-radius: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 0;
  margin: 2px 0 2px 5px;
  padding: 2px 18px 2px 5px;
  background: none;
}
select2-search-choice member div {
  line-height: 14px;
}
*/

/* Richtext */
/* 2015.6.22 パソコン警備隊　コメントアウト
.richtext {
  min-width: 670px;
  margin-bottom: 3px;
}
.richtext_menu_bar {
  display:none;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  height:29px;
}
.richtext_button{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    display: inline-block;
    position: relative;
    border-radius: 0;
    color: #222222;
    cursor: pointer;
    line-height: 16px;
    font-weight: normal;
    font-family: inherit;
    margin: 2px;
    outline: medium none;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle !important;
}
.richtext_text {
  border-style: solid;
  border-width: 1px;
  display: none;
  width:100%;
  font-family: inherit;
  font-size: inherit;
}

.mce-panel {
  border-color: #bcc7cd;
}
*/

/* Colorpicker */
/* 2015.6.22 パソコン警備隊　コメントアウト
.sp-replacer {
margin: 0;
overflow: hidden;
cursor: pointer;
padding: 2px 4px;
display: inline-block;
border: solid 1px #9fa3ac;
background: #eee;
color: #333;
vertical-align: middle;
}
*/

/* Datepicker */
.ui-datepicker {
  border: 1px solid #2b579a;
  box-shadow: 0 0 10px 1px #a3bde3;
}

.ui-datepicker-trigger {
  background: none;
  border: 0 none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #d8dcdf !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.hasDatepicker {
  width: 7em;
}

/* Uploader */
[uix-upload] {
  max-width: 600px;
}

.upload-progress {
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    height: 16px;
    overflow: hidden;
}

.progress-bar {
    background-color: #428bca;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-size: 40px 40px;
}

.dragover_view {
    font-size: 20px;
    display:none;
    width:100%;
    height:99%;
    position:absolute;
    z-index:7;
    border:4px dashed #cfcfcf;
    text-align: center;
}

.upload_component {
    position:relative;
    overflow-y: hidden;
}

/* Dialog */
/* 2015.6.22 パソコン警備隊　コメントアウト
.ui-dialog {
  border: 1px solid #2b579a;
  box-shadow: 0 0 10px 1px #a3bde3;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-state-hover .ui-icon,
.ui-stete-focus .ui-icon {
  background-image: url("img/ui-icons_4b4b4b_256x240.png") !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0 none;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 18px;
  height: 18px;
}
.ui-widget-header {
  background: none;
  color: inherit;
  border: 0 none;
  font-size: 130%;
}
.ui-dialog .ui-dialog-titlebar-buttonpane a, .ui-dialog  .ui-dialog-titlebar-buttonpane .ui-button {
  margin: 0 5px 0 0 !important;
}
*/
