﻿*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'krub-regular';
    src: url('/content/fonts/krub-regular.ttf') format('truetype');
}

body {
    /*font-family: 'krub-regular';*/
    color: #384047;
}

.emp_application {
    font-family: krub-regular;
}
.form_style {
    max-width: 1024px;
    margin: 10px auto;
    padding: 10px 0px;
    background: #f4f7f8;
    border-radius: 8px;
    display:grid;
}

h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background: rgba(255,255,255,0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    border: 1px solid #e8eeef;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #4bc970;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #3ac162;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    margin-bottom: 10px;
}
.external_link_style {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 35px;
}
.external_link_style a {
    font-size: 15px;
    color: #525252;
    font-style: italic;
}
.external_link_style a:hover {
    color: #2ca01c;
}
.main_header {
    width: 100%;
    float: left;
    background-color: #e8eeef;
    color: #2f8749;
    text-align: center;
    font-size: 26px;
    padding: 25px 0px;
    border-bottom: 2px solid #5fcf80;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
    position: sticky;
    top: 0px;
    z-index: 99;
    box-shadow: 0px 4px 7px #e7e5e5;
}

.form_inner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: none;
    padding: 0px 15px;
}

.form_inner input {
    margin-bottom: 0px;
}

.form_inner_header {
    font-size: 1.4em;
    margin-bottom: 15px;
    padding: 0px 20px;
}

.form_inner label {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

label {
    display: block;
    margin-bottom: 0px;
}

label.light {
    font-weight: 300;
    display: inline;
    cursor: pointer;
    width: auto;
    float: none;
    text-transform: none;
}

.number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
}
.chk_template {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    padding-top: 0px;
}
.chk_template img {
    width:470px;
}
   
.multiple_block .form_content_three {
    margin-top: 10px;
}
.gtk_logo_style {
    text-align:center;
}
.gtk_logo_style.form_logo img:nth-child(1) {
    float:none;
    margin:0px 0px 10px 0px;
}
.form_content_half {
    width: 50%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.form_content_full {
    width: 100%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.form_content_three {
    width: 33.333%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.form_content_quarter {
    width: 25%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.form_inner_text {
    width: 100%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.form_content_half,
.form_content_full,
.form_content_three,
.form_content_quarter,
.form_inner_text {
    margin-bottom: 20px;
    position: relative;
}

.chk_option {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
.chk_textbox {
    width:auto !important;
}
.form_logo {
    width: 100%;
    float: left;
}
.form_logo img:nth-child(1) {
    width: 200px;
    float: left;
    background-color: #fff;
    padding: 20px;
    margin: 0px 0px 0px 15px;
    border-radius: 4px;
}
.form_logo img:nth-child(2) {
    width: 130px;
    float: right;
    margin: 5px 15px 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
.btn_style {
    width: auto;
    float: none;
    padding: 10px 25px;
}
.form_btn_div {
    width: 100%;
    float: left;
    text-align:center;
}
.vendor_style .main_header {
    color: #243d7f;
    background-color: #ecf1fb;
    border-bottom: 3px solid #243d7f;
}
.vendor_style .number {
    background-color: #243d7f;
}
.vendor_style button {
    background-color: #243d7f;
    border-color: #243d7f;
}
.canvas_container {
    width: 40%;
    float: left;
    box-sizing: border-box;
}
.title_container {
    width: 40%;
    float: left;
    box-sizing: border-box;
    margin-left:20px;
}
.emp_application .form_logo {
    background-color: #214795;
    border-radius: 8px 8px 0px 0px;
}
.emp_application .form_logo img {
    background-color: unset !important;
}
       
.emp_application .form_logo img:nth-child(2) {
    margin: 10px 0px 10px;
    padding: 0px;
    width: 190px;
}
.only_border {
    width: calc(100% - 40px);
    float: left;
    border-bottom: 2px solid #243d7f;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content_inside {
    width: calc(100% - 40px);
    float: left;
    box-shadow: 2px 2px 8px #ccc;
    position: relative;
    padding: 15px 5px;
    margin-left: 20px;
    margin-bottom: 35px;
    border: 1px solid #214795;
    border-radius: 10px;
}
.content_inside .form_content_three,
.content_inside .form_content_half,
.content_inside .form_content_full {
    padding: 0px 10px;
}
.content_inside_label {
    position: absolute;
    left: 20px;
    top: -17px;
    display: block;
    text-align: center;
    background: #214795;
    font-size: 14px;
    padding: 4px 6px;
    border-top-left-radius: 6px;
    color: #fff;
    height: 30px;
    text-transform: uppercase;
}
.content_inside_label:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    right: -11px;
    top: 0px;
    border-bottom: 16px solid #082155;
    border-right: 11px solid transparent;
    transform: rotate(360deg);
}

.content_inside_lf {
    width: auto !important;
    float: left !important;
}
.content_inside_lr {
    width: auto !important;
    float: right !important;
    cursor: pointer;
    color: #214795;
}
.emp_application {
    padding:0px;
}
.emp_application .form_btn_div {
    padding: 10px;
    border-top: 1px solid #ccc;
}
.emp_application textarea {
    height: 120px;
    resize: none;
}

.content_inside .form_inner_text {
    padding:0px;
    margin-bottom:0px;
}
.margin_header {
    margin-bottom: 25px;
}
.margin_less {
    margin-bottom:0px;
}
.emp_application .form_inner_header {
    position: sticky;
    top: 90px;
    z-index: 9;
    background-color: #f4f5f8;
    color: #243d7f;
    text-transform: uppercase;
    font-weight: bold;
}
.dl_contact_text {
    width: 270px;
    float: right;
    padding: 17px 0px;
}
.dl_contact_text_header {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.dl_contact_text a {
    width: 100%;
    float: left;
    color:#fff;
    font-size:14px;
}
.dl_contact_text a:hover {
    color:#fff;
}
.emp_app_height {
    width:100%;
    float:left;
    overflow:auto;
    position:relative;
}
/* width */
.emp_app_height::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.emp_app_height::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.emp_app_height::-webkit-scrollbar-thumb {
    background: #243d7f;
    border-radius: 8px;
}

/* Handle on hover */
.emp_app_height::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 8px;
}

.required {
    color: red !important;
    border: 1px solid red !important;
}
input[type="checkbox"].required,
input[type="radio"].required {
    outline: 1px solid red;
}

/*input[type="text"]:disabled{
    cursor:not-allowed;
}*/
input:disabled {
    cursor: not-allowed;
}

@media(max-width:500px) {
    .chk_template img {
        width: 100%;
    }
    .canvas_container {
        width: 100%;
    }
    .title_container {
        width: 100%;
        margin-left:0px;
    }
    .form_logo img:nth-child(1) {
        width: 140px;
        margin: 8px 0px 0px 15px;
    }
        .form_logo img:nth-child(2) {
            width: 87px;
            padding: 10px;
        }
        .main_header {
            font-size: 20px;
            padding: 16px 0px;
        }
        .form_content_half,
        .form_content_full,
        .form_content_three,
        .form_content_quarter,
        .form_inner_text {
            width:100%;
        }
        .form_inner {
            padding:0px;
        }
    }