@charset "utf-8";
:root {
    --color_main: #7F2F31; 
    --color_menu: #7F2F31; 
    --color_main_light: #dad2d2; 
}

@font-face {
    font-family: "Prompt";
    src: url(../../public/font/prompt/Prompt-Light.ttf) format("truetype");
    font-weight: 100;
    font-style: normal; 
}

#loader {
    top: 0;
    z-index: 99;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000d0;
    color: #fff;
    text-align: center;
    padding-top: 38vh;
    box-sizing: border-box;
}

input[type=radio],input[type="checkbox"] {
    border: 0px;
    width: 1.3em;
    height: 1.3em;
}

label.error {
    margin-top: 3px;
    color: #ff0000;
    font-size: 1em;}

input[type="checkbox"].error, 
input[type="text"].error, 
input[type="text"]:read-only.error, 
input[type="password"].error, 
input[type="radio"].error,
input[type="time"].error, 
input[type="file"].error, 
textarea.error, 
select.error, 
select:disabled.error {
    background-color: #ffcbcb !important;
    color: #fd4646 !important;
    outline: #fd4646 auto 5px !important;
}

input[type="checkbox"]:focus.error, 
input[type="text"]:focus.error, 
input[type="text"]:focus:read-only.error, 
input[type="radio"]:focus.error,  
input[type="password"]:focus.error, 
input[type="time"]:focus.error, 
input[type="file"]:focus.error, 
textarea:focus.error, 
select:focus.error, 
select:focus:disabled.error {
    background-color: #ffcbcb !important;
    color: #fd4646 !important;
    outline: #fd4646 auto 5px !important;
}


.text-light {color: #cecece !important;}

.bg_main {background-color: var(--color_main) !important;}
.bg_main_light {background-color: var(--color_main_light) !important;}


.btn_sm, a.btn_sm {
    width: 32px;
    height: 32px;
    background: #F1F1F1;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 1px 1px #88888850;
    border: 1px solid #bbb;
    line-height: 35px;
    text-decoration: none;
    display: inline-block;
    margin: 1px;
}
.btn_sm:hover, a.btn_sm:hover {
    background-color: #ececec;
}
.btn_sm:disabled a.btn_sm:disabled {
    background-color: #F1F1F1;
    opacity: 0.4;
    cursor: not-allowed;
}


.btn_red, a.btn_red {
    background-color: #DC3545;
    border-color: #DC3545;
    color: #fff;
}
.btn_red:hover, a.btn_red:hover {
    background-color: #ee5f5b;
    border-color: #ee5f5b;
    color: #fff;
}
.btn_red:disabled, a.btn_red:disabled {
    background: #dddddd;
    border-color: #dddddd;
    box-shadow: none;
}
.btn_red:focus, a.btn_red:focus {
    background: #ee5f5b;
    color: #fff;
}



.tb_list {
    border: 0;
    border-collapse: collapse;
    
}
.tb_list tr {
    width: 100%;
    height: auto;
}
.tb_list th {
    height: 30px;
    line-height: 30px;
    padding: 4px 4px;
    text-align: center;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-top: 2px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    overflow: hidden;
}
.tb_list td {
    height: 25px;
    padding: 4px 4px;
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    overflow: hidden;
}
.tb_list td.sum {
    border-top: 3px solid #666;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.tb_list td.sum_under {
    border-top: 3px solid #666;
    border-bottom: 7px double #666;
}
.tb_list tr:hover td {
    background: #f2f5ff;
}
td.td_r_none {
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
}
td.td_t_none {
    border-top: 1px solid rgba(255, 255, 255, 0) !important;
}
td.td_b_none {
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
tr.tr_active td {
    background: #ffd0d0;
}


.f_paging {
    width: 100%;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.f_paging .f_left {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
}
.f_paging .f_right {
    position: relative;
    float: right;
    width:50%;
    height: auto;
}
.f_paging .nav_txt {
    position: relative;
    float: right;
    width: auto;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #c5c5c5;
    border: 1px solid #7c7c7c;
    margin-top: 3px;
    margin-left: 3px;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
.f_paging .nav_btn {
    position: relative;
    float: right;
    width: auto;
    height: 28px;
    text-align: center;
    background-color: #c5c5c5;
    border: 1px solid #7c7c7c;
    margin-top: 3px;
    margin-left: 3px;
    border-radius: 2px;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
}
.f_paging .nav_btn:hover {
    background-color: #dddddd;
}


.pagination {
    float:right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.pagination li {
    float:left;
}
.pagination li a {
    padding:3px 8px;
    background-color:#ffffff;
    border:1px solid #7E8788;
    margin: 0;
    margin-right:2px;
    color:#000000;
    text-decoration: none;
}
.pagination li a:hover{
	text-decoration:none;
	background-color:#7E8788;
	color:#fff;
}
.pagination li a.current_page{
	background-color:#7E8788;
	color:#fff;
}

.dTH:read-only{
    background-color: white !important;
}

.img_1_1 {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.img_1_1 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img_4_3 {
	position: relative;
	padding-bottom: 75%;
	height: 0;
}
.img_4_3 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img_16_9 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.img_16_9 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img_depart {
	position: relative;
	padding-bottom: 36%;
	height: 0;
}
.img_depart div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

