

/**
CSS Modifiers
**/

/* User Login Profile (Header) */
.login-profile .dropdown-menu {
	left: auto!important;
	transform: translate3d(0px, 64px, 0px)!important;
}
.login-profile .dropdown-menu .dropdown-item {
	color: #212529;
}

/* Dropdown */
.dropdown-toggle:after{
	display: none;
}

/* BTNS */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.fix-btn:hover, .fix-btn:active, .fix-btn:focus {
    background-color: #b5254f;
    border-color: #b5254f;
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.fa-sort {
	color: #45aed6;
}
.fix-btnBuscar {
    color: #fff;
    background-color: #516bad;
    border-color: #516bad;
}
.fix-circle {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    margin-bottom: 10px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type="checkbox"] {
	width: 32px;
	height: 32px;
}
input[type="checkbox"].input-small {
	width: 18px;
	height: 18px;
}
.fa-sort,
.fa-sort-down,
.fa-sort-up {
	font-weight: 900;
}

/* Table */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.table>:not(:first-child) {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.clickeable:hover {
    background-color: #ccbbcc !important;
}

.input-group-addon {
	display: flex;
	margin: 0;
	align-items: center;
	border-left: 0;
}
/* Pólizas */
.fix-circle2 {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 100%;
}

/* Modal */
.modal-header .close {
	position: absolute;
	right: 15px;
	font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
	opacity: .2;
	padding: 0;
	outline: none;
	border: 0;
	cursor: pointer;
}
@media (min-width: 768px) {
	.modal-dialog {
	  width: 80%;
	  max-width: 1320px;
	}
	.w-md-auto {
		width: auto!important;
	}
}

/* Fonts */
.h4, h4 {
    font-size: 18px;
}


/* Custom Queries */

@media screen and (max-width: 767px) {
	ul.dropdown-menu {
		position: relative!important;
		left: auto!important;
		border: 0;
	}
}