

body {
    color: #403f68;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}
a {
    color: #403f68;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
a:focus, a:hover, a:active {
    color: #6260b7;
    text-decoration:none;
}




/* typography */
.theme-font {
    color: #35323b;
}
.clearfix {clear:both;}
.note p {
    font-size: 1.5rem;
}

/* bootstrap exceptions */
.dropdown-menu li > a {
    font-family: "Open Sans", sans-serif !important;
    max-width: 300px;
}

.dropdown-menu li > a span {
    white-space: normal;
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}





/* header */
.page-header {
    border-bottom: 1px solid #cfced7;
    padding-bottom: 5px;
    height: auto;
    min-height: 110px;
}

.page-breadcrumb {
    display: none;
}

.header-pattern {background:url(../../common/images/header_pattern.png) top center repeat-x;height:52px;}

@media (max-width: 768px) {
    .page-header .page-header-menu .hor-menu {
        float: none !important
    }

    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        color: #403f68 !important;
    }

    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a {
        color: #fff !important;
    }
}


.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
    color: #7f739c;
    background: none;
}
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
    color: #403f68;
    background: none;
}
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
    color: #403f68;
    background: none;
}
.page-header .page-header-menu .navbar-nav a {
    color: #947eab;
}
.header-login, .header-lang {
    margin-top: 9px;
    display: inline-block;
}
.page-header .page-header-top .page-logo {height:auto;}
.page-header .page-header-top .page-logo .logo-default {
    float:none;
}

.page-header .page-header-top .page-logo a {
    float:right;
}
/* svg logo update */
    .page-header .page-header-top .page-logo a img, .page-header-menu-mobile-subheader .page-logo a img {
        width: 195px;
    }

@media (max-width: 768px) {
    .page-header .page-header-top .page-logo {
        width: 100%;
        text-align: center;
        padding:0;
        margin:0;
    }
    .page-header .page-header-top .page-logo a {
        float:none;
    }
    .page-header .page-header-top .logo-default {
        max-width: 295px !important;
        margin: 28px 40px !important;
    }
    .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a {
        background: #80809e !important;
    }

    .header-login, .header-lang {
        margin-top: 10px;
        display: block;
        max-width: 300px;
        margin: 15px auto;
        width: 100%;
    }

    .header-login a, .header-lang a {
        display: block;
    }
    .page-header {
        padding-bottom:5px;
        margin-bottom:0px;
    }
}


@media (min-width:769px) {
    .page-header .page-header-top .logo-default {
        max-width: 195px !important;
    }
    .page-header .page-header-top {
        height: auto;
    }

        .page-header .page-header-top .page-logo {
            position: absolute;
            z-index: 1;
        }
    .page-header .page-header-menu {
        margin-top: 125px;
    }
    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        padding: 16px 14px 15px 14px;
    }
}
@media (min-width:769px) {
    .page-header .page-header-top .logo-default {
        max-width: none !important;
    }
    .page-header .page-header-menu {
        margin-top: 75px;
    }

    .page-header .page-header-top {
        height: auto;
    }

    .page-header .page-header-top .page-logo {
        position: absolute;
        z-index:1;
    }
    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        padding: 16px 18px 15px 18px;
    }
}

/* mobile menu */
.page-header-menu-mobile {
    display: none;
}

@media (max-width: 768px) {
    .menu-toggler {
        position: relative;
        z-index: 10002;
    }

    .page-header-menu-mobile {
        display: block;
        position: fixed;
        z-index: 10001;
        right: -768px;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #f7f7fd;
        text-align: center;
        -webkit-transition: all 0.60s ease-in-out;
        -moz-transition: all 0.60s ease-in-out;
        -ms-transition: all 0.60s ease-in-out;
        -o-transition: all 0.60s ease-in-out;
        opacity: 0;
    }

        .page-header-menu-mobile.page-header-menu-opened {
            right: 0;
            opacity: 1;
        }

        .page-header-menu-mobile .hor-menu {
            float: none !important;
        }

        .page-header-menu-mobile h2 {
            border: 0 none;
            text-align: center;
            font-size: 2rem;
            margin: 30px 0 20px;
        }

        .page-header-menu-mobile .navbar-nav {
            margin: 10px 0 20px;
            float: none;
        }

            .page-header-menu-mobile .navbar-nav li {
                border-bottom: 1px solid #ccc;
                padding: 5px 0;
                float: none;
            }

                .page-header-menu-mobile .navbar-nav li:first-child {
                    border-top: 1px solid #ccc;
                }

    .page-header-menu-mobile-subheader {
        background: #fff;
        margin: 0 -20px;
        height: 115px;
    }

        .page-header-menu-mobile-subheader .page-logo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
            background: #fff;
        }

        .page-header-menu-mobile-subheader .logo-default {
            max-width: 295px !important;
            margin: 28px 40px;
        }
}
@media (max-width: 426px) {
    .page-header .page-header-top .logo-default {
        max-width: 230px !important;
        margin: 28px 30px !important;
    }
    .page-header-menu-mobile-subheader .logo-default {
        max-width: 230px !important;
        margin: 28px 30px;
    }
    .page-header .page-header-top .menu-toggler {
        right: -5px;
        top:8px;
    }
}












