﻿/*개발시 별도 추가 CSS*/
input[readonly] { background-color: #f0f0f0 !important;border:1px solid #c3c3c3}
select.readonly {background-color: #f0f0f0 !important}

/*방문주차 달력 스타일*/
.picker__table th { color: #000000; text-align: center !important; height:30px}
.picker__table th:first-child {color: red;}
.picker__table th:last-child {color: blue;}
.picker__table td { text-align: center !important;padding: 0 !important;}
.picker__table tr td:first-child div {color: red;}
.picker__table tr td div.picker__day--disabled {color: #aaaaaa; background-color: #ffffff;border: none;}
.picker__table tr td:first-child div.picker__day--disabled {color: #fa8072; background-color: #ffffff;border: none;}
.picker__table tr td:last-child div {color: blue;}
.picker__table tr td:last-child div.picker__day--disabled {color: #6495ed; background-color: #ffffff;border: none;}


.pc-hide { display: none !important}
.pc-hide-b { display: none !important}
.pc-hide-ib { display: none !important}
@media screen and (max-width : 750px) {
    .mobile-hide{display: none !important}
    .pc-hide { display: initial !important}
    .pc-hide-b { display: table !important}
    .pc-hide-ib { display:inline-block !important}
}