/*

Machacamos los estilos de bootstap que nos interese

*/
/* check personalizado, addons de bootstrap y label primary*/
/* background primary button */
/* border color buttons */
/* hover del secondary y titulos */
/* disabled menu */
/* roll overs radios y checks buttons */
/* roll overs sobre azul oscuro */
/* color anchors */
/*=====================================================
	BODY
=====================================================*/
@font-face {
  font-family: Calibri;
  src: url("fonts/CALIBRI.eot");
}

@font-face {
  font-family: Calibri;
  src: url("fonts/CALIBRI.ttf");
}

body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #162437 !important;
  /*
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
*/
}

/*=====================================================
	ANCHORS
=====================================================*/
/*
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
*/
a, a:focus, a:hover {
  color: #b06f00;
  text-decoration: none;
}

/*=====================================================
	FORMS CONTROLS
=====================================================*/
/*
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
*/
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-control:focus {
  border-color: #162437;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #cfd8e5;
}

/*=====================================================
	BOTONES
=====================================================*/
/*
Original bootstrap

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
	.btn-primary:hover {
		color: #fff;
		background-color: #286090;
		border-color: #204d74;
	}

	.btn-primary.focus, .btn-primary:focus {
		color: #fff;
		background-color: #286090;
		border-color: #122b40;
	}	

	.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #286090;
		border-color: #204d74;
	}	

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
*/
.btn-primary {
  background-color: #162437;
  border-color: #3d6399;
}

.btn-primary:hover {
  background-color: #335380;
  border-color: #162437;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #335380;
  border-color: #162437;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #335380;
  border-color: #162437;
}

.btn-secondary {
  background-color: #FFF;
  color: #162437;
  border-color: #3d6399;
}

.btn-secondary.btn.focus, .btn-secondary.btn:focus, .btn-secondary.btn:hover {
  color: #5285cc;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  filter: alpha(opacity=30);
  opacity: .30;
}

.btn-default.focus, .btn-default:focus, .btn-default:hover {
  background-color: #cfd8e5;
}

/*=====================================================
	ELEMENTO MENUS / DESPLEGABLES
=====================================================*/
/*
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #162437;
}

/*
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
*/
.dropdown-header {
  background-color: #5285cc;
  color: #FFF;
}

/*
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
*/
.dropdown-menu .divider {
  background-color: #5285cc;
}

/*=====================================================
	EL SELECT DE BOOTSTRAP
=====================================================*/
/* El select de bootstrap */
BUTTON[aria-disabled="true"]:hover,
BUTTON[aria-disabled="true"] {
  background-color: #eee !important;
  opacity: 1 !important;
}

/*
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}
*/
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

/*=====================================================
	VENTANA MODAL
=====================================================*/
.modal.in {
  background-color: RGB(255, 255, 255, 0.5);
}

/*=====================================================
	ADDON
=====================================================*/
/*
.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-group-addon {
  color: #FFF;
  background-color: #294266;
}

/*=====================================================
	TABLES
=====================================================*/
/*
.table>thead>tr>th {
    vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
*/
.table {
  border: solid 1px #cfd8e5;
}

.table > thead > tr > th {
  border-bottom: 1px solid #294266;
}

.table > thead > tr:first-child > th.dt-group {
  border-left: 1px solid #cfd8e5;
}

.table > thead > tr:last-child > th.dt-group {
  border-left: 1px solid #cfd8e5;
}

table.dataTable th,
table.dataTable td {
  font-size: 14px !important;
}

/*=====================================================
	LABELS
=====================================================*/
.label-primary {
  background-color: #5285cc;
}
