/* body styling */
body {
    color: #000;
    font-family: 'Arial', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
}

:focus {outline:none;}

/* fix for font awesome icon classes */
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover {
    background: none !important;
}

/* hide by default, used to handle elements to show only for ie8*/
.visible-ie8 {
    display: none;
}

/* general typography*/
h3 small, h4 small, h5 small {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
    padding-bottom: 10px;
}

a {
    text-shadow: none !important;
    color: #009b3a;
}

.page-title {
    font-size: 22px;
    display: block;
    font-weight: normal !important;
    margin: 13px 0 8px 0;
}

.page-title small {
    font-size: 14px;
}

/* general tools */
img.center {
    text-align: center;
}

.phone-margin-top-5:before {
    display: block;
    margin-top: 5px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.block-margin-bottom-5 {
    display: inline-block;
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-right10 {
	margin-right: 10px;
}

.display-inline-block {
	display: inline-block;
}

.display-block {
	display: block;
}

.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.fix-margin {
    margin-left: 0 !important
}

.border {
    border: 1px solid #ddd
}

.small {
    font-size: 11px !important;
    color: #000;
    font-weight: bold;
}

.btn-top-space {
    margin-top: 5px !important;
}

.italic {
    font-style: italic !important;
}

i.big {
    font-size: 20px;
}

i.warning {
    color: #d12610;
}

i.critical {
    color: #37b7f3;
}

i.normal {
    color: #52e136;
}

hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}

i.icon, a.icon {
    color: #999;
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .4;
}

a.icon.huge i {
    font-size: 16px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.no-text-shadow {
    text-shadow: none !important;
}

/*fix outlines on click*/
a, a:focus, a:hover, a:active {
    outline: 0;
    color: #009b3a;
}

.autosizePicker {
    box-sizing: border-box;
    width: 100%;
    padding-right: 41px;
    position: relative;
}
.autosizePicker input {
    width: 100%;
}
.autosizePicker .add-on {
    position:absolute;
    top:0;
    right:0;
}

/*logo*/
#header .brand {
    height: 29px;
    padding: 6px 20px;
}

#header .brand img{
    height: 100%;
}

/*logo */
#header .brand.custom-logo {
    padding: 6px 0 6px 45px;
    width: auto;
}


/* header nav bar*/
#header.navbar {
    margin-bottom: 3px !important;
    min-width: 0;
}

#header .navbar-inner .nav > li.dropdown, .navbar-inner .nav > li.dropdown > a {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#header .navbar-inner .nav > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#header .navbar-inner li.dropdown .dropdown-toggle i {
    font-size: 15px;
}

#header .navbar-inner li.dropdown .dropdown-toggle .label {
    position: relative;
    top: -3px;
    font-size: 9px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    display: inline-block !important;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#header.navbar-inverse .btn-navbar {
    margin-top: 6px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e9ebec;
    background-image: -moz-linear-gradient(top, #e9ebec, #caced1);
    background-image: -webkit-gradient(linear, 0 0, 0, 0 100%, from(#e9ebec), to(#caced1));
    background-image: -webkit-linear-gradient(top, #e9ebec, #caced1);
    background-image: -o-linear-gradient(top, #e9ebec, #caced1);
    background-image: linear-gradient(to bottom, #e9ebec, #caced1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcaced1', endColorstr='#ffcaced1', GradientType=0);
    border-color: #caced1 #caced1 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#header.navbar-inverse .btn-navbar:hover {
    background-color: #caced1;
}

#header .navbar-inner {
    top: 0;
    width: 100%;
    margin: 0 !important;
    margin-bottom: -2px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#header.navbar-inverse .navbar-inner {
    padding-top: 4px;
    height: 42px;
}

#header.navbar-inverse .divider-vertical {
    height: 40px;
}

#header .navbar-search {
    margin-left: 110px;
}

#header .top-nav .dropdown-menu {
    margin-top: 3px;
}


#header .top-nav .dropdown-menu.pull-left {
    left: 0;
    right: auto;
}

#header .top-nav .dropdown-menu.pull-left:before {
    left: 9px;
    right: auto;
}

#header .top-nav .dropdown-menu.pull-left:after {
    left: 10px;
    right: auto;
}

#header .search-query, #sidebar .search-query {
    padding-right: 30px !important;
}

#header .search-input-icon > i, #sidebar .search-input-icon > i {
    display: inline-block !important;
    position: relative !important;
    top: 2px !important;
    right: 28px !important;
    font-size: 18px;
    cursor: pointer;
}

/* main container */
#container {

}

.fixed-top #container {
    margin-top: 48px;
}

/* i8 fix for form input height in fluid rows */
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/* body container */
#body {
    margin-top: 0;
    margin-left: 215px;
    min-height: 800px;
    background: #f7f7f7 url("../img/body.jpg");
    border-bottom: 2px solid #ddd;
}

/* page container */
.sidebar-toggler {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 12px;
    width: 23px;
    height: 23px;
    background-color: #e9ebec;
    background-image: -moz-linear-gradient(top, #e9ebec, #caced1);
    background-image: -webkit-gradient(linear, 0 0, 0, 0 100%, from(#e9ebec), to(#caced1));
    background-image: -webkit-linear-gradient(top, #e9ebec, #caced1);
    background-image: -o-linear-gradient(top, #e9ebec, #caced1);
    background-image: linear-gradient(to bottom, #e9ebec, #caced1);
    background-repeat: repeat-x;
}

.sidebar-toggler:before {
    margin: 2px 2px 7px 8px;
    display: block;
    font-size: 18px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.sidebar-toggler.closed:before,
.sidebar-closed .sidebar-toggler:before {
    margin: 2px 2px 7px 10px;
    content: "\f105";
}

.sidebar-closed .sidebar-toggler {
    margin-right: 0 !important;
}

.sidebar-closed > #sidebar {
    width: 40px !important;
}

.sidebar-closed > #body {
    margin-left: 40px !important;
}

.sidebar-closed > #sidebar > ul > li > a .selected {
    right: -3px !important;
}

.sidebar-closed > #sidebar > ul > li > a > .title,
.sidebar-closed > #sidebar > ul > li > a > .arrow {
    display: none !important;
}

.sidebar-closed .sidebar-toggler {
    margin-right: 3px;
}

.sidebar-closed > #sidebar > ul {
    width: 40px !important;
}

.sidebar-closed > #sidebar > ul > li > a {
    padding-left: 7px;
}

.sidebar-closed > #sidebar > ul > li:hover {
    width: 225px;
    position: relative;
    display: block !important;
}

.sidebar-closed > #sidebar > ul > li:hover .selected {
    display: none;
}

.sidebar-closed > #sidebar > ul > li:hover > a > i {
    margin-right: 10px;
}

.sidebar-closed > #sidebar > ul > li:hover .title {
    display: inline !important;
}

.sidebar-closed > #sidebar > ul > li > .sub {
    padding: 0;
    display: none !important;
}

.sidebar-closed > #sidebar > ul > li:hover > .sub {
    width: 184px;
    position: absolute;
    left: 21px;
    margin-top: 0;
    top: 100%;
    display: block !important;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.sidebar-closed > #sidebar > ul > li:hover > .sub li > a {
    margin-right: 0;
}

.sidebar-closed > #sidebar > ul > li:hover > .sub li > a:hover {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

/* sidebar menu */
#sidebar .navbar-search {
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#sidebar.closed {
    display: none;
}

#sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#sidebar > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#sidebar > ul > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0;
    padding: 10px 15px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

#sidebar > ul > li a i {
    color: #eaeaea;
    font-size: 18px;
}

#sidebar > ul > li.active > a {
    border: none;
}

#sidebar > ul > li.active {
    border-right: 4px solid #009b3a;
}

#sidebar > ul > li.active > a .arrow {
    margin-right: 1px;
}

#sidebar > ul > li.active > a .arrow.open {
    margin-right: 0;
}

#sidebar ul > li > a .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-right: 5px solid #f3f3f3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li > a .arrow.open {
    float: right;
    margin-top: 10px;
    margin-right: 3px;
    width: 0;
    height: 0;
    border-top: 5px solid #f3f3f3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#sidebar > ul > li > ul.sub {
    display: none;
    list-style: none;
    clear: both;
    margin: 8px 0 8px 20px;
}

#sidebar > ul > li > ul.sub.active {
    display: block;
}

#sidebar > ul > li.active > ul.sub {
    display: block;
}

#sidebar > ul > li > ul.sub > li {
    background: none !important;
    padding: 0;
}

#sidebar > ul > li > ul.sub > li > a {
    display: block;
    position: relative;
    margin: 2px 40px 2px 0;
    padding: 4px 15px;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: normal;
    background: none !important;
}

#sidebar > ul > li > ul.sub > li.active > a, #sidebar > ul > li > ul.sub > li > a:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ie8, ie9 fixes */
.ie8 #sidebar .search-query, .ie8 #header .search-query {
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

.ie9 #sidebar .search-query, .ie9 #header .search-query {
    padding-bottom: 0 !important;
    height: 24px;
}

.ie9 #sidebar > ul > li.active > a .triangle {
    right: -1px;
}

/* ie10 fixes */
.ie10 #header .search-input-icon > i, .ie10 #sidebar .search-input-icon > i {
    top: -2px !important;
}

/* ie8 fixes */
.ie8 #sidebar {
    position: absolute;
    width: 215px;
}

.ie8 #sidebar ul {
    margin-top: 47px;
    width: 215px;
}

/* footer container */
#footer {
    padding: 8px 20px 5px 20px;
    font-size: 12px;
    color: #999;
    position: relative;
}
#footer .go-top-wrapper {
    position: absolute;
    right: 20px;
}

