/* LOGIN */

.login-container {
    margin-top: 40px;
    background-color: white;
    border: solid 1px #dadada;
    padding: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.login-header {
    background-color: #5f5f5f;
    color: white;
    margin: -14px;
    padding: 12px;
    margin-bottom: 10px;
}

/* NAVIGATION BAR */

.navbar {
	background-color: #cc3333;
}
.nav-brand {
	margin-right: 30px;
	margin-left: 10px;
	width: 400px;
}
@media only screen and (max-width: 600px) {
    .nav-brand {
        margin-right: 5px;
        margin-left: 10px;
        width: 300px;
    }
}
#navbarSupportedContent a {
	font-weight: bold;
}

.custom-drop {
    background-color: #494848;
}
.custom-drop a {
    color: white;
}

/* HTML */

.wrapper {
	padding: 0 30px;
}

.hide_on_start {
    display: none;
}

/* SECTIONS */

.report-section {
    border: 1px #dedede solid;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #e6e6e6;
    overflow: hidden;
    margin-bottom: 30px;
}
.triangle-accesory {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #ce2d2c transparent transparent;
    right: 15px;
    top: 0;
    position: absolute;
}
.report-section p {
    min-height: 100px;
}

/* LABELS */

label {
	color: #cd3030;
	font-weight: bold;
}

.label-subtitle {
	color: #750000;
	font-weight: normal;
}

/* INPUTS */

.form-control:focus {
	border-color: #cd3030;
    box-shadow: 0 0 0 0.2rem rgba(205, 48, 48, 0.24);
}
.is-error {
	color: #cd3030;
}
.error {
	color: #cd3030;
	font-size: 0.8rem;
}

.form-check label, .form-check input{
	cursor: pointer;
}

.is-highlight {
    color:#9a0000;
}

/* BUTTONS */

.btn-primary {
	color: white;
	font-weight: bold;
    background-color: #cd3030;
    border-color: #bd1f1f;
}
.btn-primary:hover {
	background-color: #ad2424;
	border-color: #bd1f1f;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 0, 0, 0.5);
}
.btn-primary:active {
	box-shadow: 0 0 0 0.2rem rgba(191, 0, 0, 0.5) !important;
    background-color: #821a19 !important;
    border-color: #bd1f1f !important;
}

.month-picker-year-table .month-picker-title .ui-button {
    color: black;
}
.month-picker-year-table .month-picker-title .ui-button :hover{
    color: gray;
}

/* HEADERS */

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #cd3030;
}
.page-subheader {
    margin-top: -12px;
    margin-bottom: 30px;
}

/* TABLES */

#shopping_cart table tr td {
    border-top: 1px solid #ce2d2c;
}

.table-custom-header {
    background-color: #464646;
    color: white;
    margin: 0px;
    font-size: 1.2em;
}

.report-section-title {
    background-color: #d4d4d4;
}

.report-subsection-title {
    background-color: #f3f3f3;
}

.td-collapse-container {
    padding: 0px !important;
}

.btn-detail {
    margin-right: 10px;
    height: 35px;
    width: 35px;
    padding: 0px;
    border-radius: 10px;
}

.btn-info {
    color: white;
    font-weight: bold;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*.btn-info.green:active, .btn-info.green:hover, .btn-info.green:focus, .btn-info.green:checked {
    background-color: #28a745 !important;
}
.btn-info.red:active, .btn-info.red:hover, .btn-info.red:focus, .btn-info.red:checked {
    background-color: #cd3030 !important;
}
.btn-info.blue:active, .btn-info.blue:hover, .btn-info.blue:focus, .btn-info.blue:checked {
    background-color: #007bff !important;
}*/

.btn-info.green:not(:disabled):not(.disabled).active, .btn-info.green:not(:disabled):not(.disabled):active, .show>.btn-info.green.dropdown-toggle, .btn-info.green:active, .btn-info.green:hover, .btn-info.green:focus, .btn-info.green:checked {
    background-color: #28a745 !important;
}

.btn-info.red:not(:disabled):not(.disabled).active, .btn-info.red:not(:disabled):not(.disabled):active, .show>.btn-info.red.dropdown-toggle, .btn-info.red:active, .btn-info.red:hover, .btn-info.red:focus, .btn-info.red:checked {
    background-color: #cd3030 !important;
}

.btn-info.blue:not(:disabled):not(.disabled).active, .btn-info.blue:not(:disabled):not(.disabled):active, .show>.btn-info.blue.dropdown-toggle, .btn-info.blue:active, .btn-info.blue:hover, .btn-info.blue:focus, .btn-info.blue:checked {
    background-color: #007bff !important;
}

@media print {
   .botonera {
       display: none;
    }
    @page  
    { 
        size: auto;
        margin: 10mm 10mm 10mm 10mm;  
    } 
}