html {
  background-color: #e8e8e8;
}

.formHelpTag {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  color: #7b7474;
}

#tabAyuda ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #2859A2;
    border-radius: 10px 10px 0px 0px;
}
#tabAyuda {
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    height: 30px;
    margin-right: 1%;

}

.importeFont {
  font-family:monospace !important;
}

/* Float the list items side by side */
#tabAyuda ul.tab li {float: left;}

/* Style the links inside the list items */
#tabAyuda ul.tab li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
#tabAyuda ul.tab li a:hover {
    background-color: #1E8249;
    color: white;
}

/* Create an active/current tablink class */
/*#tabAyuda ul.tab li a:focus, .active {
    background-color: #ccc;
}*/



@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

input.error {
    border: 1px dotted red;
}
input:focus {
    border: 1px dotted black;
}
form.cmxform label.error, label.error {
    color: red;
    font-style: italic;
}
.btn.wizard-back.disabled{
	display: none;
}
.required{
	color: red;
	/*font-size: 14px; */
	/*font-weight: bold;*/
}
.ifrBorder{
    border: none;
}

.contentImgPerfil:hover{
    cursor: pointer;
    opacity: 0.5;
}


.form-control2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 20px;
}

.form-control2 {
    border-color: #e7ebee;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    background-color: #fff;
    background-image: none;
    color: #555;
    display: block;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    height: 36px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7ebee;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
}

.form-control2:focus {
	border-color: rgba(52, 151, 219, 0.6);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
	/*border-color: #27ae60;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #27ae60;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #27ae60;*/
}
/*.vcenter {*/
    /*display: inline-block !important;*/
    /*vertical-align: bottom !important;*/
    /*float: none !important;*/
    /*height: 50px !important;*/
/*}*/
.tt-suggestion:hover{
	color: white;
	background: #2859A2;
	cursor: pointer;
}



.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #2859A2;
}
/*.onoffswitch-inner:before {*/
    /*background-color: #28ad62;*/
    /*color: #ffffff;*/
    /*content: "SI";*/
    /*padding-left: 10px;*/
    /*text-align: left;*/
/*}*/
/*.onoffswitch-inner:after {*/
    /*background-color: #eeeeee;*/
    /*color: #999999;*/
    /*content: "NO";*/
    /*padding-right: 10px;*/
    /*text-align: right;*/
/*}*/
.datepicker{
	z-index:1151 !important;
}
.modal-lg{
	position: relative;
    margin: 30px auto;
}
#sidebar-nav .nav li .submenu > li > a {
    padding-left: 30px;/*40*/
}
#sidebar-nav .nav li .submenu > li > a > i, .submenu > li > a > i {
    margin-right: 5px;
}
.social-box .social-count {
    display: block;
    float: left;
    font-size: 1.5em;
    font-weight: 400;
}
#nav-col{
	width: 170px;
    background-color: #2c2f34;
    height: 100%;
}
#content-wrapper{
	/*margin-left: 170px;*/
	/*margin-right: 80px;*/
    /*overflow: scroll;*/
    overflow-x: hidden;
    height: 100% !important;
}
.navbar > .container .navbar-brand {
	width: 170px;
}
body{
	font-size: 12px;
}

#page-publicidad{
	/*width: 120px;*/
	height: 100%;
}
/*@media (max-width: 991px) {
	#content-wrapper {
		margin-left: 0;
	}
}*/
.money{
	text-align: right;
}

/*****  MexNetwork   ******/

html, body {
    height: 100%;
}

