﻿.highlight {
    color:#C62251;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left:0 !important;
}

.border-top{
    border-top:1px solid #efefef !important;
    border-bottom:0 !important;
}
.border-bottom {
    width:100%;
    border-bottom: 1px solid #efefef;
}

.padding-bottom15{
    padding-bottom:15px !important;
}

.margin-top5{
    margin-top:5px !important;
}

.margin-top-5{
    margin-top:5px !important;
}

.margin-top10{
    margin-top:10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top60 {
    margin-top: 60px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-right-15{
    margin-right: 15px !important;
}

.margin-right-20{
    margin-right: 20px !important;
}

.margin-30-0-10 {
    margin: 30px 0 10px;
}

.display-inline{
    display:inline-table;
}

.xs-block {
    display: none;
}

div.checker,
div.checker span,
div.checker input {
    position: relative;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a{
    background-color:#C62251;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover,
.page-sidebar .page-sidebar-menu > li.active > a:hover,
.page-sidebar .page-sidebar-menu > li.active.open > a:hover {
  background: #B51F49;
}

.default-color.btn {
    background-color:#017DBE;
}

.default-color.btn:hover {
    background-color:#0090D9;
}

.default-color.btn {
    color: #fff;
}

.custome-checkbox div.checker{
    margin-left:0;
}

.brand-slika{
    color:#fff;
}
/* Product table - bootstrap select button.selectpicker, */
.height-29 {
    height: 29px;
}

/*Product Edit*/
.new-content {
    margin-top:15px;
}

/*components.css override*/
.input-icon > .form-control {
  padding-left:12px;
}

.input-icon > .select2-container.form-control {
  padding-left:0;
}

/*validate*/
.help-inline {
  margin-top: 6px;
}

.success .validate-inline.ok:before,
.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.chzn-controls .help-inline {
  display: inline-block;
  margin-top  : 6px;  
}

.form-row-seperated .help-inline,
.form-row-seperated .help-block {
  padding-left: 0;
}

.form-horizontal.form-bordered .help-inline,
.form-horizontal.form-bordered .help-block {
  padding-left: 0;
}

.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.input-icon .input-error {
  color:#B94A48;
}
/*validate*/

/*rptBanerCategories*/
.products-table, .products-table th, .products-table td {
    border: 0 !important;
}

.category-list-delete {
    display: inline-block;
    float: right;
    font-size:12px;
}
/*/rptBanerCategories*/


/*Specifications Edit*/
.glyphicons.remove_2 i::before {
    font: 12px/1em "Glyphicons";
}

.col-center{
    display: table;
    float: none;
    margin: 0 auto;
}

/* Supply popup */
.white-popup.supply-popup{
    max-width: 35%;
    margin: 35px auto 0;
}

/*Quick Popup*/
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px 30px 30px;
	width:auto;
	max-width: 65%;
	margin: 0 auto; 
}

.closeBtn{
	display:block;
	border-radius:50% !important;
	width:30px;
	height:30px;
	text-align:center;
	position:absolute;
	top:-15px;
	right:-15px;
	background-color:#404040;
	color:#fff;
    line-height: 28px;
}

.closeBtn:hover{
	color:#fff;
}

.slide-in-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
          transition: all .5s ease-out;
}
/* overlay animate in */
.slide-in-top.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.slide-in-top.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.slide-in-top.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
          transition: all .5s ease-out;

  -webkit-transform: translateY(-30%);
     -moz-transform: translateY(-30%);
       -o-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}
/* content animate it */
.slide-in-top.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;

  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* content animate out */
.slide-in-top.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translateY(-30%);
     -moz-transform: translateY(-30%);
       -o-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
    
    opacity: 0;
}


.ch-table table.table-details{
    width: 100%;
    margin-bottom: 30px;
}

.ch-table table.table-details td.sum-tab{
    color: #c52251;
    font-size: 16px;
    font-weight: 600 !important;
}

.customer span {
    display: block;
}

.btn-add {
    margin-top: 25px;
}

.btn-plus{
    padding-top:10px !important;
    margin-left:10px;
}

.custome-design .checker {
    margin-left: 0;
}

/* checkbox inline  */


.checkbox-inline, .radio-inline {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
}

.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
}

div.radio, div.checker {
    margin-left: 0px !important;
    margin-right: 0;
}

.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0px;
    vertical-align: middle;
}

.controls{
    display:inline-table;
}


@media screen and (max-width: 991px) {
}


@media screen and (max-width: 767px) {

.xs-block {
    display: block;
}

.md-block {
    display: none;
}

.spec-list-delete{
    float:left !important;
    margin-bottom:15px;
}

/*Quick Popup*/
.white-popup {
	max-width: 90%;
}

.ch-table table, 
.ch-table thead, 
.ch-table tbody, 
.ch-table th, 
.ch-table td, 
.ch-table tr{ 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.ch-table thead tr{ 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.ch-table table.table-details tr:last-child{
	border-top:none;
}

.ch-table table.table-details thead,
.ch-table table.table-details tr{
	border-top:1px solid #bfbfbf;
}

.ch-table td { 
	/* Behave  like a "row" */
	position: relative;
	padding-left: 50% !important; 
	white-space: normal;
	text-align:left !important;
}

.ch-table td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 0;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-weight: 600;
	font-size:14px;
}

.ch-table td{
	padding-bottom: 5px;
    padding-top: 5px;
}

/*
Label the data
*/
.ch-table td:before{ 
	content: attr(data-title); 
}

/*.ch-table tr td:first-child,
.ch-table tr td:nth-child(3),
.ch-table tr td:nth-child(4),
.ch-table tr:last-child td:nth-child(2),
.ch-table tr:last-child td:nth-child(5){
	display:none;
}*/


.ch-table tr td:nth-child(2){
    font-size: 14px;
	padding:10px 0;
}

}

/************************* */
/* Validation */
/************************* */

.validation{
    bottom: 5px;
    color: #b94a48;
    font-size: 12px; 
}

p.working-time{
    font-size: 22px;
}

.comments-notification {
    background: red;
    color: #fff;
    font-size: 11px;
    padding: 0 3px;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 10px !important;
    font-weight: 500;
}

