﻿html { box-sizing: border-box;}*, *:before, *:after {box-sizing: inherit;}
body{font-family:Arial,sans-serif;font-size:13px;color:#808181;}
input[type='text']{width:100%;line-height:1.1rem;padding:10px;text-align: left;border:1px solid #adaeae; max-width: 450px;}
input[type='text']:focus {border-color:#00a3d6;outline: 0;color:#00a3d6;}
table {padding: 0 !important;line-height: 1.4;}
table p {font-size: 14px !important;}
td {padding-top: 3px !important;}
a{color:#00a3d6;}
label {color:#333;}
fieldset{border:none;}
.container-noauth{min-height:100%;width:100%;z-index:1;background:#fff;margin:0 auto;max-width:720px;}
.bas-email-registration {padding-left: 10px; max-width:670px;}
.text-required{color:#d96c1c;font-size:.7rem;}
.text-noted{color:#00a3d6;}
.text-message{color:#d96c1c;}
.form-container {width: 100%;}
.form-primary {background-color:#f3f9fe;}
.form-button {border:0;width:191px; border-radius:4px;font-size:1.1rem;line-height:1.5rem;padding:10px 20px;display:inline-block;margin-left:14px;background-color:#00a3d6;color:#fff;cursor:pointer;}
.registration-title {font-size: 28px;}
.registration-instructions {font-size: 14px;}
.row {margin-top: 4px;margin-bottom: 4px;}
.row-input {padding: 15px 0;}
.row-label {float:left; vertical-align:middle; line-height: 1.3em; width: 100%;}
.m-top-50{ margin-top: 50px;}
.section {clear:both;padding-top:20px;}
/*To remove button from IE11 */
select::-ms-expand {
    display: none;
}
.selectdiv {
    position: relative;
    float: left;
    min-width: 209px;
}
.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    background-color: #00a3d6;
    color: white;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 0px;
    padding: 4px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}
.selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        width: 100%;
        max-width: 200px;
        height: 28px;
        color: gray !important;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        -ms-word-break: normal;
        word-break: normal;   
        
}

.disabled {
    background-color:lightgray;
}