﻿/* CARGA POR DEFECTO ASP.NET */
/****************************************************************/
/*Start Font
********************************/
@font-face
{
    font-family: 'CandaraBoldItalic';
    src: url('candara_font/candaraz-webfont.eot');
    src: url('candara_font/candaraz-webfont.eot?#iefix') format('embedded-opentype'), url('candara_font/candaraz-webfont.woff') format('woff'), url('candara_font/candaraz-webfont.ttf') format('truetype'), url('candara_font/candaraz-webfont.svg#CandaraBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'CandaraItalic';
    src: url('candara_font/candarai-webfont.eot');
    src: url('candara_font/candarai-webfont.eot?#iefix') format('embedded-opentype'), url('candara_font/candarai-webfont.woff') format('woff'), url('candara_font/candarai-webfont.ttf') format('truetype'), url('candara_font/candarai-webfont.svg#CandaraItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'CandaraBold';
    src: url('candara_font/candarab-webfont.eot');
    src: url('candara_font/candarab-webfont.eot?#iefix') format('embedded-opentype'), url('candara_font/candarab-webfont.woff') format('woff'), url('candara_font/candarab-webfont.ttf') format('truetype'), url('candara_font/candarab-webfont.svg#CandaraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'CandaraRegular';
    src: url('candara_font/candara-webfont.eot');
    src: url('candara_font/candara-webfont.eot?#iefix') format('embedded-opentype'), url('candara_font/candara-webfont.woff') format('woff'), url('candara_font/candara-webfont.ttf') format('truetype'), url('candara_font/candara-webfont.svg#CandaraRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.AlineacionCentro{
    display:table-cell !important;
     vertical-align:middle !important;
}
.TextBoxRuta {
 /*width:496px !important;*/
    width:592px !important;
}
.TextBoxPiePagina {
     width:586px !important;
}
.TextBoxPiePagina-mod{
     width:492px !important;
}
.TextBoxColorP,.TextBoxColorTexto {
     /*width:202px !important;*/
     /*width:249px !important;*/
     width:239px !important;
}
/* Gradient transparent - color - transparent */

hr.lineahorizontal {
    border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) !important;
    margin-top:17px !important;
    margin-bottom:17px !important;
}

.FileUploadGifCarga, .TextBoxColorBotones,.FileUploadLogo{
 width:322px!important;
}
/*End Font
********************************/
body
{
    background: #FFFFFF;
    font-size: 12px;
    /*font-family: CandaraRegular;*/
    margin: 0px;
    padding: 0px;
    color: #696969;
}

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}


#container
{
    display: table;
    height: 85%;
    width: 100%;
    margin: 0;
}

#content
{
    display: table-cell;
    vertical-align: middle;
}
/*.wrapper_content
{	
	z-index:-1;
}*/
#inner
{
	/* width: 100%; */
    width: 95% !important;
	margin: 0 auto;
    padding-top: 0px;
}

.modalCrearEmpresas #inner
{
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
#panel_header
{
    /*width: 90%;*/
    margin: 0 auto;
    padding: 0 0px;
}


a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*background-color: #FFFFFF;*/
    border: 1px solid #ededed;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 2px -2px 4px #CCC;
    margin: 20px auto 0;
    width: 990px;
}

.header
{
    margin: 0px;
    width: 100%;
    height: auto;
    padding: 35px 0px 0px 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 360px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    padding: 8px 0px 0px 0px;
    margin: 0px 20px;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}


/* TAB     
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}


div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    position: relative;
    z-index: 10500;
}

div.menu ul li a, div.menu ul li a:visited
{

    /*background-color: #B11116;*/
    /*border: 1px #A21014 solid;*/
    /*color: #FFFFFF;*/
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}
div.menu ul li a:hover
{
    /*background-color: #D44348 !important;*/

    /*border-right: 1px solid #A21014 !important;*/
    /*color: #FFFFFF !important;*/
    text-decoration: none !important;
    font-weight: bold !important;
}
div.menu ul li a:active
{
    
    /*background-color: #c72e33 !important;*/
    /*color: #cfdbe6 !important;*/
    text-decoration: none !important;
    /*border: 1px #A21014 solid !important;*/
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear_menu
{
    margin: 0px;
    padding: 0px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*---------------------------------------------------------------------------------
[ALERIANT Stylesheet]
Project:		Cadena
Version:		1.0
Created:		25/10/2012
Last change:	*********
Assigned to:	Danny Davila
Primary use:	Website Master
---------------------------------------------------------------------------------*/

/*
-----------------------------------
Colores Corporativos - Hexadecimal
Rojo    - #b11116
Gris    - #6d6e71
Naranja - #ed1c24
-----------------------------------*/

/**** Panel Cargando *****/
.content_no_carga
{
    display: none;
    width: 100%;
}
.bg_content_cargando
{
    background-image: url(../images/bg_cargando.png);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.content_cargando
{
    background-image: url(../images/content_cargando.png);
    height: 35px;
    padding: 25px 7px;
    position: fixed;
    right: 32%;
    text-align: center;
    top: 40%;
    width: 466px;
}
#panelCargando
{
    position: absolute;
    z-index: 13000;
}
.ventana_cargamasiva
{
    position: absolute !important;
    z-index: 13500 !important;
}
/**** Reset *****/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input, p
{
    margin: 0;
    padding: 0;
    /*font-family: Candara;*/
}


.dxbButton
{
    font-family: Arial, Helvetica, sans-serif;
    border: none !important;
    padding: 0px;
}
.dxgvHeader, .dxgvHeader table
{
    color: #FFFFFF !important;
}
.dxpPageNumber, .dxpPageNumber
{
    color: #b11116 !important;
}


/**** Generales *****/
.break
{
    width: 100%;
    height: 50px;
}
.title_id
{
    color: #b11116;
    font-size: 16px;
}
ul.list_icons
{
    float: left;
    width: 200px;
}
li
{
    list-style: none;
    padding-bottom: 10px;
}

/**** Título *****/
.title_section
{
	font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #6d6e71;
    padding-bottom: 2px;
}
.info
{
    color: #6d6e71;
    font-style: italic;
    font-size: 12px;
}
.red
{
    color: #b11116;
}



/**** Campos *****/
.camp
{
	font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
}
.big input
{
    width: 500px;
}
.medium input
{
    width: 350px;
}
.small input
{
    width: 200px;
}
.big div
{
    width: 500px;
}
.medium div
{
    width: 350px;
}
.small div
{
    width: 200px;
}
input.big
{
    width: 250px;
}
input.medium
{
    width: 200px;
    border: 1px solid #AAA;
}
input.small
{
    width: 150px;
}


/**** Botones *****/
.wrapper_btn
{
    width: 94px;
    height: auto;
    margin: 0px auto;
}
.dxb
{
    background-image: url(../images/bg_button.jpg);
    border: 1px solid #a21014 ;
    color: #FFF !important;
    font-weight: bold !important;
    font-size: 10px !important;
    padding: 4px 22px !important;
    text-align: center !important;
    cursor: pointer !important;
}


/**** Tabla *****/
table.dxgvTable
{
    border-color: #a21014;
}

.dxgvHeader
{
    background: url(../images/bg_description.jpg) repeat-x;
    font-weight: bold !important;
    font-size: 10px !important;
    color: #FFF;
    text-align: center;
    padding: 7px 0px;
    border-right: 1px solid #333333;
    /*Mod border-right: 1px solid #a21014;*/
}
.dxgv
{
    font-size: 12px;
    padding: 7px 5px 7px 5px !important;
}
.accept
{
    background: url(../images/accept.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.add
{
    background: url(../images/add.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.arrow_down
{
    background: url(../images/arrow_down.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.attach
{
    background: url(../images/attach.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cancel
{
    background: url(../images/cancel.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.disk
{
    background: url(../images/disk.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.error
{
    background: url(../images/error.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.group
{
    background: url(../images/group.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.information
{
    background: url(../images/information.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.key
{
    background: url(../images/key.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.magnifier
{
    background: url(../images/magnifier.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.pencil
{
    background: url(../images/pencil.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.report
{
    background: url(../images/report.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.table_add
{
    background: url(../images/table_add.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.table_delete
{
    background: url(../images/table_delete.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.user
{
    background: url(../images/user.png) center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

img.aspNetDisabled
{
    width: 16px;
    height: 16px;
}

.center
{
    text-align: center !important;
}

.fail
{
    font-size: 1.2em;
    color: red;
}

.logo
{
    /*background: url(../Images/logo-cadena.jpg) no-repeat;*/
    width: 229px;
    height: 58px;
    margin-left: -5px;
    cursor: pointer;
}

#LogoMenu
{
    float: left;
    width: 50%;
}

.logo_login
{
   /*background: url(../Images/logo-cadena.jpg) no-repeat;*/
    width: 229px;
    height: 58px;
    margin-left: -5px;
    cursor: pointer;
}
div#header_login div#logo.logo_login{
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    }

div#LogoMenu div#ctl00_logo.logo{
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    }

.main_menu
{
    height: auto;
    margin-top: 15px;
    position: relative;
    width: 405px;
}
.menu
{
    padding: 0px 0px 0px 0px;
}
.clear
{
    margin: 0px;
    padding: 0px;
    clear: both;
}
.region_form
{
    border-top: 1px solid #6D6E71;
    border-bottom: 1px solid #6D6E71;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    /*background-color: #B11116;*/
    color: #FFF;
}

.loginbg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    overflow: hidden;
}

.loginbg::before,
.loginbg::after {
    content: "";
    position: absolute;
    width: 37vw;
    height: 37vw;
    max-width: none;
    max-height: none;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.loginbg::before {
    background-image: url('../Images/ImagesCompany/marcaAguaLogin1.png');
    top: -23%;
    left: -14%;
    transform: rotate(35deg);
}

.loginbg::after {
    background-image: url('../Images/ImagesCompany/marcaAguaLogin2.png');
    top: -4%;
    right: -10%;
    transform: rotate(30deg);
}

.label_left
{
    margin-bottom: 10px;
	margin-right: 5px;
    width: 100px;
    text-align: right;
    float: left;
}

.lh11 label.camp {
    line-height: 11px !important;
}
.user_box, .pass_box {
    width: 280px;
    float: left;
    margin-bottom: 5px;
}

.input_rigth
{
    display: inline-block;
}

.title_section_white
{
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    padding-bottom: 2px;
}

.link_section_white
{
    color: #FFFFFF;
}

a:visited.link_white
{
	text-decoration: none;
    color: #FFFFFF;
}
a:active.link_white
{
	font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
}
a:link.link_white
{
	font-size:22px;
    text-decoration: none;
    color: #FFFFFF;
}
a:hover.link_white
{
	font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
}

.fail_login
{
	font-size: 22px;
    font-size: 11px;
    color: #FFF;
}

.centraTabla
{
    margin: 0 auto;
}

.centraTabla table
{
    margin: 0 auto;
    text-align: left;
}

#PanelLogin > table > tbody > tr > td.input_left
{
    text-align: left;
}

#PanelLogin #SeccionLogin
{
    width: 500px;
}


.input_float_left
{
    float: left;
}

.info_white
{
    color: #FFFFFF;
    font-size: 11px;
}

.white
{
    color: #FFFFFF;
    font-size: 15px;
}

.button_grid
{
    cursor: pointer;
    font-family: italic;
    font-size: 13px;
    font-weight: bold;
    margin: 10px;
}

.dxpcLite .dxpc-mainDiv, .dxpcLite.dxpc-mainDiv, .dxdpLite .dxpc-mainDiv, .dxdpLite.dxpc-mainDiv
{
    background-color: #FFFFFF;
    width: auto;
}

.text_area_long
{
    height: 200px;
    width: 550px;
    padding: 10px;
}
td.dxpcCloseButton img.dxWeb_pcCloseButton
{
    position: absolute;
    top: -15px;
    right: -15px;
}
.dxWeb_pcCloseButton
{
    background: url(../Images/close.png) no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    top: 0px;
    right: 0px;
}


.dxpc-contentWrapper
{
    -moz-box-sizing: border-box;
    border-spacing: 0;
    display: table;
    width: 100%;
    top: 10%;
}

.dxpcLite, .dxpcLite.dxpc-mainDiv, .dxdpLite .dxpc-mainDiv, .dxdpLite.dxpc-mainDiv
{
    /*border: 9px solid #B11116 !important;*/
    border: 5px solid #888888 !important;
    box-shadow: 1px 1px 7px 1px rgba(128,128,128,0.2) !important;
}

.PopUpEstile .dxpcControl
{
    border: 9px solid #B11116 !important;
}

.dxpcLite .dxpc-closeBtn, .dxdpLite .dxpc-closeBtn
{
    float: right;
    padding: 1px;
    cursor: pointer;
    position: relative;
    right: -35px;
    top: -26px;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header
{
    background-color: transparent !important;
    border-bottom: none !important;
    color: #FFFFFF !important;
    padding: 2px 2px 2px 12px;
    height: 0px;
}

.dxpcModalBackLite, .dxdpModalBackLite ,.dxpcModalBackground
{
    background-color: white !important; /*#777777;*/
    left: 0;
    opacity: 0.7 !important;/*Cambio   opacity: 0.7;*/
    position: fixed;
    top: 0;
    visibility: hidden;
    height: 100%;
}

.span_grey
{
    background-color: #F2F2F2;
    border: 1px solid #BDBDBD;
    height: 60px;
    padding: 7px;
    width: 100%;
}

span.label_format
{
    background-color: #DEE3F1;
    float: left !important;
    margin: 0 2px 2px;
    min-height: 12px;
    padding: 2px;
    width: 94%;
}

.underline_max
{
    width: 100%;
    border-bottom: 1px solid #6D6E71;
}

.underline_70
{
    width: 70%;
    border-bottom: 1px solid #6D6E71;
}

.underline_medium
{
    width: 50%;
    border-bottom: 1px solid #6D6E71;
}

.underline_small
{
    width: 30%;
    border-bottom: 1px solid #6D6E71;
}

.width_max
{
    width: 100%;
}

.width_medium
{
    width: 50%;
}

.width_small
{
    width: 30%;
}

.width_short
{
    width: 20%;
}

#botones
{
    margin: 0px auto;
    width: 220px;
    clear: both;
}

#botones_izquierda
{
    float: left;
    width: 110px;
}
.botones_izquierda-transferencia
{
    float: right !important;
    margin: 0;
    background: transparent url("../images/excel_icon.png") no-repeat scroll 0 0;
    border: 0 none !important;
    height: 30px;
    padding: 0 !important;
    width: 30px;
}

#botones_derecha
{
    float: right;
    width: 110px;
}
.botones_derecha-tranferencia
{
    float: right;
    width: 110px;
    margin: 0;
    width: 35px !important;

    background: transparent url("../images/csv_icon.png") no-repeat scroll 0 0;
    border: 0 none !important;
    height: 30px;
    padding: 0 !important;
}
 
#region
{
    border: 1px solid #000000;
}

.editar
{
    background-image: url(../Images/pencil.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 68px;
}

.ButonPopUp .botones > img
{
    background-color: #b11116 !important;
    border: 1px solid #A21014 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 7px 22px !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
}

.botones > img
{
    background: url("../images/bg_button.jpg");
    border: 1px solid #A21014 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 7px 22px !important;
    text-align: center !important;
    height: 15px;
    width: 54px;
}

.botones
{
    height: 25px;
    margin-bottom: 10px;
}

#field_permisos
{
    margin-bottom: 10px;
}

.dxpc-headerContent
{
    display: none;
}
.dxgvPopupEditForm
{
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    margin: 20px 20px 20px 20px !important;
}

.header .margin_logo
{
    margin-top: 50px;
}
div.menu ul > li
{
    list-style: none;
    padding-bottom: 1px;
}

.usuario .usuario_fecha
{
    text-align: right;
    padding-right: 8px;
}

.usuario .usuario_nombre
{
    font-weight: bold;
    /*font-size: 12px;*/
    /*padding-right: 20px;*/
    text-align: right;
}

.usuario .usuario_opciones
{
    /*padding: 25px 0px 0px 0px;*/
    text-align: center;
    font-family: Arial;
    font-size: 10px;
}
label#lblFecha{
    /*font-size:12px !important;*/
}
#Usuario .usuario_opciones a, #Usuario .usuario_opciones a:visited, #Usuario .usuario_opciones a:hover
{
    /*Mod color: #b11116 !important;*/
    color: gray !important;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 5px;
}
.usuario > div
{
    width: auto;
    /*margin-top: 9px;*/
}
.usuario {
    /*background: url("../images/LOGIN.png") center center no-repeat;
    float: right;
    width: 300px;
    height: 150px;
    color: #999;*/
    background: none !important;
    float: right;
    /*width: 300px;*/ /*10may2021 resize due to new item on main menu*/
    width: 260px;
    height: 140px;
    color: #999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.dxgvCustomization, .dxgvPopupEditForm
{
    padding: 0px 0px 0px 0px;
}

.dxgvHeader
{
    padding: 7px 10px !important;
}

#resultadoUsuarios #MainContent_btnExportarCsv
{
    float: right;
    padding: 5px 0px 3px 5px;
}

#resultadoUsuarios #MainContent_btnExportarXls
{
    float: right;
    padding: 5px 0px 3px 5px;
}

.titulo_bienvenida
{
    /*font-size: 10px !important;*/
    font-weight: bold !important;
}

.cell_spacing > img
{
    padding: 2px;
}

.cell_spacing
{
    width: 120px;
}

.permisos_perfiles
{
    width: 100%;
    float: left;
}

.permisos_perfiles #field_permisos
{
    width: 100%;
}

.permisos_perfiles #Seccion_botones
{
    width: 100%;
}

#filtro_fecha
{
    width: 100%;
}

#filtro_fecha .ancho_campos
{
    float: left;
    padding: 10px 0px 0px 0px;
    margin-right: 20px;
}

.calendar, .calendarSmall, .calendar_acuerdo, .calendar_dian
{
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #999999;
    height: 20px;
    width: 140px !important;
}

#AccionesFacturacion .botones
{
    margin: 0px auto;
    width: 110px;
    clear: both;
    padding: 10px;
}

#AccionesFacturacion .botones .botones_izquierda
{
    float: left;
    width: 35px;
}

#AccionesFacturacion .botones .botones_derecha
{
    float: right;
    width: 35px;
}

#BotonesAdminEmpresa
{
    margin: 0px auto;
    width: 75px;
    clear: both;
    padding: 0px;
    float: right;
}

#BotonesAdminEmpresa .botones_izquierda
{
    float: left;
    width: 35px;
}

#BotonesAdminEmpresa .botones_derecha
{
    float: right;
    width: 35px;
}

#BotonesAdminEmpresa .botones_izquierda .dxb
{
    background: url("../images/excel_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

#BotonesAdminEmpresa .botones_derecha .dxb
{
    background: url("../images/csv_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

#AccionesFacturacion
{
    float: right;
    padding: 15px 0 0 10px;
    width: 400px;
}

#AccionesLink
{
    float: right;
}

#AccionesFacturacion .botones .botones_izquierda .dxb
{
    background: url("../images/excel_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

#AccionesFacturacion .botones .botones_derecha .dxb
{
    background: url("../images/csv_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

#AccionesFacturacion #AccionesLink a, #AccionesFacturacion #AccionesLink a:visited, #AccionesFacturacion #AccionesLink a:hover
{
    color: #b11116 !important;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 5px;
    font-size: 10px;
}

#OpcionesGrid a, #OpcionesGrid a:visited, #OpcionesGrid a:hover
{
    color: #b11116 !important;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 5px;
    font-size: 10px;
}

.jspTrack
{
    background: none repeat scroll 0 0 #fef6f6 !important;
    position: relative;
}

.jspDrag
{
    background: gray !important;
    cursor: pointer;
    display: block;
    text-indent: -20000px;
}

.jspArrowLeft
{
    background: url("../images/arrow_left.png") no-repeat gray !important;
    cursor: pointer;
    display: block;
    text-indent: -20000px;
}

.jspArrowRight
{
    background: url("../images/arrow_right.png") no-repeat gray !important;
    cursor: pointer;
    display: block;
    text-indent: -20000px;
}

#ControlFechas > div
{
    float: left;
    margin-bottom: 3px;
}

#ControlFechas .control_fecha
{
    width: 125px;
}

#ControlFechas .expedicion_desde
{
    width: 160px;
}

#ControlFechas .expedicion_hasta
{
    width: 40px;
}

#ControlFechas .vencimiento_desde
{
    width: 165px;
}

#ControlFechas .vencimiento_hasta
{
    width: 40px;
}

.wraper_campos > table
{
    float: right;
    margin-right: 0px;
}

.wraper_campos .camp
{
    width: 60%;
    float: left;
}

#FiltroConsultarFacturacion > table
{
    float: left;
    margin-bottom: 30px;
}

#FiltroConsultarFacturacion input.small
{
    width: 140px;
    border: 1px solid #AAA;
}

#FiltroConsultarFacturacion .medium
{
    width: 143px !important;
}

.PanelPreferenciasFacturacion
{
    margin-top: 40px !important;
}

#resultadoUsuarios
{
    float: left;
    padding: 15px 0px 0px 10px;
    position: relative;
    width: 100% !important;
}

#resultadoUsuariosFix
{
    float: left;
    padding: 15px 0px 0px 0px !important;
    position: relative;
    width: 100% !important;
}

#resultadoUsuarios .botones
{
    margin: 0px auto;
    width: 110px;
    clear: both;
    padding: 0px; /*float: right;*/
    position: absolute;
    right: 0px;
    bottom: -20px;
}

#resultadoUsuarios .botones .botones_izquierda
{
    float: left;
    width: 35px;
}

#resultadoUsuarios .botones .botones_derecha
{
    float: right;
    width: 35px;
}

#resultadoUsuarios .botones_izquierda .dxb
{
    background: url("../images/excel_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

#resultadoUsuarios .botones_derecha .dxb
{
    background: url("../images/csv_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

#AdminUsuariosAsociados a, #AdminUsuariosAsociados a:visited, #AdminUsuariosAsociados a:hover
{
    color: #b11116 !important;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 5px;
    font-size: 11px;
}
/***Boton Cerrar Sesion***/
.closeSession
{
    background: none;
    /*Mod color: #B11116 !important;*/
    color: gray !important;
    text-decoration: underline;
    font-weight: bold !important;
    padding: 0px 5px;
    font: 10px Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}
/***Boton como Link***/
.btnLink
{
    background: none;
    /*Mod color: #b11116;*/
    color:gray;
    text-decoration: underline;
    font-weight: bold !important;
    padding: 0px 5px;
    font: 11px Open Sans, sans-serif !important;
    border: none;
    cursor: pointer;
    font-weight: bold !important;
    text-align: left;
}



.PopUpEstile .dxpcHeader
{
    background-color: transparent;
    border: 0px solid transparent;
}

/********** Botones ***********/

.PopUpEstile .dxpcHeader
{
    background-color: transparent;
    border: 0px solid transparent;
}

.boton_guardar_poUp
{
    margin: 0px auto;
    height: 22px;
    width: 106px;
    clear: both;
    height: 30px;
    /*border: 1px solid #b11116;*/
    border: 1px solid #909DAE;
}

#AccionesFacturacion .seccion_descarga_archivos
{
    float: right;
    padding: 5px 0 0 !important;
    width: 100px;
}

.seccion_descarga_archivos .botones
{
    margin: 10px auto 20px auto !important;
    width: 420px !important;
    clear: none !important;
    padding: 5px 0px 0px 0px !important;
    float: right;
    position: static !important;
}

.seccion_descarga_archivos .botones .botones_izquierda
{
    float: right !important;
    width: 35px !important;
    margin: 0px;
}

.seccion_descarga_archivos .botones .botones_derecha
{
    float: right !important;
    width: 35px !important;
    margin: 0px;
}
.seccion_descarga_archivos .botones .consolidado_obligado, .seccion_descarga_archivos .botones .consolidado_adquiriente
{
    float: right !important;
    width: 340px !important;
    margin-left: 10px !important;
}
.seccion_descarga_archivos .botones .AccionesLink
{
    float: right !important;
    width: 290px !important;
    margin-left: 10px !important;
}
.seccion_descarga_archivos .botones .botones_izquierda /*.dxb*/
{
    background: url("../images/excel_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

.seccion_descarga_archivos .botones .botones_derecha /*.dxb*/
{
    background: url("../images/csv_icon.png") no-repeat scroll 0 0 transparent;
    padding: 0px !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
}

.botones
{
    margin: 0px auto;
    width: 220px;
    clear: both;
}
.btnSearch {
     width: 100% !important;
}

.preferencias_busqueda .botones
{
    margin: 0px auto;
    width: 110px;
    clear: both;
}
.guardar_preferencias .botones
{
    margin: 0px auto;
    width: 110px;
    clear: both;
}

.eliminar_preferencias .botones
{
    margin: 0px auto;
    width: 110px;
    clear: both;
}

.confirmar_eliminacion_preferencias .botones
{
    margin: 0px auto;
    width: 145px;
    clear: both;
}

.confirmar_eliminacion_preferencias .botones .botones_izquierda
{
    float: left;
    width: 70px;
}

.confirmar_eliminacion_preferencias .botones .botones_derecha
{
    float: right;
    width: 70px;
}

.botones_izquierda
{
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.botones_izquierda_pdf{
    float: right !important;
    margin: 0;
    background: transparent url("../images/pdf_icon.png") no-repeat scroll 0 0;
    border: 0 none !important;
    height: 30px;
    padding: 0 !important;
    width: 30px;
}
.botones_izquierda_pdf input{
    float: right !important;
    width:30px;
}
.botones_derecha
{
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.botonImporNum {
    float: right;
    width: 20%;
    margin: 24px 32% 0 0;
}
/**********Fin Botones *********/
/********** Link ***********/
.seccion_link div {
    float: left;
    margin-right: 20px;
}

.seccion_link a, .seccion_link a:visited, .seccion_link a:hover
{
    /* Mod color: #b11116 !important;*/
    color: gray !important;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 5px;
    font-size: 11px;
}

/**********Fin Link *********/

/********** PopUp ***********/

.boton_guardar_poUp > p
{
}

/*.AnularDocumentoConsultarFacturacion .botones
{
	width: 120px !important;
}

.AnularDocumentoConsultarFacturacion .botones .botones_izquierda
{
	width: 55px !important;
}

.AnularDocumentoConsultarFacturacion .botones .botones_derecha
{
	width: 55px !important;
}
*/
.preferencias_busqueda
{
    width: 320px !important;
    margin: 20px 20px 20px 20px;
}

.AnularDocumentoConsultarFacturacion
{
    width: 350px !important;
    margin: 20px 20px 20px 20px;
}

.guardar_preferencias
{
    width: 365px !important;
    margin: 20px 20px 20px 20px;
}

.eliminar_preferencias
{
    width: 360px !important;
    margin: 20px 20px 20px 20px;
}

.confirmar_eliminacion_preferencias
{
    width: 360px !important;
    margin: 20px 20px 20px 20px;
}

.ventana_popup
{
    /*border: 9px solid #B11116 !important;*/
    border: 5px solid #888888 !important;
    box-shadow: 1px 1px 7px 1px rgba(128,128,128,0.2) !important;
}

.ventana_popup .dxpcHeader
{
    display: inline;
    background-color: #FFFFFF !important;
    border: none !important;
}

.ventana_popup_preferencias
{
    border: 9px solid #B11116 !important;
}

.ventana_popup_preferencias .dxpcHeader
{
    display: inline;
    background-color: #FFFFFF !important;
    border: none !important;
}

.ventana_popup_preferencias .dxWeb_pcCloseButton
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.modalCrearEmpresas .dxpc-mainDiv
{
    padding: 20px 20px 20px 20px !important;
}

.modalCrearEmpresas #tipoEmpresa
{
    width: 400px !important;
}

.modalCrearEmpresas #formEmpresa
{
    width: 400px !important;
}

.modalCrearEmpresas
{
    clear: both;
    width: 450px !important;
    border: 9px solid #b11116;
    display: block;
    height: auto;
    top: 20% !important;
}

*:first-child + html #MainContent_pcEmpresa_PWST-1
{
    position: absolute;
}

.modalCrearEmpresas .dxpcHeader
{
    border: none !important;
}

.modalCrearEditarUsuario
{
    width: 470px !important;
    height: auto !important;
}

.modalCrearEditarUsuario .dxpc-contentWrapper
{
    margin: 0px 0px 30px 0px !important;
}

.ventana_popup .dxWeb_pcCloseButton
{
    /*position: absolute;     top: -20px;     right: -15px;*/
}

.modalCrearEmpresas .dxWeb_pcCloseButton
{
    position: absolute;
    top: -20px;
    right: -15px;
}

.ModalConsultarFacturacionAdjuntar
{
    width: 540px !important;
}

.AnularDocumentoConsultarFacturacion
{
    width: 350px !important;
}

.PopUpTrazabilidad
{
    width: 550px !important;
}

/**********Fin PopUp *********/

/********** Genericas *********/
.content_grid_scroll
{
    height: 100% !important;
    /*width: 900px !important;*/
    width: 926px !important;
    padding-bottom: 20px !important;
}

.formEmpresa
{
    margin: 0px 0px 0px 25px;
}
/********** Fin Genericas *********/
/*Danny Davila 10/Enero/2013
****************************************/
#mensajeError
{
    margin-bottom: 10px;
}
.permisos_table .dxe label
{
    width: 420px;
}
.step_2 table, .select_box
{
    /*width: 202.5px;*/
    width: 302.5px;
}
.no_show
{
    display: none !important;
}
.AccionesLink
{
    width: auto;
    float: right;
    margin: 10px 0px;
}
.calendar_box
{
    width: 168px !important;
}
.normal_box
{
    width: 168px !important;
    border: 1px solid #AAA;
}
.botonCargaMasiva
{
    margin: 0px auto;
    width: 121px;
    clear: both;
}
.delFecha
{
    cursor: pointer !important;
}
.optionstyle{
    padding-left:20px;
}
.optionstyle tbody tr td input, .optionstyle tbody tr td label{
    margin-left:5px;
    margin-right:5px;
}
.check-text label{
    color: black;
    font: 12px Tahoma,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
}
.check-text input{
    margin-left:5px;
    margin-right:5px;
}
.check-text-autoretenedor label{
    color: black;
    font: 12px Tahoma,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
}
.check-text-autoretenedor input{
    margin-left:5px;
    margin-right:5px;
}
/*Popup Consultar Facturacion(Descarga masiva de Dctos)
*******************************************************/
.dxpcLite, .dxdpLite
{
    width: auto !important;
}
table.table_admin_usuarios
{
    margin-top: 15px;
}
/*Default.aspx
*******************************************************/
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}
#default
{
    margin: 0px 0px;
    background: url(../images/certification.png) right bottom no-repeat;
}
#default .default_left
{
    width: 390px;
    height: auto;
    float: left;
    margin-left: 30px;
    padding-right: 70px;
}
#default .default_right
{
    width: 460px;
    height: auto;
    float: left;
}
#default p
{
    text-align: justify;
}
#default .title_default
{
    font-weight: bold;
}
#default ul li
{
    padding-bottom: 0px !important;
    list-style-position: inside;
    list-style-image: url(../images/default_list.png);
    list-style-type: none;
}
/*Popup ie7
*******************************************************/
td.dxpcHeader
{
    padding: 0px !important;
    border: none !important;
}
td.dxpcControl
{
    border: 9px solid #b11116;
    width: auto !important;
}
div.dxpcContentPaddings
{
    margin: 10px 50px !important;
}
td p.camp
{
    width: 150px;
}
div#titleTrazabilidad
{
    width: 460px;
}
div.formEmpresa
{
    float: none;
}


.wrapper_fechas_dinamicas input.small
{
    width: 100px !important;
}

.wrapper_fechas_dinamicas .camp
{
    width: auto !important;
}
/*Page404
*******************************************************/
#error_404
{
    width: 990px;
    height: 200px;
    background: url(../Images/logo-cadena.jpg) 370px 30px no-repeat;
    margin: 50px auto 0px auto;
    border: 1px solid #ededed;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 2px -2px 4px #CCC;
}
#error_404 p
{
    color: #b11116;
    font-size: 13px;
    margin: 0px auto 0px auto;
    width: 400px;
    text-align: center;
    padding: 120px 0 0 0;
}

/*ErrorPageId
*******************************************************/
#ErrorPageId
{
    width: 990px;
    height: 200px;
    background: url(../Images/logo-cadena.jpg) 370px 30px no-repeat;
    margin: 50px auto 0px auto;
    border: 1px solid #ededed;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 2px -2px 4px #CCC;
}
#ErrorPageId p
{
    color: #b11116;
    font-size: 13px;
    margin: 0px auto 0px auto;
    width: 400px;
    text-align: center;
    padding: 120px 0 0 0;
}

#ErrorPageId a:hover, #ErrorPageId a:visited, #ErrorPageId a
{
    color: #b11116;
    font-size: 13px;
    margin: 0px auto 0px auto;
    width: 400px;
    text-align: center;
}
/* Error drop down en IE7 facturacion
************************************************************/
.columnas
{
    width: 16px;
}
table.select_estado td input.dxeEditArea
{
    width: 116px !important;
    max-width: 116px !important;
}
/* Error calendario IE8
************************************************************/
.ui-widget SELECT
{
    font-family: CandaraRegular !important;
}

/* BOTONES EXCEL */
dxb2csv{
    background: transparent url("../images/csv_icon.png") no-repeat scroll 0 0 !important;
    border: 0 none !important;
    height: 30px !important;
    padding: 0 !important;
    width: 30px !important;
}
.dxb2excel{
    background: transparent url("../images/excel_icon.png") no-repeat scroll 0 0 !important;
    border: 0 none !important;
    height: 30px !important;
    padding: 0 !important;
    width: 30px !important;
}
input.width100per{
    width:100% !important;
}
.PopUpEstile table{
    margin:0 auto !important;
}
.width247{
    width:247px !important;
}
.margin0auto{
    margin:0 auto !important;
}
.fixcontpad{
    padding:25px !important;
}
.classActualizarEmpresa {
    margin-left: 7em;
}
#PartialsIframe html {
    overflow-y: hidden !important;
}
#PartialsIframe > html {
    overflow-y: hidden !important;
}
#PartialsIframe:first-child {
    overflow-y: hidden !important;
}