body {
  padding-top: 70px;
  padding-bottom: 30px;
}

body.modal-open .bootbox-confirm {
    top:40%!important;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: #ff0000;
    font-size: 12px;
    font-weight: normal;
}
.custom-select {
    text-align: left;
    padding-left: 10px;
}
.custom-select span.caret {
    float: right;
    margin-left: auto;
    margin-right: 10px;
    margin-top: -11px;
}
.custColWidth {
    width: 15%;
}

.placeholder {
    background-color: #f9f9f9;
    border: 2px dotted #f3f3f3;
    padding-left:10px;
    margin-left: -10px;
    text-align:center;
}
.highlightedSpan {
    border:2px solid #ff0000!important;
}
.span-disabled {
    opacity: .85;

}
#dimScreen {
    display:none;
    position:fixed;
    top: 0;
    left:0;
    padding:0;
    margin:0;
    z-index: 10001;

    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.8);
    /*background:rgba(0,0,0,0.8);*/
}

#dimScreen img {
    position: absolute;
    top:49%;
    left:45%;
}

#markup_group_block, #custom_markup_block {
    display:none
}
.has-error,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b60300!important;
}
.with-error {
    border-color: #b60300!important;
}

.interest_page .header-controls {
    margin-right: -5px!important;
}
.carriers_ids {
    display:none;
}
.attr_opts {
    display:none;
}
.input_carrier_no_days {
    border: 1px solid #b60300!important;
}

.category_page input.attr-readonly {
    opacity:1!important;
}

.category_attribute_templates {
    display: none;
}

.category_attribute_templates .group-tpl {
    display: none;
}

.category_attribute_templates .attr-tpl {
    display: none;
}

.category_page .not-sortable .text {
    padding: 16px 20px;
    border-top: 1px solid #dddddd;
    position: relative;
}
.category_page .not-sortable .text .line:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.category_page .not-sortable .text .line input[type=text] {
    width: 410px;
    float: left;
}

.category_page .not-sortable .text .line label {
    float: left;
    margin-left: 28px;
    width: 110px;
    font-weight: 400;
    margin-top: 10px;
}
.category_page .not-sortable .text .line label input[type=checkbox] {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 8px 1px 0;
}
.category_page .not-sortable .text .line label + label {
    margin-left: 10px;
}
.category_page .not-sortable .text .line .delete {
    display: none;
    float: right;
    margin-top: 10px;
}
.category_page .not-sortable .text .line + .line {
    margin-top: 10px;
}
.category_page .not-sortable .text:before {
    content: '';
    display: none;
    position: absolute;
    left: 0px;
    top: 1px;
    bottom: 1px;
    width: 12px;
}
.category_page .collapsible_list .list-group-item .attr-search-field {
    padding: 16px 20px;
    border-top: 1px solid #dddddd;
    position: relative;
    display:none;
    /*height: 70px!important;*/
}
.category_page .collapsible_list .list-group-item .attr-search-field input {
    width:410px;
    float:left;
}
.tt-suggestion p {
    cursor: pointer!important;
}

.readonly-languages {
    cursor: no-drop!important;
}

.list-group-item {
    z-index: auto!important;
}

.catalog_page .tree_cont.with_checkboxes .tree li {
    padding-bottom: 10px!important;
    padding-top: 0px!important;
}

.catalog_page .tree_cont.with_checkboxes .tree li.parent_li {
    padding-top: 0px!important;
}

.catalog_page .date_error {
    border:1px solid red;
}
.catalog_page .row_date_error {
    color: red;
    font-size: 13px;
}
.catalog_page #attrs div.option_select {
    width:100%!important;
}

.catalog_page #attrs div.option_select span.filter-option {
    font-weight:normal!important;
}
.catalog_page ul.main li a {
    /*font-weight: normal!important;*/
    font-size:13.5px!important;
}

.catalog_page .condition-filter .bootstrap-select {
    width: 100px!important;
}

.catalog_page .color-filter-stock .bootstrap-select {
    width: 170px!important;
}

.catalog_page .color-filter .bootstrap-select {
    width: 155px!important;
}

.catalog_page label.in_filter {
    font-size:12px!important;
}

.product_reviews .intro {
    color: #111;
    font-size: 13px;
}

.product_reviews .review {
    font-size: 14px;
}

.product_reviews .review {
    padding-bottom: 10px;
}

.product_reviews .header {
    font-weight: bold;
}

.product_reviews .reco span {
    font-weight: bold;
    font-size: 13px;
}

