/**
* Quartett common CSS
*/

html {
    height: 100%;
}

body {
    background-color: #eeeeee;
    height: 100%;
}

.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}

.relative {
    position: relative;
}

/* @override */

.nav.nav-tabs {
    margin-bottom: 20px;
}

.alert {
    padding: 10px;
    margin-top: 15px;
}

.btn-default {
    text-shadow: none;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f6f7;
}

.input-group {
    margin-bottom: 3px;
}

.badge-error {
    background-color: #d9534f;
}

/* @end */

/* @group Theme */

/* @group Pink */

body.q-pink header {
    background: transparent url(header_bg_pink.png);
}

body.q-pink div#contents h3.title {
    border-top-color: #ff91b3;
}

/* @end */

/* @group Violet */

body.q-violet header {
    background: transparent url(header_bg_violet.png);
}

body.q-violet div#contents h3.title {
    border-top-color: #806de2;
}

/* @end */

/* @group Green */

body.q-green header {
    background: transparent url(header_bg_green.png);
}

body.q-green div#contents h3.title {
    border-top-color: #589931;
}

/* @end */

/* @group Sea Blue */

body.q-sea_blue header {
    background: transparent url(header_bg_sea_blue.png);
}

body.q-sea_blue div#contents h3.title {
    border-top-color: #1990b4;
}

/* @end */

/* @group Wine Red */

body.q-wine_red header {
    background: transparent url(header_bg_wine_red.png);
}

body.q-wine_red div#contents h3.title {
    border-top-color: #b7374b;
}

/* @end */

/* @group Orange */

body.q-orange header {
    background: transparent url(header_bg_orange.png);
}

body.q-orange div#contents h3.title {
    border-top-color: #f8b13e;
}

/* @end */

/* @group Gray */

body.q-gray header {
    background: transparent url(header_bg_gray.png);
}

body.q-gray header * {
    color: #444;
}

body.q-gray header h1 {
    color: black;
}

body.q-gray header h1 strong {
    color: #999;
}

body.q-gray div#contents h3.title {
    border-top-color: #bbb;
}

/* @end */

/* @group Gold */

body.q-gold header {
    background: transparent url(header_bg_gold.png);
}

body.q-gold div#contents h3.title {
    border-top-color: #bfbb62;
}

/* @end */

/* @group Blue */

body.q-blue header {
    background: transparent url(header_bg_blue.png);
}

body.q-blue div#contents h3.title {
    border-top-color: #1596f7;
}

/* @end */

/* @group Brown */

body.q-brown header {
    background: transparent url(header_bg_brown.png);
}

body.q-brown div#contents h3.title {
    border-top-color: #1596f7;
}

/* @end */

/* @group Black */

body.q-black header {
    background: transparent url(header_bg_black.png);
}

body.q-black div#contents h3.title {
    border-top-color: #666;
}

/* @end */

/* @group Yellow */

body.q-yellow header {
    background: transparent url(header_bg_yellow.png);
}

body.q-yellow header * {
    color: #67a206;
}

body.q-yellow header a:link,
body.q-yellow header a:visited {
    color: #67a206;
}

body.q-yellow header a:hover,
body.q-yellow header a:active {
    color: #8ee400;
}

body.q-yellow div#contents h3.title {
    border-top-color: #e3fd7f;
    background: #ffffee;
}

body.q-yellow a:link,
body.q-yellow a:visited {
    color: #598c05;
}

body.q-yellow a:hover,
body.q-yellow a:active {
    color: #8ee400;
}

/* @end */

/* @end */

/* @group Header */

header,
header .white-base,
header .users-style {
    height: 60px;
}

header .white-base {
    background: transparent;
}

header h1,
header ul,
header a {
    color: white;
}

header a:hover {
    color: white;
}

header h1 {
    position: absolute;
    font-weight: bold;
    margin: 0;
    left: 20px;
}

header h1,
header h1 strong {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 4px;
}

header h1 strong {
    font-weight: normal;
    padding-left: 5px;
}

header ul {
    position: absolute;
    top: 30px;
    right: 10px;
}

header ul li {
    list-style: none;
    margin: 0 0 0 10px;
    float: left;
}

header .bg {
    position: absolute;
    top: 6px;
    right: 15px;
    z-index: 20;
}

