
@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Macondo');
@import url('https://fonts.googleapis.com/css?family=Passion+One');
@import url('https://fonts.googleapis.com/css?family=Bevan');
@import url('https://fonts.googleapis.com/css?family=Chewy');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@import url('https://fonts.googleapis.com/css?family=Bungee');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Londrina+Solid');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


/**********************************************GLOBAL*******************************************************/

*{
	padding:0;
	margin:0;
	border:0;
}

html{
	width:100%;
	height:100%;
}

body{

	width:100%;
	height:100%;
	font-family: 'Comfortaa' , cursive;
	position:relative;
    background-color: #f8f8f8;
}

ul li{
	list-style:none;
}

.section-title{
	color:#000;
	margin-top:100px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:2px;
}


table{
	font-size:0.9em;
}

table .btn{
	padding:2px 5px;
}


.bootstrap-table .fixed-table-body::-webkit-scrollbar {
    width:0.1em !important;
    height:1em !important;
	appearance: scrollbartrack-vertical !important;

}

.bootstrap-table .fixed-table-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0,0,0,0.1) !important;
}

.bootstrap-table .fixed-table-body::-webkit-scrollbar-thumb {
  background-color: darkgrey !important;
  outline: 0.1px solid slategrey !important;
}

.modal-body{
    overflow-x:hidden;
}

.modal-title{
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:bold;
    text-align:left !important;
}

.modal .forgot{
	font-size:0.9em;
}

.modal  label{
    font-size:0.9em;
}

.modal .btn{
    font-size:0.7em !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top:10px !important;
}

.modal  button[type="submit"]{
	background:#7367f0 !important;
	color:#FFF !important;
}

.modal  .btn:hover{
    text-decoration: none !important;
    color:#FFF !important;
}

.tab-pane{
	padding:10px 30px;
}

.form-control{
    font-size: 0.9em !important;
}

form .btn{
    font-size:0.6em !important;
    text-transform: uppercase;
    font-weight: bold;
    padding:5px 10px;
    letter-spacing: 1px;
    border:1px solid #666;
}

form button[type="submit"]{
    background:#7367f0;
}

.cu{
    background:#FFF;
    border-radius: 10px;
}

/***LOGIN*****/

body#login-body{
    background-image: linear-gradient(rgba(115,103,240,1), rgba(115,103,240,0.2));
}

section#login .tag{
    font-weight: bold;
    color:#666;
    font-size:0.8em;
    text-align:center;
}

section#login{
    width:350px;
    margin:10px auto;
    display: block;
    background:#FFF;
    border:1px dashed #7367f0;
    border-radius: 10px;
    padding:30px 10px;
    top:50%;
    transform: translateY(20%);
}

section#login #company{
    text-align: center;
    color:#7367f0;
    font-weight: bold;
}

section#login #company #logo{
    font-size:2em;
}

section#login #company .tag{
    display:block;
    font-size:0.5em;
    margin-top:3px;

}

section#login button[type=submit]{
    color:#FFF;
}

/*******SCROLLBAR*******/

 ::-webkit-scrollbar {
    width: 10px;
  }

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


/*********TABLE********/
.table{
    font-size:0.75em;
    margin:20px 0px;
}

.table th{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:0.9em;
    padding-top:10px;
    padding-bottom:10px;

}

.table td{
    padding:4px 10px;
    vertical-align: middle;
}

.table .action{
    text-align: center;
}

.table .action >  .btn{
    padding:2px 4px;
    font-weight: bold;
    color:#FFF;
    font-size:0.9em !important;
}

/************LOGIN USER*****/

#login-user{
	padding:20px 0px;
}

#login-user #logo{
	font-size: 3em;
}

#login-user #name{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#login-user button[type=submit]{
	background:#7367f0;
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
}
/***************MESSAGE*************/

.has-error{
	border:1.5px solid red;
	border-radius:5px;

}

.error-help-block{
	color:red;
	margin-top:5px;
	font-weight: bold;
	font-size:0.9em;
}

span.alert-success,
span.alert-error,
span.alert-danger{
	display:table;
	margin:10px auto;
	padding-left:20px;
	padding-right:20px;
	font-size:0.9em;
	font-weight: bold;
}

