html, body {

}

a{
  color: #7C0A09;
}

a:hover, a:active, a:focus {
    color: #900E0D;
    text-decoration: underline;
}

.label-primary{
  background-color: #7C0A09 !important;
}

/*==================================================== BUTTONS ====================================================*/

.btn.pull-right{
  margin-left: 5px;
}

.btn-default a {
	color: #333;
	text-decoration: initial;
}


.btn-primary {
  background-color: #7C0A09;
  border-color: #5A0808;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #8E0F0E;    border-color: #5A0808;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
   background-color: #8E0F0E;    border-color: #5A0808;
}


.btn-success {
  background-color: rgba(54, 157, 42, 1);
  border-color: rgba(32, 115, 23, 1);
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: rgba(65, 171, 53, 1);
    border-color: rgba(54, 157, 42, 1);
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: rgba(65, 171, 53, 1);
    border-color: rgba(54, 157, 42, 1);
}

/*==================================================== BUTTOn DROPDOWN ====================================================*/

.dropdown-menu {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  border-color: #ddd;
  background-color: #f4f4f4;
  border-radius: 2px;
}

.switchStore .dropdown-menu {
    left: auto;
    right: 0px;
    background: #5A0600 !important;
    border: none;
}

.switchStore .dropdown-menu .divider {
    background: rgba(255,255,255,0.2);
}

.switchStore .dropdown-menu li a {
    font-weight: bold !IMPORTANT;
}

.switchStore .dropdown-menu li.selected a,.switchStore .dropdown-menu li a:hover {
    background: #73211E;
    color: #fff;
}

.switchStore .dropdown-menu li.disabled a {
    font-weight: normal !important;
    opacity: 0.5;
    display: none;
}

/*==================================================== VALIDATION CLASSES ====================================================*/

.form-control:not([readonly]):hover, .form-control:focus {outline: 0;-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.1) ;box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.1) ;border-color: #aaa !important;}
.passed{outline: 0;-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.1);box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);border-color: #aaa  !important;}
.passed:hover{border-color: #14770D !important;}
.errorFailed{outline: 0;-webkit-box-shadow: inset 0px 0px 0px 3px rgba(200,0,0,0.6)  !important;box-shadow: inset 0px 0px 0px 3px rgba(200,0,0,0.6) !important;border-color: #FF0007  !important;}
.errorFailed:hover{border-color: #FF0007  !important;}
.errorPassedCheckBox{border-color: #00FF03;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102, 233, 153, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102, 233, 134, 0.6);}
.errorFailedCheckBox{border-color: #FF0000;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233, 102, 102, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233, 102, 112, 0.6);}


/*==================================================== MAIN HEADER ====================================================*/

.main-header .logo {
	position: relative;
	text-align: center;
	background: #5A0600;
	width: 170px;
}

.main-header .logo img{
	z-index: 10;
	position: relative;
	height: 100px;
	margin: 10px 0 0 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.sidebar-collapse .main-header .logo img{
    height: 80px;
    margin: 5px 0 0 -10px;
}

.main-header .navbar {
	background-color: #5A0600;
}

.main-header .navbar a {
    color: #fff;
}

.main-header .nav>li>a:focus, .main-header .nav>li>a:hover, .main-header .nav .open>a, .main-header .nav .open>a:focus, .main-header .nav .open>a:hover {
    text-decoration: none;
    background-color: #990000;
}

.user-menu.open .dropdown-menu {
    background-color: #3F110F;
    border: none;
    padding: 0px;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    background: #990000;
    border: none;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
    padding: 0px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border: none;
}


.content-header>h1{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.sidebar-collapse .content-header>h1{
  padding-left: 150px;
}

/*=============================================== USER PANEL ===============================================*/

.user-panel>.info {
  color: rgba(255,255,255,0.6);
  padding: 5px 5px 5px 5px;    font-size: 16px;
}

	.user-panel>.info>p {
	  margin-bottom: 0px;
	  color: #fff;
	  text-transform: uppercase;

	  line-height: 1;
}

.user-panel>.info>p span {
    color: rgba(255,255,255,0.3);
    text-transform: initial;
    display: block;
    font-size: 11px;
    font-weight: normal;
}

/*=============================================== SIDEBAR ===============================================*/

.main-sidebar {
	background: #5A0600;
	width: 170px;
	padding-top: 115px;
}

.sidebar-menu > li.header {
	background-color: #770800;
	color: rgba(255,255,255,0.35);
	font-weight: bold;
}

.sidebar-menu>li>a {
  padding: 12px 5px 12px 15px;
  display: block;
  color: rgba(255,255,255,0.6);
  border-left: 0px solid #5A0600;
  text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li.active > a {
	border-left: 4px solid #770800;
	color: rgba(255,255,255,1);
}

/*==================================================== MAIN AREA ====================================================*/

.content-wrapper {
  background-color: #e6e1ce;
}

.callout.alert{
	background: #cdc39d !important;
	border: none;
	box-shadow: inset 0 -1px 5px rgba(0,0,0,0.3);
	border-radius: 0px;
	color: #333 !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

}

.sidebar-collapse .callout.alert {
    padding-left: 170px;
}

.callout.alert {
}

	.callout.alert .fa-warning{
		color: #a00;
	}

.content-wrapper .content-header{
  float:left;
}

.content{
  clear:left;
}


/*==================================================== CONTENT BOXES ====================================================*/

.box {
	box-shadow: 0 3px 2px rgba(0,0,0,0.2);
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

.box.box-primary {
  border-top-color: #980D15;
}




/*==================================================== TABLE ====================================================*/

.table>thead>tr>th{
    padding: 0 8px !important;

    line-height: 36px;
    position: relative;
}

table.dataTable thead .sorting {
    background: none;
}

table.dataTable thead .sorting:after {}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 1px solid #ddd;
}


.table tbody tr th.sorting_1, .table tbody tr td.sorting_1,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc {
  background: #D3CEB4;
}

table.dataTable thead th:before {
    content: "\f107";
    display: inline-block;    font: normal normal normal 14px/1 FontAwesome;    font-size: inherit;    text-rendering: auto;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;    transform: translate(0, 0);
    position: absolute;
    right: 8px;
    top: 10px;
    opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

table.dataTable thead th.sorting_desc:before {
    opacity: 1;
}

table.dataTable thead th.sorting_asc:before {
    opacity: 1;
    transform: rotateZ(180deg);
}

.dataTables_scrollBody thead th.sorting_desc:before {
    display: none;
}

.dataTables_scrollBody thead th.sorting_asc:before {
    display: none;
}

.dataTables_scrollHead thead th.sorting_desc:before {
    display: block;
}

.dataTables_scrollHead thead th.sorting_asc:before {
    display: block;
}

.table.billingTable>tbody>tr>td {
    border-top: 1px solid #CDC7A9 !important;
}



.table tbody tr:hover th, .table tbody tr:hover>td {
    background: #D7D2BA;
}

.table tbody tr:hover td td {
  background: #fff !important;
}


.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #E0DBC5;

}

/*==================================================== MODAL ====================================================*/


.modal-content{
    background: #e6e1ce !important;

    z-index: 99999;
}

.modal-header {
    border-top: 3px solid #7C0A09 !important;
}

.modal-title {
    text-transform: uppercase;
}