#footer .go-top {
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin-top: -3px;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #111;
    opacity: 0.8;
    padding: 3px 5px 2px 6px;
}

/* custom wells */
.well {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.well.mini {
    padding: 7px !important;
}

.tab-content {
    padding: 0;
    overflow: hidden;
}

/* general form */
form legend {
    margin: 15px 0 10px 0 !important;
}

.widget-body.form form {
    margin: 0 !important;
    padding: 0 !important;
}

.widget-body.form .form-actions {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 20px !important;
    margin-bottom: -15px !important;
    padding-left: 195px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.widget-body .dataTables_info, .widget-body .dataTables_paginate {
    margin-top: 5px !important;
    padding-bottom: 0 !important;
    margin-bottom: -4px !important;
}

.widget-body .table {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background-color: #F9F9F9;
}
/* custom form input error states with icons */
.input-icon input {
    padding-right: 25px !important;
}

.input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 4px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-error {
    color: #B94A48;
}

.input-icon .input-warning {
    color: #C09853;
}

.input-icon .input-success {
    color: #468847;
}

/* custom breadcrumb */
.breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    box-shadow: none !important;
    margin-left: -20px;
    margin-right: -20px;

    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 20px;

    text-shadow: none !important;
    border: 0 !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #EFEFEF;
}

.breadcrumb .tooltip {
    text-shadow: none !important;
}

/* widget container */
.sortable .widget .widget-title {
    cursor: move;
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    margin-top: 0 !important;
    margin-left: 1%;
    margin-right: 0.6%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sortable-box-placeholder * {
    visibility: hidden;
}

.widget {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #e0dede;
    border-left: 1px solid #e0dede;
    border-right: 1px solid #e0dede;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget-title {
    background-color: #EFEFEF;
    background-image: -webkit-gradient(linear, 0 0, 0, 0 100%, from(#FDFDFD), to(#EAEAEA));
    background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    background-image: linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0);
    border-bottom: 1px solid #e0dede;
    height: 36px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.widget-title > h4 {
    color: #444;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 11px 10px 15px;
    line-height: 12px;
    margin: 0;
}

.widget-title > h4 i {
    font-size: 14px;
    margin-right: 2px;
}

.widget-title > .tools,
.widget-title > .actions {
    padding: 3px 5px 2px;
    float: right;
    margin: 6px 0 0 0;
}

.widget-title > .tools > a {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    color: #555;
    font-size: 14px;
}

.widget-title > .tools > a:hover {
    text-decoration: none;
    opacity: .6;
}

.widget-title > .tools > a:active {
    text-decoration: none;
}

.widget-title > .actions > .btn {
    margin-top: -5px !important;
}

.widget-title > .actions > .btn-group > .btn {
    margin-top: -5px;
}

.widget-title > .actions > .btn-group > .btn.btn-mini {
    margin-top: -5px;
}

.widget-title > .actions > .btn.btn-mini {
    margin-top: -5px;
}

.widget-title .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0;
    margin-top: 6px;
    margin-right: 6px;
}

.widget-body {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #CDCDCD;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;

}

/* charts & stats */
.chart, .pie, .bars {
    overflow: hidden;
    height: 300px;
}

.stat {
    margin: 0;
    padding: 0;
}

.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

.stat .title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.stat.good .percent {
    color: #52e136;
    font-size: 16px;
    font-weight: bold;
}

.stat.bad .percent {
    color: #d12610;
    font-size: 16px;
    font-weight: bold;
}

.stat.ok .percent {
    color: #37b7f3;
    font-size: 16px;
    font-weight: bold;
}

/* general list for item with picture */
ul.item-list li .pic {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

ul.item-list {
    margin: 0;
    list-style: none;
}

ul.item-list li {
    padding: 7px 0 5px 0;
    list-style: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
}

ul.item-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}

ul.item-list li:last-child {
    border-top: none;
    border-bottom: none;
}

ul.item-list li .label {
    margin-right: 5px;
}

/* general purpose block with css3 gradient background */
.block {
    background-color: #F6F6F6;
    background-image: -webkit-gradient(linear, 0 0, 0, 0 100%, from(#F9F9F9), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
    background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
    background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
    background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
    background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);

    border: 1px solid #D5D5D5;
    box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 10px;
}

/* dashboard stats */
.stats-overview-cont {
    padding-top: 0;
    margin-bottom: 15px;
}

.stats-overview {
    clear: both;
    padding: 10px 10px 0 10px;
    margin: 0;
    margin-bottom: 5px;
}

.stats-overview .display {
    margin-right: 5px;
    float: left;
}

.stats-overview .details {
    color: #888;
}

.stats-overview .details .title {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
}

.stats-overview .details .title i {
    color: #999;
    margin-right: 2px;
}

.stats-overview .details .numbers {
    color: #777;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.stats-overview .progress {
    height: 10px;
    margin-bottom: 10px !important;
}

.stats-overview:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
}

/* mini chart and bar containers  */
.bar-chart {
    display: none
}

.line-chart {
    display: none
}

/* custom label and badges */
.label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    text-shadow: none !important;
}

.label-success, .badge-success {
    border-color: #5AAD34;
    background-color: #5fd02c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97e076), color-stop(100%, #5fd02c));
    background-image: -webkit-linear-gradient(top, #97e076, #5fd02c);
    background-image: -moz-linear-gradient(top, #97e076, #5fd02c);
    background-image: -ms-linear-gradient(top, #97e076, #5fd02c);
    background-image: -o-linear-gradient(top, #97e076, #5fd02c);
    background-image: linear-gradient(top, #97e076, #5fd02c);
}

.label-warning, .badge-warning {
    border-color: #F4A506;
    background-color: #fcb322;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde9d), color-stop(100%, #fcb322));
    background-image: -webkit-linear-gradient(top, #ffde9d, #fcb322);
    background-image: -moz-linear-gradient(top, #ffde9d, #fcb322);
    background-image: -ms-linear-gradient(top, #ffde9d, #fcb322);
    background-image: -o-linear-gradient(top, #ffde9d, #fcb322);
    background-image: linear-gradient(top, #ffde9d, #fcb322);
}

.label-important, .badge-important {
    border-color: #FA5833;
    background-color: #ed4e2a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb2a1), color-stop(100%, #ed4e2a));
    background-image: -webkit-linear-gradient(top, #fbb2a1, #ed4e2a);
    background-image: -moz-linear-gradient(top, #fbb2a1, #ed4e2a);
    background-image: -ms-linear-gradient(top, #fbb2a1, #ed4e2a);
    background-image: -o-linear-gradient(top, #fbb2a1, #ed4e2a);
    background-image: linear-gradient(top, #fbb2a1, #ed4e2a);
}

.label-info, .badge-info {
    border-color: #2FABE9;
    background-color: #57b5e3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aedbf2), color-stop(100%, #57b5e3));
    background-image: -webkit-linear-gradient(top, #aedbf2, #57b5e3);
    background-image: -moz-linear-gradient(top, #aedbf2, #57b5e3);
    background-image: -ms-linear-gradient(top, #aedbf2, #57b5e3);
    background-image: -o-linear-gradient(top, #aedbf2, #57b5e3);
    background-image: linear-gradient(top, #aedbf2, #57b5e3);
}

.label-mini {
    font-size: 11px;
}

/* icon buttons */
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0 10px 0;
    border: 1px solid #ddd;
    padding: 16px 0 0 0;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    background-color: #fafafa !important;
    background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: -webkit-gradient(linear, 0 0, 0, 0 100%, from(#fafafa), to(#efefef)) !important;
    background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
    background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffefefef', GradientType=0) !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) !important;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block !important;
    color: #646464 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6) !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7) !important;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7) !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, .7) !important;
}

.icon-btn i {
    font-size: 20px;
    color: #777 !important;
}

.icon-btn div {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 10px !important;
}

.icon-btn .badge {
    position: absolute;
    font-size: 10px !important;
    top: -5px;
    right: -5px;
    height: 12px;
    padding: 0 5px 4px 5px;
    color: white !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.55);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
}

/* custom dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    background-color: #fcfcfc;
    border: 4px solid rgba(0, 2, 1, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 2, 1, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(0, 2, 1, 0.4);
    box-shadow: 0 5px 10px rgba(0, 2, 1, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clipp: padding;
    background-clip: padding-box;
    padding: 0 0;
    margin: 0;
    list-style: none;
    text-shadow: none;
}

.dropdown-menu.opens-left {
    margin-top: 2px;
    margin-left: -88px;
}

.ie8 .dropdown-menu.opens-left {
    margin-left: -82px;
}

.dropdown-menu.extended {
    top: 40px;
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
}

.dropdown-menu.extended li a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended .arrow {
    top: -14px;
    left: 10px;
    position: absolute;
    margin-top: 6px;
    margin-right: 12px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #f3f3f3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.dropdown-menu.extended li i {
    margin-right: 3px;
}

.dropdown-menu.extended li a {
    padding: 10px !important;
    background-color: #fafafa !important;
}

.dropdown-menu.extended li p {
    padding: 10px;
    background-color: #eee;
    margin: 0;
    color: #666;
}

.dropdown-menu.extended li a {
    padding: 7px 0 5px 0;
    list-style: none;
    border-top: 1px solid white !important;
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
}

.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #EBEBEB !important;
}

.dropdown-menu.extended li:last-child a {
    border-top: 1px solid white !important;
    border-bottom: 1px solid #EBEBEB !important;
}

.dropdown-menu.inbox li a .photo img {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: bold;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #999999;
}

.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #e3cf7a;
}

/* dashboard report range containers */
.report-range-container {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.report-range-container .caret {
    margin-top: 8px;
    margin-left: 5px;
}

.report-range-container i {
    margin-top: 2px;
    margin-right: 3px;
}

.dashboard-report-range-container span {
    font-weight: normal;
}

.dashboard-report-range-container {
    text-shadow: none !important;
    margin-right: -10px;
    margin-top: -8px;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    background-color: #d12610;
}

.dashboard-report-range-container i {
    color: #fff;
    margin-top: 3px;
    margin-right: 3px;
}

.dashboard-report-range-container span {
    font-weight: normal;
}

.dashboard-report-range-container .caret {
    border-top-color: #fff !important;
    margin-top: 8px;
    margin-left: 3px;
    margin-right: 3px;
}

/* adjust uniform components */
.radio, .checkbox {
    padding-left: 0 !important;
}

.checkbox .checker {
    margin-top: -2px !important;
    margin-right: 2px !important;
}

.radio, .checkbox {
    padding-left: 0 !important;
}

.controls > .radio,
.controls > .checkbox {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important;
    margin-right: 15px !important;
}

.controls > .radio.line,
.controls > .checkbox.line {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important;
}

.controls .text {
    display: block;
    margin-top: 5px;
}

.checkbox div.checker {
    margin-right: 2px !important;
}

.uploader {
    margin-top: 2px !important;
}

/* item block with details shown on hover */
.item {
    overflow: hidden;
    display: block;
}

.item .details {
    width: 100%;
    display: none;
    background-color: #000;
    color: #fff !important;
    padding: 5px;
    text-align: center;
    position: relative;
    bottom: 30px;
    margin-bottom: -30px;
    overflow: hidden;
    z-index: 6;
}

.item:hover .details {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.item:hover .zoom-icon {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* zoom icon overlay on images */
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.zoom .zoom-icon {
    background-image: url("../img/overlay-icon.png");
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 6;
    top: 0;
}

/* style switcher */
#styler {
    position: absolute;
    width: 20px;
    height: 22px;
    overflow: hidden;
    top: 48px;
    right: 21px;
    white-space: nowrap;
    padding: 5px;
    padding-left: 10px;
    background-color: #aaa;
    z-index: 5;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#styler > i {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
    margin-top: 2px;
}

#styler label {
    display: inline-block !important;
}

#styler .text {
    margin-right: 2px;
    font-weight: bold;
    font-size: 14px;
}

#styler .settings {
    display: none;
}

#styler .colors {
}

#styler .checker {
    display: inline-block !important;
    margin-top: -1px;
}

#styler .colors span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 1px -7px 1px;
    border: 2px solid #ddd;
    cursor: pointer;
}

#styler .layout {
    width: 100px;
    margin-top: 7px;
    margin-left: 63px;
    margin-bottom: 5px;
    display: block;
}

#styler .colors span.active, #styler .colors span:hover {
    border: 2px solid white;
}

#styler .colors .color-default {
    background-color: #333438;
}

#styler .colors .color-red {
    background-color: #7a2e1c;
}

#styler .colors .color-grey {
    background-color: #908f8f;
}

#styler .colors .color-navygrey {
    background-color: #44464f;
}

#styler .colors .color-blue {
    background-color: #195e7f;
}

/* Circle stats */
.knobify {
    border: 0 !important;
    width: 0;
}

.ie8 .knobify {
    display: none;
}

.circle-stats {
    position: relative;
    margin: 10px 0 10px 0;
}

.circle-stat {
    padding: 2px;
}

.circle-stat:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .55) !important;
}

.circle-stat canvas {
}

.circle-stat:before,
.circle-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.circle-stat:after {
    clear: both;
}

.circle-stat .visual {
    display: block;
    float: left;
}

.circle-stat .details {
    display: block;
    float: left;
    margin-left: 5px;
    padding-top: 7px;
}

.circle-stat .details .title {
    margin: 10px 0 5px 0 !important;
    padding: 0 !important;
    font-size: 13px;
    text-shadow: 0 1px rgba(232, 232, 232, 0.75);
    color: #777;
}

.ie8 .circle-stat .details .title {
    margin-top: 5px !important;
}

.ie8 .circle-stat .details {
    padding-top: 0 !important;
    margin-bottom: 5px !important;
}

.circle-stat .details .title i {
    margin-top: 2px !important;
    color: #52e136;
    font-size: 16px;
}

.circle-stat .details .title i.down {
    color: #b63625;
}

.circle-stat .details .number {
    margin: 0 !important;
    margin-bottom: 7px !important;
    font-size: 24px;
    padding: 0;
    font-weight: bold;
    text-shadow: 0 1px rgba(244, 244, 244, 0.85);
    color: #999;
}

/*map stats*/

.map-stat {
    margin: 20px;
    display: block;
}

.map-stat:before,
.map-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.map-stat:after {
    clear: both;
}

.map-stat .visual {
    width: 70px;
    height: 60px;
    margin-right: 5px;
    display: block;
    float: left;
}

.map-stat .visual i {
    margin-top: 15px;
    display: block;
    font-size: 68px;
    color: #4d4d4d;
}

.map-stat .details {
    display: block;
    float: left;
    margin-left: 5px;
    padding-top: 0;
}

.map-stat .details .title {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #878787;
}

.map-stat .details .title i {
    margin-top: 2px !important;
    color: #52e136;
    font-size: 16px;
}

.map-stat .details .title i.down {
    color: #b63625;
}

.map-stat .details .number {
    margin: 0 !important;
    margin-bottom: 7px !important;
    font-size: 42px;
    padding: 0;
    font-weight: bold;
    color: #35d1fe;
}

/*scroller padding*/
.scroller {
    padding-right: 10px;
}

/*jqvmap changes*/
.jqvmap-zoomin {
    background-color: #666 !important;
}

.jqvmap-zoomout {
    background-color: #666 !important;
}

.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
    max-width: none;
}

#gmap_static div {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    display: block;
    height: 300px;
}

#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0;
}

/* advance tables*/
.table-advance {
    margin-bottom: 10px !important;
}

.table-advance thead {
    color: #999;
}

.table-advance thead tr th {
    background-color: #DDD;
    color: #666;
}

.table-advance div.success, .table-advance div.info,
.table-advance div.important, .table-advance div.warning, .table-advance div.danger {
    position: absolute;
    margin-top: -5px;
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 20px !important;
}

.table-advance tr td {
    border-left-width: 0;
}

.table-advance tr td:first-child {
    border-left-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
    margin-left: 15px;
}

.table-advance td.highlight div.success {
    border-left: 4px solid #66ee66;
}

.table-advance td.highlight div.info {
    border-left: 4px solid #87ceeb;
}

.table-advance td.highlight div.important {
    border-left: 4px solid #f02c71;
}

.table-advance td.highlight div.warning {
    border-left: 4px solid #fdbb39;
}

.table-advance td.highlight div.danger {
    border-left: 4px solid #e23e29;
}

/*gritter changes*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}

/* calendar and calendar form */
.external-event {
    display: inline-block !important;
    cursor: move;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}

/* fix full calendar title */

.has-toolbar .fc-header-right {
    padding-right: 50px !important;
}

.fc-header-title h2 {
    font-size: 13px !important;
    line-height: 20px;
    color: #111;
}

.event-form-title {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 13px !important;
    line-height: 20px;
    color: #111;
}

.fc-event-skin {
    border: 0 !important;
    background-color: inherit !important;
}

.fc-event.label {
    text-shadow: none !important;
    padding: 4px 4px !important;
}

.label-default {
    background-color: #999 !important;
}

/* fix calendar title for ie8 and ie9 */
.ie8 .label-success, .ie9 .label-success {
    background-color: #5fd02c !important;
}

.ie8 .label-warning, .ie9 .label-warning {
    background-color: #fcb322 !important;
}

.ie8 .label-important, .ie9 .label-important {
    background-color: #ed4e2a !important;
}

.ie8 .label-info, .ie9 .label-info {
    background-color: #57b5e3 !important;
}

/* hide chosen search box */
.event_priority_chzn .chzn-search {
    display: none !important;
}

/* custom tabs */

.tabbable-custom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.widget .row-fluid:last-child .tabbable-custom {
    margin-bottom: 0;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabbable-custom .nav-tabs > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 0;
    padding: 5px 10px;
}

.tabbable-custom .nav-tabs > li > a:hover {
    background: none;
    border-color: transparent;
}

.tabbable-custom .nav-tabs > li.active {
    border-top: 3px solid #d12610;
    margin-top: 0;
    position: relative;
}

.tabbable-custom .nav-tabs > li.active > a {
    border-top: none;
    font-weight: bold;
}

.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.tabs-below.tabbable-custom .nav-tabs > li {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-bottom: 3px solid #d12610;
    margin-bottom: 0;
    position: relative;
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a {
    border-bottom: none
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabs-left.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-left: 2px solid transparent;
    margin-top: 0;
}

.tabs-left.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-left: 3px solid #d12610;
    margin-top: 0;
    margin-right: -1px;
    position: relative;
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a {
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid transparent;
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 transparent #d4d4d4 transparent;
}

.tabs-right.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-right: 2px solid transparent;
    border-top: none;
}

.tabs-right.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-right: 3px solid #d12610;
    margin-top: 0;
    margin-left: -1px;
    position: relative;
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid transparent;
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #d4d4d4 transparent #d4d4d4;
}

.tabs-right.tabbable-custom .nav-tabs > li a,
.tabs-left.tabbable-custom .nav-tabs > li a {
    padding: 8px 10px
}

/* portlet tabs */

.widget-tabs .nav-tabs {
    position: relative;
    margin-top: -52px;
}

.widget-tabs .nav-tabs > li {
    float: left;
    border-top: 3px solid transparent;
}

.widget-tabs .nav-tabs {
    border-bottom: none;
    margin-right: 5px;
}

.widget-tabs .nav-tabs > li > a {
    padding-top: 9px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget-tabs .nav-tabs > li:last-child > a {
    border-right: 0;
}

.widget-tabs .nav-tabs > .active {
    border-top: 3px solid #009b3a;
}

.widget-tabs .nav-tabs > li {
    margin-left: 1px;
}

.widget-tabs .nav-tabs > li > a:hover {
    margin-bottom: 0;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent !important;
    border-top-color: transparent;
}

.widget-tabs .nav-tabs > .active > a {
    color: #555555;
    cursor: default;
    background-color: #f9f9f9;
}

.widget-tabs .nav-tabs > .active > a:hover {
    background-color: #f9f9f9 !important;
}

.widget-tabs .widget-body.form {
    padding: 0;
}

.widget-tabs .widget-body.form .tab-pane {
    padding: 15px;
    padding-top: 0;
}

.widget-tabs .widget-body.form .nav-tabs {
    margin-top: -37px;
}

/***
Filter list
***/
.filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-list li {
    padding: 1px 0 7px 0;
    background-color: #fafafa;
    margin-bottom: 7px;
    border-bottom: 1px solid #EBEBEB;
}

.filter-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}

.filter-list li:last-child {
    border-top: none;
    border-bottom: none;
}

.filter-list li:before,
.filter-list li:after {
    display: table;
    line-height: 0;
    content: "";
}

.filter-list li:after {
    clear: both;
}

.filter-list .col1 {
    float: left;
    width: 100%;
    clear: both;
}

.filter-list .col2 {
    float: left;
    width: 120px;
    margin-left: -120px;
    text-align: right;
}

.filter-list .col1 .cont {
    float: left;
    margin-right: 120px;
    overflow: hidden;
}

/***
Chats
***/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
    margin-right: 10px;
}

.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.chats li.in img.avatar {
    float: left;
    margin-right: 10px;
}

.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px;
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #ddd;
    margin-left: 65px;
    background: #fafafa
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ddd;
}

.message {
    position: absolute;
    width: 600px;
    z-index: 1040;
    left: 50%;
    margin: -90px -300px 0;
    text-align: center;
    -webkit-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.84);
    -moz-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.84);
    box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.84);
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ddd;
}