header .bg > a {
    cursor: pointer;
}

header .bg .palette {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
    background: white;
    border-radius: 4px;
    z-index: 20;
    width: 310px;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

header .bg .palette h2 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 700;
}

header .bg .palette .pickers {
    display: flex;
    padding: 5px 0 0;
}

header .bg .palette .picker span {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
}

body > .colorpicker {
    z-index: 100;
}

body > .pallet-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

nav.global .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
nav.global .dropdown-menu {
    height: auto !important;
    z-index: 2000;
}
nav.global .depth1 {
    padding-left: 30px !important;
}
@media (min-width: 768px) {
    nav.global .nav>.dropdown {
        border-color: #ddd;
        border-style: solid;
        border-width: 0 1px 1px 0;
    }
    nav.global ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    nav.global .depth1 {
        padding-left: 35px !important;
    }
}

/* Support MegaDropdownMenu */
nav.global .nav>.dropdown {
    position: static;
}
nav.global .dropdown-menu {
    top: auto;
    left: auto;
}
nav.global .nav>.dropdown.full .dropdown-menu {
    left: 0;
    right: 0;
}
nav.global .dropdown-content {
    padding: 10px 20px;
}

nav.global .dropdown-content h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 7px 0;
    padding: 0 0 7px 0;
}
nav.global .dropdown-content ul {
    padding-left: 20px;
}
nav.global .dropdown-content ul a,
nav.global .dropdown-content dl a {
    text-decoration: underline;
}
nav.global .dropdown-content ul.list-unstyled {
    padding-left: 0px;
}


/* @end */

/* @group Contents */

div#contents {
    padding: 15px 15px 90px;
    margin: 0;
    background: white url(footer_bg.png) repeat-x bottom center;
}

div#contents > div.row > div.col-sm-2 > h2 {
    margin: 18px 0 18px;
    font-size: 17px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

div#contents h3.title {
    color: #333;
    font-size: large;
    border-top: 5px solid #ccc;
    background: #efefef;
    padding: 4px 5px 5px;
    margin-top: 10px;
}

div#contents div.tabview + h3.title {
    margin-top: 0;
    border-top: none;
    padding: 8px 12px;
    background: #f2f8f7 url(tab_contents_bg.png) repeat-x center top;
    color: #3045b6;
    letter-spacing: 2px;
}

div.caption {
    margin: 5px;
}

div.caption.left {
    float: left;
}

