* {
    font-family: 'poppins' !important;
}
form {
    padding: 0 15px;
}
.tableth {
    border-right: 1px solid #243640;
    border-top: 1px solid #243640;
    border-left: 1px solid #243640;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
}
input, select {
    outline: none;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 10px 15px;
    border-radius: 3px;
}
table.gen-table td {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table.gen-table td:first-child {width: 50px;}
table.gen-table th.tableth:first-child {width: 50px;}
table.gen-table th.tableth:nth-child(2) {
    text-align: left;
}
table.gen-table tr:nth-child(even) td {
    background-color: #f8f8f8;
}
table.gen-table {
    width: 850px;
    max-width: 100%;
    margin: 30px auto;
    border: 1px solid #ddd;
}
.choco_theme {
    background-color: #00a9b7;
}
input[type="submit"].submitbtn {
    background-color: #ff6e00;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    height: auto;
}
input[type="submit"].submitbtn:hover {
    background-color: #d15b00;
    color: #fff;
}
#frm_setup_pkg table {
    border: 1px solid #ddd;
    margin: 30px auto;
    width: 850px;
    max-width: 100%;
}
table.gen-table td b {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}
#frm_setup_pkg {
    max-width: 850px;
    width: 100%;
}
ul.parent-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
ul.parent-list li ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}
ul.parent-list > li {margin:0 0 10px 0;}
ul.parent-list li ul li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 5px 0;
}
ul.parent-list li ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    background-color: #ff6e00;
    border-radius: 50%;
}
ul.parent-list li ul strong {
    display: block;
    margin: 0 0 5px 0;
}
input[type="checkbox"], input[type="radio"] {
    height: 25px;
    cursor: pointer;
}

#frm_setup_lang table.gen-table tr td:nth-child(3) {min-width: 200px;}
.gen-table.inline-label b {
    display: inline;
}
.gen-table.inline-label.first-column-full td:first-child,
.gen-table.inline-label.first-column-full td.tableth:first-child {
    width: auto;
}
table.gen-table.first-column-full th.tableth:first-child {
    width: auto;
}

.mark-icon {
    display: block;
}

.common-button {
    background-color: #ff6e00;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    height: auto;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    margin: 0 0 20px 0;
    text-decoration: none;
}
.common-button:hover, .common-button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #c15300;
}

.checkmark-new{
    margin: 0px;
    padding: 0px;
    position: relative!important;
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
    align-content: center!important;
}
.checkmark {
    width: 200px!important;
    position: absolute!important;
    top: 120px!important;
    padding:0px!important;
}

label[for="map_api_accounts"] {
    font-weight: normal;
    margin-bottom: 10px;
}

#map_api_accounts {
    width: 100%;
}

.ui-widget-overlay {
    background: #111111 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: 0.8;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.deliverall-options {
    display: flex;
    justify-content: space-around;
}

.app-name {
    height: 35px;
}

.app-name-separator {
    border-color: #cccccc;
    margin: 15px 0 10px;
}

.row-separator {
    background-color: #bbbbbb;
}

.app-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#logo_setup tr td {
    vertical-align: top;
}

@media screen and (max-width:991px) {
    .choco_theme .logo {position: relative;transform: none;top: auto;display: inline-block;}
    .choco_theme h1 {display: block;}
    .sticky + .setup-form {padding-top: 180px;}
}

