@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic);

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

body {
}

body * {
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
}
.row-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-flex-column > [class*='col-'],.row-flex-column > div {
  flex-direction: column;
}
.row-flex-center{
	align-items:center;
}

#bg_holder {
    height: 100%;
    width: 100%;
    min-height: 100%;
    overflow: hidden;

    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#bg_holder > div {
    height: 100%;
    width: 100%;
    min-height: 100%;
    overflow: hidden;

    position: fixed;
    top: 0;
    left: 0;

    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

#bg_holder > div:first-child {
    z-index: 1;
    background-image: url('metromorph/images/login_bg.svg');
}

body.bLoading #bg_holder {
    background-color: #ffffff;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('metromorph/images/loader_big_white.gif');
    background-size: auto !important;
}

#main_frame {
    height: 100%;
    min-height: 100%;
    width: 100%;

    display: table;
    overflow: hidden;

    padding: 0;
    margin: -160px 0 0;
}

#main_container {
    position: relative;
    display: table-cell;

    vertical-align: middle;
    overflow: hidden;

    padding-top: 160px;
}

#footer_frame {
    height: 40px;

    position: relative;
    overflow: visible;

}

/** Main content */

.frame_vcenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.content {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.content > * {
    text-align: left;
}

.content h1 {
    padding: 0 0 15px;
    margin: 0;

    font-size: 22px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-shadow: 0 0 5px #777;
}

.s_heading_logo {
    display: block;
    width: 274px;
    text-align: center;
    padding: 10px 10px 5px;

    margin: 0 auto 10px auto;
    background-color: rgba(255, 255, 255, 0.4);
}

.s_heading_logo img {
    max-width: 240px;
    max-height: 240px;
}

/** Message frame */
.message_frame {
    display: none;

    min-height: 32px;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;

    line-height: 21px;
    font-size: 14px;

    background-color: rgba(250, 244, 206, 0.9);
}

.message_frame .content {
    margin: 0;
    padding: 5px 14px;
}

.message_frame .content * {
    padding: 0;
    margin: 0;
}

/** Footer content */

.footer_frame .content {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 4px #222;
    /*margin-top: 10px;*/
}

.footer_frame .content li, .footer_frame .content a {
    color: white;
    font-size: 11px;
    text-decoration: none;
}

.footer_frame .content li:hover, .footer_frame .content a:hover {
    text-decoration: underline;
}

.footer_frame .content .footer_menu {
}

.footer_frame .content .footer_menu ul {
    margin: 0;
    padding: 0;
}

.footer_frame .content .footer_menu ul li {
    display: inline;
    font-size: 11px;
    list-style: none;
    padding: 0 5px;
}

.footer_frame .footer_copyright {
    color: #eeeeee;
    text-shadow: 0 0 4px #222;

    font-size: 10px;
    line-height: 9px;

    margin: 0;
    padding: 10px 30px 15px;

    max-width: 600px;
}

.footer_frame .footer_copyright a {
    text-decoration: underline;
    white-space: nowrap;
}

.footer_frame .footer_copyright p {
    margin: 0;
    padding: 0;
}

.footer_frame .footer_copyright p:first-child {
    font-size: 11px;
    line-height: 15px;
}

.footer_frame .footer_store a {
    height: 35px;
    width: 100px;
    display: inline-block;
    margin: 15px 7px 0;

    cursor: pointer;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-color: transparent;
}

.footer_frame .footer_store a.google {
    background-image: url("metromorph/images/stores/google-play.png");
}

.footer_frame .footer_store a.apple {
    background-image: url("metromorph/images/stores/app-store.png");
}

.footer_frame .NLocale {

    background-image: url("metromorph/images/locale_arrow_down.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 13px !important;
    cursor: pointer;
    position: relative;
}

.NLocale:hover {
    background-image: url("metromorph/images/locale_arrow.png");
}

.NLocale ul {
    display: none;
    position: absolute;
    bottom: -6px;
    left: 80%;

    padding: 5px 5px 5px 24px !important;
}

.NLocale:hover ul {
    display: block;
}

.NLocale ul li {
    float: left;
}

.NLocale ul li a {
    font-size: 14px !important;
}

.NLocale ul li a.active {
    opacity: 0.7;
}

.NLocale .ru_RU,
.NLocale .es_ES,
.NLocale .ar,
.NLocale .uk_UA,
.NLocale .tr_TR,
.NLocale .de_DE,
.NLocale .pt_PT,
.NLocale .fr,
.NLocale .ro,
.NLocale .en_US {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    padding-right: 20px !important;
    cursor: pointer;
}

.NLocale ul .ru_RU,
.NLocale ul .es_ES,
.NLocale ul .ar,
.NLocale ul .uk_UA,
.NLocale ul .tr_TR,
.NLocale ul .de_DE,
.NLocale ul .fr,
.NLocale ul .ro,
.NLocale ul .pt_PT,
.NLocale ul .en_US {
    background-position: 0 50%;
    padding-left: 20px !important;
}

.localeList li {
    background-color: rgba(50, 50, 50, 0.4);
    width: 100%;
    text-align: left;
}

.NLocale .ru_RU {
    background-image: url("metromorph/images/locale/ru.png");
}

.NLocale .pt_PT {
    background-image: url("metromorph/images/locale/pt.png");
}

.NLocale .en_US {
    background-image: url("metromorph/images/locale/us.png");
}

.NLocale .es_ES {
    background-image: url("metromorph/images/locale/es.png");
}
.NLocale .ro {
    background-image: url("metromorph/images/locale/ro.png");
}

.NLocale .ar {
    background-image: url("metromorph/images/locale/ar.png");
}

.NLocale .uk_UA {
    background-image: url("metromorph/images/locale/ua.png");
}

.NLocale .de_DE {
    background-image: url("metromorph/images/locale/de.png");
}

.NLocale .tr_TR {
    background-image: url("metromorph/images/locale/tr.png");
}

.NLocale .fr {
    background-image: url("metromorph/images/locale/fr.png");
}

/** Form content */

.form_frame {
    min-width: 280px;
    display: inline-block;
}

.form_frame .form_container {
    position: relative;
}

.NForm.NForm_fly {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.NForm {

    background-color: #60626e;

    border: 5px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 284px;
}

.NForm .checkbox_box {
    display: block;
    float: left;
}

.NForm .NFormHr {
    padding: 0 7px;
    clear: both;
    overflow: hidden;
    height: 7px;
}

.NForm .NFormLine {
    padding: 0 32px 7px 32px;
    position: relative;
}

.NForm > .NFormLine:first-child {
    padding-top: 31px;
    padding-right: 32px;
    padding-left: 32px;
}

.NForm .NFormLine:last-child {
    padding-right: 32px;
    padding-bottom: 31px;
    padding-left: 32px;
}

.NForm .NPassport.button {
    /*width: 73px;*/
}

.NForm .before_button input {
    width: 130px !important;
}

.NForm .NPassport + .NPassport {
    margin-left: 7px;
}

.NForm .NPassport.before_button {
    /*width: 140px;*/
}

/** Inputs */
.NForm input {

    margin: 0;
    height: 28px;
    padding: 0 3px;
    border-width: 2px;
    border-color: white;
    border-style: solid;

    font-size: 12px;
    font-size: 12px;
    color: #363636;

    background-color: #ffffff;

    outline: none;
}

/** Text, Password */
.NForm input[type="text"], .NForm input[type="password"], .NForm input[type="email"] {
    width: 220px;
    color: #363636 !important;
}

.NForm input::-webkit-input-placeholder {
    color: #787789;
}

.NForm input:-moz-placeholder {
    color: #787789 !important;
}

.NForm input::-moz-placeholder {
    color: #787789 !important;
}

.NForm input:-ms-input-placeholder {
    color: #787789 !important;
}

.NForm input.placeholder {
    color: #787789 !important;
}

.NForm input[type="text"]:focus, .NForm input[type="password"]:focus, .NForm input[type="email"]:focus {
    border-color: #009dff;
    background-color: #ffffff;
    color: #363636 !important;
}

/** Select */
.NForm select {
    width: 210px;
    height: 24px;
    margin: 0;
    padding: 0 3px;

    border-width: 2px;
    border-color: white;
    border-style: solid;

    font-size: 12px;
    font-size: 12px;
    color: #363636;

    background-color: #ffffff;

    outline: none;
}

/** Button */
.NForm input[type="button"],input[type="submit"] {
    height: 28px;

    cursor: pointer;
    text-align: center;
}

.NForm .blue_button {

    padding: 0 15px;

    border: 2px solid #27A9E3;
    background-color: #27A9E3;
    color: #ffffff;
    font-weight: bold;
}

.NForm .store_button {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-color: transparent;
    width: 220px;
    border-width: 0;
}

.NForm .store_button.apple {
    background-image: url("metromorph/images/stores/app-store.png");
}

.NForm .store_button.google {
    background-image: url("metromorph/images/stores/google-play.png");
}

.NForm .blue_button.wide {
    width: 220px;
}

.NForm .blue_button.thin {
    font-weight: normal !important;
}

.NForm .blue_button:hover {
    border: 2px solid #47adf5;
    background-color: #47adf5;
}

.NForm .blue_button.NField_loading {

    border: 2px solid #9496a1;
    background-color: #9496a1;
    color: #bcbdc0;

    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-image: url("metromorph/images/loader_small_gray.gif");
}

.NForm .gray_button {
    width: 220px;

    border: 2px solid #7d7f8c;
    background-color: #7d7f8c;
    color: #fefeff;
}

.NForm .gray_button:hover {
    border: 2px solid #b1b5c1;
    background-color: #b1b5c1;
}

/** NCheckbox */
.NForm .NCheckbox_image {
    height: 15px;
    margin: 0;
    padding: 0 0 0 21px;

    font-size: 11px;
    line-height: 17px;
    color: #c0c0ca;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("metromorph/images/form_checkbox_unactive.png");
    outline: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

.NForm .NCheckbox_image:hover {
    text-decoration: underline;
}

.NForm .NCheckbox_image.unactive {
    background-image: url("metromorph/images/form_checkbox_unactive.png");
}

.NForm .NCheckbox_image.active {
    background-image: url("metromorph/images/form_checkbox_active.png");
}

.NForm .NCheckbox_image.disabeled {
    background-image: url("metromorph/images/form_checkbox_disabeled.png");
}

/** Loading */
.NForm .NLoading_image {
    height: 20px;
    margin: 0;
    padding: 8px 0 0 29px;

    font-size: 12px;
    line-height: 17px;
    color: #c0c0ca;

    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-image: url("metromorph/images/loader_small_bggray.gif");
    outline: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

.NForm .NCheckbox_image:hover {
    text-decoration: underline;
}

/** Radiogroup */
.NForm .radiogroup_box {
    width: 220px;

    margin: 0;
    padding: 0 0 5px 0;

    font-size: 12px;
    color: #ffffff;

    outline: none;
}

.NForm .radiogroup_box .radiogroup_title {
    width: 220px;

    font-size: 14px;
    color: #ffffff;

    outline: none;
    padding-bottom: 10px;
}

.NForm .radiogroup_box .radio_image {

    display: block;
    min-height: 22px;
    margin: 0;
    padding: 6px 0 0 25px;

    font-size: 12px;
    color: #ffffff;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: 2px 6px;
    background-image: url("metromorph/images/form_radio_unactive.png");

    outline: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.NForm .radio_image:hover {
    text-decoration: underline;
}

.NForm .radio_image.unactive {
    background-image: url("metromorph/images/form_radio_unactive.png");
}

.NForm .radio_image.active {
    background-image: url("metromorph/images/form_radio_active.png");
}

.NForm .radio_image.disabeled {
    background-image: url("metromorph/images/form_radio_disabeled.png");
}

/** Internet Explorer update href */
.NForm .NIEUpdate div {
    margin: 5px 0;
    color: #C0C0CA;
    font-size: 11px;
    max-width: 220px;
    overflow: hidden;
}

.NForm .NIEUpdate a {
    display: block;
    color: #FFF;
    font-size: 14px;
    max-width: 220px;
    overflow: hidden;
    height: 29px;
    padding-left: 21px;
    background: url("metromorph/images/ms_logo.png") no-repeat 0 1px;
}

.NForm .NIEUpdate a:hover {
    color: #C0C0CA;
    font-size: 14px;
    max-width: 220px;
    overflow: hidden;
    height: 29px;
    overflow: hidden;
}

/** Maintenance text */

.FMaintenance .NFormCaption h2 {
    max-width: 100% !important
}

.FMaintenance .NMaintenance div {
    max-width: 230px !important;
    margin: 5px 0;
    color: #C0C0CA;
    font-size: 12px;
    max-width: 220px;
    overflow: hidden;
    color: #67cd00;
}

/** From menu */
.NForm .NFormMenu {
    display: block;
    overflow: hidden;

}

.NForm .NFormMenu ul {
    display: table;
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px 0;
    width: 100%;

}

.NForm .NFormMenu ul li {
    color: white;
    display: table-cell;
    font-size: 14px;
    list-style: none;
    padding: 12px;
    cursor: pointer;
    text-align: center;

    background-color: #7c7f8c;
}

.NForm .NFormMenu ul li.active {
    background-color: #60626E !important;
}

.NForm .NFormMenu ul li:hover {
    background-color: #717480;
}

.NForm .NFormMenu ul li.service_box {
    padding: 13px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px auto;
}

.NForm .NFormMenu ul li.service_box.Old {
    background-image: url("metromorph/images/services/old.png");
}

.NForm .NFormMenu ul li.service_box.Pro {
    background-image: url("metromorph/images/services/pro.png");
}

.NForm .NFormMenu ul li.service_box.X8 {
    background-image: url("metromorph/images/services/x8.png");
}

.NForm .NFormMenu ul li.service_box.X9 {
    background-image: url("metromorph/images/services/x9.png");
}

.NForm .NFormMenu ul li.service_box.G5 {
    background-image: url("metromorph/images/services/g5.png");
}

.NForm .NFormMenu ul li.service_box.R2 {
    background-image: url("metromorph/images/services/r2.png");
}

/** From Caption */
.NForm .NFormLine:first-child h2 {
    margin-top: -10px !important
}

.NForm .NFormLine.NFormCaption h2 {
    margin: 5px 0;
    padding: 0 0 3px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    max-width: 220px;
}

/** From Title */
.NForm .NFormLine.NFormTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    color: #C0C0CA;
    font-size: 11px;
    max-width: 220px;
}

.NForm .NFormLine.NFormCaption + .NFormLine.NFormTitle {

    margin-top: 0;
}

/** From Stage indicator */
.NForm .NFormLine.NFormInd {
    display: block;
    height: 30px;
    width: 220px;

    /*background-color: #7D7F8C;*/

    border-bottom: 1px solid #7D7F8C;

    background-repeat: no-repeat;
    background-position: 32px top;
    background-image: url("metromorph/images/form_steps.png");

}

.NForm .NFormMenu + .NFormInd {

    margin-bottom: 20px;
}

.NForm .NFormLine.NFormInd.Ind_1 {
    background-position: 32px 0;
}

.NForm .NFormLine.NFormInd.Ind_2 {
    background-position: 32px -60px;
}

.NForm .NFormLine.NFormInd.Ind_3 {
    background-position: 32px -120px;
}

.NForm .NFormLine.NFormInd.Ind_4 {
    background-position: 32px -180px;
}

.NForm .NFormLine.NFormInd.Ind_5 {
    background-position: 32px -240px;
}

/* From Blocks */
.NForm .Hsub {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

/* From Blocks */
.NForm .two_rows {
    clear: none;
    display: table;
    width: 220px;
}

.NForm .two_rows div:first-child {
    display: table-cell;
    width: 100%;
    padding-right: 7px;
}

.NForm .two_rows div:first-child input {
    display: block;
    width: 100%;
}

.NForm .two_rows div:first-child + div {
    display: table-cell;
    width: 1px;
}

.NForm .two_rows div:first-child + div input {
    display: block;
}

.NForm .store_rows {
    clear: none;
    display: table;
    margin-top: 10px;
    width: 220px;
}

.NForm .store_rows input {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-color: transparent;
    height: 35px;
    border-width: 0;
}

.NForm .store_rows div:first-child {
    display: table-cell;
    width: 50%;
    padding-right: 8px;
}

.NForm .store_rows div:first-child input {
    display: block;
    width: 100%;
    height: 35px;
}

.NForm .store_rows div:first-child + div {
    display: table-cell;
    width: 50%;
    padding-left: 8px;
}

.NForm .store_rows div:first-child + div input {
    display: block;
    width: 100%;
}

.NForm .anchor_box {
    display: block;

    height: 15px;
    margin: 0;

    font-size: 11px;
    line-height: 17px;
    color: #c0c0ca;
}

.NForm .anchor_box a {
    color: #c0c0ca;
}

.NForm .remember_n_forgot {
    overflow: hidden;
}

.NForm .remember_n_forgot .anchor_box {
    float: right;
}

.NForm input.NField_error {
    border-color: #dd3b38;
    background-color: #ffdbdb;
    color: #c53831 !important;
}

.NForm div.NField_error,
.NForm div.NField_tooltip {

    display: none;
    position: absolute;

    left: 100%;
    top: 2px;
    margin: -2px 0 0 -25px;
    z-index: 10;
    padding: 6px 10px;
}

.NForm .NStage_anim div.NField_error,
.NForm .NStage_anim div.NField_tooltip,
.NForm.NForm_anim div.NField_error,
.NForm.NForm_anim div.NField_tooltip {

    display: none !important;
}

.NForm div.NField_error:after,
.NForm div.NField_error:before,
.NForm div.NField_tooltip:after,
.NForm div.NField_tooltip:before {
    right: 100%;
    top: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.NForm div.NField_error:after,
.NForm div.NField_tooltip:after {
    border-color: rgba(229, 229, 229, 0);
    border-right-color: #e5e5e5;
    border-width: 5px;
    margin-top: -4px;
}

.NForm div.NField_error:before,
.NForm div.NField_tooltip:before {
    border-color: rgba(66, 68, 67, 0);
    border-right-color: #424443;
    border-width: 6px;
    margin-top: -5px;
}

.NForm .NFormLine:first-child div.NField_error,
.NForm .NFormLine:first-child div.NField_tooltip {
    top: 33px;
}

.NForm .NStage .NFormLine:first-child div.NField_error,
.NForm .NStage .NFormLine:first-child div.NField_tooltip {
    top: 0;
}

.NForm input:focus + div.NField_tooltip {
    display: block;
}

.NForm div.NField_error {

    background-color: #e5e5e5;
    border: 1px solid #424443;
    font-size: 10px;
    color: #373737;

    white-space: pre;
}

.NForm div.NField_tooltip {

    background-color: #e5e5e5;
    border: 1px solid #424443;
    font-size: 10px;
    color: #373737;
    min-width: 140px;
}

/** Date Box */

.NForm .NDate {
    clear: none;
    width: 220px;
    min-height: 55px;
}

.NForm .NDate .NDate_day {
    float: left;
    width: 50px;
}

.NForm .NDate .select_holder {
    float: left;
    width: 82px;
    margin-left: 7px;
}

.NForm .NDate .select_holder .select_selector {
    width: 76px;
}

.NForm .NDate .select_holder .select_options {
    width: 82px;
}

.NForm .NDate .NDate_year {
    float: left;
    width: 50px;
    margin-left: 7px;
}

.NForm .NDate .NDate_title {
    width: 220px;

    font-size: 14px;
    color: #ffffff;

    outline: none;
    padding-bottom: 10px;
}

.NForm .NDate div.NField_error,
.NForm .NDate div.NField_tooltip {
    top: 28px !important;
}

.NForm .NDate div[for="birth_date_year"],
.NForm .NDate div[for="birth_date_month"],
.NForm .NDate div[for="birth_date_day"] {
    display: none !important;
}

/** Passport Box */

.NForm .NPassport {
    clear: none;
    width: 220px;
}

.NForm .NPassport .NField,
.NForm .NPassport .NDate {
    margin-bottom: 7px;
    margin-left: 0 !important;
    position: relative;
}

.NForm .NPassport .NField div.NField_error,
.NForm .NPassport .NDate div.NField_error,
.NForm .NPassport .NField div.NField_tooltip,
.NForm .NPassport .NDate div.NField_tooltip {
    margin-left: 7px;
}

/** Select Box */

.NForm .select_holder {
    position: relative;
    height: 24px;
    width: 216px;

    font-size: 12px;
    font-weight: normal;

    background-color: #FFF;
    border: solid 2px #FFF;

    outline: none !important;
}

.NForm .select_holder:focus {
    border-color: #009dff;
    background-color: #ffffff;
}

.NForm .select_holder.select_toggle_on:focus {
    border-color: #FFF !important;
    background-color: #FFF;
}

.NForm .select_holder:focus .select_selector {
    color: #363636 !important;
}

.NForm .select_selector {
    overflow: hidden;
    position: absolute;

    display: block;
    height: 24px;
    width: 210px;
    left: 0;
    top: 0;
    padding: 0 4px;

    outline: none;
    line-height: 26px;
}

.NForm .select_selector:link,
.NForm .select_selector:visited,
.NForm .select_selector:hover {
    color: #787789;
    outline: none;
    text-decoration: none;
}

.NForm .select_toggle {
    display: block;
    position: absolute;
    z-index: 2;

    right: -2px;
    top: -2px;
    height: 28px;
    width: 28px;

    outline: none;
    background: url(metromorph/images/select-icons.png) 0 0 no-repeat;
}

.NForm .select_toggle:hover {
    background: url(metromorph/images/select-icons.png) 0 0 no-repeat;
}

.NForm .select_toggle_on .select_toggle {
    background: url(metromorph/images/select-icons.png) 0 -28px no-repeat;
}

.NForm .select_toggle_on .select_toggle:hover {
    background: url(metromorph/images/select-icons.png) 0 -28px no-repeat;
}

.NForm .select_holder_dis {
    background-color: #787789;
    border: solid 1px #515151;
}

.NForm .select_holder_dis .select_holder {

}

.select_holder_dis .select_toggle {

}

.NForm .select_options {
    position: absolute;

    width: 216px;

    padding: 2px;
    margin: 3px 0 0;
    top: 30px;
    left: -4px;
    z-index: 3;
    overflow-y: auto;

    background-color: #FFF;
    border: 2px solid #60626E;
    list-style: none;
    border-top: 0px solid #FFFFFF;
}

.NForm .select_options li {
    padding: 0 0;
}

.NForm .select_options a {
    display: block;
    outline: none;

    border-bottom: solid 1px #eee;
    padding: 7px 0 7px 7px;
}

.NForm .select_options li:last-child a {
    border: none;
}

.NForm .select_options a:link,
.NForm .select_options a:visited {
    color: #787789;
    text-decoration: none;
}

.select_options a:hover,
.select_options a:focus,
.select_options .select_focus {
    color: #363636 !important;
    background-color: #F6F6F6;
}

.NForm .select_options li.last a {
    border-bottom: none;
}

.NForm .select_options .select_disabled {
    display: block;
    padding: 7px 0 7px 3px;
    border-bottom: dotted 1px #515151;
    color: #999;
}

.NForm .select_options .select_group {
    padding: 7px 0 7px 3px;
    display: block;

    color: #787789;
    font-weight: bold;
    border-bottom: dotted 1px #515151;
}

.NForm .select_options .select_sub {
    padding-left: 17px;
}

.NForm select.NField_error + div + div.select_holder {
    border-color: #dd3b38;
    background-color: #ffdbdb;
}

.NForm select.NField_error + div.select_holder {
    border-color: #dd3b38;
    background-color: #ffdbdb;
    color: #c53831 !important;
}

/** Capcha */
.NForm .NCaptcha {

}

.NForm .NCaptcha .NCaptcha_image {
    width: 216px;
    height: 50px;
    margin: 0 0 7px 0;
    padding: 4px 0;
    border: 2px solid white;

    background-color: #ffffff;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('metromorph/images/loader_big_white.gif');

    cursor: pointer;
}

.NForm .NCaptcha .NCaptcha_image:hover {
    border-color: #009dff;
}

/** In Form fields title */
.NForm .NFormLineTitle {

    width: 220px;

    font-size: 14px;
    color: #ffffff;

    outline: none;
}

/** Messages in form*/
.NForm .NFormMessage {
    display: block;
    width: 220px;
    padding-bottom: 20px;
    padding-top: 20px;

    color: #67cd00;
    font-size: 11px;
}

.NForm .NFormError {
    color: #ff6700;
}

.NForm input.blue_button.NField_loading[type="button"] {
    background-position: 4px 50%;
    padding-left: 25px;
}

.NForm input.blue_button.NField_loading.wide[type="button"] {
    padding: 0 25px;
}

/** NStages in form */

.NForm .NStage {
    display: none;
}

.NForm .NStage_fly {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.NForm.mobile_app .NFormCaption h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    display: block
}

.NForm.mobile_app .NFormTitle {
    font-size: 13px;
    text-align: center;
    display: block
}

.NForm .get_mobile_app a {
    width: 220px;
    height: 34px;
    display: block;
    box-sizing: border-box;

    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-size: 24px 24px;

    margin: 0;

    font-size: 12px;

    padding: 7px 15px 0 34px;

    border: 2px solid #27A9E3;
    background-color: #27A9E3;
    color: #ffffff;
    font-weight: bold;

    outline: none;

    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.NForm .get_mobile_app.android a {
    background-image: url("metromorph/images/gp_logo.png");
}

.NForm .get_mobile_app.apple a {
    background-position: 2px 30%;
    background-image: url("metromorph/images/as_logo.png");
}

/** Select 2 */

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    font-size: 100%;
    margin-top: 5px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container {
    height: 24px !important;
    width: 216px !important;
    margin-bottom: 4px !important;
}

.select2-container .select2-selection--single {
    height: 24px;
    width: 216px;

    font-size: 12px;
    font-weight: normal;

    background-color: #FFF;
    border: solid 2px #FFF;

    outline: none !important;

    border-radius: 0 !important;
    box-sizing: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: hidden;

    display: block;
    height: 24px;
    width: 210px;
    left: 0;
    top: 0;
    padding: 0 4px;

    outline: none;
    line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -4px;
    top: 0;
    height: 28px;
    width: 28px;

    outline: none;
    background: url(metromorph/images/select-icons.png) 0 0 no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    border-radius: 0;

    width: 224px !important;

    top: -28px;
    margin: 3px 0 0 -2px;
    z-index: 3;
    overflow-y: auto;

    background-color: #FFF;
    border: 2px solid #60626E;
    list-style: none;
    border-top: 0px solid #FFFFFF;
}

.select2-results__options {

}

.select2-results__options {
    padding-top: 2px;
    background-color: #FFF;
}

.select2-results__options li {
    display: block;
    outline: none;

    border-bottom: solid 1px #eee;
    margin: 0 2px;
    padding: 7px 0 7px 7px;

    /*height: 14px;*/

    color: #787789;
    text-decoration: none;
    font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
    color: #363636 !important;
    background-color: #F6F6F6;
}

.select2-search--dropdown {
    padding: 0;
    border-bottom: 1px solid #60626e;
}

.select2-search--dropdown .select2-search__field {
    height: 27px;
    width: 210px;

    margin: 0;
    padding: 0 3px;
    border-width: 2px !important;
    border-color: white !important;
    border-style: solid;

    font-size: 12px;
    color: #363636;

    background-color: #ffffff;

    outline: none;
    box-sizing: content-box;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #009dff !important;
    background-color: #ffffff !important;
    color: #363636 !important;
}


/* Simple form layout */

.NBodySimple .main_frame {
    margin: 0 !important;
}

.NBodySimple .footer_frame  {
    display: none;
}

.NBodySimple .main_container {
    padding: 0 !important;
    vertical-align: top !important;
}

.NBodySimple .frame_vcenter {
    margin-left: 0;
}

.NBodySimple .content {
    padding: 0 !important;
}

.NBodySimple .content h1 {
    padding: 0 !important;
}

.NBodySimple .form_frame {
    min-width: 546px;
    display: inline-block;
}

.NBodySimple .NFormColl {
    float: left
}

.NBodySimple .NFormColl .NFormHr {
    display: none;
}

.NBodySimple .NFormColl + .NFormColl .NFormLine {
    padding-left: 0;
}

.NBodySimple .NFormColl + .NFormLine.two_rows {
    padding-top: 24px;
    clear: both;
    margin-left: 252px;
}

.NBodySimple .NFormColl + .NFormLine.two_rows.wide {
    padding-top: 24px;
    clear: both;
    margin-left: 0;
    width: 472px !important;
}

.NBodySimple .NFormColl + .NFormLine.two_rows.wide div:first-child input {
    width: auto;
}

.NBodySimple .NFormColl + .NFormLine.two_rows.wide div:first-child + div input {
    width: 220px;
}

.NBodySimple .NFormColl + .NFormLine.two_rows div {
    padding-right: 0;
}

.NBodySimple .NFormCaption h2 {
    max-width: 472px !important;
}

.NBodySimple .NFormTitle {
    max-width: 472px !important;
}

.NBodySimple .NForm .NDate {
    clear: both;
    min-height: 54px;
}

.NBodySimple .NForm .NDate .select_holder {
    padding: 1px;
}

.NBodySimple .NForm .NDate .NDate_title {
    padding-bottom: 7px;
}

.NBodySimple .NForm .NPassport .NDate {
    min-height: 63px;
}

.NBodySimple .NForm .NPassport .NDate .NDate_title {
    line-height: 32px;
    height: 27px;
}

.NBodySimple .NForm {

    background-color: #ffffff;

    border: 5px solid #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.NBodySimple .select2-container--default .select2-results > .select2-results__options {
    /*max-height: 100px;*/
}

.NBodySimple .NForm .NFormMessage {
    width: 100%;
    font-size: 13px;
    color: #000;
}

.NBodySimple .NForm .NFormMessage.NFormMessageEmailSent {
}

/* Colors */
.NBodySimple .NForm .radiogroup_box {
    color: #000000;
}

.NBodySimple .NForm .radiogroup_box .radiogroup_title {
    color: #000000;
}

.NBodySimple .NForm .radiogroup_box .radio_image {
    color: #000000;
}

.NBodySimple .NForm .NFormLine.NFormCaption h2 {
    color: #000000;
    display: inline-block;
}

.NBodySimple .NForm .NFormLine.NFormTitle {
    color: #333333;
}

.NBodySimple .NForm .NDate .NDate_title {
    color: #000000;
}

.NBodySimple .NForm .NFormLineTitle {
    color: #000000;
}

.NBodySimple .NForm .get_mobile_app a {
    color: #000000;
}

.NBodySimple .NForm input[type="text"]:focus, .NForm input[type="password"]:focus, .NForm input[type="email"]:focus {
    border-color: #009dff !important;
}

.NBodySimple .NForm input[type="text"], .NBodySimple  .NForm input[type="password"], .NBodySimple  .NForm input[type="email"] {
    border-color: #9999AA;
    border-width: 1px;
    padding: 1px 4px;
}

.NForm input[type="password"], .NForm input[type="email"] {
    border-color: #fff;
    border-width: 1px;
    padding: 1px 4px;
}

.NBodySimple .NForm .select_holder:focus {
    border-color: #009dff !important;
}

.NBodySimple .NForm .select_options {
    border: 1px solid #9999AA;
    left: -1px;
    padding: 1px;
    border-top: 0;
}

.NBodySimple .NForm .select_holder {
    border-color: #9999AA;
    border-width: 1px;
    padding: 1px 4px;
}

.NBodySimple .NForm .NCaptcha .NCaptcha_image:hover {
    border-color: #009dff !important;
}

.NBodySimple .NForm .NCaptcha .NCaptcha_image {
    border-color: #9999AA;
    border-width: 1px;
    padding: 5px 1px;
}

.NBodySimple .select2-search--dropdown .select2-search__field:focus {
    border-color: #009dff !important;
}

.NBodySimple .select2-search--dropdown .select2-search__field {
    border-color: #9999AA !important;
    border-width: 1px 0 0 0 !important;
    padding: 1px 6px;
}

.NBodySimple .select2-selection.select2-selection--single {
    border-color: #9999AA !important;
    border-width: 1px;
    padding: 1px;
}

.NBodySimple .select2-dropdown {
    border: 1px solid #9999AA;
    border-top: 0;
}

.NBodySimple .NForm select.NField_error + * + .select2 .select2-selection,
.NBodySimple .NForm select.NField_error + * + * + .select2 .select2-selection,
.NBodySimple .NForm select.NField_error + .select2 .select2-selection {
    border-color: #dd3b38 !important;
    background-color: #ffebeb;
}

.NBodySimple .NFormColl div.NField_error {
    display: none !important;
}

.NBodySimple .NForm input.NField_error {
    border-color: #dd3b38 !important;
    background-color: #ffebeb;
}

.NBodySimple .NForm select.NField_error + div + div.select_holder {
    border-color: #dd3b38 !important;
    background-color: #ffebeb;
}

.NBodySimple .NForm .NFormCaption {
    padding-top: 0;
}

.NBodySimple .NForm .NFormCaption h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: rgb(51, 51, 51);
    font-size: 16.8202px
}

.NBodySimple .NForm .NFormCaption .NField.button_box {
    display: inline-block;
    float: right;
}

.NBodySimple .NForm .NFormCaption .NField.button_box a {
    font-size: 11px;
    color: #007fd4 !important;
    line-height: 24px;
}

.NBodySimple .NEmailSentForm .NFormCaption .h2 {
    text-align: center;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: rgb(51, 51, 51);
    font-size: 16.8202px;
}

.NBodySimple  .NEmailSentForm .NEmailSent {
    text-align: center;
    font-size: 12px;
}

.NBodySimple  .NEmailSentForm .NEmailSent .icon {
    background-image: url('metromorph/images/email_sent.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin: 40px;
    height: 200px;
}
@media all and (max-width: 767px){
	.frame_vcenter{
		width:100% !important;
	}
	.form_frame, .s_heading_logo,.s_heading_logo img{
		width:80% !important;
		max-width:auto !important;
		min-width:auto !important;
		min-height:auto !important;
		max-height:auto !important;
	}
	.NForm select,.NForm input{
		width:100% !important;
	}
	.NForm .two_rows{
		width:auto;
	}
	.NForm{
		min-width:auto;
	}
}