.product_reviews .reco span.review_recommended {
    color: #87c317!important;
}

.product_reviews .reco span.review_not_recommended {
    color: red!important;
}

#product_review_form .btn-default {
    background: #c2c2c2!important;
    border-color: #c2c2c2!important;
}

.product_reviews .reviews_actions {
    font-size: 12px;
}

.product_reviews .reviews_actions div {
    padding: 2px 0;
}

.product_reviews .stars {
    font-size: 12px;
    line-height: 18px;
    color: #c3c3c3;
}
.product_reviews .stars .active {
    color: #ffd200;
}

#product_review_form .stars {
    font-size: 20px;
    line-height: 24px;
    color: #c3c3c3;
}
#product_review_form .stars .active {
    color: #ffd200;
}
.payments_page .table tbody .status {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    margin-top: 4px;
}
.products_list .massActionSelected {
    vertical-align:top!important;
    /*margin-top:0!important;*/
}

.products_list .links a {
	display: block!important;
	outline: 0!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 12px!important;
	/*height: 12px!important;*/
	line-height: 1.4!important;
}

.products_list tr td {
	height: 85px;
}

.products_list tr th:first-child {
	width: 28px;
}

.catalog_page #general input[type=checkbox] {
    margin-bottom:1px!important;
}

#popupProductsList .table_popup td:first-child {
    padding-top: 5px!important;
}

#popupProductsList .container {
    padding:0!important;
}

#popupProductsList {
    overflow-x: hidden!important;
}

#grouped .table tr {
    height:55px!important;
    min-height:55px!important;
}

.product_reviews th:first-child {
    padding-bottom: 10px!important;
}

.product_reviews td:first-child {
    padding-top: 3px!important;
}

.product_reviews td:first-child input {
    margin-top: 0!important;
}

#contenttab .info-tab .form-group {
    margin-bottom: 25px!important;
}
/*
.product_reviews thead tr {
    height:10px!important;
}

.product_reviews thead {
    height:10px!important;
}
*/

#suppliers input[type=checkbox] {
    margin-bottom:3px!important;
}

.helper-filters label.checkbox-label {
    margin-left: -5px!important;
    font-size: 12px!important;
}

.pt-20 {
    padding-top: 20px;
}
.pt-21 {
    padding-top: 21px;
}
.pt-22 {
    padding-top: 22px;
}
.pt-23 {
    padding-top: 23px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-26 {
    padding-top: 26px;
}
.pt-27 {
    padding-top: 27px;
}
.pt-28 {
    padding-top: 28px;
}
.pt-29 {
    padding-top: 29px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-31 {
    padding-top: 31px;
}
.pt-32 {
    padding-top: 31px;
}
.pt-33 {
    padding-top: 33px;
}
.pt-34 {
    padding-top: 34px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-36 {
    padding-top: 36px;
}
.pt-37 {
    padding-top: 36px;
}
.pt-38 {
    padding-top: 38px;
}
.pt-39 {
    padding-top: 39px;
}
.pt-40 {
    padding-top: 40px;
}

.filter-group.filterChecbox {
    margin-top: 21px;
}

.filterChecbox label input[type=checkbox],
.filter-group input[type=checkbox] {
    width: 14px!important;
    height: 14px!important;
}

.status_label_cont .change2 {
    display: inline-block;
    padding-left: 16px;
    vertical-align: top;
    margin: 1px 0;
    font-size: 12px;
    line-height: 16px;
}

.status_label_cont .change {
    display: inline-block;
    padding-left: 16px;
    margin: 6px 0;
    font-size: 12px;
    line-height: 18px;
}

.subHeadingOnNextLine {
    clear: both;
    float: left;
    display: block;
    width: auto;
    font-weight: bold;
}
.checkbox-input {
    margin-top: 2px;
}

.checkbox-input .with-errors {
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 12px
}

.btn-is-disabled {
    pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
    @include opacity(0.7);
}

.mb20{margin-bottom:20px !important;}
.mb15{margin-bottom:15px !important;}
.mb10{margin-bottom:10px !important;}
.mb5{margin-bottom:5px !important;}

.tooltip-text {
    height: 100% !important;
    max-height: 400px;
    max-width: 370px;
    min-width: 370px;
    overflow-y: auto;
}

.login-forgot-link {
    float: right;
}

.warning-message {
    color: red;
    font-size: 120%;
    font-weight: 600;
    margin-top: 17px;
}