﻿* {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    /*background-image: url(images/Login/banner1.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.banner1 {
    background-image: url(images/Login/banner.jpg);
}

.banner2 {
    background-image: url(images/Login/banner2.jpg);
}

.banner3 {
    background-image: url(images/Login/banner3.jpg);
}

.banner4 {
    background-image: url(images/Login/banner4.jpg);
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: darkgray;
}

::-moz-placeholder { /* Firefox 19+ */
    color: darkgray;
}

:-ms-input-placeholder { /* IE 10+ */
    color: darkgray;
}

:-moz-placeholder { /* Firefox 18- */
    color: darkgray;
}


/*Header*/
.header {
    position: relative;
    text-align: center;
}
    /*Logo*/
    .header .logo {
		display: block;
		background-color: rgba(255, 255, 255, 0.95);
		padding: 15px 20px;
		position: absolute;
		top: 0;
		left: 30px;
    }
	
	.header .logo a{display: block;}
	
	.header .logo a img {
		width: 292px;
	}
	
/*Date and Time */
.dateAndLng {
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 20px;
    position: absolute;
    top: 0;
    right: 30px;
    color: #000000;
    font-size: 15px;
}

    .dateAndLng .language img {
        vertical-align: middle;
    }
/*Login Box*/
.login {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 25px;
    width: 335px;
}

    .login .form-control {
        margin-bottom: 20px;
        font-size: 17px;
        font-family: "Open Sans", sans-serif;
    }

        .login .form-control:last-child {
            margin: 0px;
            text-align: center;
        }

    .login input, .login select {
        border: 0;
        font-size: 17px;
        font-family: "Open Sans", sans-serif;
        background-color: transparent;
        width: 87%;
    }

        .login select::-ms-expand {
            display: none;
        }

    .login select {
    }

        .login input:focus, .login select:focus {
            outline: 0;
        }


    .login select {
        background-image: url(images/Login/icon-globe.png);
        background-repeat: no-repeat;
        background-position: left center;
        border-bottom: 1px solid silver !important;
        padding: 10px 10px 10px 35px;
        width: 100%;
    }

    .login input[type="button"], input#cmdLogIn {
        background-color: #ff0000;
        border: 0;
        width: 100%;
        padding: 10px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance:: none;
        appearance: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

        .login input[type="button"]:hover, input#cmdLogIn:hover {
            background-color: #de0202;
        }



    .login .form-control a {
        text-align: center;
        color: #0078ff;
        font-size: 17px;
        text-decoration: none;
        border-bottom: 1px solid #0078ff;
        width: 100%;
    }

        .login .form-control a:hover {
            color: #0060cc;
            border-bottom: 1px solid #0060cc;
            text-decoration: none;
        }

    .login .instruction {
        margin-bottom: 15px;
        font-size: 15px;
    }

.txtusername {
    background-image: url(images/Login/icon-user.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid silver !important;
    padding: 10px 10px 10px 35px;
}

.txtpassword {
    background-image: url(images/Login/icon-lock.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid silver !important;
    padding: 10px 10px 10px 35px;
}
/*Terms*/
.terms {
    position: absolute;
    bottom: 83px;
    width: 450px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    z-index: 999;
}

    .terms .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .terms p {
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .terms .close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 15px;
        cursor: pointer;
    }
	
/**/
.privacy-policy{
    position: absolute;
    top: 52%;
    right: 50%;
    transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    width: 92%;
    height: 65%;
}

.privacy-policy .title{margin-top:0px; font-size:22px;margin-bottom:10px;}
.privacy-policy .webview{height: 90%; overflow: auto;}

/*Footer*/
.footer {
    font-size: 13px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    padding: 40px 0px 10px 0px;
}

    .footer a {
        color: #ffffff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer table {
        width: 100%;
    }

        .footer table tbody tr td {
            background-image: none !important;
        }
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: -2px;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ccc;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
        }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:checked + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: -2px;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ff0000;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label::after,
        [type="checkbox"]:checked + label::after {
            content: '\2713\0020';
            position: absolute;
            top: 3px;
            left: 5px;
            font-size: 18px;
            line-height: 0.8;
            color: #ff0000;
            transition: all .2s;
            font-weight: bold;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:not(:checked) + label::after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:checked + label::after {
            opacity: 1;
            transform: scale(1);
        }
    /* accessibility */
    [type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before,
    [type="checkbox"]:checked:focus + label::before,
    [type="checkbox"]:not(:checked):focus + label::before {
        border: 2px solid #ff0000;
    }

/* hover style just for information */
label:hover:before,
label:hover::before {
    border: 2px solid #ff0000;
}

.error {
    margin-bottom: 10px;
}

    .error span {
        color: red;
        font-size: 13px;
    }

.loader div#UpdateProgress2, div#UpdateProgress1 {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 99999;
}

    .loader div#UpdateProgress2 img, div#UpdateProgress1 img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        height: 50px;
        width: 50px;
    }
/*Cost Center*/

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=40);
    opacity: 0.8;
}