/* page-container */
.page-container .container {
    margin-top: 10px;
    margin-bottom: 30px;
    /*border-radius: 30px;
        box-shadow: rgba(0,0,0,0.2) 0px 0px 30px*/
}

        .page-container .container .container {
            box-shadow:none;
            border-radius:0;
            margin:0;
            width:auto;
        }

.page-content-inner {
    /*border-top: 8px solid #f9f9f9;*/
}

.page-content{
    min-height:500px;
}

.page-head .page-title, .page-head, .page-content {
    background: none;
}

    .page-head .page-title h1 i {
        background: #403f68;
        color: #fff;
        border-radius: 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 25px;
        font-size: 1.8rem;
        margin-left: 10px;
        margin-bottom: 25px;
        float: right;
        display:none;
    }

        .page-head .page-title h1 span{
            padding:10px 20px;
            display:block;
        }

    .page-head .page-title h1 {
        color: #403f68;
        font-size: 2.4rem;
        line-height: 28px;
        font-weight: bold;
        border-right: 10px solid #403f68;
    }

        .page-head .page-title {
            color: #403f68;
        }


@media (max-width: 426px) {
    .page-head .page-title h1 i {
        padding: 15px;
        font-size: 1.5rem;
    }

    .page-head .page-title h1 {
        font-size: 2.4rem;
        padding-right: 10px;
        line-height: 3.4rem;
    }
    .page-head .page-title h1 span {
        padding: 10px 0;
        display: block;
    }
}
@media (max-width: 991px) {
    .page-content {
        padding:0 0 30px;
    }
}

    /* footer */
.pre-footer {
    background: #e7e6f6 url(../../common/images/footer_pattern_light.png) top center repeat-x;
    padding: 80px 30px 30px;
}

        .pre-footer h4 {
            color: #333;
            font-weight: bold;
        }

        .pre-footer ul li {
            padding: 5px 0;
        }

.page-footer {
    background: #b9bacf;
    text-align: center;
    color: #333;
    font-size: 1.7rem;
    /*background: #e6e6f5 url(../../common/images/footer_pattern_light.png) top repeat-x;
    text-align: center;
    color: #333;
    padding: 80px 0 30px;*/
}
.footer-logo {
    text-align:center;
}
.footer-logo img {
    max-width: 100%;
    width: 150px;
}
.footer-toggle {
    display:none;
}
.scroll-to-top {display:none;}
@media (max-width: 768px) {
    .pre-footer h4 {
        border-bottom:1px solid #666;
        padding:10px 0;
    }
        .footer-toggle {
        float: left;
        display:block;
    }
    .pre-footer .list-unstyled {
        display:none;
    }
    }



/* forms and wizard */
.btn {
    border-radius: 30px;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 1.6rem;
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
    border: 0px solid;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
    .btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
        box-shadow: rgba(64,63,104,0.5) 5px 5px 17px;
    }
.btn-narrow {
    padding: 10px 14px;
}
.btn-blue-line {
    border: 2px solid #403f68;
    background:#fff;
    padding: 8px 40px;
}
.btn-green-line {
    border: 2px solid #11998e;
    background: #fff;
    padding: 8px 40px;
    color: #11998e;
}


.page-header .btn {
    padding: 5px 40px;
}
.page-header .btn-narrow {
    padding: 5px 14px;
}
.page-header .btn-blue-line {
    padding: 3px 40px;
}
.page-header .btn-green-line {
    padding: 3px 40px;
}

.btn-blue-solid {
    background: #403f68;
    color: #fff;
}

    .btn-blue-solid.focus, .btn-blue-solid:focus, .btn-blue-solid:hover {
        background: #56558c;
        color: #fff;
    }

