body .sbHolder {
   position: relative;
   display: inline-block;
   width: 100px;
   height: 40px;
   border: 2px solid rgb(0, 175, 239);
   background-color: #fff;
   vertical-align: middle;
   font-size: 12px;
   margin-right: 10px;
   margin-bottom: 20px;
}

body .sbHolder ul {
   background: #fff;
    border-left: 2px solid rgb(0, 175, 239);
    margin-top: -4px;
    border-right: 2px solid rgb(0, 175, 239);
    border-bottom: 2px solid rgb(0, 175, 239);
    margin-left: -1px;
    width: 100px;
    border-top: none;
}

body .sbHolder ul a {
   color: rgb(0, 175, 239);
}

body .sbSelector {
     position: absolute;
    top: 0;
    left: 0;
    display: block;
    outline: none;
    overflow: hidden;
    width: 100px;
    height: 40px;
    text-indent: 15px;
    line-height: 35px;
    color: #00afef;
    font-weight: bold;
}

body .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
     outline: none;
    text-decoration: none;
      color: #00afef;
}

body .sbToggle {
    outline: none;
    position: absolute;
    right: 0;
    padding: 8px;
    display: block;
}

body .sbToggle, body .sbToggle:hover {
    background: url('../icons/invesdown-icon.png');
    background-repeat: no-repeat;
    background-position: center 15px;
    cursor: pointer;
    background-size: 12px;
    vertical-align: middle;
    display: inline-block;
}

body .sbToggleOpen {
    background: url('../icons/invesup-icon.png');
    background-repeat: no-repeat;
     background-position: center 15px;
    cursor: pointer;
    background-size: 12px;
    vertical-align: middle;
    display: inline-block;
}

body .sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

body .sbOptions {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 110px;
    z-index: 1;
    overflow-y: auto;
}

body .sbOptions li {
     padding: 8px 14px;
}

body .sbOptions a {
    border: none;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

body .sbOptions a:link, .sbOptions a:visited {
    text-decoration: none;
      color: #00afef;
}

body .sbOptions a:hover,
body .sbOptions a:focus,
body .sbOptions a.sbFocus {
    color: #00afef;
}

body .sbOptions li.last a {
    border-bottom: none;
}

body .sbOptions li a {
    font-weight: bold;
}

body .sbOptions li:hover {
   background: #00afef;
    color: #fff;
}
body .sbOptions li:hover a {
    color: #fff;
}

body .sbOptions li:hover a,
body .sbOptions li:focus a,
body .sbOptions li.sbFocus a  {
    color: #fff;
    background: none;
}

body .sbOptions .sbDisabled {
     border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

body .sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

body .sbOptions .sbSub {
    padding-left: 17px;
}

/* select Dropdown End */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

input[type="text"] {
    background-repeat: repeat-x;
    font-size: 12px;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 27px;
    width: 110px;
    text-transform: none;
    background-color: #f2f2f2;
     -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
}

input[type="submit"] {
        cursor: pointer;
    padding: 10px 35px;
    outline: none;
    background: #1b429a;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #1b429a;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
}

input[type="submit"]:hover {
 color: #fff;
    background: #00afef;
     border: 1px solid #00afef;
	cursor:pointer;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    background-color: #fff;
}

table {
    width: 95%;
    padding-top: 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

font {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color:#6c6c6c;
    font-family: 'ChemoursSans-Book', sans-serif;
}

table td:first-child {
    width: 85px;
    padding-bottom: 15px;
}

table td table {
    line-height: 30px;
    width: 320px;
    margin-left: 0;
}

.inputstyle {
    height: auto;
    padding-left: 10px;
    width: auto;
}

table tr td input.formstyle{
    float:left;
}


table td table font {
    padding-right: 7px;
    display: block;
}

input[type="radio"] {
    margin: 0 6px 0 2px;
cursor: pointer;
}
.iradio {
    background: url('../design/radio.png') no-repeat;
    height: 14px;
    width: 16px;
    display: inline-block;
    top: 3px;
    left: 1px;
    cursor:pointer;
}

.iradio.checked {
    background: url('../design/radio-active.png') no-repeat;
}


@media screen and (max-width:980px) {


    table td table {
        margin-left: 0;
    }
}

@media screen and (max-width: 766px) {


    table td table {
        margin-left: 0;
    }
}



@media screen and (max-width: 650px) {
    .sbHolder.formstyle {
        width: 90%;
    }

   table .sbHolder {
        display: block;
        float: left;
        margin-left: 6px;
    } 

    table {
        padding-top: 0;
    }

    table td {
        display: block;
        padding-bottom: 0;
    }

    table table td {
        display: table-cell;
    }

}
@media screen and (max-width:480px) {
     table .sbHolder {
        float: none;
    } 
}