.jumbotron.vertical-center {
    margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {
    min-height: 100%;  /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                        'height' property instead.

                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.

                        In this case the parent of '.vertical-center'
                        is the <body> element */

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;

    /* In legacy web browsers such as Firefox 9
       we need to specify the width of the flex container */
    width: 100%;

    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
       hence the bootstrap's container won't be aligned to the center anymore.

       Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}

/*      */

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/*    btn-divider    */

/*.elements {*/
    /*margin: 35px 0;*/
/*}*/
/*.elements .section-header {*/
    /*margin: 75px 0 45px;*/
/*}*/

/*.section-header {*/
    /*margin: 100px 0 90px; /!*margin: 90px 0 50px;*!/*/
/*}*/
/*.section-header h2,*/
/*.section-header p {*/
    /*text-align: center;*/
/*}*/

.row-divider {
    border-top: solid 1px  white;
    margin-top: 6em;
}

.divider.striped-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.divider.striped-icon:hover,
.divider.striped-icon:focus {
    color: white; /* #28ad62;*/
}
.row.divider.striped-icon {
    position: relative;
}
.divider.striped-icon-n {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.divider.striped-icon-n:hover,
.divider.striped-icon:focus {
    color: #28ad62;
}
.row.divider.striped-icon-n {
    position: relative;
}
.parallax-section-1,
.parallax-section-2,
.parallax-section-3 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.divider {
    position: relative;
   /* margin: 60px 0;**/
}
.striped-icon.divider:before {
    display: none;
}
.divider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e8e9ed;
    top: 50%;
    z-index: -2;
    bottom:50px;
}
.striped-icon {
    background: rgba(232, 233, 237, 0.5);
    color: white;/* #28ad62; */
    font-size: 18px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}
.striped-icon:after {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: content-box #2859A2;
    z-index: -1;
}
.striped-icon:hover {
    background: rgba(40, 173, 98, 0.3);
}
.striped-icon-n {
    /*     background: rgba(232, 233, 237, 0.5); */
    color: #28ad62;
    font-size: 18px;
    margin: auto;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}
.striped-icon-n:after {
    border-radius: 50%;
    border: 1px solid white;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: content-box #e8e8e8;
    z-index: -1;
}

.striped-icon-small {
    /*background: rgba(232, 143, 65, 0.3);*/
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
}
.striped-icon-small:after {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: content-box #e88f41;
    z-index: -1;
}
.striped-icon-xlarge {
    background: rgba(40, 173, 98, 0.6);
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}
.striped-icon-xlarge:after {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: content-box #2859A2;
    z-index: -1;
}
.striped-icon-xlarge span {
    vertical-align: middle;
}
.striped-icon-large {
    background: rgba(232, 233, 237, 0.5);
    color: #28ad62;
    font-size: 35px;
    margin: auto;
    text-align: center;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}
.striped-icon-large span {
    line-height: 80px;
}
.striped-icon-large:after {
    border-radius: 50%;
    border: 2px solid #e8e9ed;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: content-box #ffffff;
    z-index: -1;
}

#tablaBancos_wrapper .dataTables_wrapper, .dataTables_length input {
    border: blue!important;

}


/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
    position:relative;
    padding:15px;
    margin:1em 0 1em;
    /*border:2px solid #ddd;*/
    color:#333;
    background:#efefef;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
    margin-left:20px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
    margin-right:20px;
}

/* Variant : for bottom positioned triangle
------------------------------------------ */

.triangle-border.bottom {
    margin-right:20px;
    margin-bottom: 2em;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 80px;
    border-width: 22px 10px 0;
    border-style: solid;
    border-color: #efefef transparent;
    display: block;
    width: 0;
}

/* creates the smaller  triangle */
.triangle-border:after {
    content:"";
    /*position:absolute;*/
    /*bottom:-13px; /!* value = - border-top-width - border-bottom-width *!/*/
    /*left:47px; /!* value = (:before left) + (:before border-left) - (:after border-left) *!/*/
    /*border-width:13px 13px 0;*/
    /*border-style:solid;*/
    border-color:red transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
    top:-20px; /* value = - border-top-width - border-bottom-width */
    bottom:auto;
    left:auto;
    right:40px; /* controls horizontal position */
    border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
    top:-13px; /* value = - border-top-width - border-bottom-width */
    bottom:auto;
    left:auto;
    right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 13px 13px;
}

/* Variant : bottom
------------------------------------------ */

/* creates the larger triangle */
/*.triangle-border.bottom:before {*/
    /*top:-20px; /!* value = - border-top-width - border-bottom-width *!/*/
    /*bottom:auto;*/
    /*left:auto;*/
    /*right:40px; /!* controls horizontal position *!/*/
    /*border-width:0 20px 20px;*/
/*}*/

/* creates the smaller  triangle */
.triangle-border.bottom:after {
    top:1px; /* value = - border-top-width - border-bottom-width */
    /*bottom:auto;*/
    /*left:auto;*/
    /*/!*right:17px; /!* value = (:before right) + (:before border-right) - (:after border-right) *!/!*/*/
    /*border-width:50px 10px 13px;*/
    background: transparent;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
    top: 12px;
    bottom: auto;
    left: -17px;
    border-width: 10px 17px 10px 0;
    border-color: transparent #efefef;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
    top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
    bottom:auto;
    left:-14px; /* value = - border-left-width - border-right-width */
    border-width:6px 14px 6px 0;
    border-color:transparent #efefef;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
    top:30px; /* controls vertical position */
    bottom:auto;
    left:auto;
    right:-22px; /* value = - border-left-width - border-right-width */
    border-width:20px 0 0 22px;
    border-color:transparent #efefef;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
    top: 34px;
    bottom: auto;
    left: auto;
    right: -14px;
    border-width: 6px 0 6px 14px;
    border-color: transparent;
}


textarea {
    resize: none;
}