div.completetip {
    color: #491c0a;
    background: #fdec96;
    padding: 4px 7px;
    margin: 0 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.loading {
    text-align: center;
    height: 34px;
    line-height: 34px;
    display: none;
}

div.ajax_update {
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
    color: #ccc;
    font-family: sans-serif;
}

div.row.single {
    padding: 0 15px;
}

div.row-single {
    margin: 0 15px 0;
    padding-top: 15px;
}

div.righttop {
    position: relative;
}

div.navbar.no-bottom-margin {
    margin-bottom: 0;
}

div.tablewrapper {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

div.tablewrapper table.table {
    margin: 0 0 5px;
}

div.row-fluid + div.pagination {
    margin-top: 0;
}

div.paginationwrapper {
    position: relative;
    margin-top: 5px;
    min-height: 20px;
}

div.paginationwrapper div.pagination.number {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

div.paginationwrapper div.pagination {
    margin-top: 10px;
}

div.paginationwrapper span.all_count {
    display: block;
    margin: 20px 20px 20px 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
}

div.paginationwrapper span.all_count span {
    font-weight: bold;
    color: #333;
}

div.well.well-sm + div.paginationwrapper {
    margin-top: -20px;
}

/* @end */

/* @group List Table */

table.nofullwidth {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-left: none;
    border-right: none;
}

table.table thead th.selected a {
    color: #b94a48;
}

.tablewrapper table.table th,
.tablewrapper table.table td {
    white-space: nowrap;
}

table.table td.id,
table.table td.date {
    font-family: 'Lucida Sans Typewriter', 'Monaco', 'Courier', monospace;
}

tr.colored td {
    background-color: #F7F8FF;
}

table.table td.order {
    vertical-align: middle;
}

table.table td.order img {
    width: 16px;
    height: 16px;
}

table.table td.order a.hidden {
    visibility: hidden;
}

/* @end */

/* @group Detail Table */

table.detail {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

table.detail.join {
    margin-top: 0;
    border-top: none;
}

table.detail th {
    text-align: left;
    border-right: 1px dotted #ccc;
    border-bottom: 1px solid #fff;
    padding: 3px 10px 3px 10px;
    vertical-align: top;
    background: #efefef;
    line-height: 1.3;
    white-space: nowrap;
}

table.detail td {
    border-bottom: 1px solid #ccc;
    padding: 3px 10px 3px 3px;
    vertical-align: top;
    line-height: 1.3;
}

table.detail td span {
    padding: 0 5px;
}

.transparent_mat {
    background: white url(check.gif) repeat left top;
    text-align: center;
    vertical-align: middle !important;
}

.transparent_mat a img {
    max-width: 300px;
    max-height: 300px;
}

/* @end */

/* @group Form */

.form-inner {
    margin-left: 15px;
    margin-right: 15px;
}

.form-group div.controls {
}

form div.form {
    margin: 10px 0;
}

form div.form label.control-label {
    border-left: 7px solid #e5e5e5;
    padding-left: 5px;
    white-space: nowrap;
}

form .form-inner h3 {
    border-left: 10px solid #aed3ee;
    background: #f0f3f6;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 5px 7px 7px;
    border-radius: 0 3px 3px 0;
}

div.form .fileuploader,
div.form .fileselector{
    vertical-align: top;
}

.form-horizontal div.form-group label.control-label {
    border: 0;
}

.form-horizontal div.form-group {
}

fieldset.separate div.form-group {
    display: block;
}

div.form-group.error label.control-label {
    border-color: #b94a48;
}

span.help-block.errormessage {
    margin-bottom: 0;
}

span.help-block {
    margin-bottom: 0;
}

label.radio + span.help-block {
    margin-top: 5px;
}

form {
    position: relative;
}

form fieldset section:before,
form fieldset section:after {
    display: table;
    content: " ";
}

form fieldset section:after {
    clear: both;
}

form fieldset section.group {
    position: relative;
    border: 3px solid #e3e3e3;
    margin: 50px 15px 20px;
    background: #fcfcfc;
    border-radius: 5px;
}

form fieldset section.group h4 {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    top: -37px;
    left: 1px;
}


form a.input-group-addon.upload.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: white;
    font-size: 12px;
}

form a.input-group-addon.upload.btn-primary:hover {
    background-color: #3071a9;
    border-color: #285e8e;
}

form a.input-group-addon.upload.btn-primary:before {
    content: "\f15c";
    font-family: FontAwesome;
    padding-right: 5px;
}

form a.input-group-addon.clear.btn-default {
    font-size: 12px;
    border-radius: 0 3px 3px 0;
}

form a.input-group-addon.clear.btn-default:before {
    content: "\f05e";
    font-family: FontAwesome;
    padding-right: 5px;
}

form div.imagepreview {
    display: table;
    table-layout: fixed;
}

form div.imagepreview img {
    width: 100%;
    max-width: 100%;
}

form div.submit.fixed {
    position: fixed;
    bottom: 0;
    padding: 10px 10px 15px;
    background: transparent url(../../~images/white_50op.png);
    border-top: 1px solid #ddd;
    width: 100%;
    z-index: 1000;
}

form div.submit.fixed .btn-primary:before,
form div.submit.fixed .btn-success:before {
    font-family: "FontAwesome";
    padding-right: 5px;
}

form div.submit.fixed .btn-primary:before {
    content: "\f0c7";
}

form div.submit.fixed .btn-success:before {
    content: "\f055";
}

form fieldset.customized_column {
    margin: 20px;
}

.gmap_button_container {
    margin-top: 5px;
}

/* @end */

/* @group Local Menu */

div.localmenu {

}

div.localmenu a {
    padding: 5px 10px;
    font-size: 13px;
}

div.localmenu a.depth1 {
    padding-left: 1.5em;
}

div.localmenu a.depth2 {
    padding-left: 3em;
}

div.localmenu a.depth3 {
    padding-left: 4.5em;
}



/* for div.help>div.alert */
div.localmenu samp {
    display: none;
}

/* @end */

/* @group Pankuzu */

div#pankuzu {
    margin: 0 0 10px;
    height: 20px;
    overflow: hidden;
    background: transparent url(pankuzu_bg.png) repeat-x right top;
}

div#pankuzu li {
    height: 18px;
    line-height: 18px;
    padding: 2px 10px 0 20px;
    background: transparent url(pankuzu_arrow.png) no-repeat left center;
    float: left;
}

div#pankuzu li a {
    line-height: 18px;
}

