

body {
    font-size:12px;
    font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif,'Source Sans Pro', sans-serif!important;
    background-color: #333;
}

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 54px;
    border: solid 1px #ddd;
    border-bottom: none;
}

div.form_row_ctrl{
    margin: 0 5px;
    padding: 10px 200px 10px 10px;
    border: solid 1px #ddd;
    border-top: none;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0px;
    left: 215px;
    width: 100%;
    z-index: 999;
}

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: #3c8dbc!important;
    opacity: 1;
    padding: 0;
}

span.tt-dropdown-menu div{
    padding: 0;
    border: solid 1px #367fa9!important;
}
span.tt-suggestions{
    color: white!important;
    font-weight: normal;
    line-height: 10px;
    margin: 0;
}
/*
div.tt-suggestion{
    cursor: pointer;;
    margin: 0;
    padding: 1px 5px!important;
    line-height: 15px;
}
*/
div.tt-suggestion p{
    color: #EEE!important;
    margin: 0!important;
    padding: 5px 1px!important;
}


.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    background-color: #002f69;
    color: #FFF!important;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,

.tt-menu .tt-suggestion:hover a {
    color: #FFF!important;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
    margin: 0;
}

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 input[type="text"].form-control,
.hasManyElement input[type="password"].form-control,
.hasManyElement select.form-control{
    padding: 0 5px;
    height: 36px;
}

input.mbsc-comp[disabled][type="text"]{
    cursor: pointer;
    background-color: #FFF;
    opacity: 1;
}
.blockPage{
    border-radius:10px!important;
}



.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;
}


.row .panel p{
    color: #333;
}

i.glyphicon-remove-circle{
    height: 26px;
    line-height: 26px;
}

.hasManyElement{
    padding: 10px;
}

.multiselect-container.dropdown-menu input[type="radio"],
.multiselect-container.dropdown-menu input[type="checkbox"]
{
    display:none;
}

.multiselect-container>li>a>label {
    padding: 6px 10px 6px 10px;
}

.dropdown-menu  a:hover {
    background-color: #64adfc!important;
}

.daterangepicker.dropdown-menu .off.disabled
{
    color:#999999;
    border-radius: 0;
    background-color: #ddd;
}

.daterangepicker_start_input{
    width: 100%;
    float: none!important;
}
.daterangepicker_end_input{
    width: 100%;
    float: none!important;
    padding-left: 0!important;
}

.daterangepicker .ranges .input-mini{
    width: 100%;
}
.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: transparent;
    content: '';
}
.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}


.table-condensed>tbody>tr.hasManyElement>td
{
    padding: 0 4px;
    height: 45px;
}
.table-condensed>tbody>tr.hasManyElement>td>textarea.form-control
{
    margin-top: 4px;
}


.table-condensed>tbody>tr.hasManyElement>td>span.fileinput-button>input[type="file"].form-control
{
    /*display:none;*/
}

.table-condensed>tbody>tr.hasManyElement>td>span.fileinput-button{
    top: 5px;
}

div.btn-group>button.multiselect.dropdown-toggle.btn{
    width: 100%;
    height: 40px;
    position: relative;
}

div.btn-group>button.multiselect.dropdown-toggle.btn>b.caret{
    position: absolute;
    right: 2px;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.table-striped.table-row-hover > tbody > tr:hover > td
{
    background-color: #c4e3f3;
}

.tright{
    text-align:right;
}
.tleft{
    text-align:left;
}

button.multiselect > span.multiselect-selected-text{
    text-overflow: ellipsis;
    padding-right: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}


.bigBtn{
    width: 110px;
    height: 110px;
    font-size: 24px;
    padding: 0;
}

.open > .dropdown-menu{
    max-width: 100%;
}

.form-control{
    width: 100%;
}


.tableWrapper table thead tr th div.btn-group>button.multiselect.dropdown-toggle.btn{
    height: 28px;
    border-color: black;
    border-radius: 3px;
    min-width: 100px;
    max-width: 100%;
}
.tableWrapper table thead tr th .multiselect-container>li>a>label
{
    padding: 8px 0px 8px 10px;
}

.tableWrapper table thead tr th .multiselect-container>li>a>label{
    font-weight: 100;
    font-size: 12px;
}


.tableWrapper table thead tr th button.multiselect > span.multiselect-selected-text{
    font-size: 12px;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    opacity: 0.9;
    width: 422px;
    margin: 0 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff!important;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}


table.dataTable, table.dataTable td, table.dataTable th {
    box-sizing: border-box;
}

.tableWrapper .multiselect-search{
    font-size: 12px;
    height: 32px;

}


@media screen and (min-width: 992px) {
    header > a.logo,
    .left-side {
        position: fixed;
    }
}

table.dataTable, table.dataTable td, table.dataTable th {
    box-sizing: border-box;
}