
body {
    font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif,'Source Sans Pro', sans-serif!important;
}

h1,h2,h3,h4,h5,h6, pre {
    font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif,'Source Sans Pro', sans-serif!important;
}

.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2dede!important;
}

div.buttons input[type="button"]{
    min-width: 100px;
}

table.table th{
    text-align:center;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #6cbdec!important;
}

span.required{
    color: red;
    padding-left: 1em;
}


label{
    margin-left: 3px;
    margin-right: 15px;
}

div.iradio_minimal{
    height: 22px!important;
    margin-right: 3px;
}


div.image_preview{
    width:128px;
    height:128px;
    margin-bottom: 10px;
    background-size: contain;
    background-color: #EFEFEF;
    background-image: url('../img/loading.gif');
    display:none;
    background-repeat: no-repeat;
    background-position: center center;
}
table.table  tr th,
table.table  tr td,
table.dataTable  tr th,
table.dataTable  tr td{
    vertical-align: middle!important;
}
table.table tr th{
    white-space: nowrap;
    width: 10px;
}

.form-control{
    display: inline;

    /*
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    border-radius: 6px!important;
    */

    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.2);

    font-size: 1.1em;

    width: 200px;
    padding: 3px 3px!important;
    padding-left: 12px!important;
}

div.error-message{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 1px pink;
    background-color: #FFEEEE;
    border-radius: 4px;
    color: #A00;
    font-weight: bold;
    padding: 6px 10px;
    margin: 10px 0;


    -moz-box-shadow: inset 0 0 4px rgba(255,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(255, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(255, 0, 0, 0.2);
}

.form-control{
    height: 40px;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 10px 5px;
}

.pagination > li.block {
    height: 32px;
}

.pagination > li.ellipsis {
    box-shadow: none;
}

div.form-control{
    border: none;
    box-shadow: none;
}

button.multiselect{
    height: auto;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
}

div.nav-tabs-custom{
    margin: 20px 5px;
    border: solid 1px #ddd;
}

div.form_row{
    margin: 0 5px;
    padding: 0px;
    padding-bottom: 20px;
    border: solid 1px #ddd;
    border-bottom: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: white;
}

div.form_row_end{
    margin: 0 5px;
    border: solid 1px #ddd;
    border-bottom: none;
}

div.form_row_ctrl{
    margin: 0 5px;
    padding: 10px;
    border: solid 1px #ddd;
    border-top: none;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

div.form_row div.form_head{
    margin: 5px 0;
    margin-top: 15px;
}

div.nav-tabs-custom  div.form_panel_header,
div.form_row div.form_panel_header{
    padding: 10px 10px;
    font-weight: bold;
    background-color: #666;
    color: white;
    margin: 0;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

div.form_row div.form_sub_title h3{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0px 0;
    padding: 0px 10px;
    border-radius: 20px;
    background-color: #999;
    color: white;
    display: inline-block;
    line-height: 30px;
}

@media screen and (min-width: 992px) {
    div.form_row div.form_head span{
        /*
        color: white;
        background-color: #666;
        display: table-cell;
        width: auto;
        opacity: 0.8;
        box-shadow: 0 3px 3px rgba(0,0,255,.05);
        */
        border-radius: 10px;
        padding: 5px 0px;
        text-align: center;
        font-weight: bold;
    }
}

@media screen and (max-width: 991px) {
    div.form_row div.form_head span{
        font-weight: bold;
    }
}

/*
div.form_row div.form_head,
div.form_row div.form_input {
    padding: 5px;
    border: solid 1px #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
*/

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
    padding-bottom: 1px;
}


table.sheetTable td{
    margin: 0!important;
    padding:0!important;
}
table.sheetTable td div{
    margin: 0!important;
    padding:0!important;
}
table.sheetTable td .form-control{
    margin: 0!important;
    padding:3px!important;
    height: auto!important;
    font-size: 11px!important;
}

.form-control{
    color: #111;
}

.tcenter{
    text-align:center;
}

.list_header{
    margin-bottom: 10px;
}

.btn-box-tool {
    padding: 0px;
    font-size: 12px;
    background: transparent;
    box-shadow: none!important;
    color: white;
    font-size: 20px;
    float: right;
    margin-right: 5px;
    height: 16px;

}
.btn-box-tool:hover {
    color: white;

}

.btn-box-tool i.fa{
    /*top: -5px;*/
    /*position: relative;*/

}

.simplecheck{
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    margin: 0;
}

pre.editor_view_cell,
div.editor_view_cell{
    width: 100%;
    height:100%;
    margin: 0;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

pre.editor_view_cell{
    border: none;
    background-color: inherit;
    border-radius: 0;
}
hr{
    width: 100%;
    border: solid 1px #EEE;
}

textarea.form-control{
    padding: 6px!important;
    padding-left: 6px!important;
}


/* typeahead */
span.twitter-typeahead{
    width: 100%;
}

span.tt-dropdown-menu {
    width: 100%;
    background-color: #eee;
}
div.tt-dataset-policy-services {
    width: 100%;
    padding: 0 10px;
}
span.twitter-typeahead{
    padding: 0;
}
span.tt-dropdown-menu{
    max-height: 200px;
    overflow-y: scroll;
    background-color: #333!important;
    opacity: 0.8;
    padding: 0;
}
span.tt-dropdown-menu div{
    padding: 0;
    border: solid 1px #333!important;
}
span.tt-suggestions{
    color: white!important;
    font-weight: bold;
    line-height: 10px;
    margin: 0;
}
div.tt-suggestion{
    cursor: pointer;;
    margin: 0;
    padding: 1px 5px!important;
    line-height: 15px;
}
div.tt-suggestion p{
    color: white!important;
    margin: 0px!important;
    padding: 5px 1px!important;
}
div.tt-suggestion:hover{
    background-color: #000;
}

tr.tr_checked,
tr.tr_checked th,
tr.tr_checked td{
    background-color: #FCC!important;
}

.form_row .notice_cell,
.form_row .notice_cell2,
.form_row .new_cell{
    border-color: red;
    /* background-color: yellow; */
    color: red;
    box-shadow: 1px 1px 1px 1px rgba(255,0,0,0.25);
}

/*
.form_row .notice_cell2{
    color: #111;
    border-color: blue;
    background-color: #EEEEFF;
    box-shadow: 1px 1px 1px 1px rgba(0,0,255,0.25);
}

.form_row .new_cell{
    color: #111;
    border-color: green;
    background-color: greenyellow;
    box-shadow: 1px 1px 1px 1px rgba(0,255,0,0.25);
}

*/
.form_row .deleted_cell{
    color: #000;
    border-color: #CCC;
    background-color: #EEE;
    box-shadow: 0px 0px 0px 0px rgba(128,128,128,0.25);
    text-decoration: line-through;
}
p.error,p.notice{
    color: red!important;
}
.hasManyElement div{
    padding: 0 5px;
}
.hasManyElement .form-control{
    padding: 0 5px!important;
    height: 36px!important;
}

@media only screen and (max-width:767px){
    .panel-body, .box-body {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-box::-webkit-scrollbar {
        height: 10px;
    }
    .scroll-box::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .scroll-box::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #999;
    }

    .box-body::-webkit-scrollbar {
        height: 10px;
    }
    .box-body::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .box-body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #999;
    }


}