﻿/* Font  --------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
/* End Font ------------------ */

body {
    margin: 0;
}

html, body {
    font-family: 'Source Sans Pro',sans-serif,'Segoe UI';
    font-size: 14px;
    /*background-image: url("images/screen-xhdpi-portrait.jpg");
    background-size: 100% auto;*/
    background-color: #061024;
    background-repeat: no-repeat;
}

.bg-loging {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

/*.bg-loging img {
    height: 130%;
    left: -10%;
    position: relative;
    top: -5%;
    width: 130%;
}*/

.container {
    /*background-image: url("images/screen-xhdpi-portrait.jpg");*/
    /*background-position: 33% 15%;*/
    /*background-size: 100% auto;
    background-color:#030713;
    background-repeat: no-repeat;*/
    height: 100%;
    width: 100%;
    /*position: fixed;*/
    overflow-x: auto;
    border-top: 20px solid transparent;
}

.dtz-log-mid {
    /*background-image: url("images/dtz-logo-w.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;*/
    height: 64px;
    width: 100%;
    margin: 20% auto 30px;
    /*z-index: 999;
    position: absolute;
    top: 88px;*/
}

.top-text {
    height: 64px;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    display: table;
}

    .top-text .heading {
        color: rgba(255, 255, 255, 0.7);
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 44px;
        font-weight: 100;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }

    .top-text .heading-sub {
        color: rgba(255, 255, 255, 0.7);
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 34px;
        font-weight: 100;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }

    .top-text .info {
        color: rgba(255, 255, 255, 0.7);
        /*display: table-footer-group;*/
        display: table-row;
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }

.subInfo {
    color: rgba(255, 255, 255, 0.7);
    /*display: table-footer-group;*/
    display: table-row;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.domain-msgtext {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.content-panel {
    /*bottom: 0;
    left: 0;
    margin-bottom: 10px;
    overflow: auto;
    width: 100%;*/
    text-align: center;
}

.form-panel {
    margin: 10px 30px;
    font-size: 14px;
    /*height: 100%;*/
    position: relative;
}

    .form-panel input[type="text"], .form-panel input[type="tel"], .form-panel input[type="password"], .form-panel input[type="email"]  {
        width: 100%;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        box-shadow: none;
        padding: 12px 0;
    }

    .form-panel textarea {
        width: 100%;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        box-shadow: none;
        padding: 12px 0;
    }

    .form-panel select {
        background-color: #435a7a;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        box-shadow: none;
        /*color: rgba(255, 255, 255, 0.4);*/
        color: #FFF;
        font-size: 16px;
        height: 45px;
        line-height: 100px;
        margin-bottom: 20px;
        padding-bottom: 12px;
        padding-top: 12px;
        text-align: center;
        width: 100%;
    }

/*.form-panel select option{
    background-color:rgba(255, 255, 255, 1);
    color:rgba(0, 0, 0, 0.4);
    border:none;
}*/

.form-panel-provider {
    margin: 10px;
    font-size: 14px;
    /*height: 100%;*/
    position: relative;
    -webkit-padding-end: 20px;
}

.pad-inner {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 10px;
    /*float: left;*/
    overflow: hidden;
}

.pad-inner-provider {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    width: 100%;
}

/*.form-panel input[type="button"] {
    padding: 12px 15px;
    width: 100%;
    background-color: #2ca486;
    color: #FFF;
    font-size: 16px;
    border: none;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    border-radius: 10px;
}*/

.form-panel button {
    padding: 10px 15px;
    width: 100%;
    background-color: #2ca486;
    color: #FFF;
    font-size: 18px;
    border: none;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    border-radius: 10px;
}


.form-panel button:focus {
    background-color: #e79300;
}



.form-panel button#ButtonBack {
    padding: 10px 15px;
    width: 100%;
    background-color: #e74c3c;
    color: #FFF;
    font-size: 18px;
    border: none;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    border-radius: 10px;
    background-image: url("images/icon-arrow-right-w.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    height: 44px;
}

span.chk-box {
    background-image: url("images/chk-box.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    height: 26px;
    width: 26px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

span.chk-box-tick {
    background-image: url("images/chk-box-tick.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    height: 26px;
    width: 26px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.inner {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    padding: 10px;
}

.inner-disable {
    background-color: rgba(0, 0, 0, 0.5);
}

    .inner-disable input, .inner-disable label {
        opacity: 0.6;
    }

.head {
    background-color: rgba(0, 0, 0, 0.6);
}

.inner + .inner {
    margin-top: 2px;
}

.inner + .two-col {
    margin-top: 2px;
}

    .inner + .two-col + .inner {
        margin-top: 2px;
    }

.two-col {
    display: table;
    width: 100%;
}

    .two-col .inner {
        display: table-cell;
    }

.inner .heading {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    font-family: 'Source Sans Pro',sans-serif;
}

.inner .info {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    font-weight: 200;
    font-family: 'Source Sans Pro',sans-serif;
    display: table;
    margin-top: 10px;
}

.form-field {
    width: 100%;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-top: none;
    box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    position: relative;
}

    .form-field .field-label {
        font-size: 20px;
        font-weight: normal;
        color: #FFF;
        width: 100%;
    }

.form-panel .field-placeholder {
    font-size: 16px;
    font-weight: normal;
    color: rgba(255,255,255,0.7);
    width: 100%;
}

.form-field input, .form-field select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    margin: 0;
    outline: 0 none !important;
    padding: 0 0 3px;
    width: 95%;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Source Sans Pro',sans-serif;
}

.form-field select {
    margin-left: -5px;
    /*background-image:url(images/down-arrow.png);
    background-position:right;
    background-repeat:no-repeat;
    background-size:16px;*/
    height: 25px;
    width: 150%;
}

.select-box {
    background-image: url(images/down-arrow.png);
    background-position: 99% 10px;
    background-repeat: no-repeat;
    background-size: 16px;
}

.form-field select option {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.form-panel input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
    text-align: center;
}

.form-panel input::-moz-placeholder {
    color: rgba(255,255,255,0.5);
    text-align: center;
}
/* firefox 19+ */
.form-panel input:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
    text-align: center;
}
/* ie */
.form-panel input:-moz-placeholder {
    color: rgba(255,255,255,0.5);
    text-align: center;
}

span.required {
    height: 65px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 6px;
}

.red {
    background-color: rgba(182,66,66,0.7);
}

.green {
    background-color: rgba(157,199,85,0.7);
}

.providersList-inner {
    margin-top: 0.2%;
}

#IdentityProvidersList div {
    float: left;
    width: 33.2%;
    height: 100px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    margin-right: 0.2%;
}

    #IdentityProvidersList button:hover, #IdentityProvidersList div:focus {
        background-color: rgba(0, 0, 0, 0.7);
    }

#IdentityProvidersList {
    /*float:left;*/
}

    #IdentityProvidersList div:nth-child(3) {
        margin-right: 0px;
    }

    #IdentityProvidersList div:nth-child(4) {
        margin-bottom: 0px;
        margin-top: 0.3%;
    }

    #IdentityProvidersList div:nth-child(5) {
        margin-bottom: 0px;
        margin-top: 0.3%;
    }

