/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
body {
	font-family: 'Lora', Georgia, "Times New Roman", serif;
}

.smart-style-1 #header {
    background-image: none;
    background-color: #2a333f;
}

.smart-style-1 #logo-group {
    background: #2a333f !important;
}

#extr-page #header {
    border-bottom: 1px solid #666 !important;
    background: #2a333f !important;
}

.smart-style-2 .btn-primary, .smart-style-2 .smart-form .button {
    background-color: #729ec1;
    border-color: #709dc1;
}
 
.smart-style-2 .btn-primary.active, .smart-style-2 .btn-primary:active, .smart-style-2 .btn-primary:focus, .smart-style-2 .btn-primary:hover, .smart-style-2 .open .dropdown-toggle.btn-primary {
    background-color: #386099;
    border-color: #709dc1;
}

.smart-style-1 .page-footer, .smart-style-1 .superbox-show, .smart-style-1 aside {
    background: #2a333f;
}

.btn-primary {
    background-color: #729ec1;
    border-color: #709dc1;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background-color: #386099;
    border-color: #709dc1;
}

.smart-style-1 .login-info a, .smart-style-1 .login-info strong, .smart-style-1 nav ul li a {
    color: #d2d5db;
}

.smart-style-1 nav ul li a:hover {
    color: #f4f8fb;
}

.smart-style-1 .jarviswidget-color-darken > header {
    background: #2a333f !important;
    border-color: #2a333f !important;
}

.bg-color-blueDark {
    background-color: #729ec1 !important;
}

.bg-color-blueDark:hover {
    background-color: #386099 !important;
}

.input-cell {
	padding: 8px 0px !important;
}

.input-cell input[data-decimal-mask] {
	border: none;
	padding-right: 3px;
	width: 100%;
}

.input-cell input[data-decimal-mask][disabled], .input-cell input[data-decimal][disabled] {
	border: none;
	background-color: #d6dde7;
	padding-right: 3px;
	width: 100%;
}

.input-cell input[data-decimal][disabled] {
	text-align: right;
}

#mes > th {
    text-align: center;
}

.btn-cancel { 
  color: #FFFFFF; 
  background-color: #DD6B55; 
  border-color: #DD6B55; 
} 
 
.btn-cancel:hover, 
.btn-cancel:focus, 
.btn-cancel:active, 
.btn-cancel.active, 
.open .dropdown-toggle.btn-cancel { 
  color: #FFFFFF; 
  background-color: #D46752; 
  border-color: #DD6B55; 
} 
 
.btn-cancel:active, 
.btn-cancel.active, 
.open .dropdown-toggle.btn-cancel { 
  background-image: none; 
} 
 
.btn-cancel.disabled, 
.btn-cancel[disabled], 
fieldset[disabled] .btn-cancel, 
.btn-cancel.disabled:hover, 
.btn-cancel[disabled]:hover, 
fieldset[disabled] .btn-cancel:hover, 
.btn-cancel.disabled:focus, 
.btn-cancel[disabled]:focus, 
fieldset[disabled] .btn-cancel:focus, 
.btn-cancel.disabled:active, 
.btn-cancel[disabled]:active, 
fieldset[disabled] .btn-cancel:active, 
.btn-cancel.disabled.active, 
.btn-cancel[disabled].active, 
fieldset[disabled] .btn-cancel.active { 
  background-color: #DD6B55; 
  border-color: #DD6B55; 
} 
 
.btn-cancel .badge { 
  color: #DD6B55; 
  background-color: #FFFFFF; 
}

.table-striped > tbody > tr:nth-of-type(2n+1) input {
	background-color: #F9F9F9;
}

.input-cell input {
	border: none;
	width: 100%;
}