@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
  font-family: "sacramento-reguler";
  src: url('../fonts/Sacramento-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.suiteTable th, .indexTable th{
  background: #cecece;
}
.suiteTable td, .suiteTable th, .indexTable th{
  vertical-align: middle!important;
}
.suiteName img{
  height: 70px;
  margin-right: 15px;
}
.coverImg{
  width: 50px;
  margin-right: 15px;
}
.actionBtn{
  font-size: 22px;
}
.actionBtn form{
  display: inline-block;
}
.actionBtn a{
  display: inline-block;
  margin-right: 6px;
}
.m-t-20{
  margin-top: 20px;
}
.m-b-16{
  margin-bottom: 16px;
}
.productSuite label{
  width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.productTrimSuite label{
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.productTrimSuite label img{
  width: 40px;
  margin-left: 10px;
}
.colorCircle{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.colorBox{
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 6px;
}
.colorCircleSmall{
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 6px;
  border-radius: 50%;
}
.sp-replacer{
  margin-left: 15px!important;
  margin-bottom: 15px!important;
}
.sp-preview{
  width: 80px!important;
}
.colofinishPreview{
  width: 80px;
  height: 20px;
}
.suiteCreateUploadedImage, .suiteCreateUploadedFront, .suiteCreateUploadedBack, .suiteCreateUploadedBackImage{
  max-width: 100%;
}
.trimPreview{
  width: 50px;
}
#productSetting button{
  margin-left: 15px;
  margin-bottom: 15px; 
}
#productSetting, .suiteTabs .tab-pane, #productLayout, #productTheme{
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.suiteTabs h3, #productTheme h3{
  margin-top: 0;
  padding-top: 20px;
  margin-left: 20px;
}
.bgWhite{
  background: #fff;
}
.m-t-16{
  margin-top: 16px;
}
.containerPreview{
  min-width: 300px;
  min-height: 200px;
  margin: 20px;
  width: calc(50% - 40px);
  float: left;
  border: 1px solid #ddd; 
}
.frontUploadedImage, .backUploadedImage{
  width: 100%;
  max-width: 100%;
}
.content-header>.breadcrumb{
  left: 0px;
  right: auto;
  float: left!important;
  position: relative!important;
  top: 0px;
}
.breadcrumb  a{
  color: #3c8dbc!important;
}
.breadcrumb .active a{
  text-decoration: underline!important;
  color: #000!important;
}
.skin-blue .sidebar-menu>li>.treeview-menu{
  white-space: normal;
}

.btn-black{
  color: white;
  background-color: black;
  border-color: black;
  border-radius: 0px;
  padding: 6px 20px;
}

.border-stndr{
  border-radius: 0px;
}

.headingTitle {
    margin: 25px 0 0;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
}
.headingTitle h4 {
    font-family: "sacramento-reguler";
    margin: 0;
    font-weight: normal;
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-size: 38px;
    color: #757575;
    display: inline-block;
}
.headingTitle:before {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.pad-20{
  padding: 0px 20px;
}

.m-b-20{
  margin-bottom: 20px
}
.selectDetailColor label{
  width: 60px;
}
.selectDetailColor .colorImg.selected {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.7);
}

.selectDetailColor .colorImg {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  max-height: 20px;
  max-width: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1.5px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 0px 0px 1.5px rgba(204, 204, 204, 0.7);
  position: relative;
  top: 8px;
}
.selectDetailColor .colorImg img {
  display: block;
  width: 20px;
  height: 20px;
}
.productFoilEdgeSuite label{
  width: 60px;
}
.productFoilEdgeSuite .colorImg.selected {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 0.7);
}

.productFoilEdgeSuite .colorImg {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  max-height: 20px;
  max-width: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1.5px rgba(204, 204, 204, 0.7);
  box-shadow: 0px 0px 0px 1.5px rgba(204, 204, 204, 0.7);
  position: relative;
  top: 8px;
}
.productFoilEdgeSuite .colorImg img {
  display: block;
  width: 20px;
  height: 20px;
}