/* form element */
.okse-style .md-form label:not(.error) {
    position: absolute;
    top: 0px;
    left: 0;
    color: #111111;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 12px;
}

.okse-style label:not(.container_checkbox) {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.okse-style .md-form input:not([type]),
.okse-style .md-form input[type="text"]:not(.browser-default),
.okse-style .md-form input[type="password"]:not(.browser-default),
.okse-style .md-form input[type="email"]:not(.browser-default),
.okse-style .md-form input[type="url"]:not(.browser-default),
.okse-style .md-form input[type="time"]:not(.browser-default),
.okse-style .md-form input[type="date"]:not(.browser-default),
.okse-style .md-form input[type="datetime"]:not(.browser-default),
.okse-style .md-form input[type="datetime-local"]:not(.browser-default),
.okse-style .md-form input[type="tel"]:not(.browser-default),
.okse-style .md-form input[type="number"]:not(.browser-default),
.okse-style .md-form input[type="search"]:not(.browser-default),
.okse-style .md-form input[type="search-md"],
.okse-style .md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.okse-style .md-form input:not([type]):focus:not([readonly]),
.okse-style .md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.okse-style .md-form input[type="search-md"]:focus:not([readonly]),
.okse-style .md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #111111;
    -webkit-box-shadow: 0 1px 0 0 #111111;
    box-shadow: 0 1px 0 0 #111111;
}

.okse-style .md-form input:not([type]):focus:not([readonly])+label,
.okse-style .md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label,
.okse-style .md-form input[type="search-md"]:focus:not([readonly])+label,
.okse-style .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #111111;
}

.okse-style .md-form label.active:not(.error) {
    -webkit-transform: translateY(-6px) scale(1);
    transform: translateY(-6px) scale(1);
}

.okse-style .md-form label.active {
    font-size: 12px;
}

.okse-style .md-form-select label:not(.error) {
    font-size: 12px;
    color: #111111;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: translateY(-4px) scale(1);
    transform: translateY(-4px) scale(1);
    margin-bottom: 0.3rem;
}

.okse-style .md-form-radiobtn label:not(.error):not(.container_checkbox):not(.container_radiobtn) {
    font-size: 12px;
    color: #111111;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: translateY(-4px) scale(1);
    transform: translateY(-4px) scale(1);
    margin-bottom: 0.5rem;
}

.okse-style .md-form,
.okse-style .md-form-radiobtn {
    position: relative;
    margin-top: .6rem;
    margin-bottom: .6rem;
}
.okse-style .md-form-select{
    position: relative;
    margin-top: .2rem;
    margin-bottom: .6rem;
}
.okse-style .md-form-select select.have_select2:not(.select2-hidden-accessible) ,
.okse-style .md-form-select select[class*='have_select2']:not(.select2-hidden-accessible){
    border: none;
    border-bottom: 1px solid #a9a9a9;
    padding: 0;
    height: 25px;
    margin-top: -12px;
    color: #ffffff;
}
.okse-style .md-form-radiobtn {
    margin-bottom: 1.8rem;
}

.okse-style .md-form-radiobtn .container_checkbox,
.okse-style .md-form-radiobtn .container_radiobtn {
    font-size: 13px;
    width: 100%;
}

.okse-style .md-form-nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