div#pankuzu li.home {
    padding-left: 15px;
    background-image: none;
}

div#pankuzu li a:link,
div#pankuzu li a:visited {
    color: #333;
    text-decoration: none;
}

div#pankuzu li a:hover,
div#pankuzu li a:active {
    color: #093;
    text-decoration: underline;
}

div#pankuzu li select {
    width: 200px;
}

/* @end */

/* @group Plugin Help */

article {
    margin: 0 0 40px;
}

article div.code {
    text-align: center;
}

article div.code textarea {
    display: block;
    background: #454545;
    font-family: monospace;
    color: #f1f1f1;
    padding: 4px;
    width: 80%;
    margin: 10px auto;
}

article table.table td.example {
    font-family: monospace;
}

div.flow{
    text-align: center;
}
div.flow img{
    margin-right: 30px;
}

/* @end */

/* @group Modal */

div#modalcontainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2050;
}

div#iframecontainer {
    position: absolute;
    z-index: 2100;
}

div#progressbar {
    position: absolute;
    z-index: 80;
    height: 1px;
    background: #ccc;
}


/* @end */

/* @group Datepicker */

#ui-datepicker-div * {
    line-height: 1;
}

#ui-datepicker-div select {
    height: auto;
}

#ui-datepicker-div dl {
    margin: 5px;
}

#ui-datepicker-div dl * {
    font-size: 90%;
}

#ui-datepicker-div dl dt {
    display: block;
    margin-bottom: 3px;
    width: 15%;
    clear: both;
    float: left;
}

dt.ui_tpicker_hour_label,
dt.ui_tpicker_minute_label {
    text-align: right;
}

#ui-datepicker-div dl dd {
    padding-top: 4px;
    width: 80%;
    float: right;
}

#ui-datepicker-div .ui-datepicker-buttonpane {
    margin-top: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 85%;
}
.ui-datepicker-title select {
    vertical-align: top;
}
a.ui-datepicker-prev,
a.ui-datepicker-next {
    cursor: pointer;
}

/* @end */

ul.under_tab {
    margin: 5px 10px;
    text-align: right;
}

ul.under_tab li {
    display: inline;
}

form.input fieldset.addborder {
    border-bottom: 1px solid #ccc;
}

footer {
    position: fixed;
    bottom: 10px;
    left: 20px;
}

@media (max-width: 767px) {
    footer {
        position: static;
        text-align: center;
        padding-bottom: 10px;
    }
}

footer .copyright {
    color: #bbb;
    font-family: 'Lucida sans', Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 11px;
}

div#ajaxerror {
    color: #fff;
    padding: 10px;
    font-family: monospace;
}

/* @group List Header Search */

form.list_filter {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background-color: #f6f6f6;
}

div.navbar {
    position: relative;
    z-index: 10;
}

div.navbar + form.list_filter {
    position: relative;
    margin: -33px 15px 20px;
    padding-top: 20px;
    z-index: 1;
}

form.list_filter fieldset {
    border: none;
}

form.list_filter select {
    width: auto !important;
}

form.list_filter select {
    height: 2.5em;
    font-size: 12px;
}

form.list_filter button.up,
form.list_filter button.down {
    position: absolute;
    bottom: 4px;
    right: 4px;
    line-height: 14px;
    padding: 0 4px;
}

form.list_filter button.down {
    bottom: -18px;
}
form.list_filter.form-inline input.timepicker {
    width: 70px;
}
form.list_filter.form-inline input.datepicker {
    width: 100px;
}
form.list_filter.form-inline input.datetimepicker {
    width: 130px;
}
form.list_filter.form-inline .input-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
form.list_filter div.radio-inline label,
form.list_filter div.checkbox-inline label{
    margin-bottom: 0px;
    font-weight: normal;
}
form.list_filter.form-inline div.radio-inline input[type="checkbox"],
form.list_filter.form-inline div.checkbox-inline input[type="checkbox"]{
    margin-left: -15px;
}

form.list_filter fieldset>div {
    margin-bottom: 3px;
}

