/* cmsms stylesheet: trades modified: 09/26/23 00:05:55 */
html, body {
	margin: 0;
	height: 100%;
}

body {
	background: #333 url(/images/bg.png);
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}

a {
color: #0c456a;
}

h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #0c456a;
	margin: 0 0 15px;
}

h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #0c456a;
}

h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #0c456a;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 0 20px #000;
	min-height: 100%;
}

#header {
	background: #fff;
	border-radius: 5px;
	text-align: center;
}

#footer {
	padding: 15px 0 75px;
}

#footer-content {
	background: #0c456a;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 10px;
}

#footer-menu li {
	display: inline-block;
}

#footer-menu li a {
	padding: 3px 6px;
	color: #fff;
}

#menu {
	background: #0c456a;
	border-radius: 5px;
	margin: 15px auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: .113em;
	text-transform: uppercase;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline-block;
	position: relative;
}

#menu ul li a {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #67a7d0;
}

#menu ul li.currentpage a,
#menu ul li.activeparent a {
	background: #67a7d0;
	color: #fff;
}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	background: #67a7d0;
	width: 250px;
	z-index: 10;
	color: #fff;
	text-align: left;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	display: block;
	padding: 0 20px;
}

#menu ul li ul li a, #menu ul li ul li a:visited {
	display: block;
	height: auto;
	line-height: inherit;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #fff;
}

#menu ul li ul li:last-child a {
	border-bottom: none;
}

#menu ul li ul li a:hover {
	color: #0c456a;
}

#toolbar-nav {
	width: 1000px;
	margin: 1em auto;
	background: #444;
	border-radius: 5px;
	/*overflow: hidden;*/
}

#toolbar-nav ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#toolbar-nav ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0;
}

#toolbar-nav ul ul li
{
    float: none;
    width: 200px;
}

#toolbar-nav ul ul a
{
	line-height:120%;
	padding:10px 15px;
}

#toolbar-nav ul li:hover ul
{
	display:block;
}


#toolbar-nav ul li {
    display: inline;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#toolbar-nav ul li a {
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    font-size: 11px;
    display: block;
    text-decoration: none;
}

#toolbar-nav ul li a:hover {
	background: #555;
}

#toolbar-nav ul li a i {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 24px;
	margin: 5px;
}

#breadcrumbs {
	background: #e4e7e8;
	border-radius: 5px;
	color: #ccc;
	margin: 1em auto;
        float: left;
        width: 1000px;
}

#breadcrumbs div.breadcrumb {
	padding: 10px 20px;
	display: inline-block;
}

#breadcrumbs span.breadcrumb {
	padding-right: 5px;
}

#breadcrumbs a {
	color: #67a7d0;
	text-decoration: none;
}

#breadcrumbs .current {
	color: #333;
}

#content {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	width: 960px;
}

.instructions {
	border: 1px solid #ccc;
	padding: 20px;
}

.instructions ol {
	margin: 0;
	padding: 0 20px;
}

.instructions p {
	margin: 1em 0 0;
}

span.required, #supplier-application label span {
	color: #ff0000;
}

#supplier-application label {
	float: left;
	width: 210px;
	text-align: right;
	padding: 5px 0;
	margin-right: 1em;
}

#supplier-application .text-input, #supplier-application .text-input-split, #supplier-application .select-input {
	float: left;
	width: 100%;
	margin: 5px 0;
}

#supplier-application .text-input-split div {
	float: left;
}

#supplier-application .radio-input label {
	float: none;
}

#supplier-application .text-input input, #supplier-application .text-input-split input, #supplier-application .textarea textarea, #supplier-application .select-input select {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 10px;
}

#supplier-application .file-input input {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 5px 10px;
}

#supplier-application fieldset {
	border: 0;
	border-top: 1px solid #777;
}

#supplier-application fieldset legend {
	padding: 0 10px;
}

#supplier-application .select-input .chosen-container {
	width: 500px !important;
}

#supplier-application .chosen-choices {
	border-color: #ccc;
	border-radius: 5px;
}

#supplier-application .textarea textarea {
	width: 500px;
	height: 100px;
}

#supplier-application .submit input {
	background: #0c456a;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
	font-weight: 600;
	margin-top: 1em;
	cursor: pointer;
}

