.line-shape{
    background: url(../images/new_teacher/Shape-1.png);
    width: 76%;
    height: 1px;
    margin-top: 100px;
    margin-left: 170px;
}
.row.form-title{
    font-family: Lato;
    color:#113c6d;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
}

.row.form-title h2 {
    font-family: Lato;
    color:#113c6d;
    font-weight: 700;
}

.new_form_row input[type=submit] {
    width:auto;
}

.new_form_row input, .new_form_row select, .new_form_row textarea {
    display: block;
    width: 100%;
    height: 36px;
    border:0px;
    padding:4px 4px;
    line-height: 18px;
    margin: 10px 0px 20px 0px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color:#c1c5c7;
    box-sizing: border-box;
}
.new_form_row input[readonly="readonly"] {
    background-color: #a257a9;
    color:#fff;
}

.new_form_row textarea {
    height: 180px;
}

.new_form_row .select_style  {
    margin: 10px 0px 20px 0px;
    background-image: url(../images/new_teacher/Vector-Smart-Object.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    box-shadow: none;
    background-color:#fff;
}
.digipledge{
    margin: 10px 0px 20px 0px;
    background-image: url(../images/new_teacher/Vector-Smart-Object-Blue.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    box-shadow: none;
    background-color:#fff;
    height: 50px;
}
.digipledge select{
    height: 50px;
}

.new_form_row input[type=checkbox] {
    width: auto;
    max-width: 100%;
    height: auto;
    box-shadow: none;
    /*margin: 4px 0px 0px -20px;*/
}
.row.new_form_row label{
    display:inline;
    color: #113c6d;
    margin: 15px 0px 15px 0px;
    font-family: Lato;
    font-size:14px;
    font-weight: 600;
}
.row.new_form_row a{
    display:inline;
    color: #113c6d;
    margin: 15px 0px 15px 0px;
    font-family: Lato;
    font-size:14px;
    font-weight: 600;
}
.new_form_row .checkbox label {
    margin: auto;
    display: inline-block;
}


.new_form_row select{
    padding: 2px 2px;
    height: 36px;
    width: 120%;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/          /*Removes border*/
    -webkit-appearance: none;            /*Removes default chrome and safari style*/
    -moz-appearance: none;             /* Removes Default Firefox style*/
}
.new_form_row .select_style > select{
    margin: 0px;
    background: transparent;
}

.new_form_row > div {
    z-index: 2;
}
.new_form_row .validation_mark {
    color: #113c6d;
}
.new_form_row input:hover{
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-color:#a257a9;
}

.buttons_orange, .new_form_row input.buttons_orange[type=submit]{
    background-color: #FF990A;
    color: #FFF;
    font-family: Lato;
    text-align: center;
    height: 38px;
    border-radius: 2em;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: bottom;
    margin: 20px 0px 20px 0px;
}
.buttons_purple, .new_form_row input.buttons_purple[type=submit]{
    background-color: #7b2b83;
    color: #FFF;
    font-family: Lato;
    text-align: center;
    height: 38px;
    border-radius: 2em;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: bottom;
    margin: 20px 0px 20px 0px;
}
input[type="submit"]{
    font-family: Lato;
}
.purple_white_button{
    border-style: solid;
    border-width: 2px;
    border-color:#7b2b83;
    box-sizing: border-box;
    background-color:rgba(123, 43, 131, 0);
    width: 129px;
    height: 38px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color:#7b2b83;
    border-radius: 2em;
    font-family: Lato;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: bottom;
    font-weight: 600;
}
.purple_white_button:hover{
    color:#fff;
    background-color: #7b2b83;
}
.new_form_row .add-row, .new_form_row .delete-last-row {
    border-radius: 0px;
    background-color:#7b2b83;
    margin: 0px;
    height: 59px;
    width: 63px;
    text-align: center;
    line-height: 59px;
    vertical-align: bottom;
}
.new_form_row .add-row{
    border-radius: 0px 3px 3px 0px;
    margin-left: -3px;
}
.new_form_row .delete-last-row{
    border-radius: 3px 0px 0px 3px;
    margin-right: -3px;
}
.new_form_row .classroom-count{
    background-color: #fff;
    border-top:0.5px solid #C1C5C7;
    border-bottom:0.5px solid #C1C5C7;
    padding: 17px 42px;
    height:59px;
    text-align: center;
    line-height: 59px;
}
.ui-menu-item {
    background-color: #a257a9;
    color:#fff;
}

.ui-menu-item.ui-state-hover, .ui-menu-item.ui-state-focus, .ui-menu-item.ui-state-active {
    background-color: #7b2b83;
}

.price_table th {
  background-color: #7b2b83;
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
}

.buttons_purple_table{
    background-color: #7b2b83;
    color: #FFF;
    font-family: Lato;
    text-align: center;
    border-radius: 2em;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