form.list_filter label.input-group-addon {
    border: none;
    background: none;
    font-weight: normal;
    padding: inherit;
    color: #333;
}

form.list_filter input.datepicker,
form.list_filter input.datetimepicker {
    width: 100%;
}

form.list_filter.form-bootstrap .radio-inline,
form.list_filter.form-bootstrap .checkbox-inline {
    margin-right: 10px;
}
form.list_filter.form-bootstrap .radio-inline+.radio-inline,
form.list_filter.form-bootstrap .checkbox-inline+.checkbox-inline {
    margin-left: 0px;
}

form.list_filter.form-bootstrap .form-group {
    margin-bottom: 0;
}
form.list_filter .picker-separator {
    border-left: 0;
    border-right: 0;
}
form.list_filter.form-bootstrap select {
    max-width: 100% !important;
    display: inline-block;
}
form.list_filter label {
    font-weight: normal;
}
@media (max-width: 767px) {
    form.list_filter.form-bootstrap div.radio,
    form.list_filter.form-bootstrap div.checkbox{
        display: block;
    }
    form.list_filter.form-bootstrap select {
        width: 100% !important;
    }
    form.list_filter.form-bootstrap .input-group:not(.hasPicker) {
        display: block;
    }
    form.list_filter.form-bootstrap .input-group label.input-group-addon {
        display: table-caption;
    }
}

/* @end */

div.list_header {
    margin: 5px 0;
}

div.form div.list_header {
    margin-bottom: 15px;
}

div.list_header span.label {
    font-size: 12px;
}

div.list_header span.label.exclude {
    color: #45454a;
    background-color: #e0e0e4;
}

div.well.localmenu {
    padding: 8px 0;
}

form.input {
    position: relative;
}

form.input label.radio.inline,
form.input label.checkbox.inline{
    white-space: nowrap;
}

form.input div.inputed {
    display: block;
    border-bottom: 1px dashed #bbb;
    padding: 5px 10px;
    margin: 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
}

form.input div.inputed div.data {
    display: block;
}

form.input div.joint .input-round input:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

form.input div.joint .input-round input:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

form.input div.joint div.errors span.errormessage,
form.input div.joint div.helps span.help-block {
    display: inline;
}

form.confirm .help-block {
    display: none;
}

form.confirm div.data {
    background: #f4f4f4;
    padding: 6px 8px !important;
    border-radius: 3px;
}

body.modalwrapper {
    position: relative;
    background-color: white;
}

body.modalwrapper header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}

body.modalwrapper header h1 {
    width: calc(100% - 110px);
    color: #333;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body.modalwrapper header a {
    color: #428bca;
}

body.modalwrapper header button.remove,
body.modalwrapper header button.reload,
body.modalwrapper header button.expand {
    position: absolute;
    border: none;
    background: none;
    top: 17px;
}

body.modalwrapper header button i {
    color: black;
}

body.modalwrapper header button.remove {
    right: 13px;
}

body.modalwrapper header button.reload {
    right: 40px;
}

body.modalwrapper header button.expand {
    right: 69px;
}

body.modalwrapper footer {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    padding: 13px 15px 0 0;
    text-align: right;
    background: #efefef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    z-index: 10;
    left: 0;
}

body.modalwrapper div#contents {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 15px;
    background: white;
    z-index: 1;
}

body.modalwrapper form {
    margin-bottom: 0px;
}

body.modalwrapper footer div.alert {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40%;
    text-align: left;
}

body.popupwrapper {
    position: relative;
    background-color: white;
}

body.popupwrapper header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}

body.popupwrapper header h1 {
    color: #333;
    letter-spacing: 1px;
}
body.popupwrapper header a {
    color: #428bca;
}

body.popupwrapper header button.remove,
body.popupwrapper header button.reload {
    position: absolute;
    border: none;
    background: none;
    top: 17px;
}

body.popupwrapper header button i {
    color: black;
}

body.popupwrapper header button.remove {
    right: 13px;
}

body.popupwrapper header button.reload {
    right: 40px;
}

body.popupwrapper footer {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    padding: 13px 15px 0 0;
    text-align: right;
    background: #efefef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    z-index: 10;
}

body.popupwrapper div#contents {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 15px;
    background: white;
    z-index: 1;
}

