body {
    background-color: #ffffff;
    font-family: Meiryo !important;
    padding-top: 70px;
}

.contents {
    background-color: #fff;
    position: relative;
    z-index: 80;
    padding-bottom: 5px;
}

.required::after {
    content: "*";
    color: red;
}

.small-input {
    text-align: center;
    height:23px;
    width: 42px;
    margin: 0 auto;
}

.text-bold {
    font-weight: bold;
}

.custom-header {
    margin-bottom: 10px;
}

/*fixed first column*/

.error-message {
    color : red;
    margin: 0px;
}

/*Priority - edit*/
.red-border {
    border: 1px solid red;
}

/*Color-Picker*/
.colorpicker-btn .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-btn .colorpicker-hue,
.colorpicker-btn .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-btn .colorpicker-color,
.colorpicker-btn .colorpicker-color div {
    height: 30px;
}
.colorpicker-alpha {
    display: none !important;
}

.input-group[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

span.input-group-addon i {
    border: 1px #abbdee solid;
}

/* Icon color */
.icon-success {
    color: #5CB85C;
}

.icon-danger {
    color: #F1063F;
}

/* Style - Select - schedule screen */
select.schedule {
    width: 140px !important;
}

.side-borders {
    border-left: #777 2px solid !important;
    border-right: #777 2px solid !important;
}

th.side-borders {
    border-top: #777 1px solid !important;
}

tr:last-child td.side-borders {
    border-bottom: #777 1px solid !important;
}

.read-only {
    background-color: #EFEFEF;
}

/* Fixed column */
.div-fixed-column{
    position: relative;
}
.table-fixed-column {
    margin-bottom: 0px;
}
.table-responsive .fixed-column {
    top: 0;
    left: 0px;
    position: absolute;
    background: #fff;
    z-index: 10;
    table-layout: fixed;
}
.header-top-left {
    min-width: 240px;
    width: 100%;
    min-height: 10px;
}
.header-top {
    min-width: 60px;
    width: 100%;
    min-height: 10px;
}
.scrollbar-table {
    position: fixed;
    bottom: 0px;
    left: 15px;
    right: 15px;
    z-index: 11;
    height: 20px;
}
.scrollbar-table-header {
    position: fixed;
    top: 51px;
    left: 15px;
    right: 15px;
    z-index: 12;
    overflow: hidden;
    background-color: #ffffff;
    display: none;
}
.scrollbar-table-header.active {
    display: block;
}
.scrollbar-table-header table {
    margin-bottom: 0px;
}
.scrollbar-table-header .table-responsive {
    overflow: hidden;
}
.header-row {
    position: relative;
}
.div-fixed-column > .table-responsive:first-child{
    overflow: hidden;
}
.scrollbar-content {
    min-height: 1px;
    background-color: #ffffff;
}

/* css timeline for mobile */
.mobiles.smartphone.tablet .content {
    position: relative;
}
.mobiles.smartphone.tablet .content:before {
    background: #eff2f3;
    border-radius: 2px;
    content: "";
    height: 99%;
    left: 48.5px;
    top: 0;
    position: absolute;
    width: 2px;
}
.page-content .title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 25px 0;
}
.message-item {
    margin-left: 105px;
    position: relative;
    padding-bottom: 20px;
}

.message-item .message-inner {
    background: #f7f9fa;
    border: 1px solid #eff2f3;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

.message-item .message-inner:before {
    border-right: 8px solid #eff2f3;
    border-style: solid;
    border-width: 8px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -16px;
    top: 10px;
    width: 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.message-item .message-date {
    position: absolute;
    top: 0;
    z-index: 10;
    left: -105px;
    padding: 5px 10px;
    border: 2px solid #ccc;
    text-align: center;
    font-weight: bold;
    background: #fff;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.message-item .message-icon {
    position: absolute;
    top: 38px;
    left: -72px;
    height: 30px;
    width: 30px;
    z-index: 10;
    background: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.message-item .message-icon i {
    color: #fff;
}

.message-item .message-date.past {
    background: #ddd;
}
.message-item .message-date.now {
    border: 2px solid #80d651;
    background: #80d651;
    color: #fff;
}
.message-item .message-date.text-danger {
    color: #F1063F;
}
.message-item .message-detail p {
    padding: 2px 5px;
    margin: 0;
}

@media (max-width:780px) {
    .input-group {
        text-align: left;
        float: none;
        padding-bottom: 5px;
    }
}

/*Event CSS*/
.tags {
    font-size:20px;
    color:#000084;
    display:block;
}
.tags:hover {
    color:red;
}
.additor {
    font-size:20px;
    color:#000084;
    display:none;
}
#event-row td {
    cursor:pointer;
}
#event-row td:hover .additor {
    display:block;
    color:red;
}
.tooltiptext {
    display: none;
}

.listevents {
    table-layout:fixed;
}

table tr td.button-list {
    vertical-align: middle;
}

table tr td.showupleft {
    vertical-align: middle;
    width: 75%;
    word-wrap: break-word;
}

.showupright span:hover{
    color:red;
    cursor:pointer;
}

.showupleft:hover {
    color:red;
    cursor:pointer;
}

.cancel, .cancel-button {
    margin-left:10px;
    margin-right:10px;
}

#error_from, #error_to, #error_event_name, #error_staff_name {
    color:red;
}

label.error {
    color:red;
    font-weight:normal;
}
/*End Event CSS*/
.account-color {
    color:#000084;
}

/*Custom CSS*/
.date-picker-width {
    width: 200px;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.page-header {
    margin-top: 20px;
}
.page-header h3 {
    font-weight: bold;
    margin-top: 0px;
}
.progress {
    height: 10px;
    margin-bottom: 10px;
}
.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*End Custom CSS*/

/*
    Loadding
*/
.lds-hourglass {
    position: absolute;
    top: 0;
    left: 16px;
    height: 34px;
    background-color: rgba(0,0,0,0.6);
    right: 16px;
    border-radius: 4px;
    display: none;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 12px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
	transform: rotate(0);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
	transform: rotate(900deg);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
	transform: rotate(1800deg);
    }
}

.toast {
    opacity: 1 !important;
}
