#footerId {
  background-color: #f9f9f9;
}
#footerId .footerTextOutter {
  width: 100%;
  min-height: 40px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  /*color: #8e6685;*/
  padding: 9px 16px;
}
#footerId .footerCreatorCompany {
  color: #d34c7d;
  cursor: pointer;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  transition: color 500ms ease;
}
#footerId .footerCreatorCompany:hover {
  color: #ac003e;
}
.radiosInlineOutter {
  margin-bottom: 15px;
}
.radiosInline {
  width: 80px;
  display: inline-block;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  -ms-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  -ms-transition: 350ms ease;
  transition: 350ms ease;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #d34c7d;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #d34c7d;
  z-index: 0;
}
[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
/*
//Radio With gap 
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
//Focused styles 
[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }
//Disabled Radio With gap 
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26); }
[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
//Disabled style 
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26); }
[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26); }
[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26); }
[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD; }
*/
#profilePageOutter,
#myReservationsPageOutter {
  /*[type="checkbox"]:not(:checked):disabled + label:before {
        border: none;
        background-color: rgba(0, 0, 0, 0.26); }
    [type="checkbox"]:checked:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
    [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
        background-color: transparent;
        border: 2px solid transparent; }
    [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
        border-color: transparent;
        background-color: #BDBDBD; }
    [type="checkbox"].filled-in:disabled:checked + label:before {
        background-color: transparent; }
    [type="checkbox"].filled-in:disabled:checked + label:after {
        background-color: #BDBDBD;
        border-color: #BDBDBD; }
    //Indeterminate checkbox
    [type="checkbox"]:indeterminate + label:before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        border-top: none;
        border-left: none;
        border-right: 2px solid #26a69a;
        border-bottom: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
    [type="checkbox"]:indeterminate:disabled + label:before {
        border-right: 2px solid rgba(0, 0, 0, 0.26);
        background-color: transparent; }
    //Neviem
    [type="checkbox"].tabbed:focus + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1); }
    [type="checkbox"].filled-in + label:after {
        border-radius: 2px; }
    [type="checkbox"].filled-in.tabbed:focus + label:after {
        border-radius: 2px;
        border-color: #5a5a5a;
        background-color: rgba(0, 0, 0, 0.1); }
    [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
        border-radius: 2px;
        background-color: #26a69a;
        border-color: #26a69a; }
    */
}
#profilePageOutter [type="checkbox"]:not(:checked),
#myReservationsPageOutter [type="checkbox"]:not(:checked),
#profilePageOutter [type="checkbox"]:checked,
#myReservationsPageOutter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
#profilePageOutter [type="checkbox"] + label,
#myReservationsPageOutter [type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#profilePageOutter [type="checkbox"].filled-in:not(:checked) + label:after,
#myReservationsPageOutter [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 2px;
  z-index: 0;
}
#profilePageOutter [type="checkbox"] + label:before,
#myReservationsPageOutter [type="checkbox"] + label:before,
#profilePageOutter [type="checkbox"]:not(.filled-in) + label:after,
#myReservationsPageOutter [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  margin-top: 2px;
  /*.borderRadiusFunction(1px);*/
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#profilePageOutter [type="checkbox"]:not(.filled-in) + label:after,
#myReservationsPageOutter [type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#profilePageOutter [type="checkbox"]:checked + label:before,
#myReservationsPageOutter [type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  /*border-top: 2px solid transparent;*/
  /*border-left: 2px solid transparent;*/
  /*border-right: 2px solid #26a69a;*/
  /*border-bottom: 2px solid #26a69a;*/
  /*.transformFunction(rotate(40deg));*/
  /*-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;*/
}
#profilePageOutter [type="checkbox"].filled-in:checked + label:after,
#myReservationsPageOutter [type="checkbox"].filled-in:checked + label:after {
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #d34c7d;
  background-color: #d34c7d;
  z-index: 0;
}
#profilePageOutter [type="checkbox"].filled-in:checked + label:before,
#myReservationsPageOutter [type="checkbox"].filled-in:checked + label:before {
  top: 2px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -o-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#profilePageOutter [type="checkbox"].filled-in + label:before,