@media screen and (device-aspect-ratio: 40/71) {
    .form-field select {
        margin-left: 0px;
    }

    .providersList-inner {
        margin-top: 0.4%;
    }

    #IdentityProvidersList div {
        /*margin-right: 0.4%;*/
    }

        #IdentityProvidersList div:nth-child(4) {
            margin-bottom: 0px;
            margin-top: 0.5%;
        }

        #IdentityProvidersList div:nth-child(5) {
            margin-bottom: 0px;
            margin-top: 0.5%;
        }
}

@media screen and (device-aspect-ratio: 40/71) and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    #IdentityProvidersList div {
        width: 33.14%;
    }
}

#IdentityProvidersList div[name="Facebook"] {
    background-image: url("images/fb.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}

#IdentityProvidersList div[name="Yahoo!"] {
    background-image: url("images/yahoo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}

#IdentityProvidersList div[name="Google"] {
    background-image: url("images/google.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}

#IdentityProvidersList div[name="Windows Live™ ID"] {
    background-image: url("images/win.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}

#IdentityProvidersList div[name="DTZ Identity Server"] {
    background-image: url("images/dtz.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}

/*-----------------*/

/*#IdentityProvidersList div[name="Facebook"]:hover, #IdentityProvidersList div[name="Facebook"]:focus, #IdentityProvidersList div[name="Facebook"]:active {
    background-image: url("images/fb-ovr.png");
}

#IdentityProvidersList div[name="Yahoo!"]:hover, #IdentityProvidersList div[name="Yahoo!"]:focus, #IdentityProvidersList div[name="Yahoo!"]:active {
    background-image: url("images/yahoo-ovr.png");
}

#IdentityProvidersList div[name="Google"]:hover, #IdentityProvidersList div[name="Google"]:focus, #IdentityProvidersList div[name="Google"]:active {
    background-image: url("images/google-ovr.png");
}

#IdentityProvidersList div[name="Windows Live™ ID"]:hover, #IdentityProvidersList div[name="Windows Live™ ID"]:focus, #IdentityProvidersList div[name="Windows Live™ ID"]:active {
    background-image: url("images/win-ovr.png");
}

#IdentityProvidersList div[name="DTZ Identity Server"]:hover, #IdentityProvidersList div[name="DTZ Identity Server"]:focus, #IdentityProvidersList div[name="DTZ Identity Server"]:active {
    background-image: url("images/dtz-ovr.png");
}*/


@media screen and (max-height:420px) {
    .dtz-log-mid {
        display: none;
    }
}

#SystemMainLoadingDiv {
    background-color: red;
    bottom: 0;
    color: white;
    font-size: 13px;
    left: 0;
    display: none;
    padding: 5px 5px 5px 24px;
    position: fixed;
    text-align: center;
    white-space: nowrap;
    width: 135px;
    z-index: 10000;
}

/*---------------------------------------Dropdown CSS Menu----------------------------------------------------------*/
.click-nav {
    margin: 0 auto 18px;
    width: 100%;
}

    .click-nav ul {
        font-weight: 900;
    }

        .click-nav ul li {
            position: relative;
            list-style: none;
            cursor: pointer;
        }

            .click-nav ul li ul {
                position: absolute;
                left: 0;
                right: 0;
            }

        .click-nav ul .clicker {
            background: #2284B5;
            color: #FFF;
        }

            .click-nav ul .clicker:hover,
            .click-nav ul .active {
                background: #196F9A;
            }

        .click-nav ul li a {
            transition: background-color 0.2s ease-in-out;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            display: block;
            padding: 0px;
            background-color: transparent;
            color: #333;
            text-decoration: none;
            color: rgba(0, 0, 0, 0.7);
            font-size: 16px;
        }

            .click-nav ul li a:hover {
                background-color: rgba(255, 255, 255, 1);
                color: rgba(0, 0, 0, 0.7);
            }
    /* Fallbacks */
    .click-nav .no-js ul {
        display: none;
    }

    .click-nav .no-js:hover ul {
        display: block;
    }

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
}

    ul#menu li, ul#menu ul.sub-menu li {
        list-style-type: none;
        display: inline-block;
    }
        /*Link Appearance*/
        ul#menu li, ul#menu li ul.sub-menu li {
            text-decoration: none;
            color: #fff;
            background-color: transparent;
            padding: 12px 0;
            display: inline-block;
        }
    /*Make the parent of sub-menu relative*/
    ul#menu li {
        position: relative;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 10px;
    }

        ul#menu li label {
            color: rgba(255, 255, 255, 0.7);
        }
        /*sub menu*/
        ul#menu li ul.sub-menu {
            background-color: rgba(255, 255, 255, 0.95);
            border-radius: 10px;
            display: none;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 45px;
            width: 100%;
        }

            ul#menu li ul.sub-menu li {
                width: 100%;
                border: none;
                border-radius: 0px;
                background-color: transparent;
                color: rgba(0, 0, 0, 0.7);
                border-bottom: 1px solid rgba(255, 255, 255, 1);
            }

                ul#menu li ul.sub-menu li:focus, ul#menu li ul.sub-menu li:hover {
                    background-color: rgba(255, 255, 255, 1);
                    color: rgba(0, 0, 0, 0.7);
                }

                ul#menu li ul.sub-menu li label {
                    color: rgba(0, 0, 0, 0.7);
                    font-size: 16px;
                    font-weight: 400;
                }

        ul#menu li:hover ul.sub-menu {
            display: block;
        }

.inner-box {
    background: rgb(58,58,58);
    background: rgba(30,30,30,1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    opacity: .4;
}



.loginButton {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
}

    .loginButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        background-color: #019ad2;
    }

    .loginButton:active {
        position: relative;
        top: 1px;
    }