.btn-blue-line.focus, .btn-blue-line:focus, .btn-blue-line:hover {
    border: 2px solid #56558c;
    background: #56558c;
    color: #fff;
}
.btn-green-line.focus, .btn-green-line:focus, .btn-green-line:hover {
    border: 2px solid #11998e;
    background: #11998e;
    color: #fff;
}

.green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active, .green.btn:active:hover, .green.btn.active:hover {
    color: #FFFFFF;
    background-color: #56558c;
}
.login-form .btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.form-control, select, textarea {
    border-radius: 20px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
select, .form-control {
    height: 41px;
}
textarea {
    outline:none;
    padding:10px;
}
    .form-control:focus {
        box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
        border-color: #403f68;
    }
select {
    min-width: 100px;
    padding-right: 6px;
    border: 1px solid #c0c0c0;
}
    @media (max-width: 991px) {
        .form-control, .input-group {
        margin-bottom: 10px;
    }
}
input.form-control.error, .form-control.error .select2-container {
    border-color: #efb2b2;
}
    .input-group .input-group-addon {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    @media (max-width: 991px) {
        .form-wizard .steps > li > a.step > .number {
            margin: 5px auto;
            display: block;
        }
    }
    /* capcha */
    .input-group-capcha {
        width: 100%;
    }

        .input-group-capcha .form-control {
            width: 50%;
        }

        .input-group-capcha .image-capcha {
            width: 50%;
            max-height: 41px;
            border: 1px solid #c0c0c0;
        }

        .input-group-capcha .input-group-addon {
            width: 20%;
        }

   

/* select 2 new version */
.select2-container {
    z-index: 1000;
    width: 100% !important;
}

.select2-container--open {
    z-index: 100000;
}
    .select2-container .select2-selection, .form-control.select2-container {
    border-radius: 20px;
}
.select2-container .select2-selection {
    height:40px;
}
.select2-selection__rendered {
    padding: 5px 24px 5px 32px !important;
}
.select2-selection__arrow {
    height: 37px !important;
    width: 30px !important;
}
[role="tooltip"] {
    z-index: 100001;
}
/*.select2-container--open .select2-dropdown {
    left: 1px;
}*/
/* panel */
.panel-blue {
    border-color: #403f68;
}

    .panel-blue > .panel-heading {
        color: #31708f;
        background-color: #e2d9d0;
        border-color: #403f68;
    }

        .panel-blue > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #403f68;
        }

    .panel-blue > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #403f68;
    }

.panel-group .panel.panel-rounded {
    border-radius: 20px;
}
    .panel-group .panel.panel-rounded .panel-heading {
        border-radius: 20px 20px 0 0;
    }

/* wizard */
.form-wizard .steps > li > a.step > .number {
    background: #e2d9d0;
    color: #5b5a7d;
}
.form-wizard .steps > li.active > a.step .number {
    border: 2px solid #5b5a7d;
}
.form-wizard .steps > li > a.step > .desc {
    display: block;
    padding: 5px;
    max-width: 200px;
    margin: 5px auto;
    white-space: normal;

}
.form-wizard .steps > li.active > a.step .desc {
    color: #403f68;
    border: 1px solid #e2d9d0;
    border-radius: 20px;
}


