/*Sitecore custom style*/
/*
 * Name: sitecore-extra.css
 * Author: SymSoft Solutions, LLC
 * Version: $Id: sitecore-extra.css 2439 2018-09-13 01:21:59Z Pravin.S $
 * This module is licensed to the California Department of General Services
 * (CCCCO). CCCCO may use and modify this code under the terms of the SymSoft
 * Pre-Existing Material License, which is included with this module (please
 * refer to the "License.txt" file). If you do not have a copy of this license,
 * please contact SymSoft Solutions, LLC (www.symsoftsolutions.com). Copyright
 * (C) 2018 SymSoft Solutions, LLC - All Rights Reserved. 
 */
/*Experience Editor*/
.scEmptyPlaceholder {
    background-color: #faebcc !important;
    border-color: #faebcc;
    color: #fbd951;
}

.scEdit .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
}

.scEdit .btn-xs [class*="icon-"] {
    padding-bottom: 0 !important;
    display: inline-block;
}

/* Added specific class for banner home page add button*/
.addButtonArea {
    margin-bottom: 0px;
}

.reduceplaceholdermargin {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }

.scWebEditInput
{
    width:100%;
}

.alert-page-properties {
  border-color: #dfd7ce;
  color: #231F20;
}

.alert-page-properties:before {
  font-size: 36px;
  font-family: 'CCCCO';
  margin-right: 8px;
  display: inline-block;
  position: absolute;
  margin-left: -45px;
  top: 50%;
  content: "\e912";
  transform: translateY(-50%);
  color: #999;
}


