/* Reset Stylesheet http://html5doctor.com/html-5-reset-stylesheet/ */ html[data-type="iframe"], html[data-type="iframe"] body, html[data-type="iframe"] div, html[data-type="iframe"] span, html[data-type="iframe"] h1, html[data-type="iframe"] h2, html[data-type="iframe"] p, html[data-type="iframe"] blockquote, html[data-type="iframe"] img, html[data-type="iframe"] b, html[data-type="iframe"] i, html[data-type="iframe"] ol, html[data-type="iframe"] ul, html[data-type="iframe"] li, html[data-type="iframe"] form, html[data-type="iframe"] label, html[data-type="iframe"] table, html[data-type="iframe"] tbody, html[data-type="iframe"] tfoot, html[data-type="iframe"] thead, html[data-type="iframe"] tr, html[data-type="iframe"] th, html[data-type="iframe"] td, html[data-type="iframe"] footer, html[data-type="iframe"] header, html[data-type="iframe"] nav { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } html[data-type="iframe"] footer, html[data-type="iframe"] header, html[data-type="iframe"] nav { display: block; } html[data-type="iframe"] ul { list-style: none; } html[data-type="iframe"] a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } html[data-type="iframe"] table { border-collapse: collapse; border-spacing: 0; } html[data-type="iframe"] input, html[data-type="iframe"] select { vertical-align: middle; }
/* ui */ html[data-type="iframe"] input, html[data-type="iframe"] textarea, html[data-type="iframe"] select { margin: 0; } html[data-type="iframe"] input:focus, html[data-type="iframe"] textarea:focus, html[data-type="iframe"] select:focus { outline: none; } html[data-type="iframe"] textarea { overflow: auto; } html[data-type="iframe"] button::-moz-focus-inner, html[data-type="iframe"] input[type="button"]::-moz-focus-inner, html[data-type="iframe"] input[type="submit"]::-moz-focus-inner, html[data-type="iframe"] input[type="reset"]::-moz-focus-inner { padding: 0 !important; border: 0 none !important; }
/* link */ html[data-type="iframe"] a { text-decoration: none; }
/* hr */ html[data-type="iframe"] hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 0; padding: 0; }
/* clearfix */html[data-type="iframe"] .clearfix:before, html[data-type="iframe"] .clearfix:after { content: ""; display: table; } html[data-type="iframe"] .clearfix:after { clear: both; }
/* hidden */ html[data-type="iframe"] [hidden] { display: none !important; }
/* img */ html[data-type="iframe"] img { display: block; max-width: 100%; }
/* box-sizing */  html[data-type="iframe"] *, html[data-type="iframe"] *:before, html[data-type="iframe"] *:after { box-sizing: border-box; }