.chats li.out .message {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 65px;
    text-align: right;
}

.chats li.out .name,
.chats li.out .datetime {
    text-align: right;
}

.chats li .message .body {
    display: block;
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #eee;
    clear: both;
}

.chat-form .input-cont {
    margin-right: 55px;
}

.chat-form .input-cont input {
    margin-bottom: 0;
}

.chat-form .input-cont input {
    border: 1px solid #ddd;
    width: 100%;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-form .input-cont input:focus {
    border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
    margin-top: -38px;
    position: relative;
    float: right;
    width: 44px;
}

.chat-form .btn-cont .btn {
    border-left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin-top: 8px;
}

/***
Rows seperated form layout
***/
.form-row-seperated .control-group {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.form-row-seperated .control-group.last {
    border-bottom: 0;
}

.form-row-seperated .control-label {
    width: 170px;
}

.form-row-seperated .controls {
    margin-left: 190px;
}

.form-row-seperated .help-inline,
.form-row-seperated .help-block {
    padding-left: 0;
}

.form-row-seperated .form-actions {
    padding-left: 190px !important;
}

/***
Bordered form layout
***/

.form-bordered .form-actions {
    padding-left: 190px !important;
}

.form-bordered .control-group:first-child {
    border-bottom: 1px solid #eee !important;
}

.form-bordered .control-group {
    padding: 0;
    margin-top: -20px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-bottom: 1px solid #eee;
}

.form-bordered .control-group.last {
    margin-bottom: -20px !important;
    border-bottom: 0;
}

.widget .form-bordered .control-group:first-child {
    margin-top: -15px !important;
}

.form-bordered .control-group .controls {
    padding: 10px;
    position: relative;
    border-left: 1px solid #eee;
}

.form-bordered .control-group .controls .chosen-container {
    min-height: 32px;
}

.form-bordered .control-group .controls .chosen-container .help-block {
    clear: both;
    padding-top: 10px !important;
}

.form-bordered .control-group .control-label {
    margin-top: 10px;
}

.form-bordered.form-row-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-bordered.form-label-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc;
}

.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
    background-color: #ffffff;
}