/* tabs */
.nav-tabs {
    border-bottom: 2px solid #ede8e3;
    padding-bottom: 15px;
    margin-top:15px;
}

    .nav-tabs a {
        border: 1px solid #ededef;
        padding: 6px 20px;
        border-radius: 20px;
        font-weight: bold;
        /*box-shadow: rgba(64,63,104,0.4) 5px 5px 15px;*/
        margin: 10px 20px;
        background: #ededef;
        color: #a2a2aa;
        font-size: 1.8rem;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .nav-tabs .active:before {
        content: "";
        position: absolute;
        bottom: -16px;
        right: 35%;
        border-width: 0px 15px 15px;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 1;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .nav-tabs .active:after {
        content: "";
        position: absolute;
        bottom: -14px;
        right: 35%;
        border-width: 0px 15px 15px;
        border-style: solid;
        border-color: #ede8e3 transparent;
        display: block;
        width: 0;
        z-index: 0;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .nav-tabs li:hover a, .nav-tabs .active a {
        border: 1px solid #d1c5df;
        color: #49486f;
    }

    .nav-tabs .active i {
        color: #6470aa;
    }
    .nav-tabs > li > a {
        margin: 10px;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 1.8rem;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-bottom: 1px solid #d1c5df;
        box-shadow: rgba(64,63,104,0.4) 5px 5px 20px;
    }


/* draggable */
.draggable {
    width: 9999999px;
    white-space: nowrap; /* all on same line */
    font-size: 0; /* fix inline block spacing */
}

    .draggable.nav > li > a {
        font-size: 1.8rem; /* give font size to links */
    }

.draggable-container {
    padding: 10px 0px;
    /* no selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .draggable-container::-webkit-scrollbar {
        display: none;
    }
.draggable-container.home-tabs-parents {
    padding:30px 0 0;
}

@media (min-width: 1024px) {
    .draggable {
        width:100% !important;
    }
}
@media (max-width: 1025px) {
    .nav-justified > li {
        float: right !important;
        display: inline-block !important;
        width: 150px !important;
    }
}

/* home FAQ */
.home-faq {
    margin-bottom: 120px;
}

.home-faq-questions a {
    display: block;
    border-bottom: 1px solid #e2e2f2;
    padding: 10px;
    font-size: 1.8rem;
    margin-top: 20px;
}

    .home-faq-questions a span {
        display: inline-block;
        width: 82%;
    }

    .home-faq-questions a:hover, .home-faq-questions a.active {
        text-decoration: none;
        background: #ededef;
        color: #333;
    }

.home-faq-questions p {
    display: none;
    padding: 10px 10px 20px;
    background: #ededef;
}



.home-faq-questions i {
    float: left;
    margin: 10px;
    font-size: 2rem;
}

/* login-menu */
.login-menu {
    width: 380px;
    border-radius: 20px;
}
.dropdown > .login-menu:before {
    left:20px;
    right:auto;
}
.dropdown > .login-menu:after {
    left: 22px;
    right:auto;
}
.dropdown-menu.login-menu {
    left: 0;
    right: auto;
}
.dropdown > .login-menu:before {
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,0.001);
    margin-top: -5px;
    border: 0 none;
}





.login-menu li {
    width:50%;
    float:right;
}
    .login-menu li a {
        border: 1px solid #403f68;
        border-radius: 20px;
        padding: 10px;
        margin:15px;
        text-align: center;
        color: #403f68;
        min-width:120px;
    }

        .login-menu li a:hover {
            background: #f2f2ff;
            color: #827ed2;
        }

    .login-menu li a span {
        display: block;
        height:40px;
    }
        .login-menu li a i {
            background-image:url(../../common/images/icons_switch.png);
            background-repeat:no-repeat;
            width:100px;
            height:100px;
            display:block;
            margin:0 auto;
            font:0/0 a;
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
        }
        .login-menu li.login-orgs a i {
            background-position: top right;
            
        }
        .login-menu li.login-users a i {
            background-position: bottom right;
        }
        .login-menu li.login-orgs a:hover i {
            background-position: top left;
        }

        .login-menu li.login-users a:hover i {
            background-position: bottom left;
        }
@media (max-width: 426px) {
    .login-menu {
        width: auto;
    }

        .login-menu li a {
            min-width: 0;
        }

            .login-menu li a i {
                zoom:0.7
            }
            .login-menu li a span {
                height: auto;
            }
    .login-indiv fieldset {
        height: auto !important;
    }
}

/* portlets */
.portlet.box{
    border-radius:20px;
}
.portlet.box > .portlet-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 20px;
}
    .portlet.box > .portlet-body, .portlet .form .form-actions {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 10px 20px;
    }
.portlet.box .form-body {
    padding:20px;
}
    .portlet.box .form-body .form-actions {
        margin:20px -20px -20px;
    }

    .portlet.box.mofa-green > .portlet-title {
        background-color: #e5e5ee;
    }
    .portlet.box.mofa-green {
        border: 1px solid #e5e5ee;
        background-color: #e5e5ee;
    }
        .portlet.box.mofa-green > .portlet-title > .caption {
            color: #403f68;
        }

/* login-tabs */
.login-tabs {
    background: #faf9fe;
    margin-bottom: 50px;
    padding: 10px 10px 0;
}
    .login-tabs .nav-tabs li:after {
        display:none;
        border-right: 2px solid #ccc;
        width: 1px;
        height: 30px;
        padding-top: 20px;
        margin-top: 33px;
        content: "";
        position: absolute;
    }
    .login-tabs .nav-tabs li.active:after, .login-tabs .nav-tabs li:first-child:after, .login-tabs .nav-tabs li:last-child:after {
        display: none;
    }
.login-tabs .nav-tabs {
    border: 0 none;
    padding-bottom: 0;
    margin: 0;
}
    .login-tabs .draggable-container {
        padding-bottom:0
    }
        .login-tabs .nav-tabs li a {
        float: right;
        background: none;
        border-radius: 30px 30px 0 0;
        box-shadow: 0 0;
        border: 0 none !important;
        padding: 10px 25px 15px;
        white-space: nowrap;
        color: #9393c4;
        line-height: 54px;
        font-size: 2.0rem;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        margin-bottom:0;
    }

    .login-tabs .nav-tabs li:hover a, .login-tabs .nav-tabs .active a, .login-tabs .nav-tabs > li.active > a:focus, .login-tabs .nav-tabs > li.active > a:hover {
        float: right;
        background: #fff;
        border-radius: 30px 30px 0 0;
        box-shadow: rgba(125,138,255,0.15) 0px 0px 20px;
        border: 0 none;
        padding: 10px 25px 15px;
        color: #403f68;
    }

    .login-tabs .nav-tabs .active:before, .login-tabs .nav-tabs .active:after {
        display: none;
    }

    
/* login-andiv*/
.login-indiv .btn {
    margin:30px 0;
}
.login-indiv h3 {
    background: #e7e6f6;
    border-radius: 20px;
    color: #56558c;
    width: 80%;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    font-weight: bold;
}
.login-indiv fieldset {
    padding:20px;
    border:1px solid #ccc;
    border-radius:20px;
    min-height:500px;
}

    .login-indiv fieldset legend {
        color: #56558c;
        border:0 none;
        width:auto;
        padding: 5px 10px;
    }
.login-indiv-nafaz {
    text-align:center;
    padding:25px 10px;
}
    .login-indiv-nafaz h4 {
        color: #11998e;
        margin:20px 0;
        font-size:2.4rem;
    }
    .login-indiv-nafaz img {
        max-width:180px;
        margin:10px 0 30px;
    }
.login-indiv-account .form-actions{
    text-align:center;
}

/* page-user-login */
.nav-logged {
    background: #e5e5ee;
    margin: 0;
    margin-bottom: 10px;
}
    .nav-logged a {
        color: #403f68;
    }

        .nav-logged a i {
            display: none;
        }
    .nav-logged > li > a:focus, .nav-logged > li > a:hover {
        background: #666586;
        background:rgba(255,255,255,0.4);
        border-radius: 0;
    }
.page-user-login {
    background: #eeeeee;
    padding: 10px 20px;
    margin-bottom: 20px;
}

/* logged-menu */

.header-logged {
    vertical-align: middle;
    margin-top: 0;
    padding: 0 10px;
    min-height: 45px;
}
.logged-img {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    border: 1px solid #555479;
    margin-top: 5px;
}
.logged-img img {
    width:100%;
}
.logged-name {
    float: right;
    width: auto;
    font-size: 1.4rem;
    padding: 0 0 0 10px;
    vertical-align: middle;
    margin-top: 3px;
}
.logged-name span {
    display: block;
    color:#6a6a78;
    text-align:left;
}
.header-logged .arrow {
    vertical-align: middle;
    float: right;
    margin: 15px 10px;
    font-size: 2rem;
    border: 1px solid #6a6a78;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display:block;
    width:8px;
    height:8px;
    
}
.logged-menu {
    left:0;
    right:auto;
}
    .logged-menu:before {
        left: 19px !important;
        right: auto !important;
    }
    .logged-menu:after {
        left: 20px !important;
        right: auto !important;
    }
a.no-link {
    cursor:default;
}


@media (max-width: 990px) {
    .btn-logged-menu{
        text-align:center;
        margin:20px 0 40px;
    }
    .logged-name, .logged-img, .header-logged .arrow {
        float: none !important;
        display: inline-block;
        vertical-align:middle;
    }

    .logged-menu:before {
        left: 50% !important;
        right: auto !important;
    }

    .logged-menu:after {
        left: 50% !important;
        right: auto !important;
    }
}


/* jtable-main-container */
div.jtable-main-container {
    font-size: 1.4rem;
    max-width:100%;
    margin-top:5px;
}
@media (max-width: 768px) {
    div.jtable-main-container {
        overflow-x: auto;
    }
}
    .jtable-main-container select {
    border-radius: 0;
    height: 26px;
}
.styled th {
    background: #e5e5ee;
    color: #4e4e58;
}

.jtable-main-container td a {
    display: inline-block;
    border-bottom: 1px dotted;
}
.link-line a {
    display: inline-block;
    border-bottom: 1px dotted;
}

/* date picker */
.calendars-ctrl {
    left: 0;
    right:auto;
}
.calendars-cmd-clear {
    margin: -5px;
}


/* cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #333;
    background: #b9bacf;
}

    .cookiealert.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealert a {
        text-decoration: underline
    }

    .cookiealert .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline;
    }



/* modal 
@media (max-width: 991px) {
    

    .modal .modal-dialog {
        width: auto !important;
    }
}*/
.modal .modal-backdrop {
        position: fixed;
        height: 100% !important;
    }


/* .scroll-to-top */
.scroll-to-top {
    bottom: 18px;
}



/* dropdown hover */
@media only screen and (min-width: 769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
        width: 100%;
        height: 20px;
        background: rgba(255,255,255,0.001);
        margin-top: -5px;
        border: 0 none;
    }
}


/* color adjustments */
.note.note-info.note-bordered, .alert-info {
    background-color: #f7f7ff;
    border-color: #afaecb;
    color: #403f68;
}

.blue.btn {
    background-color: #403f68;
}
.btn.btn-default {
    color: #7b7c81;
    background-color: #fff;
    border-color: #d9d9d9;
}
.hasCalendarPicker.form-control[disabled], .hasCalendarPicker.form-control[readonly] {
    background-color: #fff;
}

/* fixes */
div#dvReportDetails {
    margin-top: 44px;
}