.okse-style .md-form-plain {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.okse-style .md-form-plain .remove-15 {
    padding: 7px 3px;
    margin: 0;
}

.okse-style .md-form .form-control {
    height: auto;
    padding: .8rem 0 0 0;
    margin: 0 0 .5rem 0;
    background-color: transparent;
    border-radius: 0;
}

.okse-style .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a9a9a9;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.okse-style .select {
    width: 100%;
    height: 30px;
    line-height: 1.42857143;
    padding: 3px 24px 3px 12px;
    padding-left: 0 !important;
    box-shadow: none;
    font-size: .80rem;
    margin-bottom: 8px;
    border: 2px solid #dddddd;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0px;
    background-color: #fff;
    color: #555555;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}
.okes_layout .select2-container--bootstrap .select2-selection{
	border-top:none;
	border-left:none;
	border-right:none;
	padding-left:0px;
}
.okes_layout .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
	padding:0px;
    height: 18px;
}
.okes_layout .select2-container{
	margin-top:-7px;
}
.okes_layout .md-form select {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #a9a9a9;
}
.select2-container--bootstrap.select2-container--open .select2-dropdown {
    z-index: 99999999;
}

.no-dd-border .select2-container--bootstrap:not(.select2-container--open) .select2-selection {
	padding-left:0px !important;
	border: none !important;
}
.no-dd-border .select2-container--bootstrap:not(.select2-container--open) .select2-selection--single .select2-selection__arrow {
    display:none;
}

.okse-style .md-form textarea.md-textarea {
    padding: 1rem 0;
    overflow-y: auto;
}

.okse-style .md-form input.date_input {
    width: 24%;
    float: left;
    margin-right: 10px;
}

.okse-style .btn-primary {
    background: #4870ce;
    border-color:#4870ce;
    cursor: pointer;
}

.okse-style label.error,
.okse-style span.error {
    color: #ec0808 !important;
    width: 100%;
    margin: 0px;
}

.okse-style label.error:before,
.okse-style span.error:before {
    font-family: "FontAwesome";
    content: "\f06a";
    display: inline-block;
    padding-right: 3px;
    font-weight: 600;
}

.form-group.input-phone-warp span.c-code{
	position:absolute;
    top: 12px;
}
.form-group.input-phone-warp span.c-code select {    
    padding: 0 !important;
    border: 0px !important;
    margin: 1px;
    width: 60px !important;
    height: 20px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: none;
}

.form-group.input-phone-warp input {
    padding-left: 65px !important;
    width: calc(100% - 65px) !important;
}

.okse-style .md-form-select span.select2-selection.select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    height: 20px;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
}
.okes_layout .select2-container--bootstrap .select2-selection{
	border-top:none;
	border-left:none;
	border-right:none;
	padding-left:0px;
    box-shadow: none;
    border-radius: 0;
}
.okes_layout .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
	padding:0px;
    height: 18px;
}
.okes_layout .select2-container{
	margin-top:-7px;
}
.okes_layout .md-form select {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #a9a9a9;
}
.select2-container--bootstrap.select2-container--open .select2-dropdown {
    z-index: 9999999;
}

.no-dd-border .select2-container--bootstrap:not(.select2-container--open) .select2-selection {
	padding-left:0px !important;
	border: none !important;
}
.no-dd-border .select2-container--bootstrap:not(.select2-container--open) .select2-selection--single .select2-selection__arrow {
    display:none;
}
.okse-style .md-form-select{
    position: relative;
    margin-top: .2rem;
    margin-bottom: .6rem;
}
.okse-style .md-form-select select.have_select2:not(.select2-hidden-accessible) ,
.okse-style .md-form-select select[class*='have_select2']:not(.select2-hidden-accessible){
    border: none;
    border-bottom: 1px solid #a9a9a9;
    padding: 0;
    height: 25px;
    margin-top: -12px;
    color: #ffffff;
}
.okse-style .select2-container--bootstrap .select2-selection--multiple {
    min-height: 20px;
    border-bottom: 1px solid #a9a9a9;
}
.okse-style .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 0px 6px 2px 0px;
    font-size: 13px;
    line-height: 16px;
}

/* div .box-section container */


/* @see https://www.w3schools.com/bootstrap/bootstrap_collapse.asp */

