body{
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.container{
  background: #ffffff;
  max-width: 1000px;
}


/* Form Elements Starts*/
.form-field{
  position: relative;
}
.form-field.form-group{
  margin-bottom: 5px;
}
.form-control{
  font-size: 14px;
  font-weight: 300;
  border-radius: 2px;
}
.form-field label{
  font-weight: 400;
  color: rgb(68, 68, 68);
  font-size: 14px;
  margin: 0;
}
.form-field input{
  width: 100%;
  border-radius: 2px;
  outline: none;
  font-weight: 400;
  font:14px 'Roboto', sans-serif;
  padding: 10px;
  color: #919191;
}
.form-field input::placeholder,
.form-field textarea::placeholder{
  font-weight: 300;
  color: #d1d1d1;
}
.form-field textarea{
  width: 100%;
  outline: none;
  font-weight: 300;
  font:14px 'Roboto', sans-serif;
  padding: 10px;
  color: #333333;
  min-height: 120px;
}
select.form-control{
  padding: 11px;
}
.page-links{
  color: #505050;
  font-size: 14px;
}

.h-title{
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}

.h-title:after{
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  position: absolute;
  background: #0071be;
  left: 0;
  right: auto;
  bottom: 0;
}
[dir="rtl"] .h-title {
    text-align: right;
}
[dir="rtl"] .h-title:after {
    left: auto;
    right: 0;
}

.vertical-sec .sep-txt {
    display: inline-block;
    border: 1px #d1d1d1 solid;
    padding: 10px;
    border-radius: 50%;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    line-height: 25px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media (min-width: 767px) {
    .vertical-sec {
        position: relative;
    }

    .vertical-sec hr {
        border: none;
        border-left: 1px solid #d1d1d1;
        width: 1px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .vertical-sec.sm,
    .vertical-sec.sm hr {
        height: 220px;
    }

    .vertical-sec.md,
    .vertical-sec.md hr {
        height: 310px;
    }
    
}
@media (max-width: 767px) {
    .uaepass-login img {
        width: 100%!important;
        max-width: 350px;
        margin: 0 auto;
    }
}

.profile-btns .btn {
    display: inline-block;
    border-radius: 3px;
    width: 150px;
    height: 100px;
    padding-top: 65px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-color: #919191;
    color: #333333;
    opacity: 0.6;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

        .profile-btns .btn:hover {
            background-color: #f3f3f3;
            opacity: 1;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

    .btn-cm-link {
        background: #f3f3f3 url("../images/profile-link.jpg") no-repeat 50% 20% / contain;
        background-size: 90%;
    }

    .btn-cm-sync {
        background: #f3f3f3 url("../images/profile-sync.jpg") no-repeat 50% 20% / contain;
        background-size: 90%;
    }

    .login-info-sec {
        background: #f1f1f1;
    }

        .login-info-sec P {
            font-size: 14PX;
            padding: 0;
            margin-bottom: 5px;
        }

    .my-poboxes {
        border-radius: 3px;
    }

    .section-title {
        color: #0c66a4;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 0;
        border-bottom: 1px #d1d1d1 dotted;
    }

    [dir="rtl"] .section-title {
        text-align: right;
    }

    .l-customer-name {
        font-size: 16px;
        font-weight: 300;
        color: #333333;
        margin-bottom: 0;
    }

        .l-customer-name strong {
            font-weight: 700;
        }

    .l-pobox-details {
        color: #333333;
        font-size: 13px;
        font-weight: 300;
    }

        .l-pobox-details strong {
            font-weight: 700
        }
    /* Form Elements Ends*/

    /* Custom Buttons Starts*/
    .btn-blue {
        color: #ffffff;
        background-color: #0071be;
        padding: 6px 20px;
        font-weight: 300;
        border-radius: 2px !important;
    }

        .btn-blue:hover {
            background-color: #01416b;
        }

    .btn-yellow {
        color: #ffffff !important;
        background-color: #d8ac4e;
        padding: 6px 20px;
        font-weight: 300;
    }

        .btn-yellow:hover {
            background-color: #a77b1c;
        }

    .btn-grey {
        color: #ffffff !important;
        background-color: #b1b1b1;
        padding: 6px 20px;
        font-weight: 300;
    }

        .btn-grey:hover {
            background-color: #505050;
        }
    /* Custom Buttons Ends*/



    /* Custom overflow scroll starts*/
    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: rgba(146,146,146,0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(146,146,146,0.4);
        }
    /* Custom overflow scroll ends*/

    /* Bootstrap override */
    .btn {
        border-radius: 1px;
        -webkit-border-radius: 1px;
        font-size: 14px;
    }

    .row.no-gutter [class*='col-']:not(:first-child) {
        padding-left: 0px;
    }

    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0px;
    }

    .row.small-gutter [class*='col-']:not(:first-child) {
        padding-left: 5px;
    }

    .row.small-gutter [class*='col-']:not(:last-child) {
        padding-right: 5px;
    }

    .dir-right {
        text-align: right;
    }

    .dir-left {
        text-align: left;
    }

    [dir="rtl"] .dir-right {
        text-align: left;
    }

    [dir="rtl"] .dir-left {
        text-align: right;
    }

    .breadcrumb {
        background: #e5f0f7;
        border: none;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        border-radius: 2px;
    }

    .b-seperator {
        padding: 0 5px;
        color: #0c66a4;
        font-size: 16px;
    }

    .form-group .form-control:disabled {
        cursor: not-allowed;
    }

    .form-group .form-control.ng-invalid.ng-touched {
        color: #8a2121;
        border-color: #d19595;
        background-color: #f9efef;
    }

    [dir='rtl'] .form-group {
        text-align: right;
    }

    .password-strength {
        border-radius: 2px;
        display: block;
        margin-top: -10px;
        font-size: 12px;
        color: rgb(255, 255, 255);
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 2px 8px;
        margin-top: 6px;
    }

    .password-confirm {
        background: url('../Images/success.png') no-repeat 96% 50%;
        background-color: #d5ebf5;
    }

    [dir='rtl'] .password-confirm {
        background: url('../Images/success.png') no-repeat 4% 50%;
        background-color: #d5ebf5;
    }

    .password-not-confirm.ng-touched {
        background-color: #f9efef;
        border-color: #a94442 !important;
    }


    .error-msg {
        border: 1px #f2b1b1 solid;
        background-color: #f9efef;
        color: #a94442;
        padding: 5px 10px;
        display: none;
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
        border-radius: 3px;
    }

    .ng-invalid.ng-touched + .error-msg,
    form.ng-submitted .ng-invalid + .error-msg {
        display: block;
    }

    .ng-invalid.ng-touched,
    form.ng-submitted .ng-invalid {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        background-color: #f9efef;
        color: #a94442 !important;
    }

    .navbar-nav,
    .navbar-nav li {
        display: inline-block !important;
    }

    @media (max-width: 767px) {
        .navbar-nav {
            display: none !important;
        }
    }

    .topBar .container {
        background: none;
    }

    .login-section {
        min-height: 60vh;
    }

    .uaepass-theme {
        background: url('../Images/uae-pass-white-bg.png') no-repeat 50% 5%;
        background-size: 40%;
        font-size: 14px;
        min-height: 250px;
    }

    .welcome-txt {
        font-size: 22px;
        font-weight: 300;
    }
    /*growl style override*/
    /*[dir='rtl'] .growl-container > .alert-error.icon {
    direction: rtl !important;
    text-align: right !important;
    background-position-x: 95% !important;
}
[dir='ltr'] .growl-container > .growl-item {
    padding-right: 15px !important;
    padding-left: 52px !important;
}
[dir='rtl'] .growl-container > .growl-item {
    padding-left: 15px !important;
    padding-right: 52px !important;
}
[dir='rtl'] .growl-item .close {
    float: left !important;
}*/
    .dir-right {
        text-align: right !important;
    }

    .dir-left {
        text-align: left !important;
    }

    [dir="rtl"] .dir-right {
        text-align: left !important;
    }

    [dir="rtl"] .dir-left {
        text-align: right !important;
    }

    [dir="rtl"] .custom-control-label {
        padding-right: 30px;
        text-align: right;
        float: right;
    }

    .custom-control-label::before
    .custom-control-label::after {
        left: 0;
        right: auto;
    }

    [dir="rtl"] .custom-control-label::before,
    [dir="rtl"] .custom-control-label::after {
        left: auto;
        right: 0;
    }

    #footer1 .socialLinks a img {
        height: 20px;
    }

    [class*=" mif-"], [class^=mif-] {
        display: inline-block;
        font: normal normal normal 1.5em/1;
        font-family: metro,"Segoe UI","Open Sans",serif;
        line-height: 1;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        vertical-align: middle;
        position: static;
    }

    .mif-home:before {
        content: "\e900";
    }

    ul.d-menu {
        width: 205px;
        top: 40px;
        position: absolute;
        background: #fff;
        border: 1px #d1d1d1 solid;
        padding: 0;
        z-index: 99999999;
    }

    ul.d-menu li {
        display: block !important;
    }
    
    ul.d-menu li a {
        padding: 10px 20px;
        display: block;
        color: #505050;
    }
    
    ul.d-menu li a:hover {
        cursor: pointer;
        background: #0071be;
        color: #fff;
        text-decoration: none;
    }