.message{
	position:fixed;
	left:0;
	right:0;
	margin:0 auto;
	top:-100px;
	z-index:200;
	pointer-events: none;
}

.message span.alert-success{
	background:#7367f0;
	color:#FFF;
}

.message span.alert-danger{
	background:#CD5C5C;
	color:#FFF;
}


/** NAV TOGGLE***/
#toggle-nav{
	cursor:pointer;
}

/****FORM****/

form{
	padding:10px 10px;
}

form .action{
	text-align:center;
}

form .action button[type="submit"]{
	background:#7367f0;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}


/****HEADER*****/
header{
    background-color: #FFF;
    font-weight: bold;
    min-height:10px;
    padding:10px 2px 5px 2px;
    color:#7367f0;
}

header .company{
    font-size:1.2em;
    text-align: left;
    margin:0px;
    font-weight: bold;

}

header #nav-toggle{
    float:right;
    display: none;
    font-size:1.5em;
    margin-top:-35px;
}

header .company .tag{
    text-transform: uppercase;
    font-size:0.45em;
    letter-spacing: 1.4px;
    vertical-align: bottom;
}

header .path{
    text-align: center;
    margin:5px 0px 0px 0px;
    font-size:0.9em;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

header ul.action{
    font-size:1em;
    list-style:none;
    margin:0px;
}

header ul.action-right{
    text-align: right;
}

header ul.action-left{
    text-align: left;
}

header ul.action li{
    display: inline-block;
    padding:3px 7px;
    font-size:0.8em;
}

header ul.action li .fa{
    font-size:1.3em;
    vertical-align: middle;
}

header ul.action li .fa-home{
    font-size:1.6em;
}

header ul.action li:nth-child(4) .fa{
    margin-right:5px;
}

header ul.action li span{
    vertical-align: bottom;
    display: inline-block;
    line-height: 1.1em;
    letter-spacing: 1px;
}

header li a{
    color:#7367f0;
}

/****FOOTER********/

footer{
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    background: #FFF;;
    background:#7367f0;
    color:#FFF;
}

footer .tag{
    font-weight: bold;
    font-size:0.8em;
    text-align:center;
    display: inline-block;
    width:49%;
    margin:0px;
}

footer .tag:first-child{
    border-right:2px solid #FFF;
}

/****NAVBAR****/
.navbar{
    min-height:20px;
    background:#FFF;
}
.navbar ul{
    border-radius:10px;
    list-style:none;
    text-align: left;
    margin:0px;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    width: 130px;
    padding:5px 20px 5px 10px;
    border-radius: 5px;
    text-align: center;
    color:#FFF;
    background:#7367f0;
    margin: 2px 0px;
    text-align: left;
    font-size:0.6em;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.navbar ul li a{
    color:#FFF;
    font-weight: bold;
    width:100%;
    text-decoration: none;
}

.navbar ul li .fa{
    font-size:1.2em;
    margin-right:10px;
}

/******MOBILE NAVBAR*****/
#mobile-nav{
    position:fixed;
    top:0px;
    left:0px;
    width:80px;
    bottom:0px;
    overflow-y: auto;
    text-align: center;
    z-index:1000;
    background:#7367f0;
    color:#FFF;
    margin:0;
    transform:translateY(-100%) !important;
    transition:transform 0.3s ease !important;
}

#mobile-nav li{
	display:block;
	width:100%;
	margin:0;
	margin-bottom: 10px;
	text-align:center;
	padding:8px 2px;
}

#mobile-nav li a{
	width:100%;
	display:block;
	font-size:0.7em;
	text-align:center;
    color:#FFF;
	padding:0;
    text-decoration: none;
}

#mobile-nav li a i.fa{
	display: block !important;
	font-size:2.4em !important;
	margin:5px auto 10px auto !important;
}

#mobile-nav.open
{
	transform:translateY(0) !important;
}


/**PLACEHOLDER***/
.placeholder{
    margin-top:10px;
    padding:20px 0px 50px 0px;
}

.placeholder .analytics{
    font-size:0.9em;
}

.placeholder .analytics a{
    text-decoration: none;
}

