﻿body {
    background-image: url('/images/uat.png');
}

.container {
    margin: 0 auto;
    max-width: 960px;
    /*padding: 5px;*/
    position: relative;
}

@media (min-width: 768px) {
    .container > div:first-child {
        padding: 0px 0px 0px 10px;
    }
}

.nav.nav-pills {
    margin-top: 3px;
    margin-bottom: -3px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}



.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


.navbar .nav-pills li a {
    padding: 8px;
}

.dropdown.pull-right .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown.pull-right .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown.mainmenu .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown.mainmenu .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown.mainmenu .dropdown-menu {
    top: 40px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*display: none;*/
}

.intent {
    position: absolute;
    right: 0px;
    top: 33px;
    display: inline-block;
}

    .intent a {
        float: right;
        background-image: url('../../Images/twittersprite.png');
        display: block;
        width: 15px;
        height: 15px;
        margin-left: 7px;
        background-repeat: no-repeat;
    }

        .intent a.retweet {
            background-position: -80px 0px;
        }

        .intent a.reply {
            background-position: 0px 0px;
        }

        .intent a.favourite {
            background-position: -34px 0px;
        }

        .intent a.retweet:hover {
            background-position: -96px 0px;
        }

        .intent a.reply:hover {
            background-position: -16px 0px;
        }

        .intent a.favourite:hover {
            background-position: -50px 0px;
        }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar .nav-pills li a {
    padding: 8px;
}

.nav-sidebar {
    width: 100%;
    padding: 0px 0;
    border-right: 1px solid #ddd;
}

    .nav-sidebar a {
        color: #333;
        -webkit-transition: all 0.08s linear;
        -moz-transition: all 0.08s linear;
        -o-transition: all 0.08s linear;
        transition: all 0.08s linear;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .nav-sidebar .active a {
        cursor: default;
        background-color: #428bca;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
    }

        .nav-sidebar .active a:hover {
            background-color: #428bca;
        }

    .nav-sidebar .text-overflow a,
    .nav-sidebar .text-overflow .media-body {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }


.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}

.twitter a {
    color: rgb(79, 213, 248) !important;
}

.google-plus a {
    color: rgb(221, 75, 57) !important;
}

.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}

.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}

.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

.weAccountlist div {
    padding: 10px;
}

.alert-danger {
    /*padding-left: 80px;
    background-image: url('http://icons.iconarchive.com/icons/awicons/vista-artistic/48/delete-icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;*/
}

input:focus {
    outline: none;
}

.sort-asc:after {
    content: " ▲";
}

.sort-desc:after {
    content: " ▼";
}

.ta-scroll-window {
    margin-top: 5px;
}

.ta-editor {
    min-height: 150px;
}

h2 {
    color: #3e3e3e;
    font-weight: bold;
    font-size: 19pt;
}

.breadcrumb {
    margin-bottom: -5px;
}


.green {
    color: green;
}

.amber {
    color: orange;
}

.gray {
    color: rgb(200, 200, 200);
}

.chatStat {
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 55px;
}

    .chatStat span {
        color: #3276b1;
        font-size: 18pt;
    }

.searchResult {
    padding: 5px;
    border: 2px solid #fff;
}

    .searchResult:hover {
        cursor: pointer;
        background-color: rgb(245, 245, 245);
        border: 2px solid gray;
        border-radius: 10px;
    }

.blueCircle, .blueCircle:hover {
    font-size: 19px;
    background-color: #3276b1;
    border-color: #357ebd;
    border-radius: 20px;
    padding: 1px 9px 1px 9px;
    color: #fff;
    position: relative;
    top: -2px;
    left: 10px;
}


/** Login **/

.navbar-brand img {
    width: 250px;
}

.userlogin {
    margin-top: 7px;
    padding-left: 7px;
    /*border-left: 1px solid lightgray;*/
}

    .userlogin ul li ul.dropdown-menu {
        width: 230px;
        padding: 10px;
        margin-top: 7px;
    }

.loginimage {
    height: 50px;
    width: 50px;
}