.form-bordered .help-inline,
.form-bordered .help-block {
    padding-left: 0;
}

/***
Input icons
***/
/* input with right aligned and colored icons */
.input-icon input {
    padding-right: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 3px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-info {
    color: #27a9e3;
}

.input-icon .input-error {
    color: #B94A48;
}

.input-icon .input-warning {
    color: #C09853;
}

.input-icon .input-success {
    color: #468847;
}

/* input with left aligned icons */
.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 6px 2px 4px 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    padding-left: 33px !important;
}

/***
Modify tags input plugin css
***/
div.tagsinput {
    height: 40px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

div.tagsinput span.tag {
    background: #aaa !important;
    color: #fff !important;
    border: 0 !important;
    padding: 3px 6px !important;
    margin-bottom: 4px !important;

}

div.tagsinput input {
    padding: 3px 6px !important;
}

div.tagsinput span.tag a {
    color: #fff !important;
}

div.tagsinput .not_valid {
    color: #fff !important;
    padding: 3px 6px !important;
    background-color: #e02222 !important;
}

/***
Fileuploader plugin css changes
***/
.fileupload .close {
    position: relative;
    top: 4px !important;
}

/***
Form wizard
***/
.form-wizard .progress {
    margin-bottom: 30px;
}

.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px;
}

.form-wizard .steps .navbar-inner {
    background-color: #F9F9F9 !important;
    background-image: none !important;
    filter: none !important;
    border: 0;
    box-shadow: none !important;
}

.form-wizard .steps .navbar-inner li a {
    background-color: #F9F9F9 !important;
    background-image: none !important;
    filter: none !important;
    border: 0;
    box-shadow: none !important;
}

.form-wizard .step:hover {
    text-decoration: none;
}