#myReservationsPageOutter [type="checkbox"].filled-in + label:before,
#profilePageOutter [type="checkbox"].filled-in + label:after,
#myReservationsPageOutter [type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /*@argument: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;*/
  /*.transitionFunction(@argument);*/
  z-index: 1;
}
#profilePageOutter [type="checkbox"].filled-in:not(:checked) + label:before,
#myReservationsPageOutter [type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -moz-transform: rotateZ(37deg);
  -o-transform: rotateZ(37deg);
  -ms-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.input-group {
  width: 100%;
  margin-bottom: 20px;
}
.input-group .form-line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.input-group .form-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  border-bottom: 2px solid #1f91f3;
}
.input-group .form-line + .input-group-addon {
  padding-right: 0;
  padding-left: 10px;
}
.input-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}
.input-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #F44336;
}
.input-group .form-line.error:after {
  border-bottom: 2px solid #F44336;
}
.input-group .form-line.success:after {
  border-bottom: 2px solid #4CAF50;
}
.input-group .form-line.warning:after {
  border-bottom: 2px solid #FFC107;
}
.input-group .form-line.focused:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.input-group .form-line.focused .form-label {
  bottom: 25px;
  left: 0;
  font-size: 12px;
}
.input-group .input-group-addon {
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-weight: bold;
}
.input-group .input-group-addon .material-icons {
  font-size: 18px;
  color: #555;
}
.input-group input[type="text"],
.input-group .form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
}
.input-group .form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.form-group .input-group {
  margin-bottom: 0;
}
.datePicker .input-group-addon {
  cursor: pointer;
  color: #bcbcbc;
}
.input-group.input-group-sm .input-group-addon i {
  font-size: 14px;
}
.input-group.input-group-sm .form-control {
  font-size: 12px;
}
.input-group.input-group-lg .input-group-addon i {
  font-size: 26px;
}
.input-group.input-group-lg .form-control {
  font-size: 18px;
}
.form-control-label {
  text-align: right;
}
.form-control-label label {
  margin-top: 8px;
}
.form-horizontal .form-group {
  margin-bottom: 0;
}
.form-group {
  width: 100%;
  margin-bottom: 25px;
}
.form-group .form-control {
  width: 100%;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}
