﻿.btn {display:inline-block; transition:all 0.3s; font-size:15px; text-align:center; cursor:pointer; outline:none; border-radius:25px; box-sizing:border-box; -ms-user-select:none; -moz-user-select:-moz-none; -webkit-user-select:none; -khtml-user-select:none; user-select:none;}

.btn_small {height:24px; line-height:24px; padding:0px 8px;border-radius:5px; font-size:13px;}
.btn_small + .btn_small {margin-left:5px;}
.btn_primary {padding:9px 15px; min-width:140px;}
.btn_large {padding:12px 50px; font-size:16px;}

.btn_red {background-color:#e31837; color:#fff;}
.btn_red:hover {background-color:#ae0038; color:#fff;}

.btn_black {background-color:#000; color:#fff;}
.btn_black:hover {background-color:#4a4a4a;}

.btn_gray {background-color:#999; color:#fff;}
.btn_gray:hover {background-color:#666;}

.btn svg {vertical-align:middle;}
.btn_red svg {fill:white; margin-top:-5px;}
.btn_black svg {fill:white; margin-top:-5px;}

.btn_yellow {background:#ebb00e; color:white; }
.btn_yellow:hover {background:#c79305;}

.btn_green {background:#1d6d42; color:white; position:absolute; top:0; right:0;}
.btn_green:hover {background:#153f28;}

.gray_position {position:absolute; top:0; right:0;}
.btn_disabled {opacity:0.3;}
.btn_blue {background:#00adef; color:white;}
.btn_blue:hover {background:#4889a2;}
.table_in_btn {width:48px; height:36px; border-radius:5px; padding:0;}

#CloseBtn {background-color:#e31837; color:#fff; display:inline-block; transition:all 0.3s; font-size:15px; text-align:center; cursor:pointer; outline:none; box-sizing:border-box; -ms-user-select:none; -moz-user-select:-moz-none; -webkit-user-select:none; -khtml-user-select:none; user-select:none; padding:9px 15px; min-width:140px; border-radius:5px;}
#CloseBtn:hover {background-color:#ae0038; color:#fff;}
#btnSelAll {display:none;}

.codeTab {display:flex; justify-content:flex-start; align-items:center; margin:0 0 10px;}
.codeTab li {display:inline-block; transition:all 0.3s; cursor:pointer; outline:none; border-radius:25px; box-sizing:border-box; font-size:16px; text-align:center; background:#999;}
.codeTab li:not(:last-child) {margin-right:10px;}
.codeTab li.selected {background:#e31837;}
.codeTab li a {color:#fff; padding:12px 50px;}

.tb_btn_red {background:#e31837; color:white; border-radius:5px;}
.tb_btn_red:hover {background:#ae0038;}
.tb_btn_black {background:#000; color:white; border-radius:5px;}
.tb_btn_black:hover {background:#4a4a4a;}

.overlap_btn {margin-left:3px;}
#Email_0_Hosts {width:170px; margin-left:4px;}

@media (max-width:900px) {
    .btn {padding:0px 24px; height:36px; line-height:36px; box-sizing:border-box;}
    .btn_small {font-size:12px!important; height:24px; line-height:24px; border-radius:5px; padding:0px 8px;}
    .btn_green {position:inherit;}
    .gray_position {position:inherit;}
    .overlap_btn {margin-left:0; margin-top:5px; width:100%;}
    .phone_box {display:flex;}
    .phone_box select, .phone_box input {margin:0 2px;}
    .mobile_button_td button {width:100%; margin-top:5px;}
    .codeTab li {width:50%;}
    .codeTab li a {padding:8px 24px;}
    .table_in_btn {width:100%; padding:0 !important;}
}