﻿


/* My Edits*/

.bold-text{
    font-weight: 500 !important;
    font-size: 1.1em;
}

.bold-blue {
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    color: royalblue !important;
}

.grey-txt {
    font-weight: 300 !important;
    color: #7b7e8a;
}

.center-text {
    text-align: center;
}

.align-right {
    padding-right: 0px !important;
    text-align: right !important;
}

.align-left {
    padding-left: 0px !important;
    text-align: left !important;
}

.m-form .m-form__group {
    margin-bottom: 0;
    padding-top: 1px !important;
    padding-bottom: 3px !important;
}

.m-form-noborder {
    border-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.m-portlet-nopadding {
    padding-bottom: 0.0rem !important;
    margin-bottom: 0.0rem !important;
}

.btn.m-btn--pill {
    border-radius: 60px !important;
}

/*.m-login.m-login--6 .m-login__wrapper*/
.m-login__body .m-login__signin .m-login__form .m-form__group .form-control {
    border-radius: 40px !important;
    border: none;
    padding: 1.5rem 2.14rem;
    margin-top: 0.5rem;
    background-color: #ebedf2 ;/* #F7F7F9;*/
}
.m-login__body .m-login__signin .m-form__group .form-control {
    border-radius: 40px !important;
    border: none;
    padding: 1.5rem 1.14rem;
    margin-top: 0.5rem;
    background-color: #F7F7F9;
}

/*.m-login.m-login--6 .m-login__wrapper*/
.m-login__body .m-login__signin .m-login__action > a:first-child {
    margin-left: 2.14rem;
    margin-left: 0.54rem;
    margin-right: 2.54rem;
    color: #aba9b4;
}

/*.m-login.m-login--6 .m-login__wrapper*/
.m-login__body .m-login__signin .m-login__action > a .btn {
    padding: 1.0rem 2.43rem;
}

/*.m-login.m-login--6 .m-login__wrapper*/
.m-login__body .m-login__signin .m-login__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}

.m-login__body .m-login__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}
/*.m-login.m-login--6 .m-login__wrapper*/
.m-login__body .m-login__signin .m-login__form-divider:not(:first-child):not(:last-child) {
    font-weight: 500;
    color: #b5b2c3;
    font-size: 1.0rem;
}

/*.m-login.m-login--6 .m-login__wrapper*/
.m-login__body .m-login__signin .m-login__form-divider {
    margin: 1rem 0;
}


.m-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .home.m-divider > span:first-child {
        width: 100%;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #ff6a00;
        display: inline-block
    }

    .home.m-divider > span:last-child {
        width: 100%;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #ff6a00 /*#EBECF1*/;
        display: inline-block
    }

    .m-divider > span:not(:first-child):not(:last-child) {
        padding: 0 2rem
    }

.login_title {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: grey !important;
}


.m-header--fixed-mobile .m-topbar {
    margin-top: 0;
    top: 0px;
}

.m-stack.m-stack--general {
    display: table;
    table-layout: fixed;
}

@media (max-width: 1024px)  {

    .m-topbar-select {
        width: 100% !important;
        -webkit-transition: all 0.3s ease;
        /* transition: all 0.3s ease; */
        /* height: 50px !important; */
        margin-top: 0px !important;
        /*position: relative; */
        background-color: none !important;
        -webkit-box-shadow: none /*0px 3px 12px 0px rgba(0,0,0,0.1)*/;
        box-shadow: none/*0px 3px 12px 0px rgba(0,0,0,0.1)*/;
    }
    
}

.m-topbar-select {
    width: auto;
    height: 100%;
    float: right;
    padding: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.country-select {
    padding: 0px;
    border: 0px;
    border-radius: 50%;
    width: 30px;
}

.roundness {
    border-radius: 50% !important;
}

.circle {
    width: 100px; /*The width Must be equal to the height*/
    height: 100px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: red;
}

.circle2 {
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    background-color: orangered ;
}

.page {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    transform: none !important; /*translate3d(0, 0, 0);*/
}

.toolbar {
    left: 0;
    /*bottom: 10px !important;*/
}

/* Headers, content panels */
    .ui-bar, .ui-body {
    position: relative;
    padding: .4em 1em;
    overflow: hidden;
    display: block;
    clear: both;
}

    .ui-bar h1,
    .ui-bar h2,
    .ui-bar h3,
    .ui-bar h4,
    .ui-bar h5,
    .ui-bar h6 {
        margin: 0;
        padding: 0;
        font-size: 1em;
        display: inline-block;
    }

.ui-header,
.ui-footer {
    /*border-width: 1px 0;
    border-style: solid;*/
    position: relative;
}

    .ui-header:empty,
    .ui-footer:empty {
        min-height: 2.6875em;
    }

    .ui-header .ui-title,
    .ui-footer .ui-title {
        font-size: 1em;
        min-height: 1.1em;
        text-align: center;
        display: block;
        margin: 0 30%;
        padding: .7em 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        outline: 0 !important;
    }

    .ui-footer .ui-title {
        margin: 0 1em;
    }

.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    /*padding: 1em;*/
}

/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.ui-header-fixed {
    top: -1px;
    padding-top: 1px;
}

    .ui-header-fixed.ui-fixed-hidden {
        top: 0;
        padding-top: 0;
    }

    .ui-header-fixed .ui-btn-left,
    .ui-header-fixed .ui-btn-right {
        margin-top: 1px;
    }

    .ui-header-fixed.ui-fixed-hidden .ui-btn-left,
    .ui-header-fixed.ui-fixed-hidden .ui-btn-right {
        margin-top: 0;
    }

.ui-footer-fixed {
    bottom: -1px;
    padding-bottom: 1px;
}

    .ui-footer-fixed.ui-fixed-hidden {
        bottom: 0;
        padding-bottom: 0;
    }

.ui-header-fullscreen,
.ui-footer-fullscreen {
    filter: Alpha(Opacity=90);
    opacity: .9;
}
/* updatePagePadding() will update the padding to actual height of header and footer. */
.ui-page-header-fixed {
    padding-top: 2.8125em;
}

.ui-page-footer-fixed {
    padding-bottom: 2.8125em;
}

.ui-page-header-fullscreen > .ui-content,
.ui-page-footer-fullscreen > .ui-content {
    padding: 0;
}

.ui-fixed-hidden {
    position: absolute;
}
/* Tap toggle: hide external fixed footer. See issue #6604 */
.ui-footer-fixed.ui-fixed-hidden {
    display: none;
}

.ui-page .ui-footer-fixed.ui-fixed-hidden {
    display: block
}

.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn {
    z-index: 1002;
    /* default - z-index: 10;*/
}
/* workarounds for other widgets */
.ui-android-2x-fixed .ui-li-has-thumb {
    -webkit-transform: translate3d(0,0,0);
}

.ui-navbar {
    max-width: 100%;
}

    .ui-navbar ul:before,
    .ui-navbar ul:after {
        content: "";
        display: table;
    }

    .ui-navbar ul:after {
        clear: both;
    }

    .ui-navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        border: 0;
        max-width: 100%;
        overflow: visible;
    }

    .ui-navbar li .ui-btn {
        font-size: 12.5px;
        display: block;
        margin: 0;
        border-right-width: 0;
    }

.ui-header .ui-navbar li button.ui-btn,
.ui-footer .ui-navbar li button.ui-btn {
    margin: 0;
    width: 100%;
}

.ui-navbar .ui-btn:focus {
    z-index: 1;
}




