﻿/*--------------- btn no outline ---------------*/
.noutline
{
    outline: none !important;
}

/*------------- grid no padding ---------------*/
.nopadding
{
    padding: 0 !important;
    margin: 0 !important;
}

/* -------------- curve ------------------*/
.curve_s
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.curve
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.curve_t
{
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.curve_b
{
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.curve_l
{
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.curve_r
{
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}
.curve_no_l_corner
{
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}
.curve_15
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.curve_rounded
{
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.curve_circle
{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* -------------- image 100% ------------------*/
.imgfullwidth
{
    width: 100%;
    height: auto;
}
.fullsize
{
    width: 100%;
    height: 100%;
}
.fullwidth
{
    width: 100% !important;
    height: auto;
}

/*--------- nowrap ----------*/
.nowp
{
    white-space: nowrap;
}

/*--------- placeholder textbox ----------*/
::placeholder
{
    color: #999 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #999 !important;
}

::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #999 !important;
}

/*--------- textbox ----------*/
.nor_textbox
{
    padding: 5px 7px;
    border: 1px solid #D9D9D9;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300 !important;
    font-size: 14px !important;
}
.nor_textbox:focus
{
    outline: none; /*border: 1px solid #FF9966 !important;*/
}
.nor_textbox:disabled
{
    background-color: #F4F0FF;
}

/*--text+icon--*/
.sif_textbox
{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%; /*margin-bottom: 7px;*/
}

.if_box
{
    padding: 4px;
    min-width: 40px;
    text-align: center;
}

.sif_nortext
{
    width: 100%;
    padding: 5px 7px;
    outline: none;
    border: 1px solid #D9D9D9;
    font-weight: 300 !important;
    font-size: 14px !important;
}

/*--date textbox--*/
.sdate_box
{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%; /*margin-bottom: 7px;*/
}

.ifdate_box
{
    padding: 4px;
    min-width: 40px;
    text-align: center;
}

.sdate_nortext
{
    width: 130px;
    padding: 5px 7px;
    outline: none;
    border: 1px solid #D9D9D9;
    font-weight: 300 !important;
    font-size: 14px !important;
}

/*--show textbox--*/
.eff_box
{
    position: relative;
}
.eff_textbox
{
    color: #333;
    width: 100%;
    box-sizing: border-box;
    /*letter-spacing: 1px;*/
    border: 0;
    padding: 1px 0 7px 0;
    outline: none;
    background-color: transparent;
    /*border-bottom: 1px solid #D9D9D9;*/    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: 300 !important;
    font-size: 14px !important;
}
.eff_textbox ~ .eff_span
{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #4CAF50;
    transition: 0.4s;
}
.eff_textbox:focus ~ .eff_span
{
    width: 100%;
    transition: 0.4s;
    left: 0;
}

/*---font size---*/
.fxs
{
    font-size: 9px;
}
.fss
{
    font-size: 11px;
}
.fs
{
    font-size: 12px;
}
.fm
{
    font-size: 14px;
}
.fl
{
    font-size: 16px;
}
.fxl
{
    font-size: 18px;
}
.fxxl
{
    font-size: 20px;
}


/*---font size---*/
.fw_ss
{
    font-weight: 100;
}
.fw_s
{
    font-weight: 200;
}
.fw_m
{
    font-weight: 400;
}
.fw_l
{
    font-weight: 500;
}

/*------button------*/
/*---size button---*/
.ss
{
    padding: 5px;
}
.sm
{
    padding: 4px 20px;
    margin-bottom: 3px;
}
.ms
{
    padding: 7px 20px;
    margin-bottom: 3px;
}
.ls
{
    padding: 10px 20px;
    margin-bottom: 3px;
}

/*--icon button--*/
.btn_nobg
{
    background: none;
    border: none;
    cursor: pointer;
    outline: none !important;
}

/*----bg button----*/
.btn_bg
{
    cursor: pointer;
    border: none;
    outline: none !important;
    color: #FFF;
    text-decoration: none;
}
.btn_bg:hover
{
    border: 1px solid #D9D9D9;
    background-color: #F0F0F0;
    color: #333;
    text-decoration: none;
}
.btn_line
{
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    background: none;
    outline: none !important;
    text-decoration: none;
}
.btn_line:hover
{
    border-color: #666 !important;
    color: #666 !important;
    text-decoration: none;
}

/*-------btn color--------*/
.cb_white
{
    border: 1px solid #66CCB7;
    background-color: #FFF;
    background: rgba(16, 74, 198, 0.5);
}
.cb_white50
{
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}
.cb_orange
{
    border: 1px solid #FF6600;
    background-color: #FF6600;
}
.cb_dorange
{
    border: 1px solid #CC3300;
    background-color: #CC3300;
}
.cb_lblue
{
    border: 1px solid #62ABDD;
    background-color: #62ABDD;
}
.cb_mblue
{
    border: 1px solid #006DD6;
    background-color: #006DD6;
}
.cb_dblue
{
    border: 1px solid #22396D;
    background-color: #22396D;
}
.cb_yellow
{
    border: 1px solid #F3C300;
    background-color: #F3C300;
}
.cb_lgreen
{
    border: 1px solid #9ABC32;
    background-color: #9ABC32;
}
.cb_red
{
    border: 1px solid #DC3546;
    background-color: #DC3546;
}
.cb_pink
{
    border: 1px solid #E68FAC;
    background-color: #E68FAC;
}
.cb_nor_white
{
    border: 1px solid #D9D9D9;
    background-color: #FFF;
}
.cb_nor_gray
{
    border: 1px solid #D9D9D9;
    background-color: #F2F2F2;
}
.cb_nor_red
{
    border: 1px solid #D9D9D9;
    background-color: #F2DCDB;
}

/*-------bg color--------*/
.bg_none
{
    background-color: transparent !important;
}
.bg_spurple
{
    background-color: #EBE7F8 !important;
}


/*-----color-----*/
.f_white
{
    color: #FFF !important;
}
.f_black
{
    color: #000 !important;
}
.f_dark
{
    color: #333 !important;
}
.f_mdark
{
    color: #4F5354 !important;
}
.f_mute
{
    color: #999 !important;
}
.f_red
{
    color: #C00000 !important;
}
.f_pink
{
    color: #D044A3 !important;
}
.f_danger
{
    color: #FF3300 !important;
}
.f_green
{
    color: #00B050 !important;
}
.f_yellow
{
    color: #D29E00;
}
.f_orange
{
    color: #FF6600 !important;
}
.f_lorange
{
    color: #FF9900 !important;
}
.f_lblue
{
    color: #2B68C6 !important;
}
.f_dbrown
{
    color: #5B422E !important;
}
.f_purple
{
    color: #993399 !important;
}

/*-----border size-----*/
.bs_size
{
    border-width: 1px !important;
}
.bm_size
{
    border-width: 2px !important;
}
.bl_size
{
    border-width: 3px !important;
}

/*-----border color-----*/
.b_white
{
    border-color: #FFF !important;
}
.b_lblue
{
    border-color: #8FB3E7 !important;
}
.b_mblue
{
    border-color: #006384 !important;
}
.b_orange
{
    border-color: #FF6600 !important;
}
.b_black
{
    border-color: #000 !important;
}
.b_dark
{
    border-color: #333 !important;
}
.b_grey
{
    border-color: #CCC !important;
}

/*----- form -----*/
.iform
{
}

.iform label
{
    margin: 10px;
}

/*------tb--------*/
.ct_dg thead
{
    background-color: #F2F2F2;
    color: #333;
}
.ct_dg .htbody
{
    text-align: right;
    padding-right: 15px;
}
.ct_dg .chtbody
{
    background-color: #F9F9F9;
    color: #333;
}

.ct_sdg thead
{
    background-color: #F9F9F9;
    color: #333;
}

.ct_orange thead
{
    background-color: #FF6600;
    color: #FFF;
}

/*---calendar---*/
.calTB tbody td
{
    height: 55px !important;
}

.noboldTB thead th
{
    font-weight: normal;
}

.leftTB thead th
{
    text-align: left !important;
}

.sevTB
{
    /*white-space: nowrap;*/
}
.sevTB thead th
{
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}
.sevTB tbody
{
    color: #333;
    text-align: center;
}
.sevTB tbody td
{
    height: 35px;
}
.sevTB .no
{
    width: 30px;
    text-align: center;
}
.sevTB .icon
{
    width: 30px;
    text-align: center;
}
.sevTB .icon i
{
    margin-top: 5px;
}
.sevTB .num
{
    text-align: right;
}
.sevTB .middle
{
    vertical-align: middle;
    text-align: center;
}
.sevTB .middle_l
{
    vertical-align: middle;
}
.sevTB .left
{
    text-align: left;
}
.sevTB .manage
{
    width: 100px;
}

.norTB
{
    /*white-space: nowrap;*/
}
.norTB thead th
{
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}
.norTB tbody td
{
    height: 35px;
}
.norTB tbody
{
    color: #333;
}
.norTB .no
{
    width: 30px;
    text-align: center;
}
.norTB .icon
{
    width: 30px;
    text-align: center;
}
.norTB .icon i
{
    margin-top: 5px;
}
.norTB .num
{
    text-align: right;
}
.norTB .middle
{
    vertical-align: middle;
    text-align: center;
}
.norTB .middle_l
{
    vertical-align: middle;
}
.norTB .manage
{
    width: 100px;
}


/*--------nav--------*/
.ptab_pills .nav-link
{
    /*border-radius: .25rem;*/
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #A6A6A6;
    margin: 0px 1px 0px 0px;
    border-radius: .5rem .5rem 0 0;
    -moz-border-radius: .5rem .5rem 0 0;
    -webkit-border-radius: .5rem .5rem 0 0;
    color: #A6A6A6;
    background-color: #FFF;
    width: 100%;
    height: 100%;
}
.ptab_pills .nav-link.active, .tab_pills .show > .nav-link
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #BE340D;
    color: #FFF;
    background-color: #BE340D;
}

/*-------form-------*/
.formbox
{
    border: 1px solid #BE340D;
    background-color: #FFF; /*color: #5D5959;*/
}
.formbox .headbox
{
    border-style: solid;
    border-color: #FFF;
    border-width: 0px 0px 1px 0px;
    padding: 8px;
    background-color: #BE340D; /*color: #FFF;     text-align: center;*/
}
.formbox .subheadbox
{
    padding: 8px 15px;
    background-color: #CCCCFF;
    color: #472F92;
}
.formbox a
{
    color: #FF9900;
    text-decoration: none;
}
.formbox .alink
{
    color: #FF9900;
    text-decoration: none;
}
.formbox .alink:hover
{
    color: #FFB340;
    text-decoration: underline;
}

.formbox hr
{
    border: 1px solid #FF9900;
}

.formbox .hr_blue
{
    border: 1px solid #5FB3C5;
}

/*----hr manage page----*/
.mng_box hr
{
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #FFCC99;
}

/*----p line buttom----*/
.p_dashed_line p
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #C0D0E9;
}

.navbar_fw .navbar-brand
{
    color: #FFF;
}
.navbar_fw .navbar-brand:focus, .navbar_fw .navbar-brand:hover
{
    color: #FFF;
}
.navbar_fw .navbar-nav .nav-link
{
    color: #FFF;
}
.navbar_fw .navbar-nav .nav-link:focus, .navbar_fw .navbar-nav .nav-link:hover
{
    color: rgba(255,255,255,.75);
}
.navbar_fw .navbar-nav .nav-link.disabled
{
    color: rgba(255,255,255,.25);
}
.navbar_fw .navbar-nav .active > .nav-link, .navbar_fw .navbar-nav .nav-link.active, .navbar_fw .navbar-nav .nav-link.show, .navbar_fw .navbar-nav .show > .nav-link
{
    color: #FFF;
}

/*.nav-pills .nav-link
{
    border-radius: .25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item
{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item
{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}*/