/* new layout June 2022 */
.page-container {
    background: url(../../common/images/header_pattern.png) top center repeat-x;
    padding-top: 72px;
}
.logo-name {
    display:inline-block;
    padding:10px 30px;
    border-right:5px solid #d5d7db;
    font-size:3rem;
    font-weight:bold;
    vertical-align:middle;
}
.v2home-services {
    padding-top:260px;
}
.v2home-services h1 {
    margin:10px 0 40px;
}
.v2home-service-cats {
    display: flex;
    padding:0;
    margin:0;
}
.v2home-service-cats li {
    list-style: none;
    width: 170px;
}
    .v2home-service-cats li a {
        background: #fff;
        display: block;
        border-radius: 20px;
        height: 100%;
        vertical-align: top;
        margin: 0 10px;
        text-align: center;
        font-size: 2rem;
        box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
        border:1px solid #fff;
    }
    .v2home-service-cats li a:hover {
        border:1px solid #4d5b9d;
    }
    .v2home-service-cats li a .service-icon {
        background:#e9e9f0;
        border-radius:50%;
        display:inline-block;
        padding:10px;
        margin:20px auto 20px;
    }
    .v2home-service-cats li a .service-icon i {
        zoom:100%;
    }
        .v2home-service-cats li a .service-subtitle {
            display: block;
            color: #8987b5;
            padding: 5px 10px 10px;
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
        }
        .v2home-service-cats li a:hover .service-subtitle {
            padding: 0px 10px 5px;
        }
        .v2home-service-cats li a .service-title {
            display: flex;
            background: #e8e7f9;
            padding: 10px 10px;
            color: #403f68;
            font-weight: bold;
            height: 35%;
            margin-bottom: 25px;
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
            align-content: center;
            justify-content: center;
            align-items: center;
        }
        .v2home-service-cats li a:hover .service-title {
            background: #d7d6ef;
            padding: 15px 10px;
        }
.v2home-form {
    background: #fefeff;
    border-radius: 20px;
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
    color: #403f68;
    padding: 20px 40px;
    margin-top: 110px;
    font-size:1.2rem;
}
    .v2home-form h3 {
        text-align: center;
        font-weight:bold;
    }
    .v2home-form h4 {
        text-align:center;
        padding:10px 0;
    }
    .v2home-form .SponserIdDesc {
        display: inline;
    }


@media (max-width: 990px) {
    .home-banner {
        height: auto !important;
        padding-bottom:30px;
    }
    .v2home-services {
        padding-top: 20px;
    }
    .v2home-service-cats {
        justify-content: center;
    }
    .v2home-form {
        margin-top: 40px;
    }
    .page-logo {zoom:70%;}
}
@media (max-width: 464px) {
    div .page-logo .logo-name {
        display: block;
        border: 0 none;
        padding: 10px !important;
        border-top: 2px solid #d5d7db;
    }
    div .page-logo img.logo-default, .page-header .page-header-top .logo-default {
        margin: 10px !important;
    }
}




