body {
    position: relative;
    background-color: #F4F4F2;
    color: #444444;
    padding-top: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.topbar{
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    border-bottom: none;
    background-color: #fff;
    z-index: 2001
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 2em;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  background-color: #03A9F4;
    color: #fff;
}
.navbar-nav>li>a span
{
    font-size: 0.5em;
    margin-right: 10px;
}
.navbar-form .input-group.input-group-sm{
   width: 100%;
}
.navbar-form .input-group>.form-control {
    width: 100%;
    padding: 18px 20px;
    border-radius: 22px;
    font-size: 1.2em;
}
.navbar-form .input-group>.form-control {
    width: 100%;
    padding: 17px 20px;
    border-radius: 22px;
    font-size: 1.2em;
    padding-top: 19px;
}
a.user-profile img{
    border-radius: 50%;
}
.top-search{
    margin-top: 12px;
}
.top-search button.btn {
    padding: 5px 10px !important;
    height: 36px !important;
    border: none;
    margin-left: -40px !important;
    border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
    margin-top: 0px;
}
.top-search button i {
    font-size: 1.7em;
    color: #A2A2A2;
}
 #my_company {
    display: block;
    position: absolute;
    top: -20px;
    margin-left: -5.5em;
    text-align: center;
    font-weight: 500;
    padding: 0;
    padding-right: 0em;
    margin-top: 1.5em;
    z-index: 0;
    border-right: 1px solid #ddddd6;
}
#my_company li.active a{
	color:#333;
}
#container{
    position: relative;
    margin-top: 20px;
}

#my_company nav li.active:before, #my_company nav li.active:after {
    top: 1.75em;
    margin-top: 0;
}

