/* CSS Document */

.login-logo {
	text-align: center;
	padding-bottom: 15px;
}

.form-signin {
	background: none;
}

.login-wrap {
	background-color: white;
	border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

/*user dropdown*/

.top-nav ul.top-menu > li > a {
    background: #FFF;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 200px !important;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 50%;
}

.task-option select .bold{
	font-weight: bold;
    color: #000000;
}

/* breadcrumb */

.nav-panel {
    padding: 10px;
}

.breadcrumbs {
    float: left;
}

.breadcrumbs p {
	margin: 0;
	padding: 10px 0 0 5px;
}

/*page maintenance*/

.body-maintenance {
    background: #a9d86e;
    color: #fff;
}

.error-wrapper .icon-maintenance{
    background: url("../img/down_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 130px;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 20px 0;
}

.error-wrapper p.page-maintenance  {
    color: #637f40;
}

/* side menu */
.sidebar-menu hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #35404D;
}

/* table styling*/
.panel-table {
	padding: 0;
}
.panel-footer {
	background: none;
}

/* Stock Table */
.stock-table {
	width: 100%;
}

.stock-table td {
	width: 33%;
	text-align: center;
}

.stock-table h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.progress-bar-success { background-color: #A9D86E; }
.progress-bar-warning { background-color: #F9D547; }
.progress-bar-danger { background-color: #ff6c60; }
.progress-bar-grey { background-color: #DADCE6; }

.state-overview .value h1, .state-overview .value p  {
    color: #797979;
}

/*form styling*/

.form-control {
	color: #444444;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #c2c2c2;
	font-style: italic;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c2c2c2red;
    opacity: 1;
	font-style: italic;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c2c2c2;
    opacity: 1;
	font-style: italic;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c2c2c2;
	font-style: italic;
}

.radio-inline, .checkbox-inline {
	margin-bottom: 15px;
}

/*profile*/

.profile-nav .description {
	color: #89817f;
	border-bottom: 1px solid #ebeae6;
	padding: 10px 15px;
}

.profile-nav.alt-blue .user-heading{
	background: #57c8f2;
}

.profile-nav.alt-blue ul > li > a:hover, .profile-nav.alt-blue ul > li > a:focus, .profile-nav.alt-blue ul li.active  a
{
	border-left: 5px solid #57c8f2;
}

.profile-nav.alt-yellow .user-heading{
	background: #f8d347;
}

.profile-nav.alt-yellow ul > li > a:hover, .profile-nav.alt-yellow ul > li > a:focus, .profile-nav.alt-yellow ul li.active  a
{
	border-left: 5px solid #f8d347;
}

.profile-nav.alt-green .user-heading{
	background: #AEC785;
}

.profile-nav.alt-green ul > li > a:hover, .profile-nav.alt-green ul > li > a:focus, .profile-nav.alt-green ul li.active  a
{
	border-left: 5px solid #AEC785;
}


.profile-nav.alt-purple .user-heading{
	background: #8075C4;
}

.profile-nav.alt-purple ul > li > a:hover, .profile-nav.alt-purple ul > li > a:focus, .profile-nav.alt-purple ul li.active  a
{
	border-left: 5px solid #8075C4;
}

.profile-nav.alt-terques .user-heading{
	background: #6ccac9;
}

.profile-nav.alt-terques ul > li > a:hover, .profile-nav.alt-terques ul > li > a:focus, .profile-nav.alt-terques ul li.active  a
{
	border-left: 5px solid #6ccac9;
}


/*personal task*/

.personal-task tbody tr td em {
    color: #c7cbd4;
}

.personal-task .date-info {
	font-size: smaller;
}

/*markets panel*/

.markets-panel .panel-heading {
	color: #fff;
	background-color: #ff6c60;
	border-color: #ebccd1;
}

.markets-panel {
	background-color: #F2DEDE;
}

.markets-panel ul {
    padding: 10px 5px 5px 10px;
    margin: 0;
	border-top: 1px solid #ebccd1;
    display: inline-block;
    width: 100%;
}

.markets-panel ul li {
	border: none;
    display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
}

.markets-panel ul li img{
	height: 30px;
	width: 30px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
	border: 2px solid rgba(169,68,66,0.5);
}

.markets-panel .active img{
	height: 50px;
	width: 50px;
	border: 3px solid rgba(169,68,66,0.5);
}

.markets-panel .info img {
	float: left;
	margin-right: 15px;
	display: inline-block;
    height: 55px;
	width: 55px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
	border: 4px solid rgba(169,68,66,0.5);
}

.markets-panel .info h1 {
	color: #a94442;
	font-size: 18px;
	padding-top: 18px;
	margin-top: 0;
	font-weight: 300;
}

#in-stock-total {height: 200px; }

.easy-pie-chart {
    display: inline-block;
	float: right;
    padding: 0 0;
}

.historic-charts {
  text-align: center;
}

.easy-pie-chart.nopadding {
	padding:0px;
	float: right;
 }

.img-circle img {
	border-radius: 50%;
    -webkit-border-radius: 50%;
}

.audit-summary .kpis {
	width: 80px;
	text-align: center;
}

.audit-summary td {
	vertical-align: middle !important;
}

.report td {
	vertical-align: middle !important;
}

.rounded-top {
	border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.terques { background: #6ccac9; }
.red { background: #ff6c60; }
.yellow { background: #f8d347; }
.blue { background: #57c8f2; }
.purple { background: #8075C4; }
.green { background: #A9D86E; }
.orange { background: #ff9b43; }
.pink { background: #fe61b6; }
.mint { background: #47f9a7; }
.grey { background: #BFC2CD; }
.lightgrey { background: #DADCE6; }

.color-green { color: #A9D86E; }
.color-red { color: #ff6c60; }
.color-terques { color: #6ccac9; }
.color-blue { color: #57c8f2; }
.color-purple { color: #8075C4; }
.color-orange { color: #ff9b43; }
.color-pink { color: #fe61b6; }
.color-mint { color: #47f9a7; }
.color-yellow { color: #f8d347; }
.color-grey { color: #BFC2CD; }
.color-lightgrey { color: #DADCE6; }

.state-overview .value.color-lightgrey  h1, .state-overview .value.color-lightgrey  p { color: #DADCE6; }

.color-red.strong {
	font-weight: bold;
}

@media (max-width: 480px) {
	.logo span{
		display: none !important;
	}
}
