/* Styles all pages */

.clear {
    clear: both;
}

.tableList {
    border: 2px solid #c2c2c2;
    font-size: 14px;
}
.tableList a {
    text-decoration: none;
}
.tableList img {
    width: 20px;
    height: auto;
}
.tableList th,
.tableList td {
    /*text-align: center;*/
    padding: 5px;
}

.btn-new a,
.btn-new a:hover {
    margin-right: 25px;
}
.gradient:hover {
    -webkit-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -o-filter: brightness(1.1);
}
.gradient:active {
    -webkit-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -o-filter: brightness(0.9);
}
.white,
.white:hover,
.white:focus {
    color: #fff;
}

#table_contact .glyphicon {
    font-size: 25px;
}
.tableList .glyphicon {
    font-size: 20px;
}
.well label {
    margin: 7px 0;
}

#footer a {
    color: white;
    font-size: 13px;
}
#menu-principal span, #menu-config span {
    color: #0140be;
    font-size: 90px;
    padding: 5px;
}

.extra_margin_top{
    margin-top: 15px;
}
.extra_margin_bottom{
    margin-bottom: 15px !important;
}
.only_one_menu{
     margin-left: 37.5% !important;
}

.dropdown-menu>li>a{
	white-space: pre-line !important;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	/* Set the fixed height of the footer here */
	min-height: 70px;
	background-color: #0140be;
}

html, body{
	height: 100%;
}

.container_login{
	margin-left: 0 !important;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sub_main, .full_width{
	width: 100%;
}

.text_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-inp{
	color: #ffffff !important;
}

.glyphicon-caret{
	font-size: 10px;
}

@media screen and (max-width: 340px)
{
	#footer a {
		font-size: 12px !important;
	}
}

.custom_glyph_param{
	font-size: 20px;
    padding-top: 5px;
}
.img-center{
	text-align: -webkit-center;
}
textarea {
    resize: none;
}

.eliminar, .agregarCampo{
	cursor: pointer !important;
}
.img_div_account{
    height: 160px;
}
.contact_img{
	max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;}

.favicon_options{
   border: 1px solid #ddd;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
   border-radius: 5px;
}
.radio_aling{
    padding: inherit;
    padding-top: 7px;
}
.favicon_radio{
    margin: 10px 0 0 !important;
}

.no-padding{ padding: 0px !important;}
.codedirection { unicode-bidi: bidi-override; direction: rtl;}
/*.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover{color:#ffffff !important;}*/

/*iconos*/
/*#menu-principal .thumbnail {
line-height: 1.6;
padding: 7px 4px;
min-height: 194px !important;
}*/

.grecaptcha-badge{bottom: 80px !important;}