.modal-popup {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    width: 350px;
    background-color: #ffffff;
}

    .modal-popup .modal-header {
        background-color: #ff0000;
        color: #ffffff;
        padding: 12px 15px;
        font-size: 16px;
    }

    .modal-popup .modal-body .list {
        height: 250px;
        overflow-y: auto;
    }

        .modal-popup .modal-body .list ul {
            padding: 0;
            margin: 0;
        }

            .modal-popup .modal-body .list ul li {
                list-style-type: none;
                list-style: none;
                border-bottom: 1px solid silver;
                padding: 10px 10px 10px 40px;
                background-image: url(images/Login/icon-location-pin.png);
                background-repeat: no-repeat;
                background-position: 13px center;
                font-size: 15px;
                cursor: pointer;
            }

                .modal-popup .modal-body .list ul li:hover {
                    background-color: #eaeaea;
                }

    /*.modal-popup .modal-body .list select#listCostCenter {
            width: 100%;
            font-size: 15px;
            -webkit-border-radius: 0;
        }

select[size="0"], select[size="1"] {
    -webkit-appearance: menulist;
    -webkit-box-align: center;
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 0;
    background-color: transparent;
}

.modal-popup .modal-body .list select#listCostCenter option, option {
    border-bottom: 1px solid silver;
    padding: 10px 10px 10px 30px;
    background-image: url(images/Login/icon-location-pin.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 15px;
}

    .modal-popup .modal-body .list select#listCostCenter option:hover, option:hover {
        background-color: #e6e6e6;
        cursor: pointer;
    }

    .modal-popup .modal-body .list select#listCostCenter option:active, option:active {
        background-color: #e6e6e6;
        cursor: pointer;
    }*/

    .modal-popup .modal-footer {
        padding: 10px 0px;
        text-align: center;
        background-color: #efefef;
    }

        .modal-popup .modal-footer input[type="submit"] {
            border: 0;
            padding: 5px 15px;
            color: #ffffff;
            font-family: "Open Sans", sans-serif;
            font-size: 15px;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            border-radius: 0px;
        }

        .modal-popup .modal-footer .btn-submit {
            background-color: #ff0000;
        }

            .modal-popup .modal-footer .btn-submit:hover {
                background-color: #de0202;
            }

        .modal-popup .modal-footer .btn-cancel {
            background-color: #5e5d5d;
        }

            .modal-popup .modal-footer .btn-cancel:hover {
                background-color: #424141;
            }
    .modal-popup .modal-body {
        padding: 17px;
    }

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    font-size: initial !important;
}
/*Medium Screen*/
@media only screen and (max-width: 1199px) and (min-width: 980px) {
}
/*Laptop & Desktop*/
@media only screen and (max-width: 979px) and (min-width: 768px) {
    .login {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        right: initial;
        padding: 20px;
    }

    .terms {
        width: initial;
        bottom:60px;
    }
	
	.privacy-policy {
		width: 90%;
		height: 55%;
	}


    .terms .title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .terms {
        padding: 15px;
    }

        .terms p {
            font-size: 11px
        }

        .terms .close img {
            width: 10px;
            height: 10px;
        }
}
/*Low-res Monitors*/
@media only screen and (max-width: 767px) and (min-width: 600px) {
    .header .logo {
        width: initial;
        position: relative;
        left: initial;
        padding: 5px;
    }

        .header .logo img {
            width: 30%;
        }

    .header .dateAndLng {
        position: relative;
        width: initial;
        right: initial;
        padding: 5px;
        font-size: 15px;
        background-color: #ea0000;
    }

    .login {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        right: initial;
        width: 400px;
        padding: 20px;
    }

    .terms {
        width: initial;
        bottom:70px;
    }

    .cost-center {
        width: 440px;
    }
	
	.privacy-policy {
		width: 85%;
		height: 55%;
	}
    .terms .title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .terms {
        padding: 15px;
    }

        .terms p {
            font-size: 11px
        }

        .terms .close img {
            width: 10px;
            height: 10px;
        }
}
/*Tablet*/
@media only screen and (max-width: 599px) and (min-width: 360px) {
    .header .logo {
        width: initial;
        position: relative;
        left: initial;
        padding: 5px;
    }

        .header .logo img {
            width: 30%;
        }

    .header .dateAndLng {
        position: relative;
        width: initial;
        right: initial;
        padding: 5px;
        font-size: 13px;
        background-color: #ea0000;
    }

        .header .dateAndLng .language img {
            width: 15px;
        }

    .login {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        right: initial;
        width: 280px;
        padding: 20px;
    }

        .login .instruction {
            font-size: 12px;
        }

        .login input, .login select, .login .form-control, .login .form-control a {
            font-size: 14px !important;
        }

            .login input[type="submit"] {
                font-size: 17px !important;
            }

    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        font-size: 13px;
    }

    input[type="checkbox"] + label {font-size:14px;}

    .modal-popup {
        width: 90%;
    }

        .modal-popup .modal-body .list ul li {
            font-size: 13px;
        }

        .modal-popup .modal-header {
            font-size: 15px;
        }

        .modal-popup .modal-footer input[type="submit"] {
            font-size: 15px;
        }

        .modal-popup .modal-footer {
            background-color: #efefef;
        }

    .terms .title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .terms {
        padding: 15px;
        width:initial;
    }

        .terms p {
            font-size: 11px;
        }

        .terms .close img {
            width: 10px;
            height: 10px;
        }
		
		.privacy-policy {
		width: 80%;
		height: 55%;
		top:47%;
	}
	
	.privacy-policy .title{		
		font-size: 18px;
		margin-bottom: 0px;
	}

    .footer a, .footer {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}