@font-face {
    font-family: "UbuntuRegular";
    src: url("font/Ubuntu/UbuntuRegular/UbuntuRegular.eot");
    src: url("font/Ubuntu/UbuntuRegular/UbuntuRegular.eot?#iefix")format("embedded-opentype"),
    url("font/Ubuntu/UbuntuRegular/UbuntuRegular.woff") format("woff"),
    url("font/Ubuntu/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuBold";
    src: url("font/Ubuntu/UbuntuBold/UbuntuBold.eot");
    src: url("font/Ubuntu/UbuntuBold/UbuntuBold.eot?#iefix")format("embedded-opentype"),
    url("font/Ubuntu/UbuntuBold/UbuntuBold.woff") format("woff"),
    url("font/Ubuntu/UbuntuBold/UbuntuBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansRegular";
    src: url("font/OpenSans/OpenSansRegular/OpenSansRegular.eot");
    src: url("font/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("font/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("font/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansBold";
    src: url("font/OpenSans/OpenSansBold/OpenSansBold.eot");
    src: url("font/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("font/OpenSans/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("font/OpenSans/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


html[data-type="iframe"] body,
html[data-type="iframe"] body * {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    font-family: "OpenSansRegular";
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    color: #212121;
    background: none;
    border: 0 none;
    border-radius: 0;
}

html[data-type="iframe"] script {
    display: none;
}
html[data-type="iframe"] .evotor-directory {
    position: relative;
    max-width: 1000px;
    min-width: 320px;
    width: 100%;
    background: white;
    border-radius: 6px;
}
html[data-type="iframe"] .evotor-directory__content {
    padding: 34px 50px;
}
html[data-type="iframe"] .evotor-directory__title {
    margin-bottom: 24px;
    font-family: "UbuntuRegular";
    font-size: 32px;
    font-weight: 400;
}
html[data-type="iframe"] .evotor-directory__title .button {
    display: block;
    cursor: pointer;
    float: right;
    width: 136px;
    height: 36px;
    color: #ff6633;
    text-align: center;
    font-family: "UbuntuRegular";
    font-weight: 400;
    font-size: 17px;
    line-height: 33px;
    text-transform: uppercase;
    background: white;
    border: 1px solid #ff6633;
    border-radius: 100px;
}
    html[data-type="iframe"] .evotor-directory__title .button:before {
        content: '+ ';
        font-size: 20px;
    }
    html[data-type="iframe"] .evotor-directory__title .button:hover {
        color: white;
        background: #ff6633;
    }
    html[data-type="iframe"] .evotor-directory__title .button:focus {
        outline: none;
    }
html[data-type="iframe"] p {
    color: #727272;
}
html[data-type="iframe"] .evotor-directory__table {
    margin: 10px 0 25px;
}
html[data-type="iframe"] table {
    display: table;
    width: 100%;
}
html[data-type="iframe"] thead {
    display: table-header-group;
}
html[data-type="iframe"] tr {
    display: table-row;
}
html[data-type="iframe"] th {
    display: table-cell;
    padding: 6px 6px;
    text-align: left;
    font-family: "OpenSansBold";
}
html[data-type="iframe"] tbody {
    display: table-row-group;
}
html[data-type="iframe"] tbody tr:nth-child(2n+1) {
    background: #f7f8f9;
}
html[data-type="iframe"] td {
    display: table-cell;
    vertical-align: middle;
    max-width: 14%;
    padding: 10px 6px;
}
html[data-type="iframe"] td:nth-child(3),
html[data-type="iframe"] td:nth-child(6),
html[data-type="iframe"] td:nth-child(7) {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
html[data-type="iframe"] svg {
    width: 18px;
    height: 18px;
}
html[data-type="iframe"] .evotor-directory__content:last-child {
    padding: 34px 20px;
}
html[data-type="iframe"] .evotor-directory__content.mod-edit * {
    text-align: center;
}
html[data-type="iframe"] .evotor-directory__form {
    margin: 20px 0;
}
html[data-type="iframe"] .evotor-directory__form-row {

}
html[data-type="iframe"] .evotor-directory__form-col {
    float: left;
    width: 65.833333333333333333333333333333%;
}
html[data-type="iframe"] .evotor-directory__form-col:last-child {
    float: right;
    width: 31.875%;
}
html[data-type="iframe"] .evotor-directory__form-title {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-family: "OpenSansBold";
    font-size: 16px;
}
html[data-type="iframe"] .evotor-directory__form-field {
    position: relative;
    float: left;
    width: 48.417721518987341772151898734177%;
    padding-bottom: 30px;
}
html[data-type="iframe"] .evotor-directory__form-field:nth-of-type(2n+3) {
    margin-left: 3.1645569620253164556962025316456%;
}
html[data-type="iframe"] .evotor-directory__form-col:last-child .evotor-directory__form-field {
    width: 100%;
    margin-left: 0;
}
html[data-type="iframe"] .evotor-directory__form-field label {
    margin-bottom: 5px;
    color: #727272;
    font-size: 16px;
}
html[data-type="iframe"] .evotor-directory__form-field input,
html[data-type="iframe"] .evotor-directory__form-field select,
html[data-type="iframe"] .evotor-directory__form-field .select2-selection {
    -webkit-appearance: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    text-align: left !important;
    font-size: 16px;
    line-height: 45px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}
html[data-type="iframe"] .evotor-directory__form-field input.validation-error {
    border-color: #ff2222;
}
html[data-type="iframe"] .evotor-directory__form-field input.ng-invalid {
    border-color: #ff2222;
}
html[data-type="iframe"] .evotor-directory__form-field .message {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 28px;
    color: #727272;
    font-size: 12px;
    text-align: left !important;
    background: white;
}
html[data-type="iframe"] .evotor-directory__form-field .message.error {
    text-align: center !important;
    color: #ff2222;
}
html[data-type="iframe"] .evotor-directory__form-calendar .days{
    display: inline-block;
    vertical-align: top;
}
html[data-type="iframe"] .evotor-directory__form-calendar .days input[type="checkbox"] {
    display: none;
}
html[data-type="iframe"] .evotor-directory__form-calendar .days input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 3px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 23px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}
html[data-type="iframe"] .evotor-directory__form-calendar .days input[type="checkbox"]:checked + label {
    color: white;
    background: #ff6633;
    border-color: #ff6633;
}
html[data-type="iframe"] .evotor-directory__form-calendar .days a {
    display: inline-block;
    margin-top: 4px;
    color: #727272;
}
html[data-type="iframe"] .evotor-directory__form-calendar .days a:hover,
html[data-type="iframe"] .evotor-directory__form-calendar .days a.is-checked {
    color: #448aff;
}
html[data-type="iframe"] .evotor-directory__form-calendar svg {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 3px 16px 0;
}
html[data-type="iframe"] .evotor-directory__form-calendar .clocks {
    display: inline-block;
    vertical-align: top;
    color: #727272;
}
html[data-type="iframe"] .evotor-directory__form-calendar .clocks select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    line-height: 23px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}
html[data-type="iframe"] .evotor-directory__form-calendar .clocks a {
    display: inline-block;
    margin-top: 4px;
    color: #727272;
}
html[data-type="iframe"] .evotor-directory__form-calendar .clocks a:hover,
html[data-type="iframe"] .evotor-directory__form-calendar .clocks a.is-checked {
    color: #448aff;
}
html[data-type="iframe"] .evotor-directory__form-calendar .select2-container--default {
    display: inline-block;
    vertical-align: middle;
    width: 40px !important;
}
html[data-type="iframe"] .evotor-directory__form-calendar .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 9px;
    font-size: 15px;
    line-height: 26px;
}
html[data-type="iframe"] .evotor-directory__form-row .button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 20px 10px 0;
    width: 220px;
    height: 46px;
    color: #ff6633;
    text-align: center;
    font-family: "UbuntuRegular";
    font-size: 18px;
    line-height: 44px;
    text-transform: uppercase;
    background: white;
    border: 1px solid #ff6633;
    border-radius: 100px;
}
html[data-type="iframe"] .evotor-directory__form-row .button:hover {
    color: white;
    background: #ff6633;
}
html[data-type="iframe"] .evotor-directory__form-row .button:focus {
    outline: none;
}
html[data-type="iframe"] .evotor-directory__form-row .button + .button {
    color: white;
    background: #ff6633;
}
html[data-type="iframe"] .evotor-directory__form-row .button + .button:hover {
    opacity: .8;
}
html[data-type="iframe"] .select2-container--default .select2-results>.select2-results__options {
    overflow-y: scroll;
    max-height: 150px;
    min-width: 58px;
    margin: -1px 0;
    padding: 3px 0;
    background: white;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}
html[data-type="iframe"] .select2-results__option[aria-selected],
html[data-type="iframe"] .select2-results__message {
    padding: 5px 10px;
}
html[data-type="iframe"] .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-type="iframe"] .select2-container--default .select2-results__option[aria-selected=true] {
    color: #448aff;
    background: none;
}
html[data-type="iframe"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #212121;
    text-align: left !important;
    line-height: 45px;
}
html[data-type="iframe"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}
html[data-type="iframe"] .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 25px;
    line-height: 25px;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple {
    padding: 0 10px;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
    margin: 0 -2px;
    padding-top: 8px;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc((100% / 3) - 4px);
    max-width: calc((100% / 3) - 4px);
    margin: 0 2px;
    padding: 0 16px 0 3px;
    font-size: 14px;
    line-height: 25px;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li:nth-child(4) {
    width: 0;
    margin: 0;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    z-index: 2;
    color: #727272;
    margin-right: 10px;
    margin-top: 0 !important;
    padding: 2px 0;
    background: none;
}
html[data-type="iframe"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    z-index: 10;
    float: right;
    height: 14px;
    margin: 6px -13px 0 6px;
    color: #ff6633;
    font-size: 21px;
    line-height: 13px;
}
html[data-type="iframe"] .select2-container--default {
    width: 100% !important;
}

html[data-type="iframe"] .media-table td:nth-child {
    max-width: 14%;
}


html[data-type="iframe"] .media-table table,
html[data-type="iframe"] .media-phone table,
html[data-type="iframe"] .media-table tbody,
html[data-type="iframe"] .media-phone tbody,
html[data-type="iframe"] .media-table tr,
html[data-type="iframe"] .media-phone tr,
html[data-type="iframe"] .media-table td,
html[data-type="iframe"] .media-phone td {
    display: block;
}
html[data-type="iframe"] .media-table thead,
html[data-type="iframe"] .media-phone thead {
    display: none;
}
html[data-type="iframe"] .media-table tr,
html[data-type="iframe"] .media-phone tr {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #e8e8e8;
}
html[data-type="iframe"] .media-phone tr {
    padding-top: 20px;
}
html[data-type="iframe"] .media-table tbody tr:nth-child(2n+1),
html[data-type="iframe"] .media-phone tbody tr:nth-child(2n+1) {
    background: none;
}
html[data-type="iframe"] .media-table td,
html[data-type="iframe"] .media-phone td {
    max-width: none;
    margin-bottom: 10px;
    padding: 0;
}
html[data-type="iframe"] .media-table td[data-title]:before,
html[data-type="iframe"] .media-phone td[data-title]:before {
    content: attr(data-title) ':';
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
    font-weight: 700;
}
html[data-type="iframe"] .media-phone td[data-title]:before {
    display: block;
}
html[data-type="iframe"] .media-table td:empty,
html[data-type="iframe"] .media-phone td:empty {
    display: none;
}
html[data-type="iframe"] .media-table td:last-child,
html[data-type="iframe"] .media-phone td:last-child {
    position: absolute;
    top: 10px;
    right: 10px;
}
html[data-type="iframe"] .media-phone td:last-child {
    top: 6px;
    right: 6px;
}
html[data-type="iframe"] .media-phone .evotor-directory__content {
    padding: 30px 20px;
}
html[data-type="iframe"] .media-phone .evotor-directory__title {
    font-size: 26px;
}
html[data-type="iframe"] .media-phone .evotor-directory__title .button {
    display: block;
    float: none;
    width: 100%;
    max-width: 380px;
    height: 38px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 38px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-col {
    float: none;
    width: 100%;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-field {
    float: none;
    width: 100%;
    margin-left: 0;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-field label {
    text-align: left;
    font-size: 14px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-field input, html[data-type="iframe"] .media-phone .evotor-directory__form-field select, html[data-type="iframe"] .media-phone .evotor-directory__form-field .select2-selection {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
}
html[data-type="iframe"] .media-phone .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
html[data-type="iframe"] .evotor-directory__form-title {
    float: none;
    width: 100%;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-field {
    padding-bottom: 40px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-field .message {
    top: 58px;
    right: 0;
    bottom: auto;
    left: 0;
}
html[data-type="iframe"] .media-phone .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
}
html[data-type="iframe"] .media-phone .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 22px;
}
html[data-type="iframe"] .media-phone .select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-search--inline:before {
    height: 58px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-calendar .days {
    margin-top: 10px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-calendar .days input[type="checkbox"] + label {
    margin: 0 2px;
    padding: 0 6px;
    font-size: 14px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-calendar svg {
    display: block;
    margin: 18px auto 20px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-row .button {
    display: block;
    float: none;
    width: 100%;
    max-width: 380px;
    height: 38px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 38px;
}
html[data-type="iframe"] .media-phone .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
    padding-top: 3px;
}
html[data-type="iframe"] .media-phone .evotor-directory__form-calendar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}

html[data-type="iframe"] .address-search {
  position: relative;
  height: 45px !important;
}

html[data-type="iframe"] .address-search.ng-invalid .address-search__field {
  border: 1px solid #ff2222;
}

html[data-type="iframe"] .address-search .address-search__field {
  height: 45px;
}

html[data-type="iframe"] .address-search .address-search__results {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  width: 100%;
  z-index: 1000;

  position: absolute;
  top: 100%;
  left: 0;
}

html[data-type="iframe"] .address-search .address-search__item {
  width: 100%;
  background: #fff;
}

html[data-type="iframe"] .address-search .address-search__button {
  background: #fff;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
}

html[data-type="iframe"] .address-search .address-search__button:hover {
  cursor: pointer;
  color: #448aff;
}

html[data-type="iframe"] .business-types.ng-invalid + .select2 .select2-selection {
  border: 1px solid #ff2222;
}
