/* Bootstrap overloading */
body { background-image: url('../img/body-bg.png'); padding-left: 0; padding-right: 0; }
.navbar-fixed-top { position: fixed; top: 0; }


.navbar-inner {
    background-color: #292929;
    background:-moz-linear-gradient(top, #333333 0%, #292929 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#292929)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #333333 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #333333 0%,#292929 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #333333 0%,#292929 100%); /* IE10+ */
    background:linear-gradient(top, #333333 0%,#292929 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#292929');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#292929')";
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #121212;
}


.navbar .nav > li.active > a{
    border-bottom: 2px solid #EC329D;
}

th.sortable_header{
    cursor: pointer;
    background-image: url(../images/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}
th.headerSortUp {
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: center right;
}
th.headerSortDown {
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus  {
    background-color: #222222;
    color: #FFFFFF;
    text-decoration: none;
}


.navbar .nav > li > a:hover{
    color:#EC329D;
}


.navbar .nav > li > a {
    color: #999999;
    float: none;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #222;
    color: #fff;
}


.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #545454;
    background-image: linear-gradient(to bottom, #545454, #545454);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}


h1.page-header {
    color: #EC118F;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    margin: 0 0 30px;
    padding:0;
}


.block {
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
}


.block .header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #dddddd;
    text-shadow: 1px 1px 2px white;
    border-radius: 0;
}


.block .spacer {
    background: #dddddd;
    border-radius: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 1px 1px 2px white;
    border: 1px solid #dddddd;
    border-top: 0;
    position:relative;
}

.block .header h3,
.block .spacer h3 {
    font-size: 16px;
    margin: 0;
    padding: 0 7px;
    white-space: nowrap;
    line-height: 40px;
    color:#EC329D;
}


.block .spacer h3 button{
    position: absolute;
    right: 0;
    top: 0;
}


.block .spacer h3 button.btn-h3-fix{
    margin: 10px 6px 0;
}


.block .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    border-top:0;
    border-radius:  0 0;
    padding: 20px 15px 15px;
}

.block .content.no-padding{
    padding: 0;
}

.subnavbar {
    left: 0;
    margin-bottom: 0;
    top:0;
    right: 0;
    z-index: 1030;
}




.subnavbar-inner {
    background: #333333;
    border-bottom: 1px solid #000;
}


.subnavbar .container > ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}


.subnavbar .container > ul > li {
    float: left;
    min-width: 90px;
    height: 90px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}


.subnavbar .container > ul > li > a {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 85px;
    padding: 5px 15px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.subnavbar .container > ul > li.nav-logo,
.subnavbar .container > ul > li.nav-logo a{
    line-height:90px;
    height: 90px;
    padding: 0 7px 0 0;
}

.subnavbar .container > ul > li > a:hover{
    color: #EC329D;
    text-decoration: none;
    background-color: #333;
}


.subnavbar .container > ul > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 17px;
    margin-bottom: .25em;
    font-size: 28px;
}


.subnavbar .container > ul > li > a > span {
    display: block;
}


.subnavbar .container > ul > li.active > a {
    background: #333;
    color: #EC329D;
}


.subnavbar .fold-out {
    margin-top:10px;
}
.subnavbar .fold-out .nav {
    background-color: #3e3d3d;
    width:154px;
    padding:5px;
    color:#b9b7b7;
    margin-bottom: 10px;
}

.subnavbar .fold-out .nav a{
    color:#b9b7b7;
    background-color: #3e3d3d;
}

.subnavbar .fold-out .nav a:hover{
    color:#EC329D;
    background-color: #3e3d3d;
}


.subnavbar .fold-out .nav .dropdown-toggle {
    padding: 0 7px 0 4px;
}
.subnavbar .fold-out .nav .dropdown-toggle > i{
    width: 20px;
}
.subnavbar .fold-out .nav .dropdown-toggle > .caret{
    border-bottom-color: #545454;
    border-top-color: #545454;
    margin-top: 9px;
}


.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
    padding: 3px 7px 3px 10px;
}


.subnavbar .dropdown .dropdown-menu a i{
    width:20px;
    display:inline-block;
}


.subnavbar .dropdown .dropdown-menu {
    background-color:#3e3d3d;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: -5px;
    top:27px;
    border:0;
    padding: 0;
    margin:0;
    min-width: 164px;
}


.dropdown-menu .divider {
    border-bottom: 1px solid #545454;
    background-color: transparent;
    height: 1px;
    margin: 0;
    overflow: hidden;
}

.subnavbar .dropdown-menu::before {
    content: none;
    display: inline-block;
    border: 0;
    position: absolute;
    top: 2px;
    left: 0;
}


.subnavbar .dropdown-menu::after {
    content: none;
    display: inline-block;
    border: 0;
    top: 2px;
    left: 0;
}


.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
    float: right;
}