.form-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #F44336;
}
.form-group .form-line {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.form-group .form-line:not(.floated):after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  transform-origin: center left;
  border-bottom: 2px solid #d34c7d;
}
.form-group .form-line .form-label {
  margin-bottom: 0px;
  font-weight: normal;
  color: #aaa;
  position: absolute;
  top: 4px;
  left: 5px;
  cursor: text;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.form-group .form-line.error:after {
  border-bottom: 2px solid #F44336;
}
.form-group .form-line.success:after {
  border-bottom: 2px solid #4CAF50;
}
.form-group .form-line.warning:after {
  border-bottom: 2px solid #FFC107;
}
.form-group .form-line.focused:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.form-group .form-line.focused .form-label,
.form-group .form-line.value .form-label {
  top: -17px;
  left: 0;
  font-size: 12px;
}
.form-group .fg-line.focused.fg-focus .form-label,
.form-group .fg-line.value .form-label {
  top: -17px;
  left: 0;
  font-size: 12px;
}
.form-group .form-line.focused textArea.form-control + .form-label,
.form-group .form-line.value textArea.form-control + .form-label {
  top: -25px;
}
.form-group textArea.form-control + .form-label {
  top: -4px;
}
.form-group-sm .form-label {
  font-size: 12px;
}
.form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px;
}
.form-group-lg .form-label {
  font-size: 18px;
}
.form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
}
.form-group input,
.form-group textarea {
  font-size: 16px;
}
.form-group .form-label {
  font-size: 16px;
}
.requiredText {
  font-size: 14px;
  margin-bottom: 25px;
}
.requiredMark {
  font-size: 16px;
  color: #ff0000;
}
#profilePageOutter {
  background: #f9f9f9;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#profilePageOutter #profilePage {
  padding: 120px 0px 60px 0px;
  /*.profilePageHeaderSplitter {
            position: relative;
            width: 250px;
            height: 30px;
            margin: 0 auto;
            margin-top: 15px;
            .line {
                height: calc(~"50% + 2px");
                .lineCommon {
                    display: inline-block;
                    height: 100%;
                    width: calc(~"50% - 40px");
                    border-bottom: 2px solid rgba(195, 65, 165, 0.3);
                }
                .lineLeft {
                    float: left;
                }
                .lineRight {
                    float: right;
                }
            }
            .icon {
                position: absolute;
                height: 30px;
                width: 80px;
                top: 0px;
                left: calc(~"50% - 40px");
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
            }
        }*/
  /*.wf-sel .bootstrap-select>.btn-default{border-bottom: 2px solid #d34c7d!important;padding: 12px 12px;}
        .wf-sel .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){background-color:#d34c7d;}
        .wf-sel .bootstrap-select>.btn-default:not(.disabled):after,.wf-sel .bootstrap-select>.btn-default:not(.readonly):after{background:#d34c7d;}
        .wf-sel .bootstrap-select .check-mark{color:#d34c7d;}
        .wf-sel .bootstrap-select .bs-searchbox{background:#fff9fe;position: relative;padding: 5px 5px 5px 40px;}
        .wf-sel .bootstrap-select .bs-searchbox input{border-color:#d34c7d!important;}
        .wf-sel .bootstrap-select .bs-searchbox:before{color:#d34c7d;}

        .bootstrap-select>.btn-default>span.bs-caret {
            display: none;
        }
        .bootstrap-select>.btn-default>span.filter-option {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: 500;
        }*/
}
#profilePageOutter #profilePage .profilePageHeaderHeight {
  position: relative;
  /*height: 78px;*/
  margin-bottom: 60px;
}
#profilePageOutter #profilePage .profilePageSectionHeadText {
  font-size: 1.875em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  color: #757575;
}
#profilePageOutter #profilePage h3 {
  color: #757575;
}
#profilePageOutter #profilePage #poist-out {
  margin-bottom: 25px;
  /*.bootstrap-select.btn-group .dropdown-toggle .filter-option {
                color: #fff;
                font-size: 14px;
            }
            .bootstrap-select.btn-group .no-results {
                margin: 0;
                padding: 12px 10px;
                font-size: 14px;
            }
            .bootstrap-select>.btn-default:before {
                height: 100%;
                width: 30px;
                content: "\f0dd";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 16px;
                line-height: 1;
                padding: 10px 0;
                color: #fff !important;
                background-image: none;
                position: absolute;
                top: 0;
                right: 0;
                background-position: right calc(100% - 7px);
                background-repeat: no-repeat;
                pointer-events: none;
                z-index: 5;
            }
            .bootstrap-select>.btn-default:not(.disabled):after, .bootstrap-select>.btn-default:not(.readonly):after {
                bottom: -2px;
                background: #007c84;
            }
            .bootstrap-select.btn-group .dropdown-menu li a {
                font-size: 14px;
                padding: 13px 45px 13px 16px;
                span.text {
                    width: 100%;
                    display: block;
                    @media only screen and (max-width: 767px) {
                        white-space: normal;
                    }
                }
            }
            .bootstrap-select .check-mark {
                position: absolute;
                font-size: 18px;
                font-weight: bold;
                width: 40px;
                height: 46px;
                line-height: 2.2;
                top: 0;
                right: 0px;
                margin-top: 0 !important;
                text-align: center;
                &:before {
                    content: "\f00c";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                }
            }
            .bootstrap-select.btn-group .dropdown-menu:not(.inner) {
                border: 0;
                width: auto;
                max-width: 700px;
                padding: 0;
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                    max-width: 650px;
                }
                @media only screen and (max-width: 767px) {
                    width: 100%;
                    max-width: none;
                }

            }
            .bootstrap-select .bs-searchbox {
                input {
                    font-size: 14px;
                    background-color: #fff;
                    padding: 0px 5px;
                    border: 2px solid #00affe;
                    border-style: solid;
                    border-width: 2px;
                }
                &:before {
                    content: "\f002";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    font-size: 20px;
                    line-height: 2.25;
                    padding: 0;
                    text-align: center;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 40px;
                    height: 100%;
                    color: #00affe;
                }
            }
            .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>span, .dropdown-menu>.active>span:hover, .dropdown-menu>.active>span:focus {
                background-color: rgba(0,0,0,0.075);
            }
            .dropdown-menu>.selected>a, .dropdown-menu>.selected>a:hover, .dropdown-menu>.selected>a:focus, .dropdown-menu>.selected>span, .dropdown-menu>.selected>span:hover, .dropdown-menu>.selected>span:focus {
                background-color: rgba(0,0,0,0.075);
            }
            .dropdown-menu>.selected .check-mark {
                display: block;
            }*/
}
#profilePageOutter #profilePage #poist-out .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
#profilePageOutter #profilePage #poist-out button {
  height: 45px;
  padding-left: 16px;
  padding-right: 30px;
  outline: none !important;
  background-color: transparent;
  border-right: 0!important;
}
#profilePageOutter #profilePage .form-control {
  background: #f9f9f9;
}
#profilePageOutter #profilePage .dsbl input {
  color: #7c7c7c;
}
#profilePageOutter #profilePage .dsbl .form-label {
  opacity: .6;
  cursor: not-allowed;
}
#profilePageOutter #profilePage #profileContainer {
  padding: 0 0 50px 0;
}
#profilePageOutter #profilePage #profileContainer .profilePanel {
  margin: 0 auto;
  width: 433px;
  /*.bootstrap-select {
                    border: none !important;
                    button {
                        padding: 6px 0px;
                        border: none;
                        @include border-radius(0);
                    }
                }*/
}
#profilePageOutter #profilePage #profileContainer .profilePanel .number {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #profilePageOutter #profilePage #profileContainer .profilePanel {
    width: 100%;
  }
}
#profilePageOutter #profilePage #profileContainer .volitelneUdajeText {
  margin-bottom: 30px;
  margin-top: 50px;
}
#profilePageOutter #profilePage #profileContainer .focused .requiredMark {
  font-size: 25px;
}
#profilePageOutter #profilePage #profileContainer .value .requiredMark {
  font-size: 25px;
}
#profilePageOutter #profilePage #profileContainer .requiredMark {
  color: #ff0000;
  font-size: 30px;
  line-height: 0;
  vertical-align: middle;
}
#profilePageOutter #profilePage #profileContainer .saveButton {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 50px;
  margin-top: 30px;
}
#profilePageOutter #profilePage #profileContainer .form-group button {
  position: absolute;
  height: 35px;
  width: 35px;
  right: 0;
  top: 0;
  border: 0;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
#profilePageOutter #profilePage .m-b-30 {
  margin-bottom: 30px;
}
/*# sourceMappingURL=profile.css.map */