.form-wizard .step .number {
    background-color: #e3e3e3;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 15px 12px 15px !important;
    margin-right: 10px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.form-wizard .step .desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.form-wizard .active .step .number {
    background-color: #35aa47;
    color: #fff;
}

.form-wizard .active .step .desc {
    font-weight: 400;
}

.form-wizard .step i {
    display: none;
}

.form-wizard .done .step .number {
    background-color: #f2ae43;
    color: #fff;
}

.form-wizard .done .step .desc {
    font-weight: 400;
}

.form-wizard .done .step i {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
}

.form-wizard .tab-pane h4 {
    margin-bottom: 20px !important;
}

.form-wizard .tab-pane .chzn-container {
    position: absolute !important;
}

/***
System feeds
***/
.feeds {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feeds li {
    background-color: #fafafa;
    margin-bottom: 7px;
}

.feeds li:before,
.feeds li:after {
    display: table;
    line-height: 0;
    content: "";
}

.feeds li:after {
    clear: both;
}

.feeds .col1 {
    float: left;
    width: 100%;
    clear: both;
}

.feeds .col2 {
    float: left;
    width: 75px;
    margin-left: -75px;
}

.feeds .col1 .cont {
    float: left;
    margin-right: 75px;
    overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
    float: left;
    margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
    float: left;
    width: 14px;
    padding: 7px;
}

.feeds .col1 .cont .cont-col2 {
    float: left;
    width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
    margin-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
}

.feeds .col2 .date {
    padding: 4px 9px 4px 4px;
    text-align: right;
    font-style: italic;
    color: #c1cbd0;
}

/***
Accordions
***/
.accordion-heading {
    background: #eee;
}

.accordion-heading a {
    text-decoration: none;
}

.accordion-heading a:hover {
    text-decoration: none;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
    margin: 0;
    list-style: none;
}

.ver-inline-menu li {
    position: relative;
    margin-bottom: 1px;
}

.ver-inline-menu li i {
    color: #b9cbd5;
    font-size: 15px;
    padding: 11px 9px;
    margin: 0 8px 0 0;
    background: #e0eaf0 !important;
}

.ver-inline-menu li a {
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df;
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
    background: #e0eaf0;
    text-decoration: none;
}

.ver-inline-menu li:hover i {
    color: #fff;
    background: #c4d5df !important;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
    color: #fff;
    background: #169ef4;
    text-decoration: none;
    border-left: solid 1px #0c91e5;
}

.ver-inline-menu li.active i {
    background: #0c91e5 !important;
}

.ver-inline-menu li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px;
}

/***
Date tables plugin changes
***/
.dataTable {
    clear: both;
    /*margin-top: 5px;*/
}

.dataTables_filter label {
    line-height: 32px !important;
}

.dataTables_paginate,
.dataTables_filter {
    float: right;
}

/***
jQuery UI Sliders(new in v1.1.1)
***/
.table.sliders td {
    padding: 15px 10px !important;
}

.table.sliders .slider {
    margin-top: 4px;
}

.table.sliders .slider-value {
    padding-top: 5px;
    font-weight: 400;
}

.table.sliders .slider-vertical-value {
    padding-bottom: 5px;
    font-weight: 400;
}

.slider {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0 !important;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)) !important;
    background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee) !important;
    background-image: -moz-linear-gradient(top, #dddddd, #eeeeee) !important;
    background-image: -ms-linear-gradient(top, #dddddd, #eeeeee) !important;
    background-image: -o-linear-gradient(top, #dddddd, #eeeeee) !important;
    background-image: linear-gradient(top, #dddddd, #eeeeee) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0) !important;
}

.slider-success {
    background-color: #5fd02c !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97e076), color-stop(100%, #5fd02c)) !important;
    background-image: -webkit-linear-gradient(top, #97e076, #5fd02c) !important;
    background-image: -moz-linear-gradient(top, #97e076, #5fd02c) !important;
    background-image: -ms-linear-gradient(top, #97e076, #5fd02c) !important;
    background-image: -o-linear-gradient(top, #97e076, #5fd02c) !important;
    background-image: linear-gradient(top, #97e076, #5fd02c) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97e076', endColorstr='#5fd02c', GradientType=0) !important;
}

.slider-warning {
    background-color: #fcb322 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde9d), color-stop(100%, #fcb322)) !important;
    background-image: -webkit-linear-gradient(top, #ffde9d, #fcb322) !important;
    background-image: -moz-linear-gradient(top, #ffde9d, #fcb322) !important;
    background-image: -ms-linear-gradient(top, #ffde9d, #fcb322) !important;
    background-image: -o-linear-gradient(top, #ffde9d, #fcb322) !important;
    background-image: linear-gradient(top, #ffde9d, #fcb322) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde9d', endColorstr='#fcb322', GradientType=0) !important;
}

.slider-important {
    background-color: #ed4e2a !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb2a1), color-stop(100%, #ed4e2a)) !important;
    background-image: -webkit-linear-gradient(top, #fbb2a1, #ed4e2a) !important;
    background-image: -moz-linear-gradient(top, #fbb2a1, #ed4e2a) !important;
    background-image: -ms-linear-gradient(top, #fbb2a1, #ed4e2a) !important;
    background-image: -o-linear-gradient(top, #fbb2a1, #ed4e2a) !important;
    background-image: linear-gradient(top, #fbb2a1, #ed4e2a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb2a1', endColorstr='#ed4e2a', GradientType=0) !important;
}

.slider-info {
    background-color: #57b5e3 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aedbf2), color-stop(100%, #57b5e3)) !important;
    background-image: -webkit-linear-gradient(top, #aedbf2, #57b5e3) !important;
    background-image: -moz-linear-gradient(top, #aedbf2, #57b5e3) !important;
    background-image: -ms-linear-gradient(top, #aedbf2, #57b5e3) !important;
    background-image: -o-linear-gradient(top, #aedbf2, #57b5e3) !important;
    background-image: linear-gradient(top, #aedbf2, #57b5e3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aedbf2', endColorstr='#57b5e3', GradientType=0) !important;
}

.ui-slider-vertical,
.ui-slider-handle {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slider-eq > span {
    height: 125px;
    float: left;
    margin: 15px
}

/***
Dropzone css changes(new in v1.4)
***/
.dropzone {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/***
Bootstrap Tree CSS changes(new in v1.4)
***/
.tree {
    margin: 0;
    padding: 0;
}

.tree a {
    padding: 2px 3px 3px 3px;
    display: block !important;
    line-height: 16px !important;
}

.tree a:hover {
    text-decoration: none;
    background-color: #eee;
}

.tree a.tree-toggle-icon-only,
.tree a.tree-toggle {
    background-position: 2px -20px;
}

.tree a.tree-toggle.closed,
.tree a.tree-toggle-icon-only.closed {
    background-position: 2px 3px;
}

.select2-container .select2-choice {
    height: 27px !important;
    padding: 0 0 0 8px !important;
}

/***
Additional custom changes
***/

.btn-link {
    color: #009b3a;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #bdbdbd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.well {
    margin-bottom: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #009b3a;
    background-image: -moz-linear-gradient(top, #02a33e, #009b3a);
    background-image: -webkit-gradient(linear, 0 0, 0, 0 100%, from(#02a33e), to(#009b3a));
    background-image: -webkit-linear-gradient(top, #02a33e, #009b3a);
    background-image: -o-linear-gradient(top, #02a33e, #009b3a);
    background-image: linear-gradient(to bottom, #02a33e, #009b3a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.widget-body.form .form-actions {
    padding-left: 15px;
}

.form-actions {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    padding-left: 15px;
}

form .form-actions {
    margin-bottom: -20px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

option {
    color: #555;
}

thead {
    background-color: #f3f3f3;
}

/* ostylowanie dla tabów wywoływanych w pasku tytułowym widgeta

.widget-tabs .nav-tabs > li {
    float: left;
    border-top: 3px solid #666;
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
	background-color: #e5e5e5;

}

.widget-tabs .nav-tabs > li > a {
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
  color: #555;
}

.widget-tabs .nav-tabs > li.active > a {
  border-bottom-color: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.widget-tabs .nav-tabs > li > a:hover {
  border-bottom: 1px solid #fff;
}
*/

.tabbable-custom .nav-tabs > li.active {
    border-bottom: 1px solid #fff;
    border-top: 3px solid #009b3a;
    border-left: 0;
    border-right: 0;
}

.tabbable-custom .nav-tabs > li {
    float: left;
    border-top: 2px solid #999;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #f4f4f4;
}

.tabbable-custom .nav-tabs > li > a {
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    color: #555;
}

.tabbable-custom .nav-tabs > li.active > a,
.tabbable-custom .nav-tabs > li > a:hover {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.tabbable-custom > .tab-content {
    padding-top: 25px;

}

.dt-actions {
    float: left;
    margin-right: 5px;
}

.dt-columns {
    margin-left: 5px;
}

#footer .go-top {
    background-color: #2b3843;
}

/* STYLES FOR MODAL WINDOWS */
.modal_w650 {
    width: 650px;
}

.modal_h450 {
    max-height: 470px;
}

.select2.select2-offscreen,
.select2_search.select2-offscreen {
    width: 1px;
}

input.marginb-0 {
    margin-bottom: 0;
}

.table-clickable tbody tr {
    cursor: pointer;
}

.table-clickable tbody tr a {
    text-decoration: none;
}

/* delayed Arrival */
table.table tr.row_delayed td {
    background-color: #F2DEDE;
}

table.datatables thead th.individual-search {
    margin: 0;
    padding: 0;
    background-position: right 18px top 8px;
    position: relative;
}

table.datatables thead th.individual-search .header {
    padding: 8px 26px 8px 8px;
    position: relative;
    overflow: inherit;
    clear: both;
}
table.datatables thead th.individual-search .header .title {
    padding-right: 12px;
}

.datatables thead .search-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    padding: 8px 0;
    font-size: 16px;
    color: #989898;
    margin: 0;
    transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;

}

.datatables thead th:last-child .search-toggle {
    border-top-right-radius: 3px;
}

.datatables thead .search-toggle:hover{
    color: #009b3a;
}

.datatables thead .search-toggle.active:hover {
    background-color: #51a351 !important;
    *background-color: #499249 !important;
    background-image: -moz-linear-gradient(top, #51a351, #499249) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#499249))!important;
    background-image: -webkit-linear-gradient(top, #51a351, #499249)!important;
    background-image: -o-linear-gradient(top, #51a351, #499249)!important;
    background-image: linear-gradient(to bottom, #51a351, #499249)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff499249', GradientType=0) !important;
}

.datatables thead .search-toggle.active {
    color: #ffffff;
    background-color: #5bb75b !important;
    *background-color: #51a351 !important;
    background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351))!important;
    background-image: -webkit-linear-gradient(top, #62c462, #51a351)!important;
    background-image: -o-linear-gradient(top, #62c462, #51a351)!important;
    background-image: linear-gradient(to bottom, #62c462, #51a351)!important;
    background-repeat: repeat-x !important;
    border-color: #51a351 #51a351 #387038 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.datatables thead .search.inactive {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease, padding 0.2s ease, max-height 0.2s ease;
}

.datatables thead .search {
    max-height: 100px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    background: #E6E6E6 !important;
    transition: visibility 0s linear, opacity 0.2s ease, padding 0.2s ease, max-height 0.2s ease;
    padding: 5px;
    position: absolute;
    top: 100%;
    z-index: 4000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.datatables thead .search select {
    width: auto;
}

.datatables thead .search .date input {
    width: 134px;
}

td.nowrap {
    white-space: nowrap;
}

.bootstrap-datetimepicker-widget {
    z-index: 4100;
}

.datatables .search .control-group:last-child {
    margin-bottom: 0;
}

.header-actions {
    margin-top: 5px;
}

[class*="span"] h3.page-title:first-child {
    margin-top: 0;
}

.permission-state-filter, .document-state-filter {
    margin-right: 10px;
}

body .modal-body.no-scroll {
    overflow-y: inherit;
}

body .chosen-container.focus .chosen-single,
body .chosen-container.chosen-container-active .chosen-choices {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
body .chosen-container {
    margin-bottom: 10px;
}
body .chosen-container .chosen-choices {
    max-height: 124px;
    overflow-y: auto;
}
body .chosen-container .chosen-choices,
body .chosen-container .chosen-single {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    min-height: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
body .error .chosen-container .chosen-choices,
body .error .chosen-container .chosen-single {
    color: #b94a48;
}
body .chosen-container .chosen-single {
    background: #ffffff;
    height: 30px;
    padding: 4px 6px;
    display: block;
}
body .chosen-container .chosen-single.chosen-default {
    color: #999;
}
body .chosen-container .chosen-single div b {
    background-position-y: 4px;
}
body .chosen-container-active.chosen-with-drop .chosen-single {
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    padding: 4px 6px;
    min-height: 30px;
}

body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 5px;
    -webkit-transition: opacity linear .2s, width linear .2s;
    -moz-transition: opacity linear .2s, width linear .2s;
    -o-transition: opacity linear .2s, width linear .2s;
    transition: opacity linear .2s, width linear .2s;
}

body .chosen-container-multi .chosen-choices li.search-choice {
    padding: 4px 20px 4px 6px;
    line-height: 14px;
    margin: 3px 0 3px 3px;
    -webkit-transition: padding linear .2s;
    -moz-transition: padding linear .2s;
    -o-transition: padding linear .2s;
    transition: padding linear .2s;
}

body .chosen-container .chosen-drop {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

body .chosen-container.chosen-disabled {
    opacity: 1 !important;
    cursor: not-allowed;
}

body .chosen-container.chosen-disabled .chosen-choices {
    background: #eee;
}

body .chosen-container.chosen-disabled .chosen-choices li.search-choice {
    padding: 4px 6px;
}

body .chosen-container.chosen-disabled .chosen-choices li.search-choice .search-choice-close {
    opacity: 0;
    width: 0;
}
body .chosen-container-single .chosen-search {
    margin: 0;
    padding: 0;
}
body .chosen-container-single .chosen-search input[type="text"] {
    border-left-style: none;
    border-right-style: none;
    padding: 4px 6px;
    margin: 0;
    line-height: 20px;
    background: none;
    background-position: right 25px top 10px !important;
}
body .chosen-container-single .chosen-search:after {
    display: inline-block;
    content: '\f002';
    color: #7F7F7F;
    position: relative;
    left: -19px;
    font-family: FontAwesome;
}
body .chosen-container .chosen-results{
    margin: 0;
    padding: 0;
}

.control-group .controls .input-append.date {
    display: block;
    margin-right: 27px;
}

body .tooltip {
    z-index: 1200;
}

.errors, .errors a {
    color: #b94a48;
}

.th-actions-1 {
    width: 40px;
}

.th-actions-2 {
    width: 80px;
}

.th-actions-3 {
    width: 200px;
}

.modal.modal-wide {
    width: 70%;
    left: 15%;
    margin-left: auto;
    margin-right: auto;
}

.btn-animate {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s,opacity 0.2s linear;
}
.btn-animate.hidden {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s,opacity 0.2s linear;
}

.row-fluid.control-label-row > * {
    position: relative;
    min-height: 0;
}
.row-fluid.control-label-row .btn-small {
    position: absolute;
    right: 0;
    top: -5px;
}
.empty-label {
    margin-bottom: 5px;
}
.toast {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    z-index: 1200;
    text-align: center;
    -webkit-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.84);
    -moz-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.84);
    box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.84);
}
.envira-checkbox:before {
    text-decoration: inherit;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f096";
    margin: 0 5px 0 0;
}
.envira-checkbox.active:before {
    content: "\f046";
}
.envira-radiobutton:before {
    text-decoration: inherit;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f10c";
    margin: 0 5px 0 0;
}
.envira-radiobutton.active:before {
    content: "\f05d";
}
.k-combobox {
    margin-bottom: 10px;
}
/* Styles to unify kendo multiselect and choosen */
.k-multiselect .k-button {
    background-color: rgb(245, 245, 245) !important;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)) !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}
.k-multiselect .k-button .k-delete {
    background: url('../plugins/choosen/chosen-sprite.png') -42px 1px no-repeat !important;
    margin: 0px 0px 3px 5px !important;
    width: 12px !important;
    height: 12px !important;
}
.k-multiselect .k-multiselect-wrap .k-readonly {
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 4px 0px 0px 0px;
}
.nav-tabs.transparent>.active>a {
    background: #f9f9f9;
}
.list-input {
    min-height: 30px;
    box-sizing: border-box;
    cursor: not-allowed;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.row-fluid.title .btn-small-group {
    margin: 7px 0;
}
.storehouse-amount {
    display: block;
}
.storehouse-amount .dropdown-menu {
    border: none;
    left: auto;
    right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.storehouse-amount .dropdown-menu .input-prepend {
    margin-bottom: 0;
}
.storehouse-amount .dropdown-menu li .add-on,
.storehouse-amount .dropdown-menu li input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
}
.storehouse-amount .dropdown-menu li .add-on {
    width: 210px;
}
.storehouse-amount .dropdown-menu li input {
    width: 168px;
}
.storehouse-amount .dropdown-menu li:first-child input {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}
.storehouse-amount .dropdown-menu li:first-child .add-on {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.storehouse-amount .dropdown-menu li:last-child input {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #ccc;
}
.storehouse-amount .dropdown-menu li:last-child .add-on {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #ccc;
}

#selectArrival_filter input[type="search"] {
	border-radius: 4px 0 0 4px;
}
.input-append .chosen-container:last-child .chosen-single {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: none;
}
#transfer > .row-fluid.from .span4:nth-child(2) .input-append {
    display: block;
}
#transfer > .row-fluid.from .span4:nth-child(2) .input-append input[name="amount"] {
    display: block;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    float: left;
}
#transfer > .row-fluid.from .span4:nth-child(2) .input-append .chosen-container:last-child {
    float: left;
    width: 110px !important;
}
.rules-actions-row {
	padding-top: 6px;
	padding-bottom: 6px;
}
.error {
	color: #b94a48;
}
.muted.noFile {
	line-height: 30px;
}

.check-all-icons .hidden {
	display: none;
}

.muted.noFile {
	line-height: 30px;
}
td.error {
    color: #b94a48;
}
.check-all-icons .hidden {
	display: none;
}
form#price #extendedCodeContainer #priceValidation {
	width: 270px;
	float: left;
	margin-top: 19px;
	text-align: center;
}
form#price select {
    direction: rtl;
}

form#price option {
    direction: ltr;
}
.btn-group>.last {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
.modal {
	font-size: 13px;
}

#calculate-price-container,
.calculate-price-container {
    margin: 10px 0;
}

#simulationValue {
    min-height: 45px;
    max-width: 180px;
}

#simulationCalculate {
    margin-top: 10px;
}

#calculate-price-container #calculate-price,
#calculate-price-container #price-per-unit-value,
.calculate-price-container .calculate-price,
.calculate-price-container .price-per-unit-value,
.calculate-price-container .prop-per-unit,
.calculate-price-result .calculate-prop,
#simulationValue .value
{
    font-size: 24px;
    display: inline;
}
#calculate-price-container span,
.calculate-price-container span,
#simulationValue .properties span {
    margin-right: 5px;
}

.controls.input-group {
    overflow: hidden;
}
.controls.input-group > input {
    display: block;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: none;
}
.controls.input-group > input:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.controls.input-group > input:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ccc;
}
.controls.input-group > input.span12 { width: 100%; }
.controls.input-group > input.span11 { width: 91.66666666666667%; }
.controls.input-group > input.span10 { width: 83.33333333333332%; }
.controls.input-group > input.span9 { width: 75%; }
.controls.input-group > input.span8 { width: 66.66666666666667%; }
.controls.input-group > input.span7 { width: 58.33333333333332%; }
.controls.input-group > input.span6 { width: 50%; }
.controls.input-group > input.span5 { width: 41.66666666666667%; }
.controls.input-group > input.span4 { width: 33.33333333333332%; }
.controls.input-group > input.span3 { width: 25%; }
.controls.input-group > input.span2 { width: 16.66666666666667%; }
.controls.input-group > input.span1 { width: 8.33333333333332%; }

#invoiceItems > thead > tr > th.actions {
    width: 80px;
}

#invoice .tab .btn {
    line-height: 12px;
}
#invoice .tabButtons {
    float: right;
}

#rules-table .chosen-container,
#rules-table .input-medium,
#rules-table .input-small {
    margin: auto;
    display: block;
}

#rules-table .error.control-label {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#sequencesTable a[href="#infoPatternsModal"] {
    margin-right: 12px;
}

#wasteManagementTypes a[href="#infoMethodsDefinitionsModal"] {
    margin-right: 12px;
}

.dropdown-menu >li > .menu-item {
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    background: transparent;
    margin: 0;
    border: none;
    display: block;
    width: 100%;
}
.dropdown-menu >li > .menu-item:hover,
.dropdown-menu >li > .menu-item:active {
    color: #ffffff;
    background: #009b3a;
    text-decoration: none;
}

.details-grouped-actions.dropdown-menu {
    left: auto;
    right: 0;
}

#dictionaryEntryModal .modal-body {
    max-height: none;
    overflow-y: visible;
}

#destination_search_chosen, #source_search_chosen {
    min-width: 180px;
}

table[id] th.chosen-search .search,
#wasteTransfers .chosen-search .search {
    overflow: visible;
}
body .bootstrap-datetimepicker-widget {
    z-index: 4280;
}
.clearFilters {
    float: right;
}
.clearFilters button {
    margin: 2px 0 0 10px;
}

.qrCode  {
    float: right;
}

.qrCode button {
    margin: 2px 0 0 10px;
    min-width: 100px;
}

.qrCodeHiddenInput {
    position: fixed; left: 500em;
    opacity:0;
}

.qrCodeSpinner {
    cursor: not-allowed;
    pointer-events: none;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

.selected-kpo-import-wrapper {
    float:left;
}

.selected-kpo-import-item {
    margin:4px;
    display: inline-block;
}

.dtAdditionalElement {
    float: right;
}
.dtAdditionalElementContent {
    margin: 2px 0 0 10px !important;
}

#arrival-filters .span4.control-group.pull-right:first-child,
#departure-filters .span4.control-group.pull-right:first-child {
    margin-left: 10px;
}

body .chosen-container.chosen-disabled .chosen-single {
    cursor: not-allowed;
    background-color: #eee;
}
.transferFormWrapper .transfer-amount-controls {
    display: block;
}
.transferFormWrapper .transfer-amount-controls [name=amount] {
    display: block;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    float: left;
}
.transferFormWrapper .transfer-amount-controls .chosen-container {
    float: left;
    width: 110px !important;
}
.tab-content .form-actions {
    background: none;
}

.row-separator {
    border-bottom: 1px solid #e0e0e0;
    margin-top:25px;
    margin-bottom: 25px;
}

#customer_vehicles .error.control-label {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#netPrice-controls, .netPrice-controls {
    display: block !important;
}
#netPrice-controls #netPrice-amount,
.netPrice-controls .netPrice-amount {
    display: block !important;
    width: -moz-calc(100% - 110px) !important;
    width: -webkit-calc(100% - 110px) !important;
    width: calc(100% - 110px) !important;
    float: left !important;
}
#netPrice-controls .chosen-container,
.netPrice-controls .chosen-container {
    float: left;
    width: 110px !important;
}
.netPrice-controls .netPrice-amount {
    display: block !important;
    width: -moz-calc(100% - 55px) !important;
    width: -webkit-calc(100% - 55px) !important;
    width: calc(100% - 55px) !important;
    float: left !important;
}
.netPrice-controls .chosen-container {
    float: left;
    width: 55px !important;
}
#businessService_priceData_table tbody td .input-append.date input {
    width: -moz-calc(100% - 27px) !important;
    width: -webkit-calc(100% - 27px) !important;
    width: calc(100% - 27px) !important;
}

.overflow-initial {
    overflow: initial;
}

.overflow-visible {
    overflow: visible;
}

#columnsVisibilityButtons label {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}
.inline-h4-choosen .chosen-container {
    margin-top: 4px;
    margin-bottom: 0;
}

.sidebar-closed li.arrivals-menu > a,
.sidebar-closed li.departures-menu > a {
    min-height: 42px;
    position: relative;
}
.sidebar-closed li.arrivals-menu > a i.icon-arrow-down,
.sidebar-closed li.departures-menu > a i.icon-arrow-up {
    position: absolute;
    left: 7px;
    top: 31px;
}

table.datatables tbody tr td {
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}

table.datatables tbody tr td.not-clickable {
    cursor: default;
}

table.datatables tbody tr.active td {
    transition: background-color 0.2s ease-in-out 0.2s, color 0.2s ease-in-out 0.2s, border-color 0.2s ease-in-out 0.2s;
}

table.datatables tbody tr.active.firstActive td {
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}

.tab-content.visible {
    overflow: visible;
}

#wasteTransfers tbody tr.active + tr > td {
    margin: 0;
    padding: 0;
    border: 2px solid #0088CC;
}

#wasteTransfers tr.active:hover td,
#wasteTransfers tr.active:hover + tr > td {
    border-color: #0075B0;
}

#wasteTransfers tbody tr.active + tr .details-wrapper {
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    cursor: default;
}

#wasteTransfers tbody tr.active + tr .details-wrapper table tr {
    cursor: default;
}

#wasteTransfers tbody tr.active + tr .details-wrapper .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 1px 5px #000000;
    z-index: 200;
}

#wasteTransfers tr.active td {
    border-color: #0088CC;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
}

.table-bordered thead:last-child > tr:last-child > th:first-child,
.table-bordered tbody:last-child > tr:last-child > td:first-child,
.table-bordered tbody:last-child > tr:last-child > th:first-child,
.table-bordered tfoot:last-child > tr:last-child > td:first-child,
.table-bordered tfoot:last-child > tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.export {
    float: right;
}

.export button {
    margin: 2px 0 0 10px;
}

.invoice-to-correct,
.invoice-to-correct:hover {
    border-bottom: 1px dotted #c09853;
    color: #c09853;
    text-decoration: none;
}
#productDeparture .input-append #tare, #productDeparture .input-append #gross {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
#productDeparture .input-append .btn-group .scale, #productDeparture .input-append .btn-group .scale {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
#generalWeighRecord .input-append input.span12 {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}
#generalWeighRecord .input-append input.span12 + .btn-group .dropdown-toggle {
    width: 100px;
}
#generalWeighRecord .input-append input.span12.readonly {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}
#generalWeighRecord .input-append input.span12 + .add-on {
    width: 140px;
}
#generalWeighRecord #reportForm,
.controls > div.radio {
    float: left;
}
#generalWeighRecord .controls > div.radio + label {
    line-height: 28px;
}
.no-margin-wrapper > .span12 {
    margin-left: 0;
}

.chosen-container .chosen-drop .chosen-results li.loader {
    background: url("../img/loading.gif") center center no-repeat;
}

.chosen-container .chosen-drop .chosen-results li.loader span {
    display: none;
}

#processingStorehouseProcessesModal {
    position: absolute;
}

#processingStorehouseProcessesModal .modal-body {
    max-height: none;
    overflow-y: visible;
}

#processingStorehouseProcessesTable thead tr th:first-child {
    width: 170px !important;
}

#generalWeighRecord .span4.no-margin-wrapper > .span12 {
    margin: 0 0 5px 0;
}

#transporter-from-tender, #transporter-permission-warning {
    margin-bottom: 0;
    margin-top: 20px;
}

.weight-input-wrapper .input-append input.span12 {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.weight-input-wrapper .input-append input.span12 + button {
    width: 150px;
}

.weight-input-wrapper .input-append input.span12 + .add-on {
    width: 140px;
}

.partNetInputWrapper .input-append input.span12 {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.partNetInputWrapper .input-append input.span12 + .add-on {
    width: 20px;
}

.limitsWrapper.span12 {
    margin:0;
}

.calculate-price-errors-per-unit.alert,
.calculate-price-errors.alert,
.permissionWrapper .alert,
.contractor-warning,
.codeSelectMessagesWrapper .alert {
    margin-bottom: 10px;
}

.chosen-container-single .chosen-single .search-choice-close,
.chosen-container-single .chosen-single div:not([class]) {
    -webkit-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.with-add-button.chosen-container-single .chosen-single .search-choice-close {
    right: 56px
}

.with-add-button.chosen-container-single .chosen-single div:not([class]) {
    right: 30px
}

#selectWastesError {
    margin-bottom: 10px;
    font-size: medium;
}

input, .add-on {
    -webkit-transition: border linear .4s, box-shadow linear .4s, background linear .4s !important;
    -moz-transition: border linear .4s, box-shadow linear .4s, background linear .4s !important;
    -o-transition: border linear .4s, box-shadow linear .4s, background linear .4s !important;
    transition: border linear .4s, box-shadow linear .4s, background linear .4s !important;
}

.info-group input,
.info-group .add-on {
    border-color: #3a87ad;
    background-color: #d9edf7;
}

.info-group input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.kpoRow input {
    margin-bottom: 0;
}

.kpoRow label.checkbox {
    margin: 0 0 10px 5px !important;
}

.part-invoice {
    padding-top: 10px;
}

.part-receipt {
    padding-top: 10px;
}

.part-arrivalMetalForm {
    padding-top: 10px;
}

.data-table-button {
    margin: 2px 0 0 10px;
}

#doNotShowAgainContainer {
    display: inline-block;
    margin-right: 5px;
}

.part-returned {
    border-color: #bd362f !important;
}

#rfidCardForm .fetchCardDataWrapper input[name="cardData"] {
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}

#rfidCardForm .fetchCardDataWrapper button {
    width: 200px !important;
}

