﻿.clear
{
    clear: both;    
}

.toolbox
{
    background-color: #404040;
}

.txtbx
{
    height: 30px;
    width: 100%;
    border-radius: 5px;
    font-size: 1.4em;
    background-color: #F0F0F0;
}

.txtbxMulti
{    
    width: 100%;
    border-radius: 5px;
    font-size: 1.4em;
    background-color: #F0F0F0;
    resize: none;
}

.txtbx-small
{
    height: 25px;
    width: 96%;
    border-radius: 5px;
    font-size: 18px;
    background-color: #F0F0F0;
}

.hide
{
    display: none;
}

#layout_picker
{
    margin-left: auto;
    margin-right: auto;
}

.draft-warning
{
    background-color: #D9EDF7;
    border: 1px solid #C3E9F2;
    color: #3A87C5;
    width: 90%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}

.edit_overlay
{
    font-size: 14pt;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    overflow: no-display;
    background-color: black;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: white;
}


.cms-content-editor-area
{
    width: 100%;
    height: 300px;
    background-color: #404040;
}

.editor-pane
{    
    background-color: #2D2D2D;    
    border: 15px solid #666666;    
    padding: 20px;
    min-height: 200px;    
    overflow-y: auto;
    
    /*PREVIOUS
    background-color: #404040;
    padding: 10px;
    border-radius: 3px;
    min-height: 200px;    
    overflow-y: auto;
    -moz-box-shadow: 0px 0px 16px #000000;
    -webkit-box-shadow: 0px 0px 16px #000000;    
    box-shadow: 0px 0px 16px #000000; 
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    
}

.editor-pane .close
{            
    background-image:url(../css/images/Close.png);
    position:absolute;
    right:15px;
    top:15px;
    cursor:pointer;
    height:21px;
    width:21px;    
}

.toolbox
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.required{
    color: #B03535;
    font-weight: bold;        
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background-color: #999999;
}