.not-yet-implemented{
    margin:50px;
    text-align: center;
    font-weight: bold;
    font-size:36px;
    color:#f00;
}
.list_photo .selected{
    box-shadow: 0px 0px 10px #ff0000;
}

.list_photo.disabled{
    position: relative;
    padding:15px;
}
.list_photo.disabled:before{
    content: '';
    background: rgba(200,200,200,0.5);
    width:100%;
    height:100%;
    position: absolute;
    z-index: 1;
    margin:-15px;
}
.form-control[readonly]{
    background-color: #fff !important;
}
table.no-border, table.no-border td{
    border: 0px !important;
}
table.no-border td.pl00{
    padding-left:0 !important;
}
table.no-border td.pt00{
    padding-top:0 !important;
}
table.no-border td.pb00{
    padding-bottom:0 !important;
}
.video .no-border .fileinput-filename{
    display: block;
}

.pdf-button{
    color: #337ab7 !important;
}

/* currency after css "/jobpost/create" */
.has-currency{
    width: calc(100% - 50px) !important;
}
.has-currency + .currency-after{
    display: inline-block;
}
.the_btn_status {
    width: 30px;
    height: 30px;
    background: #5cb85c;
    color: #008743;
    border-radius: 100%;
    border: 1px solid #5cb85c;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.the_btn_status:before {
    content: "\f0c1";
    color: #fff;
    font-family: fontAwesome;
    top: 4px;
    position: relative;
}

.hidden_note {
    display: none;
}
.type1 a {
    cursor: pointer;
}
.type1 table.tbminigenba {
    width: 950px !important;
    margin: 0 auto !important;
    font-size: 13px !important;
    table-layout: fixed !important;
}
.type1 table.tbminigenba th {
    font-size: 15px !important;
}
.type1 table.tbminigenba td {
    padding: 5px !important;
    word-wrap: break-word !important;
}
.toggleShowHide{
    background: none;
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    outline: none;
    border: none;
}
.toggleShowHide:focus{
    outline: none;
    border: none;
}
.toggleShowHide.transform{
    transform: scaleY(-90%);
}
.toggleShowHide img{
    width: 60px;
    height: 42px;
}
.form__templetes{
    margin-top: 40px;
}

.showcontent{
    transition: all .3s;
}

.status{
    display: none;
}

.isToggle .status{
    display: inline;
}

.showcontent p{
    display: none;
}
.showcontent p:first-child{
    display: block;
}
.showcontent.isToggle p{
    display: block;
}

.hidden {
    display: none !important;
}

@media all and (max-width: 1000px) {
    .page-genba .type1 table.tbminigenba {
        margin: inherit !important;
        width: 100% !important;
    }

    .page-genba .container {
        min-width: inherit;
    }

    /* .page-mini {
        overflow-x: hidden !important;
    } */
}