﻿/**
 *
 * Apply your custom CSS here
 *
*/


.calender_m {
    text-align: center;
}

.calender_m table {
    margin: 0;
    border-top: 1px solid #eee;
}

.calender_m p {
    font-size: 2rem;
    color: #333;
}

.calender_m td:first-child span {
    font-weight: 600;
    color: #9c9c9c;
}

.calender_m a {
    display: block;
    margin-bottom: 2px;
}

.calender_m td {
    position: relative;
    vertical-align: middle !important;
}

.calender_m td:first-child:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #eee;
    content: '';
}

.calender_m .today span, .calender_m .today p {
    color: #01a2df !important;
    font-weight: bold;
}

.blue {
    background: #d9ecfb;
    border: 1px solid #9fd0f4;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.green {
    background: #ddf2e9;
    border: 1px solid #97d9d8;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.red {
    background: #ffe0e6;
    border: 1px solid #ff879f;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.orange {
    background: #FAECC5;
    border: 1px solid #FFE08C;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.order {
    background: #C8EE9D;
    border: 1px solid #66CC33;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.depo {
    background: #d9ecfb;
    border: 1px solid #9fd0f4;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.mns {
    background: #dddddd;
    border: 1px solid #3d3d3d;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.calc {
    background: #DDDDFF;
    border: 1px solid #D1B2FF;
    -webkit-border-radius: 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 5px;
    -moz-background-clip: padding;
    border-radius: 5px 5px;
}

.cal-today {
    background: #FFFFE9;
}

@media (max-width:785px) {
    .fc-view-container {
        display: none;
    }
}

@media (min-width:786px) {
    .calender_m {
        display: none;
    }
}

.col-margin2.row > * {
  margin-bottom: 5px;
}
.col-margin2.row > *:last-child {
  margin-bottom: 0;
}

.form-control-static2 {
    height: 32px;
    width: 23.5%;
    padding: 6px 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #e4e4e4;
    border-radius: 0px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
}

.form-control-static3 {
    height: 32px;
    width: 75%;
    padding: 6px 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
}

.static-label {
    padding: 6px 15px;
}

.static-btn {
    padding: 3px 12px;
}

/* 그리드 내부 링크 버튼 표기 */
.grid-link {
    color: #e5493a;
    font-weight: bold;
}