@media (max-width: 767px) {
    .loginimage {
        height: 37px;
        width: 37px;
        margin-top: -3px;
        margin-right: 5px;
    }

    .navbar-brand img {
        width: 180px;
        margin-top: 3px;
    }

    .menulinks {
        position: fixed;
        top: 47px;
        left: 0px;
        z-index: 9999;
        width: 100%;
        background-color: #e8e8e8;
        border-bottom: 2px solid #c2c2c2;
        padding-top: 0px;
    }

        .menulinks li {
            float: none;
            border-bottom: 1px solid #fff;
        }

            .menulinks li a {
                font-size: 12pt;
                padding: 10px !important;
                display: block;
            }

    .menulinks {
        padding-top: 15px;
        margin-right: 10px;
    }

    .navbar {
        min-height: 45px;
    }
}

.newsItemHolder {
    clear: both;
    padding-top: 10px;
}

    .newsItemHolder > div:nth-child(2) {
        max-height: 19vw;
        padding: 0px;
        padding-right: 10px;
        overflow: hidden;
    }


    .newsItemHolder p {
        font-size: 2.8vw;
    }

.carousel-inner {
    height: auto;
    min-height: none;
    overflow: hidden;
}

@media (min-width: 768px) {

    .newsItemHolder {
        clear: none;
        margin-top: 0px;
    }

        .newsItemHolder > div:nth-child(2) {
            max-height: 147px;
            padding: 0px;
            overflow: hidden;
            font-size: 1em;
        }

        .newsItemHolder p {
            font-size: 1em;
            min-height: 160px;
        }

    .carousel-inner {
        height: 250px;
        overflow: hidden;
    }
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
        width: 190px;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 12px;
            font-style: italic;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #A8D1FF;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #4099FF;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #A8D1FF;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/

.mywe-register-input {
    background-color: #ededed;
    border: 2px solid #ccc;
    padding: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px;
}

    .mywe-register-input button {
        margin-top: 10px;
    }

    .mywe-register-input > i {
        color: #fff;
        position: absolute;
        right: 0px;
        top: -15px;
        font-size: 150pt;
        z-index: -1;
    }

.bs-wizard a {
    cursor: pointer;
}

.bs-wizard .progress .progress-bar {
    -webkit-transition: none;
}

.mywe-register-steps .alert-warning {
    min-height: 65px;
}

    .mywe-register-steps .alert-warning .btn {
        margin-left: 5px;
    }

.my-we-register-accounts img {
    width: 95px;
    height: 95px;
    margin-right: 5px;
    margin-bottom: 5px;
    opacity: 0.3;
    border: 3px solid #909090;
}

    .my-we-register-accounts img:hover, .my-we-register-accounts img.active {
        border: 3px solid #428bca;
        opacity: 1;
        cursor: pointer;
    }



.cookie-policy {
    position: fixed;
    bottom: 0px;
    background-color: #428bca;
    z-index: 99999;
    padding: 10px;
    padding-bottom: 20px;
    color: #fff;
    opacity: 1;
    text-align: justify;
    display: none;
}

    .cookie-policy h1 {
        margin-top: 0px;
    }

    .cookie-policy .btn {
        margin-left: 10px;
    }

.desktop-advert img {
    position: absolute;
    right: -180px;
    top: 95px;
    width: 175px;
    height: 650px;
}



.user-popup {
    width: 430px;
    height: 153px;
    border: 2px solid #1d1d1d;
    background-color: #4099FF;
    position: absolute;
    left: 100px;
    top: 100px;
    border-radius: 3px;
    z-index: 1;
    padding: 5px;
    padding-left: 155px;
    display:none;
}

    .user-popup img {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 139px;
        height: 139px;
    }

    .user-popup > span i {
        width: 20px;
    }

        .user-popup > span i.fa-flip-horizontal {
            margin-left: -3px;
            margin-right: 4px;
        }

    .user-popup > span, .user-popup > span a {
        font-size: 15pt;
        font-weight: bold;
        color: #fff;
    }



.arrow-up-left {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1d1d1d;
    display: none;
}

.arrow-up-right {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1d1d1d;
    display: none;
}