.subnavbar .dropdown.open .caret {
    display: none;
}

/**
 * MICRONAV
 */
ul.micronav {
    display: inline-block;
    height: 90px;
    padding: 0;
    margin: 0 0 -5px 0;
}


ul.micronav > li {
    float: left;
    width: 80px;
    height: 90px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    list-style: none;
    border-right: 1px solid #D5D5D5;
}


ul.micronav > li > a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    margin-top:8px;
}

ul.micronav > li > a > span{
    display: block;
    width:100%;
}


ul.micronav > li > a:hover i{
    cursor: pointer;
}


ul.micronav > li > a [class^="icon-"]:before,
ul.micronav > li > a [class*=" icon-"]:before{
    cursor: pointer;
}


ul.micronav > li > a:hover{
    text-decoration: none;
}


ul.micronav > li > a > i {
    display: inline-block;
    width: 46px;
    height: 46px;
    font-size: 50px;
    cursor: pointer;
}

ul.micronav > li.active > a {
    background: #333;
    color: #EC329D;
}


/**
 * BREADCRUMBS
 */
.breadcrumb-row{
    background-color: #dddddd;
    border-bottom:1px solid #cccccc;
}

.breadcrumb.nav {
    background-color: #DDDDDD;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 7px 0;

}

.breadcrumb.nav i{
    cursor: pointer;
}

.breadcrumb.nav i:hover{
    cursor: pointer;
}


.breadcrumb.nav li {
  display: inline-block;
  text-shadow: none;
}
.breadcrumb.nav .divider {
    padding: 0 5px;
    color: #EC329D;
}

.breadcrumb.nav .divider:after{
    content:' > '
}

.breadcrumb.nav  a {
    color: #666666;
    background-color: #DDDDDD;
}

.breadcrumb.nav  a i {
    color: #EC329D;
}

.breadcrumb.nav .active a {
    color: #333333;
    background-color: #DDDDDD;
}

.breadcrumb.nav a:hover {
    color: #EC329D;
    background-color: #DDDDDD;
}

/** HEADER ROW **/

.header-row{
    background-color: #fafafa;
    height:110px;
    border-bottom:1px solid #dddddd;
    margin-bottom:15px;
    position:relative;
}

.header-row .container{
    position:relative;
}

.header-row .header-subtitle{
    color: #999999;
    font-size: 17px;
    left: 93px;
    position: absolute;
    top: 23px;
}
.header-row .header-title{
    top:50px;
    left:91px;
    color: #EC329D;
    font-size: 34px;
    position: absolute;
}

.header-row .header-icon{
    border: 2px solid #EC329D;
    border-radius: 72px;
    height: 72px;
    position: absolute;
    top: 21px;
    width: 72px;
}

.header-row .header-icon i{
    color: #EC329D;
    display: block;
    font-size: 45px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 12px;
}

#wrench {
    background-image: url('../img/toolbox_wrench.png');
    width: 300px;
    height: 154px;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.maganta{
    color: #EC329D;
}

/**
 * PAGES
 */
.dd3-handle i {
    left: 0;
    margin: 4px 0 0 -34px;
    padding: 0;
    position: absolute;
    width: 15px;
}

/**
 * FORMS
 */
.submit_css_fix.form-actions{
    padding:0;
    padding-left: 0;
    margin:0;
    border:none;
    margin-bottom: 64px;
}

/**
 * SITESETTINGS *
 */
.fix-sitesetings {
    max-width: 1094px;
}

.fix-sitesetings .control-label {
    width: 230px;
}

.fix-sitesetings .controls {
    margin-left: 250px;
}

/**
 * LOCATIONS
 */
#map_canvas {
    height:400px;
    margin: 18px 0 0;
}

/**
 * PRODUCTS
 */
.fake_upload_btn {
        position: absolute;
        margin: 0 10px 0 -272px;
}

.real_upload_btn {
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity:0);
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0 0 18px;
}

/**
 * CATEGORIES
 */
