﻿.bg-login {
    background-image: url("../../../img/bg-img/bg-img-9.jpg");
}
.input-validation-error {
    border: 1px solid #a94442;
    background-color:#FFEEEE;
}
.input-validation-error-select2 {
    /*border: 1px solid #a94442;*/
    border-color: #a94442 !important;
    background-color:#FFEEEE !important;
}
.field-validation-error
{
    color:#a94442;
    margin:0px 0px 0px 10px;
}

.has-error {
    /*border-color: #dd4b39 !important;*/

    border-color: #a94442 !important;
    background-color:#FFEEEE !important;
}

/* *********  no more table  *************************************** */
@media only screen and (max-width: 960px) {
	
	/* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	/*.no-more-tables tr { border: 1px solid #ccc; }*/
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee;*/ 
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}
/* ********* / no more table  *************************************** */
#gridPrincipal
{
    padding-bottom:15px;
}
.colunaAcao{
    width:50px;
}
.colunaAcao80px{
    width:80px;
}
@media only screen and (min-width: 768px) {
    #gridPesquisa .dropdown-menu {
        top: 35px !important;
        left: auto !important;
        right: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    #gridPesquisa .dropdown-menu {
        left: 50% !important;
    }
}
ul.dropdown-menu a:hover
{
    background-color: #f9f7f7 !important;
}
.gridSpan {
    display:block;
}
.icon-margin-4px{
    padding:4px 0px 0px 0px;
}
.icon-margin-left-right-5px{
    padding:0px 5px 0px 5px;
}
.clear-input-group-addon
{
    border:none;
}
.block-bold{
    display:block;
    font-weight:bold;
}

.select2 {
    width:100%!important;
}
.img-logo
{
    width:220px;
}

.uploadImage {
    border: 2px dashed rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.025);
    padding: 2px 2px;
    text-align:center;

    width: 190px;
    min-height: 100px;
}
.uploadImage img {
    width: 180px;
}


.img-logo-bpw {
    width: 180px;
}
.fileinput-button
{
    
}

.list-header a {
    color: #1e2e40 !important;
    padding: 0px 0px !important;
}

/*.sub-menu ul a {
    padding-right: 30px !important;
}*/
#mainnav-menu ul a, .menu-popover .sub-menu ul a {
    padding: 10px 20px 12px 30px !important;
}