.okse-style .box-section {
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

.okse-style .box-section {
    max-width: 800px;
    display: inline-block;
}

.okse-style .expnd .box-section {
	max-width: 100%;
  	border: none;
  	box-shadow: none;
}

@media only screen and (max-width: 1232px) and (min-width: 480px) {
    .okse-style .box-section {
        min-width: 100%;
        width: calc(100vw - (240px + 24px + 24px));
    }
}

@media only screen and (max-width: 479px) {
    .okse-style .box-section {
        min-width: 100%;
    }
}

.okse-style .box-section {
    background: #fff;
    color: #212121;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
    margin: 0 0 16px 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-top-width: 0;
}

.okse-style .box-section .box-section-head {
    cursor: pointer;
}

.okse-style .box-section .box-section-head {
    padding: 12px 56px 12px 24px;
    position: relative;
    min-height: 60px;
    box-sizing: border-box;
}

.okse-style .box-section .box-section-head:not(.collapsed) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.okse-style .box-section .box-section-head:not(.collapsed) h3 {
    padding: 6px 0;
    margin-right: auto;
}

.okse-style .box-section .box-section-head h3 {
    cursor: pointer;
    transition: font-size;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.okse-style .box-section .box-section-head h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #212121;
    font-family: 'Arial', 'Roboto', 'Helvetica', 'sans-serif';
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.okse-style .box-section .box-section-head h3::after {
    font-weight: 400;
    margin-left: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Linearicons';
    content: '\ec3a';
    transition: 0.2s ease-in-out;
    vertical-align: bottom;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 18px;
    right: 24px;
    color: #003065;
}

.okse-style .box-section .box-section-head.collapsed h3::after {
    content: '\ec39';
}

.okse-style .box-section .box-section-head.collapsed h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #212121;
    font-family: 'Arial', 'Roboto', 'Helvetica', 'sans-serif';
}

.okse-style .box-section .box-section-head .box-section-summary {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    font-family: 'Arial', 'Roboto', 'Helvetica', 'sans-serif';
    display: none;
}

.okse-style .box-section .box-section-head.collapsed .box-section-summary {
    display: block;
}

.okse-style .box-section .box-section-content {
    clear: both;
    padding: 16px 9px 16px 9px;
}

.okse-style .box-section .box-section-content {
    box-sizing: border-box;
    overflow: auto;
    /* border-top: 1px solid rgba(0, 0, 0, 0.19); */
}

.okse-style .box-section .box-section-content.collapsing {
    overflow: hidden;
}

.okse-style .box-section .box-section-head:not(.collapsed) .box-section-more {
    margin-left: auto;
}

.okse-style .box-section .box-section-head:not(.collapsed) .box-section-more .box-section-toolbar {
    position: relative;
    display: inline;
}

.okse-style .box-section .box-section-head .box-section-more .box-section-toolbar {
    display: none;
}
label.error:empty {
    display: none !important;
}
.okse-style label.sel_label {
    color: #000;
    /*font-size: 12px;*/
    font-size: 11px;
    margin-bottom: 3px;
}
.okse-style .select2-container--bootstrap .select2-selection--single{
    height: 32px;
}
.okse-style .md-form.colorpicker-warp label.active {
    width: 100%;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 0;
    right: 0;
    transform: translateY(-14px) scale(1) !important;
    font-size: 12px !important;
	color: #000 !important;
}

.okse-style .md-form-desc {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.okse-style .md-form-desc label {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

.okse-style .md-form-desc p {
    font-size: 13px;
}


/* Email sent log */
.okes-email-log .mail-row {
	border-bottom:1px solid #dedede;
	display: flex;
    padding: 5px 0;
}
.okes-email-log .mail-row .e-til{
}
.okes-email-log .mail-row .e-sub{
}
.okes-email-log .mail-row .e-actions{
	display:none;
}

.colorpicker.colorpicker-visible{
    z-index: 99999;
}

.okse-style .fullwidth {
    width: 100%;
}

.okse-style input.field_gcal_style.black,
input.field_gcal_style.black {
    border-color: #000000;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: none;
    border-radius: 0;
}
