/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                    WARNING:    DO NOT UPDATE OR CHANGE THIS FILE                    +
+     IF YOU WANT MODIFY THESE STYLES PLEASE USE THE OVERRIDE FILE IN YOUR CSS_SITE   +
+     FOLDER, UPDATES TO THESE STYLES DELETED UPON NEXT TEMPLATE UPGRADE              +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*-------------------------------------------------------------
PLEASE NOTE: 

        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                IMPORTANT MESSAGE 
        ALL CLASSES FOR FORMS MUST
        START WITH .Form AS THE PAGE CREATION
        PROCESS WILL IDENTIFY IT AS A FORM 
        SECTION AND ENTER FormDefault WHEN NO
        FORM CLASS IS IDENTIFIED BY THE 
        CONTENT CREATOR        
        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

---------------------------------------------------------------*/

.FrameworkEditor_Status
{
    margin:0px;
    padding:0px;
}

.FrameworkEditor_Status label
{
    margin-bottom:5px;
}

#divFrameworkOptions ul
{
    margin-bottom:0px;
    padding:5px;
    margin-left:5px;
    list-style-type:none;
}

#divFrameworkOptions li
{
    margin:0px;
    padding:5px;
}

#divFrameworkOptions li input
{ width:80%;
  margin:5%;}


.txtFrameworkStatus
{
    font-size:.85em !important;
    background-color:#fff;
    color:#222;
    transition: all 1s;
    
    }

.txtFrameworkStatus.StatusChange_start
{
    background-color:#E0EDF6;
    border:solid 1px #225FB0;
    color:#222;
    transition: all 1s;
}

.txtFrameworkStatus.StatusChange
{
    background-color:#C3DCF6;
    border:solid 1px #9DBED8;
    color:#222;
    transition: all 2s;
}

.txtFrameworkCSS
{
    background-color:#fff;
    color:#222;
    border:solid 1px #ccc;
    padding:3px;
    width:170px;    
}

#divFrameworkOptions span
{
    font-weight:bold;
    float:left;
    color:#f7f7f7;
    background-color:#222;
    width:80px;
    font-size:.75em !important;
    
}

#divFrameworkOptions a
{
    color:#f7f7f7;
    background:#222;
}

.FrameworkEditor_holder #divFramework
{
    float:left;
    width:98%;
    margin:1%;
    margin-top:0%;
    max-width:1000px !important;
    border:dashed 1px #cdcdcd;
}

#divFrameworkOptions hr
{
    clear:both;
    
}

/*--- MENU BUTTONS ---------*/

.FrameworkMenu_Items li
{
    list-style-type:none;
    margin-bottom:5px;
}


.FrameworkMenu_Items .button, .FrameworkMenu_Items .pill,
.FrameworkMenu_Items input[type="button"].button {
    padding: .75em !important;
    font-size: 13px !important;
    width: 90% !important;
    margin: auto;
    box-sizing: border-box;
    float: none;
    text-align: left !important;
}


/*----  INPUT OPTIONS ------------------------*/
.Framework_input
{
    float:left;
    clear:both;
    width:100%;
    margin-bottom:15px;
}

.Framework_input select, .Framework_input input
{
       margin:0px;
       margin-right:5px;
       padding:6px;
}
    .Framework_input input[type='textbox'] {
        width: 400px;
        font-size: 14px;
    }


    .Framework_input label, .Framework_input legend{
        font-size: 13px;
        font-family: 'Roboto',Arial,sans-serif;
        float: left;
        width: 110px;
    }

    .Framework_input label.radiolabel {
        font-size: 13px;
        font-family: 'Roboto',Arial,sans-serif;
        float: none;
        width: 110px;
        clear:both;
    }

    .Framework_input fieldset input[type="radio"] {
        margin-left: 110px;
    }

    /*----------------------------------------------
        SAVE CONFRIM DATA
    */

#SaveConfirm
{
    font-size:13px;
    font-family:'Roboto', Arial, sans-serif;
}