﻿.designer-tile-toolbar
{
    background-color: #ffffff;
    padding: 0px 0px 6px 6px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;

    z-index: 998;
    display: none;
    margin-top: 8px;
    margin-right: 8px;
    -webkit-box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 3px 9px 0px rgba(0,0,0,0.3);
}
    
.designer-tile-toolbar .glyphicon
{
    color: #444444;
    width: 30px;
    height: 30px;
    border: 2px solid #444444;
    padding: 4px;
    cursor: pointer;

    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    font-size: 18px;
}

.designer-tile-toolbar .glyphicon:hover
{
    color: #42afb4;
    border: 2px solid #42afb4;
}

div[tool-parent]:hover .designer-tile-toolbar
{
    display: block;
}

.designer-tile-toolbar-floating
{
    padding: 4px !important;
    margin-top: 4px !important;
    margin-right: 4px !important;
    
    -webkit-border-radius: 15px !important;
       -moz-border-radius: 15px !important;
            border-radius: 15px !important;

    /*height: 40px !important;*/
    /*border: 1px solid #DDDDDD;
    
    -webkit-box-shadow: 3px 3px 12px 0px rgba(158,158,158,0.5);
       -moz-box-shadow: 3px 3px 12px 0px rgba(158,158,158,0.5);
            box-shadow: 3px 3px 12px 0px rgba(158,158,158,0.5);*/
}

.admin-header .btn-sm
{
    margin: 0px 2px 0px 2px;
}

.admin-header .btn-xs
{
    margin: 4px 4px 0px 4px;
}

.tile-w-33
{
    width: 33.3333333%;
}

.tile-w-50
{
    width: 50%;
}

.tile-w-66
{
    width: 66.666666%;
}

.tile-w-100
{
    width: 100%;
}

.tile-h-1
{
    min-height: 280px !important;
    max-height: 280px !important;
}

.tile-h-2
{
    min-height: 568px !important;
    max-height: 568px !important;
}

.tile-h-auto
{
    height: auto !important;
    min-height: 0px !important;
    max-height:100% !important;
}
    
.no-border
{
    border: none !important;
}

.no-padding
{
    padding: 0px !important;
}

.no-background
{
    background: none !important;
}

.tile-rounded
{
    -webkit-border-radius: 12px !important;
       -moz-border-radius: 12px !important;
            border-radius: 12px !important;
}

.tile-clipped
{
    overflow: hidden !important;
}

.tile
{
    background-color: #ffffff; /*rgba( 255,255,255,0.3);*/
    border: 6px solid #ffffff;
    line-height:normal;

    padding: 8px;/* still static for now*/
}

.tile-container
{
    position: relative;
    float: left;
    padding: 4px;/*this is the tile 'margin' - override??*/
}

.tile-editor
{
    position: fixed;
    width: 400px;
    height: 400px;
    z-index: 100000;
    border: red dashed;
    top: 40px;
    margin-left: auto;
    margin-right: auto;
    right: 0px;
    left: 0px;
}

.tile-chk-container
{
    text-align:center;
    padding-top: 2px;
}

.tile-chk,
.tile-chk-off
{
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
}

.tile-chk
{
    color: #42afb4;
}

.tile-chk-off
{
    color: #aaaaaa;
}

.landing-background
{
    /*background-image: url('/Asset/asset?id=114');
    background-repeat: no-repeat;

    position: absolute;
    right: -360px;
    top: -140px;
    z-index: 100;*/
}

/* ribbon (default=red) */
.ribbon
{
  position: absolute;
  right: -1px; top: -1px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}

.ribbon span
{
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  /*background: #F70505;
  background: linear-gradient(#F70505 0%, #8F0808 100%);*/
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}

.ribbon span::before
{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  /*border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;*/
}

.ribbon span::after
{
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  /*border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;*/
}

.carousel-indicators
{
    top: 0px !important;
    right: 0px !important;
    text-align: right !important;
    left: auto !important;
}

.carousel-indicators li
{
    border-color: #999999 !important;
}

.carousel-indicators .active
{
    background-color:#999999 !important;
}

@media (max-width:767px)
{
    .tile-container
    {
        width: 100% !important;
    }

    .tile
    {
        min-height: 0px !important;
        max-height:100% !important;
    }

    img[no-mobile],
    .landing-background,
    .landing-tile-background
    {
        display:none;
    }
}

@media (min-width:767px) and (max-width:992px)
{
    .landing-tile-topspacer
    {
        height: 1px;
    }
}