@charset "utf-8";

table.dataTable {
    padding-top: 25px;
    margin-bottom: 10px !important;
}

.select2,
.select2-container--default .select2-selection--single,
.select2-container--focus {
    outline: 0;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.tnc-area {
    min-height: calc(100vh - 122px);
}

.tnc-content {
	padding: 20px 20px 40px;
}

.tnc-title {
    padding: 40px 0;
    text-align: center;
}

.tnc-title h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.tnc-header {
    padding-bottom: 20px;
}

.tnc-header h4 {
    margin: 0;
    font-size: 20px;
}

.tnc-desc {
    padding-bottom: 30px;
}

.phone-field .select2-container {
    position: absolute;
    width: auto !important;
    margin: 1px;
    border-right: 1px solid #ccc;
}

.phone-field .select2-container--focus:focus, .phone-field .select2-container--focus {
    outline: 0 !important;
}

.phone-field .select2-container--default .select2-selection--single {
    height: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    outline: 0 !important;
}

.phone-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 15px;
}

.phone-field.admin .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.phone-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.phone-field.admin .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}

.phone-field .form-control {
    /* padding-left: 65px; !important; */
}

.navbar.navbar-static-top .logo-lg{
    display: none;
}

@media (max-width: 767px){
    .skin-black-light .main-header>a.logo {
        background-color: white;
    }
    .skin-black-light .main-header>a.logo:hover {
        background-color: white;
    }
    .main-header .logo{
        display: none;
    }
    .navbar.navbar-static-top{
        text-align: center;
    }

    .navbar.navbar-static-top .logo-lg{
        display: inline-block;
    }

    .navbar.navbar-static-top img{
        display: inline-block;
        width: 45px;
    }

    .navbar.navbar-static-top span{
        text-transform: uppercase;
        font-size: 18px;
        color: #848484;
    }
}

.table tr td .btn-xs{
    margin-bottom: 2px;
}
