/* Login */

html {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #D0D2D4;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 0;
    overflow: auto;
    height: 100%;
    font-family: Calibri !important;
    color: #F4F3F9;
}

.loginBox {
    position: relative;
    margin: 0 0 0 50px;
	height: 100%;
	min-width: 690px;
	min-height: 640px;
	padding-right: 50px;
}

.header {
    background-color: #ff8601;
    height: 140px;
    position: relative;
}

.header #h1Tcs {
    top: 30px;
    left: 23px;
    position: absolute;
	margin: 0;
}

#h1Tcs img {
    width: 215px;
}

#h1Tcs a {
    cursor: pointer;
	display: block;
	line-height: 0;
}

.header #h1TataLogo {
    top: 21px;
    right: 23px;
    position: absolute;
	margin: 0;
}

.header #h1TataLogo img {
    width: 170px;
    margin-top: 7px
}
	
.login {
    background-color: #F4F3F9;
    position: absolute;
    top: 140px;
	bottom: 50px;
	right: 50px;
	left: 0;
}

.login .cajaForm {
    position: relative;
    margin: 0 auto;
    top: 120px;
    width: 350px;
}

.cajaForm .cajaForm_content {
    background-color: #A6A9AB;
}

.cajaForm .cajaForm_input {
	text-transform: uppercase;
    margin: 10px auto 15px;
    position: relative;
    width: 290px;
    font-size: 13px;
}

.cajaForm .cajaForm_submit
{
	width: 350px;
	height: 35px;
	background-color: #f05514;
	border-top: 2px solid #F4F3F9;
}

.cajaForm h1 {
    /* top,right,bottom,left */
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    font-size: 13px;
}

.cajaForm h2 {
    margin: 10px 0 2px 20px;
	font-size: 11px;
	font-weight: normal;
}

.cajaForm .msj {
    text-transform: none;
    margin: 5px auto 20px;
    padding-left: 20px;
    position: relative;
    width: 270px;
    font-size: 13px;
	font-weight: bold;
}

.cajaForm iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.cajaForm .updProgMsjTpl {
    position: absolute;
    visibility: visible;
    border: none;
    z-index: 100;
    top: 0;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background: #999;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}
.updProgMsjTpl .updProgMsjTplLoading,
.updProgMsjTpl .updProgMsjTplLoading:after {
    width: 16px;
    height: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 2;
}

.updProgMsjTpl .updProgMsjTplLoading {
    background-color: transparent;
    border-top: 5px solid rgb(240,55,130);
    border-right: 5px solid rgb(240,55,130);
    border-bottom: 5px solid rgb(240,55,130);
    border-left: 5px solid rgba(240,55,130,.2);
    transform: translateZ(0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 0.8s;
    animation-name: spinner-loading;
}

@keyframes spinner-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.frmIndex {
    margin: 0;
    height: 100%;
	font-size: 13px;
	color: #F4F3F9;
}

.frmIndex .inputText {
	font-family: Calibri;
    font-size: 13px;
	width: 250px;
    height: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
	margin: 0 0 0 20px;
}

.cajaForm_submit .submitDer {
    text-transform: uppercase;
    font-family: Calibri;
    font-size: 13px;
    width: 80px;
    height: 35px;
    background-color: #f05514;
    *border: none;
    text-align: center;
    margin-right: 10px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    float: right;
    color: #F4F3F9;
}

.loginIzq {
    position: absolute;
    width: 250px;
    background-color: #ff8601;
    top: 0;
    bottom: 0;
}

.loginDer {
    position: absolute;
    background-color: #f3f4f5;
    top: 0;
    bottom: 0;
    left: 250px;
    right: 0;
}

/* Usuario */

.frmUsuario {
    margin: 0;
    height: 100%;
    font-size: 13px;
    color: #F4F3F9;
}

.headerUsuario {
    background-color: #ff8601;
    height: 140px;
    position: relative;
}

.headerUsuario #h1Tcs {
    top: 30px;
    left: 23px;
    position: absolute;
	margin: 0;
}

.headerUsuario #h1Tcs img {
    width: 215px;
}

