/*!
* Danwood  theme
*/
body {
    color: #333333;
    background: #d8d9dd;
}
h2 {
  padding: 0 10px 10px 0;
}
.navbar-top {
    background-color: #272000;
    border-bottom: 1px solid #FFAE00;
}
.navbar-top-tools ul li, .navbar-top-tools ul li a {
    background-color: #272000;
    font-weight:normal;
}
.navbar-top-tools ul li:hover, .navbar-top-tools ul li a:hover, .navbar-top-tools ul li:focus, .navbar-top-tools ul li a:focus{
  background-color: #272000;
  text-decoration:underline;
}

.navbar-top a:hover {
    color: #fff;
}
.navbar-top .icon-remove-sign,
.navbar-top .icon-remove {
    color: #992f26;
}
.navbar-top .icon-ok-sign,
.navbar-top .icon-ok {
    color: #006600;
}

#logout {
    color: #ffba01;
}
#logout:hover {
    color: #fff;
}
.navbar-btm {
    background-color: #ffd203;
    background-image: -moz-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -ms-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdf4e), to(#ffc500));
    background-image: -webkit-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -o-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: linear-gradient(top, #ffdf4e, #ffc500);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf4e', endColorstr='#ffc500', GradientType=0);
    border-top: 1px solid #ffdf4e;
    border-bottom: 1px solid #ffae00;
}
.breadcrumb .start {
    color: #666666;
}
.breadcrumb .active {
    color: #666666;
}
.breadcrumb .info {
    color: #666666;
}
.breadcrumb .divider {
    color: #999999;
}
.breadcrumb a {
  color: #1279B2;
}
.breadcrumb a:hover {
  color: #005580;
}
#contentCnt {
    border: 1px solid #afb0b3;
    background: #F1F1F1;
}
.nav > li > a {
    color: #4c4c4c;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: #ffffff;
    background-color: #868a8d;
}
.nav-list .divider {
    background-color: #868a8d;
    border-bottom: 1px solid #f1f1f3;
}
.nav .nav-info a,
.nav .nav-add a {
    color:#0088CC;
}
.nav .nav-add a:hover {
    color:#005580;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color:#005580;
    background-color: #026185;
}
#mainMenuCnt .mainDivider {
    background-color: #ffae00;
    border-right: 1px solid #ffe488;
}
#mainMenuCnt .nav-pills > li > a {
  color: #272000;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.3);
}
#mainMenuCnt .nav-pills .dropdown-toggle .caret {
    border-top-color: #082607;
    border-bottom-color: #082607;
}
#mainMenuCnt .nav-pills > .active > a,
#mainMenuCnt .nav-pills > .open > a,
#mainMenuCnt .nav-pills > .active > a:hover {
    background: #fff;
    color: #272000;
}
#mainMenuCnt .dropdown-menu li > a:hover,
#mainMenuCnt .dropdown-menu .active > a,
#mainMenuCnt .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffae00;
}
.btn-success, .btn-primary /*, .btn-success*/  {
    color: #272000;
    background-color: #FFD203;
    background-image: -moz-linear-gradient(top, #FFDF4E, #FFC500);
    background-image: -ms-linear-gradient(top, #FFDF4E, #FFC500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFDF4E), to(#FFC500));
    background-image: -webkit-linear-gradient(top, #FFDF4E, #FFC500);
    background-image: -o-linear-gradient(top, #FFDF4E, #FFC500);
    background-image: linear-gradient(top, #FFDF4E, #FFC500);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#026185', endColorstr='#024085', GradientType=0);
    border-color: #024085 #024085 #011c3a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #000000;
    background-color: #FFC500;
}
.btn-success:active,
.btn-success.active, 
.btn-primary:active,
.btn-primary.active {
    background-color: #FFC500;
} /*
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #000000;
    background-color: #FFC500;
} 
.btn-success:active,
.btn-success.active {
    color: #000000;
    background-color: #FFC500;
}
*/
.modal-header {
    background-color: #ffd203;
    background-image: -moz-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -ms-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdf4e), to(#ffc500));
    background-image: -webkit-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -o-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: linear-gradient(top, #ffdf4e, #ffc500);
    background-repeat: repeat-x;
}
.modal-header h3 {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.modal-header .close {
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.modal-body {
    background: #fff;
}
.section {
    background: #fff;
}
.form-horizontal .control-group-inline,
.form-horizontal .control-group {
    border-top: 1px solid #ededee;
}
.form-horizontal .collection-item {
    border-top: 1px solid #ededee;
}
.form-horizontal .togglable-box {
    border-left: 3px solid #e3e3e3;
    background-color: #f5f5f5;
}
.form-horizontal h3 {
    border-bottom: 1px solid #ededee; 
}
.form-horizontal .icon-asterisk {
    color: #B94A48;
}
.filters {
    background-color: #F5F5F5;
}
.table-collections .error {
    color: #B94A48;
}
.dataTables_paginate a {
    border: 1px solid #ddd;
}
.dataTables_paginate a:hover,
.dataTables_paginate .active a {
    background-color: #f5f5f5;
}
.dataTables_paginate .paginate_disabled_previous,
.dataTables_paginate .paginate_disabled_previous:hover {
    color: #999999;
    background-color: #f5f5f5;
}
.dataTables_paginate .paginate_disabled_next,
.dataTables_paginate .paginate_disabled_next:hover {
    color: #999999;
    background-color: #f5f5f5;
}
.paging_full_numbers .paginate_button_disabled,
.paging_full_numbers .paginate_button_disabled:hover {
    color: #999999;
    background-color: #f5f5f5;
}
.paging_full_numbers .paginate_active,
.paging_full_numbers .paginate_active:hover {
    color: #999999;
    background-color: #F5F5F5;
}
.sorting_1 {
  background-color: #fff9e3 !important;
}
.sorting_1:hover {
  background-color: #DFF0D8 !important;
}
.odd .sorting_1 {
  background-color: #faf4dd !important;
}
.odd .sorting_1:hover {
  background-color: #DFF0D8 !important;
}
.dataTables_wrapper table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .table tbody tr:hover td,
.dataTables_wrapper .table tbody tr:hover th {
    background-color: #fff1bd !important;
}
.dataTables_wrapper .table tbody tr td.dataTables_empty,
.dataTables_wrapper .table tbody tr:hover td.dataTables_empty {
    background-color: #FCF8E3 !important;
    color: #C09853;
}

.table-fluid-wrapper{
  margin:10px 0;
  width: 60%;
}

@media (max-width: 1600px) {
  .table-fluid-wrapper{
    width: 70%;
  }
}
@media (max-width: 1500px) {
  .table-fluid-wrapper{
    width: 80%;
  }
}
@media (max-width: 1300px) {
  .table-fluid-wrapper{
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .table-fluid-wrapper{
    width: 100%;
  }
}
.table-wrapper{
  margin-top: 10px;
  width: 100%;
}
.table-fluid-wrapper .actions, .table-wrapper .actions, .table-wrapper .status {
  text-align:center;
  vertical-align:middle;
}
td.actions {
  width:100px;
  text-align: center;
}
.filter-wrapper .filter-item {
  margin-right: 25px;
  width:180px;
  min-height: 65px;
  display: inline-block;
  vertical-align: middle;
}
.filter-wrapper label {
  cursor: auto;
}
.filter-wrapper h2 {
  border-bottom:0;
  padding-right:0;
}
@media only screen and (max-width: 1600px){
  .filter-wrapper .filter-item {
    margin-right: 65px;
  }
}
@media only screen and (max-width: 1440px){
  .filter-wrapper .filter-item {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1366px){
  .filter-wrapper .filter-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1280px){
  .filter-wrapper .filter-item {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1024px){
  .filter-wrapper .filter-item {
    margin-right: 42px;
  }
}
@media only screen and (max-width: 960px){
  .filter-wrapper .filter-item {
    margin-right: 25px;
  }
}

.filter-wrapper .filter-item select{
  width:100%;
}
.filter-wrapper .filter-item input, .filter-wrapper .filter-item select{
  margin-bottom:0;
}
.filter-wrapper .filter-item input[type=text]{
  width:166px;
 }
.filter-wrapper .filter-item input[type=text].date-input {
  width:68px;
}

.nav-dashboard li.profile-link a.sidebar-user-profile {
  font-weight: normal;
  background: none;
  display: inline;
  color: #1279B2;
}
.nav-dashboard li.profile-link a.sidebar-user-profile:hover {
  color: #005580;
}

#msg-page h1 {
    color: #ffc600;
}
#loginHeader {
    background-color: #ffd203;
    background-image: -moz-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -ms-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdf4e), to(#ffc500));
    background-image: -webkit-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: -o-linear-gradient(top, #ffdf4e, #ffc500);
    background-image: linear-gradient(top, #ffdf4e, #ffc500);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf4e', endColorstr='#ffc500', GradientType=0);
    border-bottom: 1px solid #ffae00;
    color: #272000;
}
#login .icon-remove-sign {
  color: #B94A48;
}
#login .icon-ok-sign {
  color: #468847;
}
#login .error-msg {
  color: #B94A48;
  border-bottom: 1px solid #EDEDEE;
}
.notice {
  background: #FCF8E3;
  border-bottom: 1px solid #868A8D;
}
.notice-success {
  color: #468847;
  background-color: #dff0d8;
}
.notice-danger,
.notice-error {
  color: #b94a48;
  background-color: #f2dede;
}
.notice-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
.table-history .history-warning {
  color: #C09853;
  background-color: #FCF8E3;
}
.table-history .history-success {
  color: #468847;
  background-color: #dff0d8;
}
.table-history .history-danger,
.table-history .history-error {
  color: #b94a48;
  background-color: #f2dede;
}
.table-history .history-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
.table-history h6 {
  border-bottom: 1px dashed #DDDDDD;
}
.table-history .history-status {
  border-bottom: 1px dashed #DDDDDD;
}
.table-no-borders th {
  border-bottom: 1px solid #DDDDDD;
}
.nt_datatables_div label.required:after {
  font-family:FontAwesome;
  font-size:9px;
  content: "\f069";
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
    -webkit-box-shadow: 0 0 5px rgba(255,197,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(255,197,0,.3);
    box-shadow        : 0 0 5px rgba(255,197,0,.3);
    border: 1px solid #FFC500;
    outline: 0 none;
}

.filters-2cols .control-label {
  width:103px;
}

.page-header{
  border-bottom: 1px solid #C8CCCE;
  box-shadow: 0 1px 0 #FFFFFF;
  margin: 20px 0 30px;
  padding-bottom: 3px;
}

/******************* JULEK ORDER ************************/

/*order view*/
.slide-btn{
  cursor: pointer;
}
.mt15 {
  margin-top: 15px;
}
.order-info{
  margin:10px 0;
  display: table;
}
.order-info .span6.well h2 {
  margin: 15px 0 15px;
}
.order-info .order-head {
  font-size:22px;
  font-weight: bold;
}
.order-info .order-head small {
  font-size: 12px;
  font-weight: normal;
}
.order-info .order-head .contract-number {
  font-size: 24px;
}
.order-info .well {
  height: 100%; 
  display: table-cell;
  border: 0;
  float: none;
  vertical-align: top;
  color: #161616;
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e8e8e8 0%,#f5f5f5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.order-info .no-margin {
  margin-left:0;
}
.order-info .bold {
  font-weight: bold;
}
.order-info .well.ycolor{
  background: #fff6ce;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  font-size:14px;
}
.order-info .well.bcolor{
  background: #e6f1f8;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  font-size:14px;
}
.order-info .well.ycolor span.span12 {
  border-bottom: 1px solid #EFE6C1;
  padding: 5px;
  min-height: auto;
}
.order-info .well.ycolor span.span12:last-child {
  border: 0;
}
.order-info .well.ycolor span.span12 span {
  min-height: auto; 
}
.order-info .description{
  max-width:95%;
  width:95%;
  height:150px;
}
.order-info.item-dates .popover {
  position: relative;
  display: block;
}
.order-info.item-dates .dates i.icon-question-sign {
  cursor: pointer;
}
.order-info.item-dates .status {
  font-size: 28px;
  font-weight: bold;
}
.order-info.item-dates .dates .date-fields > div{
  margin: 5px 10px;
}
.order-info.item-dates .progress {
  webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
}
.order-info.item-dates .progress .bar {
  background-color: #FFC604;
}
.order-info.item-dates .popover {
  margin: 0 auto;
}
.order-info.item-dates .dates .date-fields > div .label {
  font-size: 14px;
  padding: 5px;
  margin-right: 10px;
}
.order-info.item-dates .dates .date-fields > div{
  font-size: 14px;
  line-height:20px;
}
.order-info.item-dates .dates div.counter {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.order-info input.order-symbol{
  margin-bottom:0;
  width:150px;
}
#orders-filter hr{
  margin: 0 0 18px;
}
.primary-actions{
  margin:0 10px 10px 0;
}
.filter-actions{
  height: 30px;
  line-height: 30px;
}

/*steps horizontal*/
.order-items-steps {
  margin-top: 10px;
}
.step-horiz {
  float: left;
  padding: 10px 19px;
  background: #FFC603;
  opacity: 0.4;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #272000;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  width: 16.8%;
  margin-right: 0.8%;
}
.order-items-steps.arrows .step-horiz {
  background: none;
  box-shadow: none;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  width: 16.8%;
}
.order-items-steps.arrows .step-horiz div.horiz-line{
  height: 20px;
  width: 100%;
  border-bottom: 2px solid #000;
}
.order-items-steps.arrows .step-horiz div.vertic-line.start{
  width: 50%;
  height: 20px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  float: right;
}
.order-items-steps.arrows .step-horiz div.vertic-line.end{
  width: 50%;
  height: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  position: relative;
}
.order-items-steps.arrows .step-horiz div.vertic-line.start i {
  position: absolute;
  top: -15px;
  left: -6px;
}
.order-items-steps.arrows .step-horiz div.vertic-line.end i {
  position: absolute;
  top: -15px;
  right: -6px;
}
.order-items-steps.arrows .step-horiz i {
  font-size: 20px;
}
.order-items-steps .step-horiz i.hide {
  display: none;
}
.order-items-steps .step-horiz {
  width: 13.8%; 
  font-size: 21px;
  padding: 10px 16px;
}
.step-horiz:last-child {
  margin-right: 0;
}
.step-horiz.active {
  opacity: 1;
}
.step-horiz i {
  font-size: 38px;
  text-shadow: 0 1px 6px rgba(255, 255, 255, 1);
}
.step-horiz .number {
  padding: 10px;
  width: 20px;
  -moz-border-radius: 70px; 
  -webkit-border-radius: 70px; 
  border-radius: 70px;
  /*color: #272000;*/
  background: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
  font-size: 28px;
  display: inline-block;
  text-align: center;

  -webkit-box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.7);
  -moz-box-shadow:    0px 0px 7px rgba(255, 255, 255, 0.7);
  box-shadow:         0px 0px 7px rgba(255, 255, 255, 0.7);
}
.order-items-steps .step-horiz .number.small i {
  font-size: 21px;
}
.step-horiz .number.waiting {
  border:2px solid #F89406;
}
.step-horiz .number.in-progress {
  border:2px solid #468847;
}
.step-horiz .number.draft {
  border:2px solid #999999;
}
.step-horiz .number.done {
  border:2px solid #3A87AD;
}
.step-horiz .number.closed {
  border:2px solid #333333;
}
@media only screen and (max-width: 1830px){
  .step-horiz {
    font-size: 20px;
    padding: 10px 15px;
  }
  .step-horiz i {
    font-size: 22px;
    margin-top: 8px;
  }
  .step-horiz .number {
    font-size: 18px;
    padding: 10px;
  }
  .order-items-steps .step-horiz {
    font-size: 18px;
    padding: 10px 13px;
  }
}
@media only screen and (max-width: 1560px){
  .step-horiz {
    font-size: 16px;
    padding: 10px 12px;
  }
  .step-horiz i {
    font-size: 18px;
    margin-top: 8px;
  }
  .step-horiz .number {
    font-size: 16px;
    padding: 8px;
  }
  .order-items-steps .step-horiz {
    font-size: 15px;
    padding: 10px 11px;
  }
}
@media only screen and (max-width: 1360px){
  .step-horiz {
    font-size: 14px;
    padding: 10px;
    margin-right: 1.2%;
  }
  .step-horiz i {
    font-size: 14px;
    margin-top: 9px;
  }
  .step-horiz .number {
    font-size: 14px;
    padding: 6px;
  }
  .order-items-steps .step-horiz {
    font-size: 13px;
    padding: 10px 7px;
    margin-right: 1.2%;
  }
}
@media only screen and (max-width: 1250px){
  .step-horiz {
    font-size: 12px;
    padding: 10px 6px;
    margin-right: 1.7%;
  }
  .step-horiz i {
    font-size: 10px;
    margin-top: 4px;
  }
  .step-horiz .number {
    font-size: 10px;
    padding: 0;
    width: 18px;
  }
  .order-items-steps .step-horiz {
    font-size: 11px;
    padding: 10px 4px;
    margin-right: 1.67%;
  }
  .order-items-steps.status .step-horiz .number.small i {
    font-size: 11px;
  }
  .order-items-steps.status .step-horiz {
    font-size: 10px;
  }
}
@media only screen and (max-width: 960px){
  .step-horiz {
    font-size: 10px;
    padding: 5px 3px;
  }
  .step-horiz i {
    font-size: 12px;
    margin-top: 2px;
  }
  .step-horiz .number {
    font-size: 12px;
    padding: 0;
  }
  .order-items-steps .step-horiz {
    font-size: 10px;
    padding: 5px;
    margin-right:1.2%;
  }
}

/********* END OF JULEK ORDER **************/


/*filters*/
@media only screen and (max-width: 1600px){
  .filter-wrapper .filter-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1440px){
  .filter-wrapper .filter-item {
    margin-right: 18px;
  }
}

.initciator-name {
  font-weight: bold;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
}

/******************************************/


/* chosen mods */
.chzn-container {
    vertical-align: middle;
}

.chzn-container .chzn-results .highlighted {
  background-color: #ffd203;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf4e', endColorstr='#ffc500', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffdf4e), color-stop(90%, #ffc500));
  background-image: -webkit-linear-gradient(top, #ffdf4e 20%, #ffc500 90%);
  background-image: -moz-linear-gradient(top, #ffdf4e 20%, #ffc500 90%);
  background-image: -o-linear-gradient(top, #ffdf4e 20%, #ffc500 90%);
  background-image: linear-gradient(#ffdf4e 20%, #ffc500 90%);
  color: #252525;
}
.chzn-container-active .chzn-choices, .chzn-container-active .chzn-single, .chzn-container .chzn-drop {
  -webkit-box-shadow: 0 0 5px rgba(255,197,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(255,197,0,.3);
  box-shadow        : 0 0 5px rgba(255,197,0,.3);
  border: 1px solid #FFC500;
  border-radius: 3px 3px 3px 3px;
  outline: 0 none;
}
.chzn-container .chzn-drop {
  border-top: 0;
}

/*jquery ui datepicker mods*/
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  width: 40%;
}
.ui-widget-header {
    background: url("../pic/ui-bg_highlight-soft_20_3e8e3b_1x100.png") repeat-x scroll 50% 50% #FFD203;
    border: 1px solid #FFD203;
    color: #272000;
    font-weight: bold;
}
.ui-widget-header .ui-icon {
    background-image: url("../pic/ui-icons_222222_256x240.png");
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #daa800;
    color: #daa800;
    background: #fff;
}
.ui-datepicker-title{
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);    
}

/* Chrome disable native datepicker */
input::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="date"]::-webkit-outer-spin-button,  
input[type="date"]::-webkit-inner-spin-button {  
    -webkit-appearance: none;  
    margin: 0;
}


/* status-position */
.status-position {
    background:#fffceb;
    border-bottom:1px solid #f1f1f1;
}
.status-position .span4 {
    border-left:1px solid #f1f1f1;
    padding:15px 15px 10px 15px;
}
.status-position .span4:first-child {
    border:0;
}
.status-position small {
    color:#868a8e;
}
.status-position .label {
    padding:4px 8px;
}

/* status-order */
.status-order {
    background:#fffceb;
    border-bottom:1px solid #f1f1f1;
}
.status-order .span1,
.status-order .span11 {
    padding:15px 15px 10px 15px;
}
.status-order .span4:first-child {
    border:0;
}
.status-order small {
    color:#868a8e;
}
.status-order .label {
    padding:4px 8px;
}

/* chosen fixy */
#nt_yogi_position_bulk_actions_deliverer_form_type_deliverer_control_group {
    height: 130px;
}

.abbreviation a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 212px;
    display: block;
}