@font-face {
    font-family: movistar_textregular;
    src: url('../fonts/frutigerltstd-roman.eot');
    src: url('../fonts/frutigerltstd-roman?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerltstd-roman.ttf') format('truetype'),
         url('../fonts/frutigerltstd-roman.svg#FrutigerLTStd55Roman') format('svg');
}

body {
    font-family: movistar_textregular, sans-serif, Helvetica;
    //font-size: 16px; background-color: #E9EAE8; color: #000066;
    font-size: 16px; background-color: #FFFFFF; color: #000066;
}

/* -------------------- Header -------------------- */
.header {
    //background-color: #006699;
    background-color: #FFFFFF;
    //border-bottom: 2px solid #FFFFFF;
    //color: white;
    color: #EAE9E8;
    height: 66px;
    /* height: 85px; */
    left: 0; right: 0; top: 0;
    position: fixed;
    text-align: right;
    z-index: 1;
    //background-image: url(../images/de/header_bg.png);
    background-image: url(../images/de/header_bg.jpg);
    background-size: auto 100%;
}
.header_brand {
    font-weight: bold;
    color: #00A9E0;
    font-size: 24px;
    //top: 0; left: 120px;
    line-height: 70px;
    //padding-left: 80px;
    position: fixed;
    left: 120px; top: 0px;
}
.header_title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 63px;
    padding-right: 50px;
	font-family: sans-serif;
}
.logo_left {
    left: 40px; 
	top: -14px;
    position: fixed;
	width: 88px;
}
/*
.logo_right {
    max-width: 25%; min-width: 120px;
    position: fixed;
    right: 20px; top: 5px;
}
*/
.logo_right {
    right: 309px; 
	top: 2.5px;
    width: 58px;
    position: fixed;
}

.logout {
    color: #000066;
    cursor: pointer;
    font-weight: bold;
    padding: 0 50px;
    right: 30px; top: 83px;
}

