.row-tp-20{
    margin-top:20px;
}
.row-btm-10{
    margin-bottom:10px;
}
.row-btm-20{
    margin-bottom:20px;
}

.text-center{
    text-align:center;
}

body{
    background-color:transparent !important;
}
table.dataTable td input:focus,
table.dataTable td select:focus{
    position:absolute;
    z-index:1000;
}


.message.success{
    position: absolute;
    top: 0;
    left:0;
    padding: 25px 0 25px 1em;
    margin-top: -100px;
    width: 100%;
    background-color: #6ab08d;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    opacity: 0.9;
    z-index:10000;
}

.message.error{
    position: absolute;
    top: 0;
    left:0;
    padding: 25px 0 25px 1em;
    margin-top: -100px;
    width: 100%;
    background-color: #FFA4A4;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    opacity: 0.9;
    z-index:10000;
}


div.error-message{
  font-weight: 600;
  color: #F0727D;
  margin-top:5px;
}

button.complete{
    width: 42px;
    height: 42px;
    border: 0px solid rgb(255, 255, 255);
    background-color: rgb(65, 220, 115);
}

button.complete img{
    display:inline;
    width: 22px;
    vertical-align: middle;
    margin: -20px 0 -20px;
}

.glovalContent{
  padding-top: 160px;
  margin: 0 auto;
}

p.sex label{
    display:inline;
    font-size: 14px;
    font-weight: 500;
    color: #8a97a0;
}


#section li.active{
  background-color: #E6EAFB;
}

.syntaxhighlighter {
  overflow-y: hidden !important; /*縦スクロールバー消去*/
}

.syntaxhighlighter.ie {
  font-size: 1em !important; /*IEフォントサイズ*/
  padding: 0 0 1.4em !important; /*IE横スクロールバー対策*/
}

.row-offset{
    margin-bottom:-20px;
}

.well{
    background-color:#fff;
}
.schedule-list{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.schedule-list .row{
    display:flex;
}

span.profile-image{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center center;  /* 横長画像の左上を基準に表示 */
  display: inline-block;          /* 複数の画像を横に並べたい場合 */
  background-size:cover;
}

.text-grey{
    color:#aaa !important;
}

.hover-menu{
    position:absolute;
    top:0;
    right:0;
}

th .form-control{
    width:100% !important;
}

td a{
    display:inline-block;
    vertical-align: middle;
    padding:10px 0px;
}

td .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.main-header .logo {
    text-align:left;
}

.mb-30{
    margin-bottom:30px;
}

.m-tp-15{
    margin-top:15px;
}

.m-bm-15{
    margin-bottom:15px;
}

.m-tp-30{
    margin-top:30px;
}
.m-tp-50{
    margin-top:50px;
}

.m-bm-30{
    margin-bottom:30px;
}
.m-bm-nomargin{
    margin-bottom:0;
}
.active-element{
    border:5px dotted #ff0000;
}


.fixing-base .fixing-box.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
}

#ckeditor{
    background-color:#fff;
    padding:15px;
    border:1px solid #efefef;
}

#ckeditor .box{
    max-width:718px;
    margin:0 auto;
}

.form-area{
    border-top: 1px solid #f4f4f4;
}

#tubu-contents{
    margin:0 auto;
}

.scrollable-menu {
    height: auto;
    max-height: 210px;
    overflow-x: hidden;
}

.btn-group {
    margin-right:5px;
}

#font-color .form-control,#back-color .form-control {
    border-radius:3px;
    width:80px;
    height:32px;
}


.side-contents{
    overflow-y:auto;
    height:1200px;
}

#drop_zone {
  border: 5px dashed #000000;
  padding: 30px;
  margin: 20px;
  font-size: 24px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}

#tubu-contents svg, .png-section img {
    background-color: #fff;
    background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
    background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
    background-position: 0 0, 25px 25px;
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
}

.ace_search_field{
    color:#000;
}
