/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 29, 2018, 11:45:30 AM
    Author     : peter
*/
.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
.error {
   color: #ff0000;
   font-size: 12px;
   margin-top: 5px;
   margin-bottom: 0;
}
 
.inputTxtError {
   border: 1px solid #ff0000;
   color: #0e0e0e;
}

    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Comfortaa', cursive;
    background: #fafafa;
}

.master-font {
    font-family: 'Comfortaa', cursive;
    background-color: #272727;
	color: #d2d2d2;
}
.company-font {
    font-family: 'Comfortaa', cursive;
    font-size: 26px;
    font-style: italic;
    color: #fff;
}
.user-font {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
   
    color: #fff;
}
.field-font {
    font-family: 'Comfortaa', cursive;
    background-color: #FF0000;
	color: #d2d2d2;
}
.master-font-menu {
    font-family: 'Comfortaa', cursive;
    background-color: #272727;
	color: #2900f9;
}


p {
    font-family: 'Comfortaa', cursive;
    font-size: 12;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 15px 10px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px; 8/
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
    box-shadow: none !important;
    margin-left: 240px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.login {
   
    background: #fff;
    border: none;
    border-radius: 0;
    
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
    box-shadow: none !important;
   width: 70px;
   height: 70px;
   float: right;
   padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.side-nav.fixed {
    box-shadow: none !important;
    position: fixed;
    width: 15rem;
    left: 0;
    top: 0;
    margin: 0;
    margin-top: 100px;
}

.side-nav.fixed ul li ul li a {
    color:#fff;
}

.side-nav.fixed ul li ul li ul li a {
    color:#fff;
}

.side-nav.fixed ul li ul li ul li a:hover {
    color:#e76049;
	padding-left: 5px;
	border-radius: 0px;
	border-left: 5px solid #e76049;
	background-color: #000;
}

.activePage a {
    color:#e76049;
	padding-left: 5px;
	border-radius: 0px;
	border-left: 5px solid #e76049;
	background-color: red;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.vl {
  border-left: 1px solid #88939a;
  height: 70px;
  color: #d2d2d2;
  padding-left: 25px;
}
.vl2 {
  border-left: 1px solid #88939a;
  height: 30px;
  color: #d2d2d2;
 
}
.vl3 {
  border-left: 1px solid #88939a;
  height: 70px;
  color: #d2d2d2;
 
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.logoarea {
    display: flex;
    width: 200px;
	height: 200px;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #272727;
    color: #d2d2d2;
    transition: all 0.3s;
    padding-left: 15px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 5px;
    padding-bottom: 0;
    background: #272727;
    color: #ff7f00;
    font-size: 14px;
}

#sidebar ul.components {
    padding: 10px 0;
    border-bottom: 0px solid #47748b;
}

#sidebar ul p {
    color: #4c646f;
    padding: 0px;
    background-color: #272727;
    font-size: 12px;
}

#sidebar ul li a {
    
    font-size : 12px;
    display: block;
    padding : 10px 5px 10px 15px;
    display : block;
    border-left : 3px solid transparent;
    
}

#sidebar ul li a:hover {
    color: #ff7f00;
    background: #232c30;
    border-left-color : #3c8dbc;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2b2b2b;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    
    padding-left: 20px !important;
    
    padding : 5px 5px 5px 15px;
  display : block;
  font-size : 14px;
  color : #8aa4af;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

a.dashboard::before,
a.sales::before,
a.purchases::before,
a.accounting::before,
a.brewhouse::before,
a.inventory::before,
a.pos::before,
a.wholesale::before,
a.calendar::before,
a.employees::before,
a.payroll::before,
a.reports::before,
a.logout::before,
a.blog::before,
a.help::before{
   font-family: "Font Awesome\ 5 Free";
   display: inline-block;
   padding-right: 12px;
   vertical-align: middle;
   font-weight: 900;
   font-style: normal;
  font-variant: normal;
  text-rendering: auto;
   -webkit-font-smoothing: antialiased;
}

a.dashboard::before {
   content: "\f3fd";
}
a.sales::before {
   content: "\f15c";
}
a.purchases::before {
   content: "\f07a";
}
a.accounting::before {
   content: "\f02d";
}
a.brewhouse::before {
   content: "\f0fc";
}
a.inventory::before {
   content: "\f15c";
}
a.pos::before {
   content: "\f1ec";
}
a.wholesale::before {
   content: "\f275";
}
a.calendar::before {
   content: "\f073";
}
a.employees::before {
   content: "\f007";
}
a.payroll::before {
   content: "\f3d1";
}
a.reports::before {
   content: "\f080";
}
a.logout::before {
   content: "\f00d";
}
a.blog::before {
   content: "\f0c0";
}
a.help::before {
   content: "\f059";
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
.green-border-focus .form-control:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}
.header-size{
    font-size: 30px;
    font-weight: bold;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}