a.no-decoration {
    text-decoration: none;
}

.mt-loader {
    position: relative;
    margin: 100px auto;
    width: 200px;
    height: 200px;
    /*zoom: 1.7;*/
}

.mt-loader .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 200px;
    position: relative;
    width: 200px;
}

.loader-block {
    margin: auto;
    width: 50px;
    height: 50px;
    display: block;
}

.loader-block .circular {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.mt-loader .circular .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke: #009b3a;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

#balance-chart .form-inline {
    margin-bottom: 20px !important;
}

#balance-chart .input-append {
    margin-right: 10px;
}

#balance-chart table.jqplot-table-legend {
    width: 120px;
}

.sortTypeWrapper .control.control-group {
    margin: 0;
}

.sortTypeWrapper .control.control-group .chosen-container {
    margin: 0;
}

.table td.general-report-property-visible {
    vertical-align: middle;
    text-align: center;
}

.table td.general-report-property-visible input {
    margin: 0;
}

.table td.general-report-property-name {
    vertical-align: middle;
}
.row-fluid.control-label-row .general-report-group-action .btn-small {
    position: static;
    margin-top: 7px;
}

.wide-multi-select .chosen-container-multi .chosen-choices input.default[type="text"] {
    min-width: 300px !important;
}

.datetimepicker-box input.span12 {

    width: -moz-calc(100% - 27px);
    width: -webkit-calc(100% - 27px);
    width: calc(100% - 27px);
}