body.popupwrapper form {
    margin-bottom: 10px;
}

body.popupwrapper footer div.alert {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40%;
    text-align: left;
}

table.table td div.shorten {
    width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.table td div.shorten.set-popover {
    cursor: pointer;
}

table.table td .popover-content {
    font-size: 85%;
}

div.help div.alert {
    padding: 8px 14px;
}

table.sortable tbody tr {
    cursor: move;
}



ul.notification_container {
    position: fixed;
    width: 205px;
    top: 5px;
    right: 0;
    margin: 0;
    z-index: 10000;
}

ul.notification_container li {
    position: absolute;
    width: 200px;
    top: -1000px;
    left: 0;
    margin: 0 0 5px;
    padding: 7px 10px;
    line-height: 1.2;
    box-sizing: border-box;
    opacity: 0.9;
    list-style: none;
}

ul.notification_container li h6 {
    margin: 0 0 0 -3px;
    font-size: 13px;
}

ul.notification_container li p {
    margin: 0;
    font-size: 12px;
}

div.side_help_block span.help-block {
    position: relative;
    display: inline-block;
    margin: 0 0 0 30px;
    padding-top: 0;
    min-height: 20px;
    line-height: 20px;
    top: 5px;
}

section.complete div.alert h4 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

input.fileuploader,
input.fileselector{
    margin-bottom: 5px;
}
ul.uploader-thumbnails {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}


/* Fieldgroup */
fieldset.fieldgroup {
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* Fieldgroup:タイトル */
fieldset.fieldgroup>h3:first-child {
    color: #555;
    font-weight: bold;
    font-size: 14px;

    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px 1px 0;
    background: #f5f5f5;

    display: inline-block;
    margin: 0;
    padding: .5em;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
/* Fieldgroup:直下の.rowだけネガティブマージンをクリア */
fieldset.fieldgroup>.row {
    margin-left: 0;
    margin-right: 0;
}

/* 確認画面用のスタイル */
div.inputed>div.data {
    /*
    border-width: 0 0 1px 0;
    border-color: #bbb;
    border-style: dotted;
    */
    font-size: 14px;
    padding: 6px 0;
    line-height: 1.428571429; /*20px*/
}


/* Select2 Customise */
.form-control.select2 {
    padding: 0;
    border: none;
}


form.customized_column {
    padding-left: 20px;
    padding-right: 20px;
}

form.customized_column table {}

form.customized_column table td.title {
    width: 25%;
}

form.customized_column table td.method {
    width: 20%;
}

form.customized_column table td.var {
    width: 40%;
}

form.customized_column table td.var .input-group-addon,
form.customized_column td.var input {
    font-family: monospace;
    letter-spacing: 1px;
}

form.customized_column table div.errormessage {
    color: #c30;
}

form.list_filter div.select2-container,
div.form div.select2-container {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    min-width: 180px;
}

form.list_filter .select2-container .select2-choice,
div.form .select2-container .select2-choice {
    height: 30px;
    line-height: 30px;
    top: -3px;
    border-color: #bbb;
}

div.form .select2-container .select2-choice {
    top: -5px;
    height: 32px;
    line-height: 32px;
}

/* offcanvas */
#notify-area {
    width: 300px;
    padding: 5px;
}
#notify-area .alert {
    margin-top: 5px;
    margin-bottom: 0px;
}
#notify-view .alert {
    margin: 0;
}


.navbar.navbar-default + .nav.navbar-nav.under_menu_bar {
    float: none;
    margin-top: -10px;
    display: flex;
    justify-content: flex-end;
}

.navbar.navbar-default + .nav.navbar-nav.under_menu_bar li {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar.navbar-default + .nav.navbar-nav.under_menu_bar a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ddd;
    border-right: 0;
}

.navbar.navbar-default + .nav.navbar-nav.under_menu_bar li:last-child {
    border-radius: 0 4px 4px 0;
}

.navbar.navbar-default + .nav.navbar-nav.under_menu_bar li:last-child a {
    border-right: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
}

.navbar.navbar-default + .nav.navbar-nav.under_menu_bar li:first-child {
    border-radius: 4px 0 0 4px;
}

.navbar.navbar-default + .nav.navbar-nav.under_menu_bar li:first-child a {
    border-radius: 4px 0 0 4px;
}
