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

[Style adjustments by Pixelera — Sharing Network module]



[Table of contents]

	1. Global
	2. Navbar / .navbar
	3. Subnavbar / .subnavbar
	4. Main / .main
	5. Footer / .footer
	6. Widget / .widget
	7. Error / .error-container
	8. Miscellaneous

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



/*------------------------------------------------------------------
[1. Global]
*/

img.logo{max-width:100%;}

.ampResultsRow img.logo {width:100%}

/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.sharingPublicHeadWrap .brand, .sharingNavWrap .brand {
    /*background-color: #0099c6;*/ /*blue*/
    background: #f6efdf; /* off-white */
    border-bottom: 10px solid #11283a;
    margin-bottom: 0;
    padding-bottom: .5em;
    /*height: 80px;*/
    padding-top: .5em;
}

    .sharingNavWrap .main {
        border-bottom: 0;
    }

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    border: none;
    border-top: none;
}

.subnavbar .subnavbar-inner {
    height: auto;
    border-bottom: none;
}

.subnavbar .mainnav {
    height: auto;
}

/*------------------------------------------------------------------
[4. Main / .main]
*/


/*------------------------------------------------------------------
[5. Extra / .extra]
*/


/*------------------------------------------------------------------
[6. Footer/ .footer]
*/



/*------------------------------------------------------------------
[6. Widget / .widget]
*/



/*------------------------------------------------------------------
[7. Error / .error-container]
*/



/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.sNetworkLogin{
    margin-top:30px;
}

.sNetworkLogin .login-fields input {
    width: 75%;
}

.comment-des {
    float: none;
    margin: 0px 0 0 100px;
}

.comment textarea{
    width: 95%;
    height: 100px;
}

ol.commentlist li {
    float: none;
}


/* /////////////////////////////////////////////////

For equal height dashboard alerts,
use this with the following styles:

$('.dashboardAlert').each(function () {
  var dashboardAlertHeight = $(this).parent().innerHeight();
  $(this).outerHeight(dashboardAlertHeight);
});

(May not work in conjunction with carousel - untested)


//////////////////////////////////////////////////*/

.dashboardAlertsWrapper {
    /*text-align: center;*/
    padding: 0 10px 0;
    position: relative;
}

.dashboardAlertCenterText{
    text-align: center;
}

.customBadgeContainer .dashboardAlertHeader{
    text-align: center;
}

.dashboardAlertsWrapper .carousel.slide{
    padding-bottom:30px;
}

.dashboardAlertsWrapper ol.carousel-indicators {
    bottom:-8px;
    color: #333;
}

    .dashboardAlertsWrapper ol.carousel-indicators li {
        border-color: #333;
    }

    .dashboardAlertsWrapper ol.carousel-indicators li.active {
        background-color: #333;
    }

.dashboardAlert {
    /*text-align: center;*/
    background: #e3e3e3;
    color: #000;
    margin-bottom: 10px;
    padding-bottom:20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.sidebarAlert {
    text-align: center;
    background: #e3e3e3;
    color: #000;
    margin-bottom: 10px;
    padding-bottom:20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dashboardAlert ul, .sidebarAlert ul {
    list-style-type: none;
    padding-left:0px;
}

.dashboardAlert p, .sidebarAlert p {
    padding: 0 10px 5px;
}

.dashboardAlert a, .sidebarAlert a {
    color: #49689c;
    text-decoration: underline;
}

.dashboardAlert span.score, .dashboardAlert span.warning, .sidebarAlert span.score, .sidebarAlert span.warning {
    font-size:28px;
    line-height:36px;
}

.dashboardAlert .dashboardAlertHeader, .sidebarAlert .sidebarAlertHeader  {
    background: #686868;
    color: #fff;
    width: 100%;
    padding: 2% 0;
    display: block;
    margin-bottom: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 15px;
    line-height:18px;
}

ul.controls.noPadding  {
    padding: 0;
    margin-left: -15px;
}

ul.paymentTypesList {
    list-style-type: none;
}

ul.paymentTypesList li label  {
    display: block;
    width: auto;
}

ul.paymentTypesList li label input {
    display: inline-block;
}

.registrationDisclaimerAgreement{
    /*margin-bottom:30px;*/
}


#tab-workspaces .td-actions, #tab-emailsubs .td-actions {
    text-align:center;
}

#assignmentCategoryListWidgets{
    margin-bottom:20px;
}

#assignmentCategoryListWidgets .widget {
    margin-bottom:0;
}

.indentedSelectedListItem {
    margin-left:30px !IMPORTANT;
}

.form-group select.ampYYYY{width:75px;}
.ampDocList {list-style-type:none; padding-left:5px;}

p.instruction-incubator {
    font-size:14px;
}