/*********************************************************************************
 * By installing or using this file, you are confirming on behalf of the entity
 * subscribed to the SugarCRM Inc. product ("Company") that Company is bound by
 * the SugarCRM Inc. Master Subscription Agreement (“MSA”), which is viewable at:
 * http://www.sugarcrm.com/master-subscription-agreement
 *
 * If Company is not bound by the MSA, then by installing or using this file
 * you are agreeing unconditionally that Company will be bound by the MSA and
 * certifying that you have authority to bind Company accordingly.
 *
 * Copyright (C) 2004-2013 SugarCRM Inc.  All rights reserved.
 ********************************************************************************/

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

 * Description:  A CSS stylesheet created by Creative Brew to modify styling on 
 * the ACS Client Portal.
 
 * Date of update: 3/7/2018
 
 ********************************************************************************/
 
 
/* --- Common --- */
body {
	margin: 20px auto 20px auto;
    padding-left: 20px;
    padding-right: 20px;
	max-width: 1170px;
}


/* --- Header --- */
#logo {
	margin-bottom: 30px;
}


/* --- Nav --- */
#moduleLinks {
	margin-bottom: 20px;
}
.nav>li>a {
	margin-right: 20px;
	font-size: 14px;
}


/* --- Cases --- */
form table.table-striped tr td {
	padding: 6px;
}


/* --- Login page --- */
table form#form .input-group {
	margin-bottom: 12px;
}