/*	These are base widget styles do not change unless absolutely necessary
	Override them if you can
	They can be overridden by using the parent container or providing a 
	widget name
*/

/* General Widget Styles ------------------------------------------------- */
.widget_collection_item
{
    margin-bottom: 10px;
}


.widget_collection_edit .widget_collection_item
{
    padding: 0px;
    margin-bottom: 20px;
}




.widget_collection_edit .widget_collection_item:last-child
{
    margin-bottom: 0;
}



.widget_collection_edit .widget_group_edit .widget_collection_item:last-child
{
    margin-bottom: 10px;
}

.widget_edit_controls
{
    margin-top: 3px;
    text-align: right;
}

fieldset.widget_edit
{
    border-bottom-right-radius: 0;
    border: solid 1px rgba(51, 51, 51, 0.30);
}

.widget_edit_controls_inner
{
    display: inline-block;
    border: solid 1px rgba(51, 51, 51, 0.30);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px;
    border-top: 0;
    position: relative;
    top: -3px;
    left: 0;
}

.widget_group_edit
{
    -moz-transition: padding .15s;
    -o-transition: padding .15s;
    -webkit-transition: padding .15s;
    transition: padding .15s;
}

.widget_group_edit.expanded
{
    border: 0 !important;
    padding: 0;
}

.widget_group_edit.expanded > .field-set-content
{
    border-bottom-right-radius: 0;
}


.widget_group_edit > .field-set-content
{
    padding: 10px;
    background-color: rgba(51, 51, 51, 0.05);
    border: solid 1px rgba(51, 51, 51, 0.30);
    border-radius: 5px;
}




.widget_collection_edit label
{
    font-weight: bold;
}


.widget_collection_edit_controls
{
    padding-bottom: 10px;
}


#editor .template-options select
{
    min-width: 75px;
}

.template-options label
{
    font-weight: bold;
}

.widget_collection_edit td
{
    padding: 0px 5px 3px 0px;
}

.widget .grid
{
    clear: both;
}

.widget_parameter, .widget_parameter_label, .widget_parameter_input, .widget_parameter_instruction
{
    float: left;
}

.widget_parameter_instruction
{
    clear: left;
    font-style: italic;
}

.widget_parameter_input .numeric
{
    width: 40px;
}

.widget_parameter.full .widget_parameter_input
{
    width: 100%;
}


.widget_parameter
{
    min-height: 48px;
    margin-bottom: 10px;
    margin-right: 56px;
}

.widget_parameter.full
{
    min-height: 48px;
    margin-bottom: 10px;
    margin-right: 25px;
    width: 100%;
    clear: both;
}


.widget_parameter.param-header + .widget_parameter
{
    clear: left;
}

.widget_parameter_label
{
    font-weight: bold;
    margin-right: 5px;
    min-width: 108px;
    width: auto !important;
    width: 108px;
}

.widget_instruction
{
    font-style: italic;
    clear: both;
}

ul.menu_list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.menu_list a
{
    text-decoration: none;
    color: #222;
    display: block;
}

ul.menu_list li.selected > a
{
    text-decoration: underline;
}

ul.menu_list > li > div > ul > li > a
{
    padding-left: 20px;
}


ul.menu_list > li
{
    margin-bottom: 10px;
}




/* Search ----------------------------------------------------------------- */
.search .search_text
{
    position: relative;
    top: 1px;
    width: 139px;
}




.article_list .article
{
    padding-bottom: 10px;
    position: relative;
}

.article_list .last
{
    border-bottom: none 0px;
}


.article_list .altrow
{
    border: 0;
    background-color: Transparent;
}

.article_title
{
    font-weight: bold;
    display: block;
}

.article_date
{
    font-style: italic;
}


.channel .controls
{
    padding-right: 5px;
    text-align: right;
}

.channel .rss
{
    position: absolute;
    right: 0px;
    top: 2px;
}

.channel .grid
{
    width: 100%;
    clear: both;
}


/* RSS Feed ----------------------------------------------------------- */

.rss_feed .view_all
{
    display: block;
    text-align: right;
}


.rss_feed .widget_body
{
    min-height: 50px;
}

.rss_feed .article_title, .rss_feed .article_date
{
    font-weight: bold;
}


.rss_feed .controls
{
    text-align: right;
    padding-right: 5px;
}

.rss_feed .rss
{
    position: absolute;
    right: 0px;
    top: 0px;
}

/* Login Widget -------------------------------------------------------- */
.widget_collection_right .login .login_button, .widget_collection_left .login .login_button
{
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.login input[type="text"], .login input[type="password"]
{
    width: 240px;
}



.login td, .login th
{
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
}


.login .edit_profile
{
    display: block;
    text-align: left;
}

.login table
{
    border-collapse: collapse;
}

.login table label
{
    margin-right: 10px;
}

.login .forgot_password
{
    position: relative;
}

.login .forgot_password .input
{
    margin-top: 5px;
}


.login .logged_in .separator
{
    display: none;
}

.rss_slow_load_test .widget_body
{
    min-height: 150px;
    min-width: 150px;
}


.collapsible_fieldset.widget_edit > legend
{
    font-size: 13pt;
}

.widget_collection_edit .options > legend
{
    font-size: 12pt;
}

.collapsible_fieldset.widget_edit
{
    margin-bottom: 3px;
}

.display_list a.view-more
{
    display:block;
    text-align:center;
}


@media only screen and (max-width: 768px)
{
    /* the login control is a .net control it puts the validation on the right of the input so we need to leave room for it.*/
    .login input[type="text"], .login input[type="password"]
    {
        width:97% !important;
    }

    .widget_collection_item .widget
    {
        margin-bottom: 1.6%;
    }
}