.store-state-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-state-chart .lower-chart .line-series,
.store-state-chart .main-chart .line-series {
    fill: none;
    stroke-width: 1px;
}

.store-state-chart .main-chart path.line-series.hover {
    stroke-width: 2px !important;
}

.store-state-chart .main-chart .brush .extent {
    opacity: 0.2;
    fill: #7E7E7E;
}

.store-state-chart .lower-chart .brush .extent {
    opacity: 0.4;
    fill: #2C2C2C;
}

.store-state-chart path.overlay {
    fill-opacity: 0;
    stroke-width: 0;
}

.store-state-chart .axis .tick line {
    stroke: #a2a2a2;
    stroke-width: 0.5;
}

.store-state-chart line.pointer-line {
    stroke: #cacaca;
    stroke-width: 1;
    stroke-dasharray: 15;
}

.store-state-chart .pointer {
    fill-opacity: 0;
    stroke-width: 3px;
}

.store-state-chart .legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.store-state-chart .legendEntry {
    display: flex;
    margin: 2px 5px;
}

.d3-tip table.table {
    background: #F6F6F6;
    max-width: 400px !important;
}

.store-state-chart .legendEntry .marker,
.d3-tip .marker {
    width: 18px;
    height: 18px;
    margin-bottom: -5px;
    border-radius: 9px;
    display: inline-block;
}

