.right {
    text-align: right;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.ml5 {
    margin-left: 5px;
}

.mb30 {
    margin-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}


/** all devices and responsive browser windows **/

@media screen and (max-width: 800px) {
    #hongkiat-form #aligned {
        width: 100%;
        float: none;
        display: block;
    }
    #hongkiat-form #aside {
        width: 100%;
        display: block;
        float: none;
    }
    #hongkiat-form .txtinput,
    #hongkiat-form textarea {
        width: 85%;
    }
    #prioritycase {
        float: left;
        display: block;
    }
    #recipientcase {
        float: left;
        display: block;
        margin-right: 55px;
    }
}


/* iPhone portrait *******/

@media only screen and (max-width: 320px) {
    #hongkiat-form .txtinput,
    #hongkiat-form textarea {
        width: 70%;
    }
    #hongkiat-form #aligned {
        overflow: hidden;
    }
    select.selmenu {
        width: 160px;
    }
    #recipientcase {
        margin-right: 30px;
    }
}


/** all devices and responsive browser windows **/

@media screen and (max-width: 800px) {
    #form-container {
        width: 100%;
    }
    #hongkiat-form #aligned {
        width: 100%;
        float: none;
        display: block;
    }
    #hongkiat-form #aside {
        width: 100%;
        display: block;
        float: none;
    }
    #hongkiat-form .txtinput,
    #hongkiat-form textarea {
        width: 85%;
    }
    #prioritycase {
        float: left;
        display: block;
    }
    #recipientcase {
        float: left;
        display: block;
        margin-right: 55px;
    }
}


/* smaller screen dropoff *******/

@media only screen and (max-width: 550px) {
    #hongkiat-form .txtinput,
    #hongkiat-form textarea {
        width: 80%;
    }
}


/* iPhone portrait *******/

@media only screen and (max-width: 320px) {
    #hongkiat-form .txtinput,
    #hongkiat-form textarea {
        width: 70%;
    }
    #hongkiat-form #aligned {
        overflow: hidden;
    }
    select.selmenu {
        width: 160px;
    }
    #recipientcase {
        margin-right: 30px;
    }
}


/** basic default styles **/

span.chyron {
    font-size: 1.2em;
    padding-top: 10px;
}


/** main blocks **/

#form-container {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
}


/** the form elements **/

#hongkiat-form {
    box-sizing: border-box;
}

#hongkiat-form .txtinput {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    padding: 11px 25px;
    padding-left: 10px;
    width: 100%;
    color: black;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    outline: 0 none;
}

#hongkiat-form textarea {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin-bottom: 15px;
    padding: 11px 25px;
    padding-left: 10px;
    width: 100%;
    height: 180px;
    color: #777;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form textarea:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    outline: 0 none;
}

#hongkiat-form #slider {
    width: 60%;
}

#hongkiat-form #aligned {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-right: 50px;
}

#hongkiat-form #aside {
    float: left;
    width: 250px;
    padding: 0;
    box-sizing: border-box;
}

#wrapping {
    width: 100%;
    box-sizing: border-box;
}

span.radiobadge {
    display: block;
    margin-bottom: 8px;
}

span.radiobadge label {
    padding-bottom: 4px;
}

.hongkiat-field {
    position: relative;
    padding-bottom: 20px;
}

.must_input {
    line-height: 20px;
    display: block;
	background-color: #0068B7;
/*    background-color: #00C;*/
/*    border: solid 2px #00C;*/
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    background-size: 100% 100%;
    min-width: 65px;
    max-width: 80px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 7px;
}

.text_info {
    margin-top: -20px;
    font-size: 11px;
}

.title {
    color: #777;
    font-weight: bold;
}

label {
    padding-right: 15px;
}

.sdktitle {
    float: left;
    width: 25%;
}

.sdkcontent {
    float: left;
    width: 60%;
}

.float_left {
    float: left;
}

.ioftcontent>label {
    margin: 5px;
    width: 100px;
    font-size: 11px;
}

.contact-alert {
    color: #f44;
    font-size: 12px;
    clear: both;
}

.contact-alert-normal {
    font-size: 12px;
    clear: both;
}

#careerFile {
    width: 100%;
}

.attachtitle {
    float: left;
    width: 30%;
}

.attachcontent {
    float: left;
    width: 60%;
}

.iofttitle {
    float: left;
    width: 25%;
}

.ioftcontent {
    float: left;
    width: 75%;
}

.clear_both {
    clear: both;
}

.force_text_left {
    text-align: left;
}


/* iPhone 5 & 5S in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .text_title {
        text-align: left;
        padding: 0 10px 0 10px;
    }
    .ioftcontent>label {
        margin: 5px;
        width: 94px;
        font-size: 11px;
    }
}


/* iPhone 6 in portrait & landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .ioftcontent>label {
        margin: 5px;
        width: 100px;
        font-size: 11px;
    }
}
