/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

textarea.rowsize-sm {
    height: 80px !important;
}
textarea.rowsize-md {
    height: 128px !important;
}
textarea.rowsize-lg {
    height: 256px !important;
}

.select2 {
    width:100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #797979;
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.9em;
    font-family: "Segoe UI", "Georgia", "Helvetica", Arial;
    color: #bebebe !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.9em;
    font-family: "Segoe UI", "Georgia", "Helvetica", Arial;
    color: #bebebe !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 0.9em;
    font-family: "Segoe UI", "Georgia", "Helvetica", Arial;
    color: #bebebe !important;
}

.subcfg-option {
    border-left: 1px solid #E6ECF2;
    border-radius: 16px;
    padding-left: 16px;
    margin-top: -16px;
    margin-bottom: 16px;
}

.nogapline {
    line-height : 1.4em;
}

.tooltip-inner {
    max-width: 320px !important;
}

/* fix flicker issue on tooltip and popover */
.tooltip, .popover {
    pointer-events: none;
}

.helphint {
    cursor: pointer;
}
.helphint-content {
    margin: 4px 0 8px 16px;
}

.cookieAlertBar {
    display:none;
    position: fixed;
    bottom: 10%;
    width: 45%;
    right: 5%;
    text-align: center;
    background-color: #FFFBE5;
    color: #333;
    padding: 20px 10px;
    border: 1px solid #F5BD00;
    border-radius: 4px;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.avatar .avatar-icon {
    background: rgba(220, 220, 220, 0.3);
}

.planbgimg{
    position: relative;
}
.overplanlogo{
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #FFF;
    bottom: 5%;
    left: 5%;
}
.overplanlogo-top{
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #FFF;
    top: 16px;
    left: 16px;
}
.overplanlogo-topnext{
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #FFF;
    top: 16px;
    left: 64px;
}

.inputformcode {
    padding: 2px;
    font-family: monospace, 'Courier New', Helvetica;
}

a.back-link-ico {
    color:#bcc1c6;
}
a.back-link-ico:hover {
    color:#F5BD00;
}

/* _developer_only: custom background color for sub-pages header */
.navbar-bgadjusted {
    background-color: #212e3d;
}

/* START - table style*/
.table-responsive {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    border-top: 2px solid #bcc1c6;
    background-color: #fff;
    margin-bottom: 16px;
}
/* END - table style*/

/* START - dashboard card icons*/
.card.card-statistic-1 a .card-icon, .card.card-statistic-2 a .card-icon {
    padding-right: 4px;
}

.card.card-statistic-1 .card-icon .fas {
    font-size: 32px;
}
/* END - dashboard card icons*/

.popover-header {
    color: #5f5f5f;
    font-size: 14px;
}
.popover-body {
    color: #797979;
    font-size: 13px;
}

/*hide google translate link | logo | banner-frame */
.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-{
    display: none !important;
}
.goog-te-gadget {
    color: transparent !important;
    font-size:0px !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/*google translate Dropdown */
#google_translate_element select{
    background:#f7f8fc;
    color:#5f5f5f;
    border: none;
    border-radius:3px;
    padding:6px 8px;
    width:128px;
}

/*div custom scroll style*/
#divscroll {
    padding: 2px 4px;
    overflow: auto;
}
#divscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: #F5F5F5;
}
#divscroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#divscroll::-webkit-scrollbar-thumb {
    background-color: #999;
}