/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.blue-gradient {
  background: #2ba6cb;
  /* Old browsers */
  background: linear-gradient(to bottom, #2ba6cb 0%, #007faf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba6cb', endColorstr='#007faf',GradientType=0 );
  /* IE6-9 */
  color: #fff; }

.dark-grey-gradient {
  background: #666666;
  /* Old browsers */
  background: linear-gradient(to bottom, #666666 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333',GradientType=0 );
  /* IE6-9 */ }

.white-to-grey {
  background: white;
  /* Old browsers */
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */ }

div.footer {
  border-top: #e4e4e4 solid 1px;
  padding: 10px;
  min-height: 100px; }

.gray, .form_section.gray {
  background-color: #e4e4e4;
}

.red_bold_text, .form_section.red {
  color: #ff0000;
  font-weight: 700;
}

.blue {
  background-color: #2b8ac0;
}

.orange {
  background-color: #cc6600;
}

.section-label {
  padding: 10px 5px 5px 5px;
  border-bottom: #adadad solid 1px;
  margin: 0; }

.section-split {
  border-top: #e4e4e4 solid 1px;
  margin-top: 20px;
  padding-top: 5px; }

.bordered {
  border: #adadad solid 1px;
  padding: 0px;
  background-color: #fff; }

.content-padding {
  padding: 5px 10px; }

.text-white {
  color: #ffffff; }

.text-blue {
  color: #2b8ac0; }

.text-red {
  color: red; }

.contained {
  background-color: #fff;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad; }

.small_popup {
  margin-bottom: -3px;
  padding-top: 3px; }

.badgeit {
  background-color: #f00;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1MDEwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTcwZjE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlOTJkMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2IzYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  /* gradient overlay */
  background-image: linear-gradient(0deg, #c50103 0%, #e70f19 49.51%, #e92d35 51.22%, #f7b3b7 100%);
  /* gradient overlay */
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  /* drop shadow */
  border: 2px solid #fff;
  color: #fff;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 6px;
  text-decoration: none;
  text-align: center; }

.badgeit_small {
  background-color: #f00;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1MDEwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTcwZjE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlOTJkMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2IzYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  /* gradient overlay */
  background-image: linear-gradient(0deg, #c50103 0%, #e70f19 49.51%, #e92d35 51.22%, #f7b3b7 100%);
  /* gradient overlay */
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  /* drop shadow */
  border: 2px solid #fff;
  color: #fff;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 4px;
  text-decoration: none;
  text-align: center; }



@media screen and (max-width: 770px) {

  .previous_step {
    display: none; }

  .next_step {
    display: none; }

  .overlay_grey {
    display: none; }

  .arrow_left {
    display: none; }

  .arrow_right {
    display: none; }

  .person {
    display: none; }

  .foundicon-mic.right {
    display: none; } }
.no_bullets {
  list-style-type: none; }

.like_nav {
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.active_nav {
  background-color: rgba(43, 138, 192, 0.6);
  border-left: 1px solid white;
  border-right: 1px solid white; }

ul.classes ul.sample {
  margin-left: 15px; }

/* -----------------------------------------
    Foundation Override
----------------------------------------- */
.road_nav .top-bar {
  background-color: rgba(0, 0, 0, 0.6); }

.road_nav .top-bar {
  margin-top: 0;
  margin-right: auto;
  margin-left: -15px;
  position: relative;
  width: 940px;
  /* Get the black bar to extend all the way */
  /* Contained and fixed at the top */ }

dl.tabs {
  background-color: #e4e4e4; }

dl.tabs.pill dd {
  background-color: transparent; }

dl.tabs.pill {
  background-color: transparent; }

dl.tabs.pill dd a {
  background-color: transparent;
  margin-bottom: 5px; }

.sub_form_vert dl.tabs.pill dd a {
  background-color: #fff; }

dl.tabs.pill dd a:hover {
  background-color: #fff;
  color: #2ba6cb; }

dl.tabs dd {
  background-color: #e4e4e4; }

.sub_form dl.tabs.pill dd a {
  background-color: #fff;
  margin-bottom: 5px; }

.sub_form dl.tabs.pill dd.active a, .sub_form_vert dl.tabs.pill dd.active a {
  background-color: #2ba6cb; }

dl.tabs dd a {
  padding: 0px 5px; }

.button {
  margin-bottom: 5px; }

.sub_form_vert dd a {
  width: 90px;
  text-align: center; }

ul.side-nav li a {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }

ul.side-nav i.foundicon-right-arrow, ul.side-nav i.foundicon-location {
  color: #37646f; }

ul.side-nav a.second {
  padding: 0 0 0 10px;
  font-weight: 400; }

ul.side-nav li.active a.second {
  padding: 0;
  font-weight: 400; }

ul.side-nav i.shift_left {
  margin: 0 2px 0 -15px;
  vertical-align: middle; }

ul.side-nav i.foundicon-checkmark {
  color: #009a43;
  margin: 0 2px 0 -15px;
  vertical-align: middle; }

ul.side-nav li.active i.shift_left i.shift_left {
  margin: 0 2px 0 -5px; }

/* -----------------------------------------
    Forms
----------------------------------------- */
.group {
  padding: 10px 5px 0 5px;
  border: 1px solid #e4e4e4;
  border-radius: 5px; }

.group input {
  margin: 0 0 10px 0; }

.group span {
  padding: 0 8px;
  font-size: 12px;
  color: #555; }

.sublabel {
  font-size: 12px;
  color: #555;
  padding: 0 0 2px 0;
  margin: 0; }

.chosen-select input, .search-field input {
  height: 32px; }

div.chosen-container {
  margin-bottom: 12px; }

input.pick_inline {
  display: inline; }

.ui-datepicker-trigger {
  margin-bottom: -8px;
  padding-left: 5px; }

/* -----------------------------------------
   Prototype Only
----------------------------------------- */
.proto_nav form select {
  margin-top: 14px; }

/* -----------------------------------------
    Search Results Styling
----------------------------------------- */
.type_icon {
  vertical-align: top;
  margin-top: -3px; }

.trans {
  color: transparent; }

.trans span:after {
  content: "emp"; }

.search table {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  empty-cells: show; }

.search table tbody tr:nth-child(even) {
  background: none; }

.search table tbody tr td {
  padding: 5px;
  line-height: 16px;
  font-size: 14px; }

.search .badgeit {
  vertical-align: top; }

.search a {
  vertical-align: middle; }

.current {
    background-color: #;
}
#dashNav .processNav {
    padding: 2px;
/*    border: #ADADAD solid 1px; */
    -webkit-border-radius: 3px;
}
 #intake-container .intakeProcess a {
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 22px;

}
.process_li {
  padding: 5px;
  line-height: 22px;

}

.process_li img {
    display: none;
}

.form_label {
    padding-left: 10px;
    font-size: 14px;
    color: #4D4D4D;
    cursor: pointer;
/*    display: block; */
    font-weight: 500;
    margin-bottom: 3px;
}

.required, .form_label .required {
  color: red;
}

.group_element label {
    font-size: 14px;
    color: #4D4D4D;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 3px;
}
fieldset .form_label {
    padding: 0;
}

.form_label a {
    text-decoration: underline;
}

.label_empty {
    display: none !important;
}
label + input {
    margin-left: 3px;
    margin-right: 6px;
}

.form_value, .formValue {
    overflow: hidden;
}
.form_value select {
    margin-left: 10px;
}
.form_group .formValue {
    padding-left: 10px;
}
.form_element_date input {
    width: 18ex;
}
.formElement {
    padding-bottom: 10px; /* this doesn't work with TRs displayed as table-row. */
}
.instruction {
    padding: 10px;
}

.form_section {
    font-size: 1.5em;
    padding: 10px 5px 5px 5px;
}

.form_limited_element {
  float: left;
}
.form_limited_show_all_outer {
  float: left;
  padding-left: 5px;
}

.toggler_list_buttons {
  width: 54px;
}

input[type="submit"] {
    float: right;
}
input[type="button"], input[type="submit"] {
    padding-left: 5px;
    padding-right: 5px;
}

.toggler_list_row_header {
    background-color: #cfcfcf;
    font-weight: bold;
}

table.form_container tr.form_group td.group_element {
    border: 1px solid #999;
    padding: 5px;
}

table.form_container tr.form_group td.group_element.button_column,
table.form_container tr.form_group.toggler_list_row_footer td.group_element {
    border: none;
}

table.form_container tr.form_group td.group_element.button_column {
    background-color: white;
}

table.form_container tr.form_group td.group_element .form_container input,
table.form_container tr.form_group td.group_element .form_container select {
    margin-right: 7px;
    margin-bottom: 9px;
}

.form_radio_group .collapsed {
    border: 1px solid #999;
    display: inline;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 0 #EEE;
    color: #666;
    background: #ddd;
    cursor: pointer;
    float: none;
}

.form_radio_group .collapsed img {
    margin-left: 3px;
}


div.form_radio_group br {
    display: none;
}
div.form_radio_group {
    padding-top: 4px;
    padding-bottom: 6px;
}

.sub-menu .current:after {
    content: url(/template/external_intake/images/white_arrow.png);
    clear: none;
    float: right;
    padding-right: 2px;
    padding-top: 1px;
}

.content_wrapper {
    background-color: #C7D0D4;
    padding: 7px 15px;
    border: 1px solid #ABABAB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.form_column {
    padding-left: 0;
}
.group_element {
    float: left;
    padding-right: 5px;
}
td.group_element {
    float: none;
    padding: 0;
}
.form_element td {
    padding-left: 9px;
    padding-bottom: 10px;
}
#dashNav h3 {
    display: none;
}

.select {
    color: #2b8ac0!important;
    border: 1px solid #d7d7d7!important;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
}

.tabs {
    clear: both;
    border: 1px solid #D7D7D7;
    padding: 0 10px 10px;
    border: none;
    background: none;
}

.bookPage .tabs {
    padding: 0;
}

ul.htabs {
    margin: 0;
    padding: 0;
}

ul.htabs li {
    display: block;
    float: left;
    padding: 0;
}

ul.htabs li a {
    cursor: pointer;
    display: block;
    float: left;
    padding: 10px 15px;
    color: #a5a3a3;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 -1px;
    border: 1px transparent #ffffff;
    border-bottom: none!important;
    font-weight: 700;
}

.tablelistview .datatitle {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #BBB;
    font-weight: 700;
    padding: 8px 5px;
}

/* from content.css */
.tablelistview .tableroweven,
.tableroweven td {
    background-color: #ffffff
}

.tablelistview .tablerowodd,
.tablerowodd td {
    background-color: #f2f2f2
}

.datatable .listview_header_block {
    border: 1px solid #bbb;
    border-bottom: 1px solid #888;
    border-radius: 5px 5px 0 0;
    margin: -1px 0 0!important;
    min-height: 40px;
    padding: 0!important;
}

.tabs .listview_header_block {
    margin: 10px 0 0!important;
    display: none; /* we're not showing headers actually */
}

.datatable thead tr {
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    border-top: none;
}

    .datatable thead tr a {
        color: #444!important;
        float: left;
        text-shadow: 0 1px 0 #eeeeee;
    }

.listview input {
    margin: -7px 0 0
}

.listviewRowOdd {
    background-color: #E7F1F7!important
}

.listviewRowEven {
    background-color: #ffffff!important
}

.tablelistview {
    background: none repeat scroll 0 0 transparent!important;
    border-collapse: collapse!important;
    margin: 0 auto;
    font-size: 110%;
    width: 100%;
}

    .tablelistview .tablehead a {
        float: left;
        color: inherit;
        text-decoration: none
    }

    .tablelistview .tablehead {
        background-color: #cfcfcf;
    }

    .tablelistview .datatitle {
        display: none;
    }

    .tablelistview .listviewTotalsHeader {
        display: none;
    }
    .tablelistview .listviewTotals {
        font-weight: bold;
        font-style: italic;
        border-top: 1px #cfcfcf dashed;
        padding-top: 3px;
    }

.online_intake_table table tr td {
    padding: 3px;
}

.dataTables_filter {
    border: 1px solid #b4cbdd;
    display: block;
    padding: 6px;
    margin: -11px -10px 10px;
    border-right: none;
    position: relative!important;
    right: 0;
    border-radius: 0 0 0 5px;
    float: right;
}

.dataTables_filter label {
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}

.dataTables_filter input {
    border: 1px solid #d3d3d3;
    background: #ffffff;
    border-radius: 5px;
    padding: 2px;
}

.dataTables_filter input:focus {
    border: 1px solid #e1edf7;
    background: #ffffff;
}

.listview_control img {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: -2px 4px;
    padding: 3px 2px;
}

.listview_header_block {
    border: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ccc;
    margin: -12px -10px 10px!important;
    padding: 15px 9px 7px!important;
}

.listview_header .whisper {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #555;
    margin: -7px 3px;
    padding: 5px 10px;
}

.listview_header .noprint {
    margin: -17px -12px;
    padding: 13px;
}

    .listview_header .noprint a {
        padding: 0 5px
    }

.listview_letter_list {
    background: none repeat scroll 0 0 #EFEFEF;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ffffff;
    padding: 10px 15px;
}

    .listview_letter_list a {
        padding: 4px;
        border: 1px solid transparent;
    }

    .listview_letter_list a:hover {
        background: #FFFFE0;
        border: 1px solid #ccc;
    }

.listview_header .whisper {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #555;
    margin: -7px 3px;
    padding: 5px 10px;
}

ul.lv-menu,
ul.lv-action,
.processNav {
    list-style: none outside none;
    padding: 0;
    margin-top: 1px;
}

div.listview_header_block div.listview_header div:first-child {
  top: 28px !important;
}

ul.lv-action li.add-lv-action, ul.lv-menu li.reset {
  display: none;
}

ul.lv-menu {
    margin-right: 1px
}

    ul.lv-menu li,
    ul.lv-action li {
        float: left;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #cecece;
        padding: 0;
    }

        ul.lv-menu li a,
        ul.lv-action li a {
            background: url(../images/listviewactionmenusprites-2.png) no-repeat scroll right center transparent;
            color: #ffffff;
            display: block;
            text-decoration: none;
            width: 18px;
            text-indent: -200000px;
            height: 39px;
        }

    ul.lv-menu li.add a {
        background-position: 5px -12px
    }

    ul.lv-menu li.reset a {
        background-position: 5px -111px
    }

    ul.lv-menu li.atoz a {
        background-position: 5px -149px;
    }

    ul.lv-menu li.export a {
        background-position: 4px -30px;
    }

    ul.lv-menu li.showfilters a {
        background-position: 6px -70px;
    }

    ul.lv-menu li.showfilters a {
        background-position: 6px -70px;
    }

.datatable .listview_header .noprint a {
    color: #333;
}
.datatable .listview_header .whisper {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #C5C5C5;
    color: #999;
    padding: 4px 7px 3px;
    top: 15px!important;
}

ul.lv-action li a {
    background-position: 5px -319px!important
}

ul.lv-bar-filter {
    list-style: none;
    float: right;
    border-right: 1px solid #ccc;
}

    ul.lv-bar-filter li {
        color: #999;
        font-size: 90%;
        margin: 8px 4px;
        padding: 5px;
        border: 1px solid #eeeeee;
        border-top: 1px solid #ccc;
        border-left: 4px solid #94d27c;
        border-radius: 5px;
        float: right;
    }

        td.active_filters ul.lv-bar-filter li {
            margin: 2px;
        }

    ul.lv-bar-filter li:hover {
        color: #666;
        border: 1px solid #d7d391;
        border-top: 1px solid #d7d391;
        border-left: 4px solid #94d27c;
    }

    ul.lv-bar-filter li a {


        border: 1px solid #b2c1cc;
        border-radius: 25px 25px 25px 25px;
        color: #b2c1cc!important;
        text-shadow: 0 1px 0 #ffffff;
        margin: -2px 1px -2px 5px;
        padding: 1px 4px!important;
        text-shadow: 0 1px 0 #ffffff;
    }

    ul.lv-bar-filter li a:hover {
        text-shadow: 0 1px 0 #fa8682;
        border: 1px solid #a5222c;
        text-decoration: none;
        color: #79161a!important;
    }
div.form_radio_group div .radio_button_help {
    display: none;
}
div.form_radio_group div:hover .radio_button_help {
    display: inline-block;
    vertical-align:text-top;
}

table.form_tableset {
    width: 100%;
}

table.form_tableset tr:nth-child(even) {
    background-color: #e4e4e4;
}

table.form_tableset tr td {
    padding: .3em 0;
    border: 1px #ccc solid;
}

table.form_tableset tr td.lrow {
    display: table-cell;
    width: 100%;
    font-weight: bold;
    padding-left: 5px;
}

table.form_tableset tr td.lrow:after {
    content: ': ';
}

table.form_tableset tr td.rrow {
    text-align: right;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 10px;
}

table.form_tableset tr:nth-child(even) td.rrow {
    background-color: #d3d3d3;
}

table.form_tableset tr:nth-child(odd) td.rrow {
    background-color: #f0f0f0;
}

.ui-tooltip-youtube {
  max-width: 300px !important;
}

.help_expanded_icon {
    cursor: pointer;
}

fieldset div.form_radio_group div {
    padding: 0;
    white-space: nowrap;
    margin: 0;
    /*    line-height: normal; */

    /* previously 30%, increasing the min-width fixes issue where descriptions
     * overlap as reported in TKTS #68789
     * 40% produces two columns. 100% produces a single column, which clients
     * who've reported the overlap issue prefer.
     */
    min-width: 100%;

    text-align: left;
    padding-left: 2px;
    padding-bottom: 0.5em;
}
div.form_radio_group input[type="radio"] {
    margin: 0;
}

.form_element_radio_group_section fieldset {
    padding-top: 0;
}

/* override some foundation.css styles */
button, .button, button:hover, .button:hover, .button:focus,
input[type="submit"] {
    background: initial;
    color: #000;
    border:2px outset ButtonFace;
    margin: 0;
    margin-right: 0.2em;
    outline-color: initial;
    transition: none;
    -webkit-appearance: push-button;
    position: static;
    -webkit-appearance: push-button;
    -webkit-user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    padding: 2px 8px 3px 8px;
    border-image-source: initial;
    background: none repeat scroll 0 0 transparent;
/*    border: medium none; */
    border-spacing: 0;
    font-size: 90%;
    border-bottom: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-right: #d3d3d3 1px solid;
    outline: none;
    border-radius: 3px;

}

.form_submit input, .form_submit button.ajax_save {
    position: static;
}
.button:active {
    border-style:inset;
    -webkit-appearance:push-button;
    background-color: white;
}

select {
    -webkit-appearance: menulist-button !important;
    width: auto;
    background-image: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    box-shadow: none;
    display: inline-block;
    margin: 0;
    background-color: white;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}