/*** wizard parche **/


#sidebar-nav .nav-pills > li{
    float: none;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li.open > a {
    background-color: #428bca;
    border-left-color: #28ad62;
    color: #fff;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #484747;
    color: #fff;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress .bar {
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}



.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{
    border:1px solid #c5dbec;
    background:#dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
    font-weight:bold;color:#2e6e9e
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{
    color:#2e6e9e;text-decoration:none
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{
    border:1px solid #79b7e7;
    background:#d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
    font-weight:bold;color:#1d5987
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{
    color:#1d5987;
    text-decoration:none
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    border:1px solid #79b7e7;
    background:#f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
    font-weight:bold;
    color:#e17009
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{
    color:#e17009;
    text-decoration:none
}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{
    border:1px solid #fad42e;
    background:#fbec88 url("images/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x;
    color:#363636;
}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{
    color:#363636;
}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{
    border:1px solid #cd0a0a;
    background:#fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a
}
.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{
    color:#cd0a0a
}
.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{
    color:#cd0a0a
}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{
    font-weight:bold
}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{
    opacity:.7;
    filter:Alpha(Opacity=70);
    font-weight:normal
}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{
    opacity:.35;
    filter:Alpha(Opacity=35);
    background-image:none
}
.ui-state-disabled .ui-icon{
    filter:Alpha(Opacity=35)
}
.ui-icon{
    width:16px;height:16px
}
.ui-icon,.ui-widget-content .ui-icon{
    background-image:url("images/ui-icons_469bdd_256x240.png")
}
.ui-widget-header .ui-icon{
    background-image:url("images/ui-icons_d8e7f3_256x240.png")
}
.ui-state-default .ui-icon{
    background-image:url("images/ui-icons_6da8d5_256x240.png")
}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{
    background-image:url("images/ui-icons_217bc0_256x240.png")
}

.centered {
    text-align: center;
    font-size: 0;
}

.moneyFont {
    font-family: monospace, "Times New Roman", Serif;
    font-size: 13px !important;
}

.select2-custom-no {
    padding: 0 0 0 0 !important;
    border: none;
}

#tablaCuentasPago_wrapper {
    width: 100% !important;
}

.form-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}
#divReturn{
    position: fixed;
    top: 15%;
    right: 0px;
    margin-left: 0px;
    z-index: 500;
 }
#btnReturn{
    display: none;
}
#banCuentas{
    display: block;
    width: 290px;
}
#tablaBanCuentas{
}
#tablaBanCuentas>tbody>tr:nth-child(odd), .tablaGlo>tbody>tr:nth-child(odd){
    background-color: #F5F5F5;
}
#tablaBanCuentas>tbody>tr:nth-child(even), .tablaGlo>tbody>tr:nth-child(even){
    background-color: #FFFFFF;
}
#tablaBanCuentas>tbody>tr>td, .tablaGlo>tbody>tr>td{
    cursor:pointer;
}

.tablaGlo>tbody>tr:nth-child(even){
    background-color: #F5F5F5;
}
.tablaGlo>tbody>tr:nth-child(odd){
    background-color: #FFFFFF;
}
 .tablaGlo>tbody>tr>td{
    cursor:pointer;
}

.green-tooltip + .tooltip > .tooltip-inner { background-color: #50BD81; }
.green-tooltip + .tooltip > .tooltip-arrow {
    border-left-color: #51BD81;
    border-right-color: #51BD81;
    border-top-color: #51BD81;
    border-bottom-color: #51BD81;
}
.chartjs-tooltip {
     opacity: 0;
     position: absolute;
     background: rgba(0, 0, 0, .7);
     color: white;
     padding: 3px;
     border-radius: 3px;
     -webkit-transition: all .1s ease;
     transition: all .1s ease;
     pointer-events: none;
     -webkit-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
 }

#tablaDocLog{
    margin-bottom: 0;
}
#tablaDocLog>tbody>tr:nth-child(odd){
    background-color: #F5F5F5;
}
#tablaDocLog>tbody>tr:nth-child(even){
    background-color: #FFFFFF;
}
#tablaDocLog>tbody>tr>td{
    cursor:pointer;
}
.badge.badge-notify{
    background:red;
    position:relative;
    top: -5px;
    left: 40px;
}