.policy .signatures div {
	float: left;
	width: 30%;
	border-top: 2px solid #333;
	margin-top: 25px;
	margin-right: 3%;
}

.required-error {
	border-color: #ff0000 !important;
}

#suppliers .view-details,
#applicants .view-details {
	display: block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	width: 60px;
	text-decoration: none;
	color: #333;
	text-align: center;
}

#suppliers .view-details i,
#applicants .view-details i {
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.common-button {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	color: #333;
	text-align: center;
	margin: 0 5px;
}

.common-button:hover {
	background: #f3f3f3;
}

.common-button i {
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

#supplier-work-orders h2,
#supplier-details h2 {
	font-size: 14px;
	padding: 6px 12px;
}

#supplier-details .input-group > div:nth-child(odd) {
	background: #f1f1f1;
	padding: 6px 12px;
}

#supplier-details .input-group > div:nth-child(even) {
	background: #fff;
	padding: 6px 12px;
}

#supplier-details .input-group label {
	display: block;
	margin: 2px 0;
}

#supplier-details .input-group label span {
	color: #ff0000;
}

#supplier-details .input-group .text-input input {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 10px;
	width: 90%;
	color: #666;
}

#supplier-details .input-group .common-button {
	margin: 5px 0;
	display: block;
}


#supplier-details .radio-input label {
	display: inline-block;
	margin-right: 1em;
}

#add-manager-form,
#add-category-form {
	display: none;
	text-align: center;
}

.account-note {
	border: 1px solid #555;
	border-radius: 5px;
	background: #f9f9f9;
	padding: 0 10px 10px 50px;
	position: relative;
	margin-bottom: 10px;
}

.account-note i.icon {
	font-family: FontAwesome;
	font-size: 22px;
	font-style: normal;
	position: absolute;
	display: block;
	width: 50px;
	top: 10px;
	left: 0;
	text-align: center;
}

#qualifications-and-insurance .policy,
#code-of-conduct .policy {
	overflow-y: scroll;
	height: 300px;
	border: 1px solid #ccc;
	padding: 0 20px;
	color: #555;
}

#policy-accept.disabled {
	color: #777;
}

#work-order-update label {
	width: 100px;
	font-weight: bold;
	display: inline-block;
	margin: 5px 0;
}

#work-order-notes,
#work-order-files {
	float: left;
	width: 48%;
}

#work-order-save {
	clear: left;
}

#work-order-doc {
	margin: 20px 0;
}

#work-order-doc label {
	font-weight: bold;
	display: inline-block;
	margin: 5px 0;
}

#attached-files {
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #a9a9a9;
	padding: 5px;
}


#supplier-application .owner-name, #account-update-form .owner-name {
	display: none;
}

#supplier-login-button {
	float: right;
	margin-top: 4px;
	background: #0c456a;
	color: #fff !important;
	border-color: #0c456a;
	box-shadow: 1px 1px 1px #888;
}

#save-container {
	position: fixed;
	bottom: 0;
	background: #ccc;
	width: 100%;
	left: 0;
	padding: 15px 0;
	z-index: 999999;
}

#save-container .inner-wrap {
	margin: 0 auto;
	width: 1000px;
}

#upload-notice {
	display: none;
}

#payment-selection {
	overflow: hidden;
}

#payment-selection .payment-option,
#payment-selection .payment-option-renewal {
	float: left;
	width: 30%;
	margin-right: 1%;
	padding: 1%;
	border: 1px solid #ccc;
	height: 300px;
	cursor: pointer;
}

#payment-selection .payment-option .details,
#payment-selection .payment-option-renewal .details {
	display: none;
}

#payment-selection .selected {
	border-color: #0c456a;
	cursor: default;
}

#payment-selection .selected .details {
	display: block;
}

#primary_nav_wrap
{
	margin-top:15px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 100%;
	background: #444;
	border-radius: 5px;
}

#primary_nav_wrap ul a
{
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    padding: 0 15px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li a i {
	font-family: FontAwesome;
	font-style: normal;
	margin: 5px;
}


#primary_nav_wrap ul li:hover
{
	background:#555;
        border-radius: 5px;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background: #444;
        padding: 0;
        width: auto;
        border-radius: 0px;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
