/*@import "colors.less.css";*/
/*@import "mixins.less.css";*/

/* Variables */
/*@base-login-text: 12px;*/

/* Namespace Definitions */


/* CSS Defined */
html {
    /*overflow: hidden;*/
}

BODY {
    margin: 0px;
    font-family: 'Century Gothic', Arial, sans-serif;
    font-size: 12px; /*12px;*/
    color: menutext;
    background-color: #FFF;
}

.pageWrapper {
    min-width: 825px;
}

BODY.document {
    background-color: threedface;
}

BODY.order {
    background-color: window;
}

.centerlook {
    margin: 10% auto;
    width: 400px;
}

.telapointLogo {
    border: 0px;
    margin-left: 55px;
    margin-top: 15px;
    height: 70px;
    width: auto;
}

.telapointLogoHR {
    margin-left: 0px;
    margin-right: 73px;
}

.telapointLogoText {
    color: #D9D8D6;
    text-align: right;
    margin-right: 173px;
    margin-bottom: 0px;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "sans-serif";
    font-size: 24px;
    font-weight: 400;
}

.loginText {
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    width: 350px;
}

.loginTextError {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.loginTextBox {
    font-weight: normal;
    font-size: 13px;
    width: 320px;
    height: 20px;
    border: 1px solid;
    /*.rounded-corners(2px); */
}

.changeSecurityQuestionBox {
    font-weight: normal;
    font-size: 13px;
    width: 320px;
    border: 1px solid;
    /*.rounded-corners(2px); */
}

.changeSecurityQuestionDropdownBox {
    font-weight: normal;
    font-size: 13px;
    width: 325px;
    border: 1px solid;
}

.killSessionText a, .killSessionText a:visited {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

.loginBtn {
    width: 80px;
    height: 35px;
    border: 1px solid #2E6DA4;
    color: white;
    background-color: #A10A7D;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 1px;
}

    .loginBtn:hover {
        border: 1px solid #204D74;
        text-decoration: underline;
    }

.resetBtn {
    width: 160px;
    height: 35px;
    border: 1px solid #2E6DA4;
    color: white;
    background-color: #A10A7D;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 1px;
}

    .resetBtn:hover {
        border: 1px solid #204D74;
        text-decoration: underline;
    }

.cancelBtn {
    width: 100px;
    height: 35px;
    border: 1px solid #c8c8c8;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 1px;
}

    .cancelBtn:hover {
        background-color: #c8c8c8;
        border: 1px solid #000;
        box-shadow: 0 4px 12px #07003D;
    }

.secondaryBtn {
    width: 100px;
    height: 35px;
    border: 1px solid #c8c8c8;
    color: #000;
    background-color: #eee;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 1px;
}

    .secondaryBtn:hover {
        background-color: #c8c8c8;
        border: 1px solid #000;
    }

.returnToLoginBtn {
    color: white;
}

.breadcrumbs > ul {
    list-style-type: none;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
    font-weight: bold;
    color: Red;
}

.breadcrumbs ul li {
    display: inline;
}

    .breadcrumbs ul li a {
        text-decoration: none;
        color: Blue;
    }

    .ie7breadcrumbArrow,
    .breadcrumbs ul li:before {
        content: "> ";
        color: black;
        font-weight: normal;
    }

    .breadcrumbs ul li.breadcrumbsFirst:before {
        content: " ";
    }

    .breadcrumbs ul li.breadcrumbsLast {
        color: Red;
        font-weight: bold;
    }

#modalPage {
    display: none;
    /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;*/
    cursor: hand;
    cursor: pointer;
}

.modalBackground {
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

.modalContainer {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modal {
    background-color: white;
    border: solid 1px black;
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 110px;
    padding: 0px;
}

.modalTop {
    /*width: 292px; */
    background-color: #000099;
    padding: 2px;
    color: #ffffff;
    text-align: left;
    text-indent: 10px;
    font-size: 13px;
    font-weight: bold;
}

    .modalTop a, .modalTop a:visited {
        color: #ffffff;
    }

.modalBody {
    font-size: 12px;
    padding: 10px;
}

.modalClose {
    background-color: threedface;
    border: 1px black outset;
    width: 60px;
    padding: 5px;
    color: black;
    text-decoration: none;
    font: bold 12px Verdana;
}

#divFrameContainer {
    /*overflow:hidden;*/
    position: relative;
    min-width: 900px;
    min-height: 400px;
}

.homeLeftMenu {
    background-color: #dbe5f1;
    padding-left: 12px;
    padding-top: 20px;
    border-right: 1px solid #8db4e3;
}

.homeRightMenu {
    border-left: 1px solid #8db4e3;
    padding-top: 17px;
}

@media screen and (max-width:1200px) {
    #divFrameContainer {
        min-width: 622px;
    }
}

@media screen and (max-width:1044px) {
    #divFrameContainer {
        min-width: 522px;
    }
}

@media screen and (max-width:980px) {
    .homeLeftMenu {
        padding-left: 0px;
        background-color: White;
        border-right: none
    }

    .homeRightMenu {
        border-left: none;
    }
}

@media screen and (max-width:767px) {
    #divFrameContainer {
        min-width: 422px;
    }

    .btn-toolbar {
        padding-left: 20px;
    }
}

@media screen and (max-width:450px) {
    #divFrameContainer {
        min-width: 200px;
    }

    #bgImage {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    #wexLogoImage {
        display: none;
    }
}