ul.category_list, ul.category_list ul{
    margin: 0 0 10px 0px;
}

ul.category_list li{
    list-style-type: none;
    padding:5px 0;
}

ul.category_list li:hover{
    background: #E9E9E9;
}

.monitorSpan{
    padding:0 10px;
}

.monitorSpan:hover{
    background-color:#e4c652;
    cursor: pointer;
}


/**
 * NEWSLETTER MODULE
 */
#newsletter-edit-block-images img
{
  padding:5px;
  border:1px solid #DDDDDD;
  cursor: pointer;
  margin: 0 0 5px 0;
}

#newsletter-edit-block-images img.active, #newsletter-edit-block-images img:hover
{
  border:1px solid #000000;
}

/** TABLES **/
.table-bordered{
    border-radius:0;
}

.table-condensed th,
.table-condensed td{
    line-height: 27px;
    padding: 4px 5px;
}

/** BUTTONS && LABELS **/
.btn,
.btn-success,
.btn-default,
.btn-info,
.btn-warning,
.btn-danger{ background-image:none; }

.label, .badge{ padding : 4px; }


/** BORDER RESET **/
.btn,
.well,
.nav-tabs > li > a,
.label,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle,
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle,
.input-append input, .input-append select, .input-append .uneditable-input,
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child,
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{ border-radius : 0; }

/** SHADOWS **/
.well{
    box-shadow:none;
}


/** Help tip **/
.help-tip{
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
    text-align: center;
    background-color: #5AB5D0;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: -10px;
    top: 25px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    z-index: 100;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    left: 12px;
    top: -12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.inline {
    display: inline-block;
}

#dashboard {
    color: #fff;
}

#dashboard a {
    color: #fff;
    text-decoration: underline;
}

#dashboard .section-title {
    font-size: 22px;
    color: #6e6e6e;
    font-weight: normal;
}


#dashboard .title {
    font-size: 18px;
    color: #fff;
}

#updates {
    background: #ed3ca2;
    padding: 12px 0;
    min-height: 200px;
}

#updates div.row-fluid {
    padding: 0 20px;
    box-sizing: border-box;
}

#notifications {
    padding: 12px 0;
    min-height: 200px;
    background: #6e6e6e;
    color: #e2e2e2;
}

#notifications a {
    color: inherit;
}

#notifications a:hover {
    color: inherit;
    text-decoration: none;
}

#notifications div.row-fluid {
    padding: 0 20px;
    box-sizing: border-box;
}

#notifications .row-fluid:not(:last-child) {
    border-bottom: 1px solid #8d8d8d;
}

#links {
    padding: 12px 0;
    min-height: 200px;
    background: #4cb2d2;
}

#links div.row-fluid {
    padding: 0 20px;
    box-sizing: border-box;
}

#links ul {
    list-style: none;
    margin-left: 0;
}

#links li:before {
    content: ">";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    width: 12px;
    height: 10px;
    line-height: 13px;
    color: #4cb2d2;
    background: #fff;
    border-radius: 50%;
}

#links li {
    padding: 6px 0;
    font-size: 18px;
    line-height: 26px;
}

#links a {
    text-decoration: none;
}

.container .content.purple {
    background: #ed3ca2;
    color: #fff;
}

.container .content.purple a {
    color: #fff;
    text-decoration: underline;
}

#menuToggle {
    width: 34px;
    height: 34px;
    line-height: 13px;
    color: #fff;
    background: #ccc;
    cursor: pointer;
}

#menuToggle:hover {
    background: #eee;
}

#menuToggle span {
    display: block;
    background: #333;
    width: 18px;
    height: 18px;
    margin-top: 7px;
    margin-left: 7px;
    padding-top: 2px;
    padding-left: 2px;
    border-radius: 50%;
    transition: transform 0.4s ease;
}

#menuToggle.active span {
    transform: rotate(180deg);
}

#menuToggle:hover span {
    background: #444;
}

#menuToggle span i {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/arrow.png');
}

ul.sub {
    padding-left: 10px;
}


div.UploadPreview > div.active {
    background-color: #ed3ca2 !important;
}

.cke_dialog_ui_input_select .pageOptions option.nest-level-0 {
    background: #444;
    color: #fff;
}

.cke_dialog_ui_input_select .pageOptions option.nest-level-1 {
    background: #777;
    color: #fff;
}

ul.breadcrumb.nav li.page_title a {
    cursor: pointer;
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}