.placeholder .analytics .stat{
    background: #FFF;
    color:#7367f0;
    font-weight: bold;
    text-align: center;
    margin:0px 0px 10px 0px;
    border-radius: 10px;
    padding:10px 0px;
}

.placeholder .analytics .stat .fa{
    font-size:2.2em;
    font-weight: bold;
    margin:8px 0px;
}

.placeholder .analytics .stat .count{
    font-size:2em;
    font-weight: bold;
}

.placeholder .analytics .stat .text{
    font-size:1em;
    text-transform: uppercase;
    font-weight: bold;
}

.placeholder .analytics .stat-chart{
    background: #FFF;
    color:#7367f0;
    font-weight: bold;
    text-align: center;
    margin:0px 0px 10px 0px;
    border-radius: 10px;
    padding:10px 0px;
}


.placeholder .analytics .stat-chart .text{
    font-size:0.9em;
    text-transform: uppercase;
    font-weight: bold;
    margin:5px 0px;
}

.placeholder .analytics .stat-chart .analysis{
    height:300px;
    width:100%;
}

.placeholder .data-box{
    background:#FFF;
    padding:5px 10px 10px 10px;
    border-radius: 10px;
}

.placeholder .data-box .no-data{
    text-align:center;
    font-size:0.8em;
}

.placeholder .action-btns{
    text-align: right;
    margin:10px 0px;
}

.placeholder .action-btns a{
    background:#7367f0;
	color:#FFF;
    padding:2px 5px;
    font-size:0.7em;
    font-weight:bold;
}

.placeholder .action-btns a .fa:last-child{
    margin-right:5px;
}

/******HOME*************/
section#home #misc{
    text-align: right;
    position: absolute;
    bottom:130px;
    right:50px;
}
section#home #misc .analytics{
    /* margin-top:-20px; */
    font-size:0.7em;
    display: inline-block;
    margin:0px 10px 0px 0px;
}

section#home #misc .analytics .stat{
    background: #FFF;
    color:#7367f0;
    font-weight: bold;
    text-align: center;
    margin:0px 0px 10px 0px;
    border-radius: 10px;
    padding:10px 20px;
}

#import-dialog label{
    font-size:0.6em !important;
    text-transform: uppercase;
    font-weight: bold;
    padding:5px 10px;
    letter-spacing: 1px;
    border:1px solid #666;
}

/********SEARCH UTIL******/
.search-util{
    margin:20px 0px 5px 0px;
}

.search-util .form-control{
    height: 25px !important;
    font-size:0.7em !important;
}

/**********COMPOUNDS*******/
section#compounds table input{
    padding:3px 5px;
    width:60px;
}

section#compounds table input::-webkit-outer-spin-button,
section#compounds table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section#compounds table input[type=number] {
  -moz-appearance: textfield;
}

#export-compound-product-wise-option-modal .btn{
    font-size:0.8em;
}

#export-compound-product-wise-option-modal .btn .fa{
    font-size:1.5em;
}

/*****CU-COMPOUND*****/

section#cu-compounds #compound-products{
    margin-top:0px;
}

section#cu-compounds .form-control{
    font-size:0.8em !important;
}

section#cu-compounds .control-label{
    font-size:0.9em;
}

section#cu-compounds form > .row > .col:first-child{
    border-right:2px dotted #CCC;
}

/******** ADD COMPOUND PRODUCT MODAL *******/

#add-compound-product-modal #product-list{
    min-height: 10px;
    max-height: 400px;
    overflow-y: auto;
    padding:5px 0px;
}

#add-compound-product-modal .btn{
    padding:4px 10px;
    border:1px solid #666;
    font-size:0.7em;
}

#add-compound-product-modal .btn.submit{
    background: #7367f0;
    color:#FFF;
}

#add-compound-product-modal .product{
    border:1px solid #7367f0;
    color:#7367f0;
    font-size:0.75em;
    border-radius: 5px;
    padding:5px 10px;
    font-weight: bold;
}

#add-compound-product-modal .product.active{
    background: #7367f0;
    color:#FFF;
    font-size:0.8em;
}

#add-compound-product-modal .product.added{
    display: none;
}