.headerUsuario #h1Tcs a {
    cursor: pointer;
	display: block;
	line-height: 0;
}

.headerUsuario #h1TataLogo {
    top: 21px;
    right: 23px;
    position: absolute;
	margin: 0;
}

.headerUsuario #h1TataLogo img {
    width: 170px;
    margin-top: 7px
}
.Menutitle {
    position: absolute;
    top: 0;
    padding-left: 20px;
    padding-right: 15px;
    width:100%;
}

.MenuTop {
    position: absolute;
    padding: 0px 20px 20px 20px;
    /*overflow-y: hidden;*/
    top: 28px;
    bottom: 80px;
    left: 0;
    right: 0;
    --sb-track-color: #ff8601;
    --sb-thumb-color: #f05514;
    --sb-size: 5px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .MenuTop::-webkit-scrollbar {
        width: var(--sb-size)
    }

    .MenuTop::-webkit-scrollbar-track {
        background: var(--sb-track-color);
        border-radius: 5px;
    }

    .MenuTop::-webkit-scrollbar-thumb {
        background: var(--sb-thumb-color);
        border-radius: 5px;
    }
    /*
    .MenuTop:hover{
        overflow-y: auto;
        overflow-y: overlay;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }*/

@supports not selector(::-webkit-scrollbar) {
    .MenuTop {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}

.TablaMenu {
    border-collapse: collapse;
    border: 2px solid #F4F3F9;
    text-transform: uppercase;
    font-weight: bold;
}

.MenuOpc {
    vertical-align: middle;
    border: 2px solid #F4F3F9;
    min-height: 11px;
	color: #F4F3F9;
    
}

.MenuOpcHover {
    background: url("../img/background-liselected.png?v=2") no-repeat right #F4F3F9;
    color: #F03782;
    background-color: #F4F3F9;
    border: 1px solid #F4F3F9;
}

.MenuOpcSelect {
    background: url("../img/background-liselected.png?v=1") no-repeat right #F4F3F9;
    color: #F03782;
    background-color: #F4F3F9;
    border: 1px solid #F4F3F9;
}

.MenuOpc:hover .MenuOpcLink {
    color: #1E2323;
    background-color: #F4F3F9;
    cursor: pointer;
}

.MenuOpcLink {
    color: #F4F3F9;
    font-size: 13px;
    background-color: #ff8601;
    padding: 7px 20px 7px 20px;
    text-decoration: none !important;
    border-style: none;
    width: 230px;
    height: 100%;
    display: table-cell;
    cursor: pointer;
}

.MenuOpcLinkApp {
    padding: 7px 20px 7px 40px;
}

.MenuOpcLinkHover {
    color: #F03782;
    background-color: #F4F3F9;
}

.MenuOpcLinkSelect {
    color: #F4F3F9;
    background-color: #f05514;
}

.MenuOpcCursorActivo {
    cursor: pointer;
}

.MenuOpcCursorInactivo {
    cursor: text;
}

.info {
    display: block;
    text-align: left;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 80px;
}

.info a {
    color: #F4F3F9;
    font-weight: bold;
}

.correoHelpDesk {
    display: block;
    color: #F4F3F9;
    font-size: 11px;
	position: absolute;
	left: 54px;
	right: 20px;	
	bottom: 40px;
}

.correoHelpDesk a {
    font-weight: bold;
    color: #F4F3F9;
	display: block;
}

.helpdeskEmail {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 20px;
	width: 30px;
}

.iframeDerecha {
    width: 100%;
    height: 100%;
    position: absolute;
    border-style: none;
}

#frmUsuario .updProgMsjTpl {
    display: none;
    position: absolute;
    visibility: visible;
    border: none;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #999;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}

/* Dirige */

.bodyDirige {
    background-color: #F4F3F9;
    background-image: none;
}

.bodyDirige table {
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding: 0;
    border-spacing: 0;
    height: 100%;
}

.bodyDirigeBackground {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 50%;
    background-attachment: fixed;
}

.bodyDirigeCenter {
    width: 0;
}

/* Actualizar */

.bodyActualizar {
    background-color: #F4F3F9;
    background-image: none;
}

.bodyActualizar .divSoftGroup {
    text-align: center;
    margin: 20px 50px;
}

.divSoftGroup .divSoft {
    width: 150px;
    display: inline-block;
    padding: 4px;
    text-align: left;
}

.divSoft .textActSoft {
    color: #F4F3F9;
    background-color: #A6A9AB;
    height: 80px;
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.divSoft .aLinkActSoft {
    font-size: 13px;
    color: #F4F3F9;
    display: block;
    background-color: #f05514;
    text-transform: uppercase;
    text-decoration: none;
    height: 15px;
    text-align: right;
    font-weight: bold;
    padding: 10px;
    margin-top: 2px;
}

/* Cambio Contrase a */

.bodyCambiarPassword {
    background-color: rgb(242, 242, 242);
    background-image: none;
}

.cajaFormCP {
    position: relative;
    margin: 0 auto;
    top: 120px;
    width: 350px;
}

.cajaFormCP .cajaFormCP_content {
    background-color: #A6A9AB;
}

.cajaFormCP h1:first-child {
    padding-top: 10px;
}

.cajaFormCP h1 {
    text-transform: uppercase;
    padding: 0 0 0 10px;
    margin-top: 0;
    font-size: 13px;
}

.cajaFormCP h2 {
    margin: 10px 0 2px 20px;
    font-size: 11px;
    font-weight: normal;
}

.cajaFormCP .cajaFormCP_input {
    text-transform: uppercase;
    margin: 0 auto 15px;
    position: relative;
    width: 255px;
    font-size: 13px;
    padding-right: 35px;
}

.cajaFormCP .cajaFormCP_submit {
    width: 350px;
    height: 35px;
    background-color: #f05514;
    border-top: 2px solid #F4F3F9;
    text-align: right;
}

.cajaFormCP_input h1:first-child {
    padding-top: 0px;
    padding-left: 20px;
}

.cajaFormCP .msj {
    text-transform: none;
    margin: 15px auto 20px;
    padding-left: 20px;
    position: relative;
    width: 270px;
    font-size: 13px;
	font-weight: bold;
}

.cajaFormCP_msj {
    margin: 0 auto;
    top: 40px;
    width: 320px;
    padding-top: 10px;
    position: relative;
    text-align: center;
}

.cajaFormCP_msj h2 {
    color: #ef4135;
}

.cajaFormCP .updProgMsjTpl {
    position: absolute;
    visibility: visible;
    border: none;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #999;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}

.frmCambiarPassword {
    margin: 0;
    height: 100%;
    font-size: 13px;
    color: #F4F3F9;
}

.frmCambiarPassword > h2 {
    padding: 5px 0 0 2px;
}

.frmCambiarPassword .inputText {
	font-family: Calibri;
    font-size: 13px;
	width: 235px;
    height: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
	margin: 0 0 0 20px;
}

.cajaFormCP_submit .divSubmitIzq {
    display: inline-block;
    background-color: #F4F3F9;
}

.cajaFormCP_submit .submitDer,
.cajaFormCP_submit .submitIzq {
    text-transform: uppercase;
    font-family: Calibri;
    font-size: 13px;
    width: 60px;
    height: 35px;
    background-color: #f05514;
    *border: none;
    text-align: center;
    margin-right: 5px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    float: right;
    color: #F4F3F9;
}

.divSubmitIzq .submitIzq {
    margin-right: 3px;
	width: 70px;
}

.cajaForm_submit #sbmtVolver,
.cajaFormCP_submit #sbmtVolver {
	width: 70px;
}

.submitIzq:focus,
.submitDer:focus {
    outline: none;
}

.tbLogin{
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
    font-style: italic;
}
.tbLogin .titulo{
    text-align:left;
    width: 60px;
}
.tbLogin .NomLogin {
    text-align: left;
    font-weight: bold;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
