﻿input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.deviceListContainer .btn-group .btn-default {
    padding-left: 0px !important;
    padding: 0px !important;
    line-height: 28px !important;
    min-height: 28px !important;
    font-size: 14px !important;
    font-family: 'pt_sansregular', Sans-serif !important;
}

.deviceListContainer .bootstrap-select {
    width: 200px !important;
    text-align: left !important;
}

.deviceListContainer .dropdown-item {
    font-size: 14px;
}

.support_help_text {
    padding-left: 60px;
    margin-top: 60px;
    height: 140px
}

.placeholder {
    opacity: 1 !important;
}

/*Loginmaster css*/
.fldText {
    font-family: verdana, arial;
    font-size: 11px;
}

.fldTextErr {
    font-family: verdana, arial;
    font-size: 10px;
    color: red;
}

.fldTextBold {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bold;
}

p.footer {
    font-family: arial;
    text-align: center;
    padding: 3px;
    font-size: 11px;
}

.bgImageTd {
    background-image: url(/client/Content/Images/athoc/loginbg.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 569px;
    border: 1px solid #8CB6C5;
    background-color: #DAE1F1;
    margin: 0;
    padding: 0;
}

.ownerTitle {
    font-family: verdana;
    font-weight: bold;
    font-size: 14px;
    width: 569px;
    color: #ffffff;
    padding-right: 2px;
    height: 20px;
    background-color: #4A8395;
    text-align: right;
    margin: 0 auto;
    line-height: 20px;
}

    .ownerTitle.top {
        border-top: 1px solid #fff;
    }

.login_sso_left_td {
    width: 30px;
    border-left: 1px solid #4A8395;
}

.login_sso_main_td {
    padding-right: 30px;
    vertical-align: top;
}

.login_sso_header {
    padding-top: 3px;
}

.login_td {
    padding-left: 30px;
    padding-right: 30px;
}

div.AtHocImageIWSAlerts, div.AtHocImageIWSAlertsMobile, div.AtHocImageENS {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 475px;
    height: 44px;
    background-repeat: no-repeat;
}

div.AtHocImageIWSAlerts {
    background-image: url(/client/content/images/athoc/logoIWS.gif);
}

div.AtHocImageIWSAlertsMobile {
    background-image: url(/client/content/images/athoc/logoIWSMobile.gif);
}

div.AtHocImageENS {
    background-image: url(/client/content/images/athoc/logoENS.gif);
}

div.poweredBy {
    padding-top: 5px;
}

div.header {
    width: 569px;
    border: 1px solid #89b7c5;
    background-color: #89b7c5;
    padding-top: 6px;
    height: 45px;
}

    div.header div {
        float: left;
        margin-left: 6px;
    }

div#pageContent {
    width: 571px;
    margin: 100px auto;
}

.ms_title {
    height: 30px;
    margin: 0px auto;
    margin-top: 20px;
    margin-left: 120px;
    text-align: left;
}

div.login_section {
    position: relative;
    float: left;
    padding-left: 30px;
}

.login_area {
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 20px;
}

.removed {
    display: none;
}

div#alt_login {
    margin-top: 10px;
    width: 100%;
}

div.logoutactions {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    height: 50px;
}

.logback_link {
    margin-left: 14px;
}

#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}

#popupContact {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    *position: relative; /* hack for internet explorer 7*/
    height: auto;
    width: 540px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}

.support_help {
    width: 440px;
    height: 60px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    position: relative;
    display: block;
    color: #777777;
    padding-left: 100px;
    margin-bottom: 10px;
}

#supportInfoDisplay {
    position: absolute;
    bottom: 0;
    display: block;
}

.action_link {
    text-decoration: underline;
    color: #245693;
    cursor: pointer;
    font-family: verdana, arial;
    font-size: 11px;
}

.action_section {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid silver;
    width: 100%;
    height: 26px;
}

.action_button {
    display: inline-block;
    padding-right: 14px;
}

.action_options {
    padding-top: 10px;
}

.BrowserWarning {
    color: #FF0066;
    margin-bottom: 50px;
}

.cursor-pointer {
    cursor: pointer;
}
/*Loginmaster css*/