﻿/* #region spacers */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear5 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 5px;
}

.clear10 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 10px;
}

.clear20 {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 20px;
}

/* #endregion */

/* #region navigation tabs */

/*.nav-tab ul {
    list-style: none outside none;
    margin: 0;
}

.nav-tab li
{
    display: inline-block;
    width: 169px;
    text-align: center;
    padding: 7px 0 8px 0;
    margin: 0;
    background-color: #656565;
    background: url('images/dk-grey-tab.png');
    -moz-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}

.nav-tab li a {
    float: none;
    text-decoration: none;
    text-shadow: 0 1px 0 #333333;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}*/

.top-nav {
    float: right;
}

/*.top-nav .active
{
    background-color: #eeeeee !important;
}

.top-nav .active a
{
    color: #656565 !important;
    text-shadow: 0 1px 0 #ffffff !important;
}*/

.left-nav {
    float: left;
}

/*.left-nav .active
{
    background-color: #ffffff !important;
}

.left-nav .active a
{
    color: #656565 !important;
    text-shadow: 0 1px 0 #ffffff !important;
}*/

/*--new css--*/

.nav-tab .menu-tab {
    width: 169px;
    float: left;
    text-align: center;
    padding: 8px 0 8px 0;
    border: solid 0px #000;
}

.nav-tab a {
    text-decoration: none;
    text-shadow: 0 1px 0 #333333;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.nav-tab a.active {
    color: #656565 !important;
    text-shadow: 0 1px 0 #ffffff !important;
}

/* #endregion */

/* #region shadow */

.shadow {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
}

/* #endregion */

/* #region Edit Designs*/

.design-image-container {
    margin-right: 0px;
    width: 360px;
}

/* #endregion */

/* #region fonts */

.white-shadow-font {
    color: #777777;
    font-size: 12px;
    line-height: 16px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.p-red {
    color: #ff0000;
}

.p-12 {
    font-size: 12px;
}

/* #endregion*/

.editable-click, a.editable-click, a.editable-click:hover {
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
}