/*
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 : 21 May, 2015, 5:54:34 PM
    Author     : pcadmin
*/

.bootstrap *::before, .bootstrap *::after {
    box-sizing: border-box;
}
.bootstrap *::before, .bootstrap *::after {
    box-sizing: border-box;
}
.bootstrap .page-head {
    background-color: #8bc954;
    border-bottom: 4px solid #71b238;
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
    height: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    //top: 36px;
    width: 100%;
    z-index: 499;
}

.bootstrap .page-head h2.page-title {
    color: #fff;
    float: left;
    font: 300 20px/1em "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 28px 0 0 62px;
    position: relative;
}

.bootstrap .breadcrumb {
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.bootstrap .page-head ul.page-breadcrumb {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    height: 20px;
    left: 62px;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    white-space: nowrap;
}
.bootstrap .breadcrumb {
    background-color: #f5f5f5;
    border-radius: 3px;
    list-style: outside none none;
    margin-bottom: 17px;
    padding: 8px 15px;
}
.bootstrap ul, .bootstrap ol {
    margin-bottom: 8.5px;
    margin-top: 0;
}

.bootstrap .page-head ul.page-breadcrumb li::before {
    color: #659e32;
}
.bootstrap *::before, .bootstrap *::after {
    box-sizing: border-box;
}
.bootstrap *::before, .bootstrap *::after {
    box-sizing: border-box;
}
.bootstrap .page-head ul.page-breadcrumb li {
    text-transform: uppercase;
}
.bootstrap .breadcrumb > li {
    display: inline-block;
}

.bootstrap .page-head ul.page-breadcrumb li a {
    color: rgba(255, 255, 255, 0.6);
}
.bootstrap .page-head a {
    color: #fff;
    text-decoration: none;
}

.bootstrap a {
    color: #00aff0;
    text-decoration: none;
}

.bootstrap .page-head .toolbarBox {
    background-color: transparent !important;
    position: absolute;
    right: 0;
}

.bootstrap .btn-toolbar::after {
    clear: both;
}
.bootstrap .btn-toolbar::before, .bootstrap .btn-toolbar::after {
    content: " ";
    display: table;
}

.bootstrap .page-head .toolbarBox .btn-toolbar .toolbar_btn {
    background-color: #8bc954;
    color: #fff;
    font-size: 15px;
    height: 46px;
    line-height: 8px;
    margin: 0 3px 2px 0;
    overflow: hidden;
    padding: 2px 5px !important;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
}
.bootstrap .page-head a {
    color: #fff;
    text-decoration: none;
}
.bootstrap .navbar-toggle {
    display: none;
}

[class^="process-icon-"] {
    background: none repeat scroll center center / 26px auto transparent;
    display: block;
    font-size: 28px;
    height: 30px;
    margin: 0 auto;
    width: 30px;
}

.bootstrap .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    float: right;
    margin-bottom: 0.5px;
    margin-right: 5px;
    margin-top: 0.5px;
    padding: 9px 10px;
    position: relative;
}

.bootstrap .page-head ul.page-breadcrumb li.breadcrumb-container i, .bootstrap .page-head ul.page-breadcrumb li.breadcrumb-current i {
    border-right: 1px solid #659e32;
    color: #659e32;
    font-size: 42px;
    left: -57px;
    padding-right: 5px;
    position: absolute;
    top: 2px;
}
.bootstrap .page-head ul.page-breadcrumb li i {
    font-size: 14px;
}

.bootstrap .panel{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 3px #fff inset;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.bootstrap .panel{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 17px;
}

.bootstrap h3:not(.modal-title), .bootstrap .panel-heading {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 1.2em;
    height: 2.2em;
    line-height: 2.2em;
    margin: -20px -16px 15px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}

#toast
{
    top:10%;
    left:50%;
    background-color:#000;
    color:#fff;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    display:none;
    padding:10px;
    position: fixed;
    z-index: 9999999999;
}

#alertWaring
{
    top:5%;
    right:5%;
    float: right;
    display:none;
    padding:10px;
    position: fixed;
    font-size:12px;
    z-index: 2000;
}

#alertError
{
    top:5%;
    right:5%;
    float: right;
    display:none;
    position: fixed;
    font-size:12px;
    z-index: 2000;
}

#alertSuccess
{
    top:5%;
    right:5%;
    float: right;
    display:none;
    position: fixed;
    font-size:12px;
    z-index: 2000;
}

#alertInfo
{
    top:5%;
    right:5%;
    float: right;
    display:none;
    font-size:12px;
    position: fixed;
    z-index: 2000;
}

.color_pick 
{
    border: 1px solid #000;
    display: block;
    height: 28px;
    width: 32px;
    cursor: pointer;
}

.panel, .bootstrap #dash_version, .bootstrap .message-item-initial .message-item-initial-body, .bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 3px #fff inset;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.box-stats {
    display: block;
    height: 64px;
    margin-bottom: 10px;
}

.box-stats .kpi-content {
    float: left;
    padding-left: 72px;
    position: relative;
    width: 100%;
}

.box-stats .kpi-content i {
    border-radius: 3px;
    color: #fff;
    font-size: 56px;
    height: 66px;
    left: 0;
    line-height: 66px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 66px;
}
.color1 i, .bootstrap .color1 .boxchart-overlay {
    background-color: #2ba8e3;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.color2 i, .bootstrap .color2 .boxchart-overlay {
    background-color: #ff5450;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.color2 .value {
    color: #ff5450;
}

.color3 i, .bootstrap .color3 .boxchart-overlay {
    background-color: #9e5ba1;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.color3 .value {
    color: #9e5ba1;
}

.color4 i, .bootstrap .color4 .boxchart-overlay {
    background-color: #95cc6b;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}

.color4 .value {
    color: #95cc6b;
}

.box-stats .kpi-content i {
    border-radius: 3px;
    color: #fff;
    font-size: 56px;
    height: 66px;
    left: 0;
    line-height: 66px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 66px;
}

.box-stats .kpi-content .title {
    color: #666;
    display: block;
}

.box-stats .kpi-content .subtitle {
    color: #aaa;
    display: block;
    text-transform: uppercase;
}

.box-stats .kpi-content .value {
    clear: both;
    display: block;
    font-size: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.color1 .value {
    color: #2ba8e3;
}

.panel .panel-heading {
    color: #555;
    font-family: "Ubuntu Condensed",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.panel-heading 
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 1.2em;
    height: 2.2em;
    line-height: 2.2em;
    margin: -20px -16px 15px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}

.panel-heading-action {
    line-height: 0;
    position: absolute;
    right: 0;
    top: 2px;
}

.well {
    background-color: #fcfdfe;
    border: 1px solid #e1ebf5;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.border_top_style
{
    border:1px solid #f4f4f4;
}

.border_invoice_style
{
    border:1px solid #414040;
    border-radius: 0px;
    font-size: 15px;
}

.border_without_top
{
    border-left:1px solid #414040;
    border-right:1px solid #414040;
    border-bottom:1px solid #414040;
    border-radius: 0px;
}

.border_invoice_top
{
    border-top:1px solid #414040;
    font-size: 15px;
}

.no_bg_and_border
{
    background: none; border: none;
}

.no_bg_and_border:hover
{
    background: none; border: none;
}

.underline 
{
    text-decoration: underline;
}

.modal
{
  overflow-y:auto;
}