.store-state-chart .legendEntry .label {
    color: black;
    background: none;
}

.store-state-report .store-state-serie {
    padding: 10px;
    margin: 5px 0;
}

.store-state-report .store-state-serie h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.store-state-report .store-state-serie .controls .control-group {
    margin-bottom: 0;
}

.store-state-report .store-state-serie .row-fluid:first-child > * {
    min-height: 0;
}

.store-state-report .store-state-serie .chosen-container {
    margin-bottom: 0;
}

.store-state-report .transfers-wrapper {
    padding: 20px 0 0 0;
}

.stores-flow-report .endpoints {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.stores-flow-report .endpoint {
    flex: 1;
    margin: 5px 10px;
}

.stores-flow-report .endpoint:first-child {
    margin-left: 0;
}

.stores-flow-report .endpoint:last-child {
    margin-right: 0;
}

.stores-flow-report .report {
    position: relative;
    overflow: hidden;
}

.stores-flow-report .report .flow {
    position: absolute;
    z-index: 10;
}

.stores-flow-report .report .flow .arrow {
    margin: 5px 15px 5px 10px;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
    color: #F9F9F9;
    background-color: #00BE01;
    border-color: #00BE01;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    transition: box-shadow 0.5s;
    transition-timing-function: ease-out;
}

.stores-flow-report .report .flow .arrow:hover {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
    transition-timing-function: ease-in;
}

.stores-flow-report .report .flow .arrow:after {
    cursor: pointer;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    right: 3px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid;
    border-left-color: inherit;
    border-radius: 4px;
}

.stores-flow-report .report .dateLabel {
    position: absolute;
    left: 0;
    border-bottom: 1px solid #717171;
    width: 100%;
    z-index: 10;
}

.stores-flow-report .report .dateLabel .label {
    background-color: #717171;
    color: #F9F9F9;
    font-size: 14px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0;
    margin-top: 6px !important;
    top: 1px;
    position: relative;
    padding: 3px 10px;
}

.stores-flow-report .report .endpointLine {
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #CCCCCC;
    border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
    border-bottom-left-radius: 50% 10%;
}

.stores-flow-report .endpoints-labels {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    transition: box-shadow 0.5s;
}

.stores-flow-report .endpoints-labels.affix-top,
.stores-flow-report .endpoints-labels.affix {
    top: 47px;
    z-index: 100;
    background-color: #F9F9F9;
    border-bottom: 1px solid #DEDEDE;
    box-shadow: 0 6px 10px -7px black;
    position: fixed;
}

.stores-flow-report .endpoints-labels.affix-top {
    top: 0;
}

.stores-flow-report .endpoints-labels .endpoint-label {
    flex: 1;
    margin: 5px 10px;
    text-align: center;
    padding: 5px 10px;
    background-color: #717171;
    color: #F9F9F9;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stores-flow-report .endpoints-labels .endpoint-label:first-child {
    margin-left: 0;
}

.stores-flow-report .endpoints-labels .endpoint-label:last-child {
    margin-right: 0;
}

.table-fit-search table.datatables thead th:not([data-dt-type*='timestamp']) .search {
    left: 0;
    right: 0;
    display: flex;
}

.table-fit-search table.datatables thead th:not([data-dt-type*='timestamp']) .search > * {
    flex: 1;
}

.editable-data-table.readonly tbody .actions-column a {
    display: none;
}

.flex-radios {
    display: flex !important;
}

.flex-radios > label {
    margin-left: 5px;
    margin-right: 10px;
}

.filters-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.filters-form > * {
    margin-left: 10px;
    margin-right: 10px;
}

.filters-form > *:first-child {
    margin-left: 0;
}

.filters-form > *:last-child {
    margin-right: 0;
}

#WeeeGroupSummaryTransfersTable tr.details-row > td {
    padding-top: 0;
    padding-right: 0;
}

#WeeeGroupSummaryTransfersTable .weee-summary-table-details {
    display: flex;
    justify-content: flex-end;
}

#WeeeGroupSummaryTransfersTable .weee-summary-table-details table.datatables {
    width: auto;
    min-width: 35%;
    border-top: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#WeeeGroupSummaryTransfersTable .weee-summary-table-details table.datatables thead tr:first-child th:first-child {
    border-top-left-radius: 0;
}

#WeeeGroupSummaryTransfersTable .weee-summary-table-details table.datatables thead tr:first-child th:last-child {
    border-top-right-radius: 0;
}

#WeeeGroupSummaryTransfersTable .weee-summary-table-details table.datatables tbody tr:last-child th:last-child {
    border-bottom-right-radius: 0;
}

.WeeGroupTableForm .formRow .editor-table-wrapper tbody .chosen-container .chosen-single > span,
.splitModal .editor-table-wrapper tbody .chosen-container .chosen-single > span
{
    white-space: normal;
}

.font-smaller {
    font-size: 90%;
}

.display-flex {
    display: flex;
}

.wasteProcessingProtocolWrapper button.expand-balance,
.wasteProcessingProtocolWrapper button.expand-balance-master {
    background: transparent;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    transition: box-shadow 0.5s;
    width: 21px;
    height: 21px;
    padding: 0;
    margin-bottom: 3px;
}

.wasteProcessingProtocolWrapper button.expand-balance:hover,
.wasteProcessingProtocolWrapper button.expand-balance-master:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.wasteProcessingProtocolWrapper button.expand-balance i,
.wasteProcessingProtocolWrapper button.expand-balance-master i {
    transition: transform 0.4s ease-in-out;
    display: block;
}

.wasteProcessingProtocolWrapper button.expand-balance.active i,
.wasteProcessingProtocolWrapper button.expand-balance-master.active i {
    transform: rotate(180deg);
}

hr.no-top-margin-hr {
    margin-top: 0;
}

.wasteProcessingProtocolWrapper section .section-data {
    border-bottom: 1px solid #E0DFDF;
    box-shadow: 0 1px 0 #ffffff;
}

.wasteProcessingProtocolWrapper section .section-data:last-child {
    border-bottom: none;
    box-shadow: none;
}

.wasteProcessingProtocolWrapper section .section-data .title-data {
    display: flex;
    font-size: 17.5px;
    line-height: 20px;
}

.wasteProcessingProtocolWrapper section .section-data .title-data .title {
    flex: 2;
    margin: 5px 10px 5px 10px;
}

.wasteProcessingProtocolWrapper section .section-data .title-data .amount {
    flex: 1;
    margin: 5px 10px 5px 10px;
}

.wasteProcessingProtocolWrapper section .section-data .title-data .expand-balance {
    margin: 3px 0 0 0;
}

.wasteProcessingProtocolWrapper section .section-data .details-data {
    margin: 10px 0px 10px 10px;
}

#limits-period .wasteStoreTimeLimitWrapper .titleRow {
    display: none;
}
#limits-period .wasteStoreTimeLimitWrapper .formRow .widget-body,
#limits-period .wasteStoreTimeLimitWrapper .formRow .widget {
    margin: 0;
    padding: 0;
    border: none;
}

.btn-weight {
    width: 150px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.inactiveColumn {
    background-color: #EEE;
}

#invoiceItems td:not(.position) input {
    min-width: 70px;
}

#invoiceItems td.position input {
    min-width: 40px;
}

#header.navbar-inverse .navbar-inner {
    height: auto !important;
}

@media (max-width: 979px) {
    #header .brand {
        padding: 6px 20px 6px 0;
        margin: 0;
    }

    #header .brand.custom-logo {
        padding: 6px 0 6px 0px;
        width: auto;
        margin: 0;
    }
    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -20px;
    }
}
@media (max-width: 767px) {
    #header .brand {
        margin: 0 0 0px 15px;
    }
    #header.navbar-inverse .btn-navbar {
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .row-fluid.specialRow > .span6 {
        width: 47.435897435896883%;
        margin-left: 5.128205128205128%;
    }

    .row-fluid.specialRow > .span6:first-child {
        margin-left: 0;
    }
}

#invoiceItems td:not(.position) input {
    min-width: 70px;
}

#invoiceItems td.position input {
    min-width: 40px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: default;
}

textarea {
    resize: none;
}

.divider-filter-with-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider-filter-text {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
}

.divider-filter {
    width: 100%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #d2d8da;
}

#commodityArrival .input-append input.span12.readonly {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}
#commodityArrival .input-append input.span12.readonly + .add-on {
    width: 140px;
}

.scroll-overflow-x {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}

table.keoTable thead th, table.keoTable thead td {
    vertical-align: middle;
    text-align: center;
}
#bdoKeoCardContent {
    min-height: 300px;
}
.bdo-keo-error-message {
    color: #ebcccc;
    font-size: 11px;
    font-weight: bold;
}

.label-receive_confirmation {
    background: #c8e6c9;
    color: #256029;
}
.label-planned {
    background-color: #b3e5fc;
    color: #23547b;
}
.label-approved {
    background-color: #eccfff;
    color: #694382;
}
.label-withdrawn {
    background: #ffcdd2;
    color: #c63737;
}
.label-transport_confirmation {
    background: #c8e6c9;
    color: #256029;
}
.label-confirmation_generated {
    background: #feedaf;
    color: #8a5340;
}
.label-rejected {
    background-color: #ffd8b2;
    color: #805b36;
}
.label-receive_confirmation {
    background: #c8e6c9;
    color: #256029;
}
.label-deleted {
    background: #ffcdd2;
    color: #c63737;
}
.label-confirmation_generated_revised {
    background: #feedaf;
    color: #8a5340;
}

.modal-body .export form {
    margin: 0 !important;
    padding: 0 !important;
}

.modal-body .export-button form {
    margin: 0 !important;
    padding: 0 !important;
}
