@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700';

body {
    font-family: 'Hind';
    padding: 18px 6%;
    max-width: 86%;
    width: 100%;
}
.orange_css {color:#ec8d23;}
input[type="submit"] { display: block; background: none; border: none; color: #ffffff;  background: #37b663; cursor: pointer;margin: 0 auto;font-size: 16px; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; }
input[type="submit"]:hover {opacity: 0.8;}
h2 {color:#ec8d23; font-family: 'Montserrat';}
h2, h3 {font-weight: 400 !Important; text-align: center;margin: 0;padding: 0;margin-bottom: 25px;}
h3 {margin-bottom: 20px;}
p {font-size: 16px;margin: 0;padding: 0;margin-bottom: 14px;line-height: 15px;font-weight: 500;margin-top: 10px;}
input {width:96%;font-size: 12px;padding: 7px 2%;border: 1px solid #ec8d23;margin-bottom: 12px;}
.col12 {width: 100%; display: block;font-size: 13px;}
.col7 {width: 58%; display: block; float:left;}
.col5 {width: 38%; display: block; float: left;margin-left: 4%;}
select {width: 100%; display: block; border:1px solid #ec8d23; -webkit-appearance: none;appearance: none;font-size: 12px;height: 32px; padding:0 5px;}
select[name="type_of_employment"]{margin-bottom:23px;}
.myform > .col12:nth-of-type(2) .col5 {margin-left:0;}
.myform > .col12:nth-of-type(2) .col7 {margin-left: 4%;}
.submit_grp {text-align: center;margin-top: 12px;margin-bottom: 15px;display: block;width: 100%;margin-top: 56px;}
label {width: 100%; display: block; font-size: 14px;line-height: 16px;margin-top: 2px;margin-bottom: 4px;font-weight: 300;}
input[type="radio"]{width: 15px;text-align: left;display: inline-block;font-size: 15px;}
.col12 > input[type="radio"]:nth-of-type(2) {margin-left:8%;}
.small-font {font-family: 'Hind'; font-weight: 300; font-size: 11px;line-height: 13px;margin-top: 0;}
table {width: 100%; max-width: 100%;}
table tr td {width: 100%; display: block;}
table select {margin-bottom:15px;}
#ui-datepicker-div table tr td {display: table-cell;width: auto;}
input[id="add"] {display: block;float:left;border:none;width: 10%;background: url(../img/add_icon.png) no-repeat;background-size: 40px;margin-top: -3px;min-height: 40px;margin-right: 0;min-width: 40px;text-align: center;padding: 0;margin: 0 auto;cursor: pointer;}
label[for="add"] {margin-top: 13px;float: left;display: block;width: 80%;margin-left: 3%;padding: 0;cursor: pointer;}