#my_company nav li.active:before {
    top: 50%;
    margin-top: -8px;
    right: 0;
    border-right-color: #c5c5bb;
}
#my_company ul{
   
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
#my_company ul li a .fa{
    display: block;
    font-size: 3em;
}
#my_company ul li a .title{
    font-weight: 300;
}
#my_company nav a {
    font-size: 0.8em;
    line-height: 2em;
    display: block;
    margin: 0;
    padding-bottom: 1em;
    text-align: center;
    color: #a9aebf;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    transition: color 1s;
    text-decoration: none;
}
#my_company nav a:hover {
    color: #03A9F4;
}
#my_company nav li.active:before, #my_company nav li.active:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f4f4f2;
    z-index: 1;
}
#my_company nav li.active:before, #my_company nav li.active:after {
    top: 1.75em;
    margin-top: 0;
}
#my_company nav li.active:before {
    top: 50%;
    margin-top: -10px;
    right: 0;
    border-right-color: #c5c5bb;
}
#my_company nav li.active {
    position: relative;
}
#my_company nav li {
    position: relative;
    PADDING-RIGHT: 1em;
}
a.user-profile .caret {    
    margin-left: -5px;
}
.fieldgroup li.active{
    position: relative;
}
.fieldgroup li.active a{
    font-weight: bold;
    color: #333;
}
.content-body{
    background-color: #fff;
        border: 1px solid #ddddd6;
    background-color: white;
    box-shadow: #e6e6e1 4px 6px 0 0;
    padding:1.5em 1.5em 1.5em 1.5em;
   min-height: 32em;
   margin-bottom:30px;
    
}
a. user-profile span{
    max-width: 100px;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-profile-wrapper{
    position: relative;
}
.user-profile-wrapper .dropdown{
    float: right;
}
.side-nav {
    padding-top: 20px;
    padding-right: 0px;
}
.fieldgroup {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar_nav li {
    font-size: .875em;
    line-height: 1.71428571em;
    line-height: 1.2em;
}

.sidebar_nav li a, .sidebar_nav li label {
    display: block;
    position: relative;
    padding: 1.11428571em 1.71428571em 1.11428571em 0;
    color: #747d98;
    border-bottom: 1px solid #ddddd6;
    text-decoration: none;
}

.sidebar_nav li a:hover{
    
    color: #27C1E3;
    border-bottom: solid 2px #27C1E3; 
}

.sidebar_nav li.active:before, .sidebar_nav li.active:after, .sidebar_nav li.checked:before, .sidebar_nav li.checked:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
    z-index: 1;
}
.sidebar_nav li.active:before, .sidebar_nav li.checked:before {
    top: 50%;
    margin-top: -8px;
    right: 0;
    border-right-color: #c5c5bb;
}
.sales-col, .user-profile-wrapper{
    padding-right: 0px;
}
.sales-col h2 {
    font-size: 1.2em;
    color: #AFB2BD;
    text-align: center;
    border-bottom: solid 1px #E0E0DC;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.sales-col .value {
    color: #7ec544;
    text-align: center;
    font-size: 1.6em;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
  
}
.dropdown-menu>li>a:hover {
   background-color: #337ab7;
    color: #fff;
    
  
}


.item_list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    -webkit-transition: width .15s;
    -moz-transition: width .15s;
    transition: width .15s;
}
.item_list {
    list-style: none;
    margin: 0 0 .75em;
    padding: 0;
    -webkit-transform: translateZ(0);
}
.list_item.empty {
    text-align: center;
    background-color: white;
    border-color: #27c1e3;
    margin-top: 1.5em;
    cursor: auto;
    border: solid 1px #27c1e3;
    padding: 20px;
}
.list_item.empty h2{
    color: #27c1e3;
    font-size: 24px;
   
}
.btn-info {
    color: #fff;
    background-color: #3498db;
}
.dropdown-menu>li>a i
{
        margin-right: 10px;
    font-size: 1.3em;
    color: #666;
}
.row .button-bar{
    margin-right: 15px;
}
.btn-primary{
    min-width: 100px;
}
.btn-primary {
    color: #000000;
    background-color: #b6e6f3;   
    border: solid 2px  #b6e6f3;
        font-size:16px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1bc9ef;
    border-color: #1bc9ef;
}
.notification{
        float: left;
    position: absolute;
    left: -25px;
    top: 13px;
    font-size: 1.5em;
    color: #999;
    display: none;
}
.tbl-invoice.table>tbody>tr>td, .tbl-invoice.table>tbody>tr>th, .tbl-invoice.table>tfoot>tr>td, .tbl-invoice.table>tfoot>tr>th, .tbl-invoice.table>thead>tr>td, .tbl-invoice.table>thead>tr>th{
	padding:1px;
	border:none;
	border-top:none;
	font-weight:normal;
	color:#333;
}
.table>thead>tr>th {
	font-weight:bold;
	color:#333;
	background-color:#eee;
}
.tbl-invoice.table>tbody+tbody {
    border-top: 0px solid #ddd;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccfd9;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 400;
    color: #777;
    font-size: 0.9em;
}

.tbl-wrapper{
	margin-top:20px;
}
.button-bar{
	margin-bottom:15px;
}
.button-bar button{
	margin-left:15px;
}

/** DatePicker **/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.purchase{
color:orange;
}
#my_company {
    position: fixed;
    top: 25px;
    left: 88px;
    height: 100%;
    background-color: #F4F4F2;
    z-index: 2000;
    padding-left: 10px;
}


/* @media (min-width: 1200px){
.container {
    width: 1380px;
}
} */

@media (min-width: 992px){
.col-md-7 {
    width: 58.33333333%;
}
}

@media (max-width: 1200px){

    .navbar .container{
        width: 100%;
    }
}
@media (max-width: 1004px){
.col-md-2.user-profile-wrapper{
   
    width: 17.666667%;
}
}

/*mandetory field*/
.man {
color:#FF0000;
}


label.error{
color:red;
font-style:italic;
}

.dl-horizontal dt {
	overflow: visible;
	padding: 5px;

}

dt,dd {
    font-weight: normal;
    font-size: 0.9em
}
.dl-horizontal dd {
        padding: 5px;        
        white-space: normal;
}
.dl-horizontal dt {
        white-space: normal;
        width: 180px; 
}

.pull-right{
	margin-right:5px;
}

.pull-left{
	margin-right:5px;
}

.alert {
	    margin-bottom:10px;
}

hr{
	margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #eee;
}

 .my_pagination{
             padding: 0px 2px 0px 2px;
        }

.container {
    padding-right: 0px; 
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}   

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 1px;
    font-size: 18px;
    line-height: 20px;
}       