@font-face {
    font-family: LatoLight;
    src: url(../font/Lato-Lig-webfont.woff) format('woff'),
         url(../font/Lato-Lig-webfont.ttf) format('truetype');
    font-weight:400;
    ont-style:normal
}
@font-face {
    font-family: LatoRegular;
    src: url(../font/Lato-Reg-webfont.woff) format('woff'),
         url(../font/Lato-Reg-webfont.ttf) format('truetype');
    font-weight:400;font-style:normal
}

@font-face {
    font-family: 'Lato Lig';
    src: url(../font/Lato-Lig-webfont.woff) format('woff2');
}

body {
    font-family: LatoLight;
    margin: 0 auto;
    position: relative;
    /* min-width: 1436px; */
    min-width: 936px;
}

a:link {
    color: #61767F;
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    color: #61767F;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #61767F;
    font-weight: bold;
    text-decoration: underline;
}

a:active {
    color: #61767F;
    font-weight: bold;
    text-decoration: underline;
}

a .HijaxLink{}

h1 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 1.4;
    padding-left: 8px;
    padding-bottom: 8px;
}

p {
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.8;
    padding-left: 8px;
    padding-bottom: 8px;
}

label {
    font-family: LatoLight;
    font-size: 18px;
}

button {
    font-family: LatoLight;
    border: 0;
    border: none;
    margin-top: 15px;
    padding-left: 47px;
    padding-right: 47px;
    height: 40px;
    cursor: pointer;
    background: #46B5E3;
    color: #FFFFFF;
    font-size:20px;
    text-align: center;
    display: block;
}

.buttonCancel {
    background: #46B5E3 !important;
    color: #FFFFFF !important;
}

select {
    font-family: LatoLight;
    font-size: 20px;
    background: #B2B2B2;
    color: #FFFFFF;
    margin-top: 20px;
    padding: 8px 18px;
    width: 100%;
    border:0px;
    outline:0px;
}

table, td, td * {
    border-collapse: collapse;
    vertical-align: top;
    border: none;
}

input {
    margin-top: 28px;
}

::-webkit-input-placeholder { /* Edge */
    color: #F2F2F2;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #F2F2F2;
}

::placeholder {
    color: #F2F2F2;
}

textarea:focus, input:focus{
    outline: none;
}

.inputEditField {
    font-family: LatoLight;
    border: 0;
    box-shadow: none;
    background: #B2B2B2;
    color: #FFFFFF;
    caret-color: #FFFFFF;
    width: 304px;
    height: 40px;
    font-size: 20px;
    padding-left: 18px;
    padding-right: 18px;
}

.inputButton {
    font-family: LatoLight;
    border: 0;
    border: none;
    padding-left: 47px;
    padding-right: 47px;
    height: 40px;
    cursor: pointer;
    background: #46B5E3;
    color: #FFFFFF;
    font-size:20px;
    text-align: center;
    display: block;
    margin-left:auto;
    margin-right: 0;
}

.loginFormParent {
    margin-top: 35px;
    width: 340px;
    overflow: visible;
}

.loginForm {
    width: 100%;
}

.errText {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.errMsg {
    color: #FFFFFF;
    display: none;
    background: #D85152;
    margin-top: 33px;
}

.loading {
    padding-top: 100px;
    display: none;
}

.mainMenuParent {
    width: 240px;
    height: auto;
    background: #61767F;
}

.mainMenu {
    width: 240px;
    height: auto;
    background: #61767F;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mainMenuItemCaption {
    padding-left: 15px;
    padding-top: 5px;
    color: #46B5E3;
    line-height: 2.2;
    font-size: 1.1em;
    font-weight: bold;
}

.mainMenuItemCaption2 {
    padding-left: 15px;
    padding-top: 5px;
    color: #FF8153;
    line-height: 2.2;
    font-size: 1.1em;
    font-weight: bold;
}


.mainMenuItem {
    padding-left: 30px;
    padding-left: 30px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 2.2;
    font-size: 1.1em;
    font-weight: normal;
}

.textFooter {
    padding-top: 15px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    line-height: 2.0;
    font-size:17px;
    color: #444444;
}

.msnMainForm {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerInlineBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textCenter {
    text-align: center;
}

.logoLogin {
    margin-top: 60px;
}

.logoPortal {
    margin-top: 18px;
    margin-left: 19px;
    margin-bottom: 18px;
}

.pageHeader {
    border-bottom: 4px solid #E43724;
}

.mainFrame {
    padding: 0px;
}

.pageFooter {
    border-top: 4px solid #E43724;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5%;
    background-color: #ECF0F1;
}

.fixed{
    position: fixed;
}

.thDTMF {
    background: #A9B3C0;
    color: #F7F7F8;
    padding: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #F2F2F2;
}
.tdDTMF1 {
    padding: 8px 16px;
}
.tdDTMF2 {
    background: #ECF0F1;
    padding: 8px 16px;
}