/* -------------------- Menu -------------------- */
.cLang {
    cursor: pointer;
    right:18px; 
	/* top:51px; */
	//right:18px; top:18px;
    //border: solid #00A9E0 !important;
    //position: fixed;
    top: 65.5px;
    position: fixed;
}
.cMenu {
    position: relative;
    font-size: 16px;
    padding-top: 3px;
    padding-left:40px;
    color: #000066;
	top: -2px;
}
.dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #C9CAC8 !important;
    border-radius: 0px;
    border-top: 1px solid #FFFFFF !important;
    width: 234px !important;
    color: #000066;
    padding-left: 10px;
    left: 80px; 
	/*top: 120px;*/
	top: 99px;
    z-index: 2;
}
.dropdown-backdrop {z-index:0; position: static;}
.dropdown-menu li a {color: #000066; font-size: 16px;}
.dropdown-menu .divider {margin: 5px;}
.dropdown-submenu .dropdown-menu {text-align: center; width: 140px !important;}
.menu {
    background: url(../images/menu_normal.png);
    //background-color: #FFFFFF;
    //cursor: pointer;
    //display: block;
    //font-size: 22px;
    height: 40px; width: 40px;
    //left: 40px; top: 15px;
    //left: 80px; top: 71px;
    /*top: 86px;*/
    top: 67px;
    //line-height: 40px;
    position: fixed;
}
.menu:hover {background: url(../images/menu_active.png);}
.menu_container {
    background-color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 22px;
    border-style: solid;
    border-width: 1px;
    //border-radius: 5px;
    border-color: #C9CAC8;
    text-align: left;
    padding-top: 4px;
    height: 40px; width: 234px;
    left: 80px; 
	/*top: 83px;*/
	/*top: 64px;*/
	top: 65.5px;
    position: fixed;
    visibility: hidden;
}
#selLang {background-color:#FFFFFF; color:#000066;}

/* -------------------- Footer -------------------- */
.footer {
    background-color: #FFFFFF;
    border-top: 2px solid #E9EAE8;
    bottom: 0; left: 0; right: 0;
    color: #50535A;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    text-align: center;
    z-index: 1;
}
.footer table {
    height: 60px; width: 90%;
    vertical-align: middle;
}
//#brand {text-align: left; width: 45%; font-style:italic; font-weight:bold;}
#brand {left: 66px;text-align: left; width: 45%; font-style:italic; font-weight:bold;position: fixed;bottom: 0px;}
#copyright {text-align: right; width: 40%;}
//#tefImg {width: 20%;}
#tefImg {width: 127px;}

/* -------------------- Content -------------------- */
.adj_left {padding-left: 0; padding-right: 30px;}
.adj_right {padding-left: 30px; padding-right: 0;}
.ap_select {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.btn-primary {
    background: #005896;
    border-color: #005896;
    width: 100%;
}
.btn-primary:hover {
    background: #0058AA;
    border-color: #0058AA;
}
.btn-primary:active {
    background: #005896;
    border-color: #005896;
}
.btn-primary:focus {
    background: #0058AA;
    border-color: #0058AA;
}
.btn-primary:disabled {
    background: #999999;
    border-color: #999999;
}
.btn-primary:block {
    background: #999999;
    border-color: #999999;
}
.center_middle {
    position: fixed;
    width: 80%;
    left: 10%;
    top: 40%;
}
.cLoginHelp {font-weight: bold;}
.col_center {text-align: center;}
.content {
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
    margin-right: 60px;
    //margin: 0 40px;
    border-radius: 5px;
    padding-bottom: 20px;
    position: relative;
}
.content_login {
    //background-color: #E9EAE8;
    background-color: #FFFFFF;
    //margin: 0 40px;
    //margin: 0 5 0 5px;
    padding-left: 20%; padding-right: 20%;
    position: relative;
}
.description {margin: 0 30px;}
.fake_top {
    height:140px;
    width: 100%;
    position: relative;
}
.fake_bottom {
    height:90px;
    width: 100%;
    position: relative;
}
.form-control {
    color: #000066;
}
.help > li {
    background-color: #ECECEC;
    border-bottom: 1px inset #C9C9C9;
    font-weight: bold;
    list-style: none;
    padding: 3px 20px;
    width: 100%;
}
.help > li:hover {cursor: pointer;}
.help ol {
    font-weight: bold;
    list-style-image: url(../images/solid_dot.png);
    margin: 16px 0 0 30px;
    padding: 0;
}
.help ol ol {
    list-style-image: url(../images/empty_dot.png);
    margin: 10px 0 0 18px;
}
.help ol span {font-weight: normal;}
.help > ul {
    border-style: inset;
    border-width: 0 1px 1px 1px;
    margin: 0;
    padding: 10px 20px;
    text-align: justify;
}
.input-group {z-index: 0;}
.invalid {background-color: #fee;}
.invalid input {background-color: inherit;}
.vmsg {font-size: 10px;}
.vmsg.error {color: firebrick;}
.vmsg.prompt {color: #FF7F50;}
.line {
    border-top: 1px solid #FFFFFF;
    height: 20px; width: 100%;
    margin-top: 3px;
}
.line_transparent {
    border-top: 1px solid #E9EAE8;
    height: 20px; width: 100%;
    margin-top: 3px;
}
.passwd_level {
    background: gray;
    background-size: 100% 20px;
    font-size: 14px;
    font-weight: bolder;
    height: 20px;
    margin-top: 3px;
    text-align: center;
}
.radio-inline {padding-left: 5px; padding-top: 3px; vertical-align: top;}
.sortable {margin-right: 15px;}
.table {text-align: center;}
.table td {vertical-align: middle !important;}
.table th {
    //background-color: #66CCFF;
    background-color: #19224F;
    color: white;
    text-align: center;
}
.table tr {border-style: hidden;}
.table-hover > tbody > tr.select-row:hover > td, .select-row > td {
    background-color: lightblue;
}
.table-scroll tbody {
    border-style: solid;
    border-width: 1px;
    height: 250px;
    overflow-y: scroll;
    position: absolute;
    width: inherit;
}
.table-scroll tr {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
}
.table-scroll thead > tr > th {border: none;}
.tbl_active {background-color: lightblue;}
.tbl_label {margin: 5px 0;}
.title {
    //background-color: #66CCFF;
    background-color: #19224F;
    border-radius: 5px;
    padding-top: 10px; padding-bottom: 5px;
    padding-left: 30px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}
.v_space {margin: 5px 0;}
.view_passwd {cursor: pointer; padding: 0 12px;}
p {text-align: justify;}
roam {float: right; color: red; padding-right: 3px;}
radio {font-weight:bold;}
.warnstr {font-size: 10px; color: red; height:40px;width:250px;}
.qrwarn {font-size: 10px; color: black; width:auto;}
select.form-control {padding-top:3px;}
select.lang-form-control {padding-top:0px;}
#divAdvActive {float: left ; height: 40px;}
#divAdvDelAll {float: right; height: 40px;}
.divline {
    background-color: #00A9E0;
}
.divRadio {margin-top: 13px;}
.divRadioTxt {margin-top: 11px;}
.divRadioBox {width:100%;}
/* -------------------- Mobile -------------------- */
@media screen and (max-width: 770px) {
    .adj_left  {padding-left: 15px; padding-right: 15px;}
    .adj_right {padding-left: 15px; padding-right: 15px; padding-top: 20px;}
    .cLang {right:3; top: 3px; position: fixed;}
    .cMenu {display: none;}
    .content {margin: 0 5px;}
    .content_login {padding-left: 1%; padding-right: 1%;}
    .description {margin: 0 10px;}
    .dropdown-menu {left: 0;}
    .header_brand {left:90px;}
    /*.header_title {font-size: 18px; line-height: 110px;padding-right: 10px;}*/
    .header_title {font-size: 18px; line-height: 82px;padding-right: 10px;}
    .help ol {margin-left: 5px;}
    //.menu {left: 0;}
    .logo_left {left: -8px;}
    /*.logo_right {right: 170px; width: 40px;top: 35px;}*/
    .logo_right {right: 165px; width: 33.5px;top: 24px;}
    .logout {padding: 0px; ritht:10px;}
    .menu_container {left: 0;width: 40px;}
    #tefImg {width: 120px;left: 40px;}
    .title {font-size: 18px; margin: 0;}
    .table,table-scroll {font-size: 10px;}
    #divQr2g,#divQr5g {display: table; margin: 0 auto;}
    //#brand {top: 0; font-size: 10px;min-width: 50%; font-style:italic; font-weight:bold;}
    #brand { bottom: 0px;font-size: 10px; min-width: 50%;font-style: italic;font-weight: bold;left: 2.8%;}
    #copyright {bottom: 0; font-size: 12px;line-height: 10px;}
    .warnstr {font-size: 10px; color: red; height:40px;width:280px;}
    .qrwarn {font-size: 10px; color: black; width:340px; float: right;}
    .divRadio {width:10%;}
}