.close-modal-Val {
    position: absolute;
    top: 40px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.close-modal-Val .lr-Val {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-modal-Val .lr-Val .rl-Val {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rMove{
    cursor: move;
}

.label {
    display: block !important;
}

.select2-chosen{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

#btnFullScreen{
    position: fixed;
    right: 0px;
    z-index: 10;
}

#collapsing-sidebar{
	background-color: #fff;
	border-color: #ddd;
}

.social{
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 2000;
}

.social ul{
    list-style: none;
}

.social ul li{
    cursor: pointer;
}

.social ul li a{
    display: inline-block;
    color: #fff;
    background: #2859A2;
    padding: 8px 2px;
    text-decoration: none;
    transition-timing-function: ease;
    transition: padding 1s;
}

.social ul li a:hover{
    padding: 8px 40px;
}
#page-publicidad{
	transition-timing-function: ease;
	transition: display 1s;
}

#supportTooltip{
    width: 15%;
    top: 44px;
    right: 110px;
    z-index: 2002;
    position: fixed;
    display: none;
}

.tooltip-support, .arrowSupport:after {
    background: black;
    border: 1px solid white;
}
.tooltip-support {
    padding: 10px 22px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px black;
}
.arrowSupport {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: -52px;
    bottom: 10px;
}
.arrowSupport.top {
    top: -16px;
    bottom: auto;
}

.arrowSupport:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrowSupport.top:after {
    bottom: -20px;
    top: auto;
}

.mexerp-link-publicitario {
    color: #f69320;
    cursor: pointer;
    font-weight: bolder;
}

.btnConPLanesModal{
    background-color: #fff;
    color: #28ad62;
    border: 0px;
    border-radius: 2px;
    font-size: 15px;
    padding: 10px;
    transition: box-shadow 0.2s ease;
}

.btnConPLanesModal:hover{
    box-shadow: inset 0px 0px 20px 0px #29ac63;
    transition: box-shadow 0.2s ease;
}

.backGreen{
    background-color: linear-gradient(to right, #ca35ca , #7639d3);
    color: #fff;
    height: 50px;
    margin-top: -1px;
}

.borderNone{
    border:none
}

.spinnerPDF{
    color: #28ad62;
    font-size: 50px;
}

#s2id_CVFOPC.select2-container-disabled .select2-choices,
#s2id_CVFOP.select2-container-disabled .select2-choices,
#s2id_CCVFOP.select2-container-disabled .select2-choices{
    background-color: #fff;
}

#s2id_CVFOPC.select2-container-disabled .select2-choices .select2-search-choice,
#s2id_CVFOP.select2-container-disabled .select2-choices .select2-search-choice,
#s2id_CCVFOP.select2-container-disabled .select2-choices .select2-search-choice{
    background-color: #27ae60;
}


.highlightDT{
    background: #c9ead8 !important;
    background: -webkit-linear-gradient(left, #c9ead8 , #fff)  !important;
    background: -o-linear-gradient(right, #c9ead8, #fff)  !important;
    background: -moz-linear-gradient(left, #c9ead8, #fff)  !important;
    background: linear-gradient(to right, #c9ead8 , #fff)  !important;
    transition: all 1s ease;
}

.odd, .even{
    transition: all 1s ease;
}

/* MODAL SABIAS QUE CER y KEY */

#modalSabiasQueCerKey .modal-dialog .modal-content{
	font-family: 'Helvetica', sans-serif;


	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 rgba(255,255,255,0);
}

#modalSabiasQueCerKey .modal-dialog .modal-body{
	min-height: 800px;
	background-image: url("../../img/Modulo_sabias.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 680px;
}

#modalSabiasQueCerKey .modal-dialog .modal-body h1{
	font-family: 'Helvetica', sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 65px;
	margin-bottom: 30px;
}

#modalSabiasQueCerKey .modal-dialog .modal-body h2{
	font-family: 'Helvetica', sans-serif;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bolder;
	margin-top: 5px;
	padding:0;
}

#modalSabiasQueCerKey .modal-dialog .modal-body span#sabiasQue{
    font-size: 25px;margin-top: 30px;
	font-family: sans-serif;
	color: #FFFFFF;
    font-weight: lighter;
	padding:0;
}

#btnAbrirManual{
	color: #28ad62!important;
	background-color: #C7D9C7;
	font-size: 15px;
	border-radius: 20px;
	line-height: 12px;
    padding: 15px 0 15px 0;
    margin: 20px auto;
    width: 70%;
}

#btnCloseModal{
	color: #28ad62!important;
	background-color: #C7D9C7;
	font-size: 15px;
	border-radius: 20px;
	line-height: 12px;
    padding: 15px 0 15px 0;
    margin: 20px auto;
    margin-bottom: : 20px auto;
    width: 20%;
}

#btnCloseModal:hover, #btnAbrirManual:hover{
	background-color: #FFF;
}

#cerKey{
    border-bottom: none;
    font-family: sans-serif;
    font-weight: bold
}

#h3CerKey{
    font-size: 25px;
    margin-top: 30px;
}

/* END MODAL SABIAS QUE CER y KEY */