/*Mobile*/
@media only screen and (max-width: 359px) {
    .header .logo {
        width: initial;
        position: relative;
        left: initial;
        padding: 5px;
    }

        .header .logo img {
            width: 30%;
        }

    .header .dateAndLng {
        position: relative;
        width: initial;
        right: initial;
        padding: 5px;
        font-size: 12px;
        background-color: #ea0000;
    }

        .header .dateAndLng .language img {
            width: 14px;
        }

    .login {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        right: initial;
        width: 240px;
        padding: 20px;
    }

        .login .instruction {
            font-size: 12px;
        }

        .login input, .login select, .login .form-control, .login .form-control a {
            font-size: 14px !important;
        }

            .login input[type="button"] {
                font-size: 16px;
            }

    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        font-size: 13px;
    }

    .modal-popup {
        width: 300px;
    }

        .modal-popup .modal-header {
            font-size: 14px;
        }

        .modal-popup .modal-footer input[type="submit"] {
            font-size: 14px;
        }

        .modal-popup .modal-footer {
            background-color: #efefef;
        }

    .terms {
        width: initial;
        bottom:80px;
    }

        .terms .title {
            font-size: 12px;
            margin-bottom: 3px;
        }

    .terms {
        padding: 15px;
    }

        .terms p {
            font-size: 11px;
        }

        .terms .close img {
            width: 10px;
            height: 10px;
        }

    .footer a, .footer {
        font-size: 11px !important;
        line-height: 15px !important;
    }
}
