/* BASIC css start */
.users-title-line-hd {
    height: 50px;
    background: #fafafa;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
}

.users-title-line-hd h2 {
    font-size: 16px;
    line-height: 52px;
}

.users-cont {
    padding: 20px 20px 0
}

/* 20.11.16 pub */
.users-cont.nopd {
    padding: 0
}

.users-cont#find-id-form.off {
    transition: all 0.5s;
    opacity: 0;
    height: 0;
    top: -100%;
    position: relative;
    padding: 0
}

.users-cont#find-id-ok {
    transition: all 0.5s;
    ;top: 100%;
    opacity: 0;
    ;height: 0;
    position: relative;
}

/* 20.12.29 pub M */
.users-cont#find-id-ok.on {
    transition: all 0.5s;
    top: 0;
    opacity: 1;
    ; height: 100%;
    padding: 20px
}

.users-cont .input-box {
    font-size: 0
}

.users-cont .input-box .dis-in {
    display: inline-block;
    vertical-align: top
}

.users-cont .input-box .cencle-btn {
    display: inline-block;
    ;height: 50px;
    line-height: 52px;
    background: #666666;
    box-sizing: border-box;
    text-align: center
}

.users-cont .input-box .cencle-btn a {
    ;color: #fff;
    font-size: 16px;
    font-weight: bold;
    ;}

.users-cont .input-box:after {
    content: '';#loginWrap
    display: block;
    clear: both
}

.users-cont select {
    display: inline-block
}

.users-cont input.input-st01 {
    width: 100%;
    border: 1px solid #dedede;
padding-left:10px;
    font-weight: normal;
    font-size: 16px;height:42px;line-height:42px;
}

.users-cont input.users-login-input {
    text-align: left;
}

.users-cont input.users-login-input::placeholder {
    color: #adadad;
}

.users-cont input.users-login-input:-ms-input-placeholder {
    color: #adadad;
}

.users-cont input.users-login-input::-ms-input-placeholder {
    color: #adadad;
}

.users-cont input.input-st02 {
    width: 100%;
    border: 1px solid #dedede;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
}
.btn-h42-gray {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 52px;
    background: #333;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.mt-10 {
    margin-top: 10px !important;
}

.users-cont ul.find-line {
    text-align: center;
    margin-top: 20px;
    font-size: 0
}

.users-cont ul.find-line:after {
    content: '';
    display: block;
    clear: both;
}

.users-cont ul.find-line li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 49%
}

.users-cont ul.find-line li a {
    ;color: #333333;
    font-size: 14px
}

.users-cont ul.find-line li button {
    background: none;
    color: #333333;
    font-size: 14px
}

.users-cont ul.find-line li:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 1px;
    background: #dedede;
    right: 0;
    top: 50%;
    margin-top: -6px
}

.users-cont ul.find-line li:last-child:after {
    content: '';
    display: none
}

.users-cont .overlap-chk span {
    margin: 10px 0
}

.btn-h42-gray {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 52px;
    background: #333;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.btn-h42-gray a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;    line-height: 50px;
}

.mt-40 {
    margin-top: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}


#container {
    position: relative;
    background-color: #fff;
    flex: 1 0 auto;

    min-height: 440px;
}

label {
    display: inline-block;
}

 label input[type=checkbox] {
    display: none;
}

label span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: 21px;
}

label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    min-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 19px auto;
}

label input[type=radio] + span:before {
    background-image: url(/design/paksytv/image/bul_radio.png);
}

label input[type=checkbox] + span:before {
    background-image: url(/design/paksytv/image/bul_checkbox.png);
}

label input[type=radio]:checked + span:before {
    background-image: url(/design/paksytv/image/common/bul_radio_on.png);
}

label input[type=checkbox]:checked + span:before {
    background-image: url(/design/paksytv/image/bul_checkbox_on.png);
}

label input[type=radio] + span.not-visible:before {
    background-image: none;
}

label input[type=radio]:checked + span.not-visible:before {
    background-image: none;
}
select {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    background: #fff url(/design/paksytv/image/arr_bottom.png) no-repeat right 10px center / 9px auto;
    font-size: 15px;
    padding-right: 30px;
}

html, body, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea,
div, dl, dt, dd, ul, ol, li, p, section, article, header, footer, blockquote, th, td, img { margin:0; padding:0; }
body { -webkit-text-size-adjust:none; }
li { list-style:none; }
img, fieldset { border:0; vertical-align:middle; }
table { table-layout:fixed; width:100%; border:0; border-spacing:0; border-collapse:collapse; }
table img { vertical-align:middle; }
caption { display:none; }
th, td { border:0; word-wrap:break-word; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; }
hr.layout { display:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
input, select, textarea { vertical-align:middle; }
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select, textarea { -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-border-radius:0; }
button::-moz-focus-inner { padding:0; }
input[type="checkbox"] { -webkit-tap-highlight-color:rgba(0, 0, 0, 0); -webkit-focus-ring-color:rgba(0, 0, 0, 0); }
section, article, header, footer { display:block; }
pre { color:inherit; line-height:inherit; font-size:inherit; }
mark { background:none; }
template {display:none;} 
.login input[type="text"],.login input[type="password"] {width:100%;border: 1px solid #dedede;font-size: 16px;height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;}

.login input[type="password"] {margin-top:10px;}
.login-input::input-placeholder {color:#bfbfbf;}
/* BASIC css end */

