.admin-panel {
    color: #fff;
    text-align: left;
}

    .admin-panel h2 {
        color: #FFEC2A;
    }

    .admin-panel ul {
        margin: 0 15px;
        padding:0;
    }

    .admin-panel ul li { list-style: none;}
    .admin-panel ul li span {padding-right: 5px;}
    .admin-panel ul li a {color: #fff;}
    .admin-panel ul li.pad {padding-top: 20px;}


#service-provider-container {
    min-height: 200px;
}

#service-provider-bindings th {
    padding-bottom: 10px;
    border-bottom: 1px dotted #cacaca;
    font-size: 1.1em;
}

#service-provider-bindings h2 {
    font-size: 1.1em;
}

    tr.service-provider-selection-region td {
        border-bottom: 1px solid #cacaca;
        padding: 2px 4px;
    }

    tr.service-provider-selection-region td h2 {
        margin: 0;
    }

    tr.service-provider-selection-region td.provider-type {

        width: 220px;
    }

    tr.service-provider-selection-region td.provider-type input {
        /*position: absolute;*/
    }


    tr.service-provider-selection-region td.provider-type .ui-button-text {
        padding: 0.1em 0.5em;
    }

#assign-region-form {
    margin-bottom: 40px;
}

#assign-region-form .province-choice {
    padding: 5px 0 10px 0;
}

#assign-region-form .province-choice label {
    font-size: 1.2em;
    padding-right: 7px;
}

#admin-company-list .provider-status {
    width: 145px;
    padding: 1px;
    position: relative;
}

    #admin-company-list .status-button {
        display:inline-block;
        width: 60px;
    }

    #admin-company-list .status-button input {
        visibility: hidden;
    }

    #admin-company-list .provider-status label {
        padding:5px;
        border:0;

    }
    #admin-company-list .provider-status .status-publish label {
        background:#D2E8C4;
    }
    #admin-company-list .provider-status .status-publish.active label {
        background: #245109;
    }
    #admin-company-list .provider-status .status-suspend label {
        background:#D2E8C4;
    }
    #admin-company-list .provider-status .status-suspend.active label {
        background: #e38e98;
    }

/*    #admin-company-list .provider-status label span {
        font-size: 0.9em;
        padding: 0.2em 0.4em;
        display: inline-block;
        width: 60px;
        text-align: center;
    }*/

/*    #admin-company-list .provider-status label.ui-state-default {
        background:#D2E8C4;
        color: #fff;
        font-weight: bold;
    }

    #admin-company-list .provider-status label.status-publish-label.ui-state-active {
        background: #245109;
    }

    #admin-company-list .provider-status label.status-suspend-label.ui-state-active {
        background: #e38e98;
    }*/


#admin-company-list .provider-radio {
    position: absolute;
}

.login-form .field,
.login-form .field input.wide {
    width: 170px;
}

.error.short ul li {
    list-style: none;
}

ul.messages li {
    list-style: none;
}


table.parner-contacts {
    width: 350px;
}

#company_regions {
    margin-top: 10px;
}

#company_regions_header {
    font-weight: bold;
    font-style: italic;
}

.banner-placeholder {
    display: block;
    background: #fff;
    width: 292px;
    border: 2px solid #798578;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-placeholder .title {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.3em;
    margin: 40px 0 35px 0;
    outline: none;
}

/* ------------------------ dashboard styles ---------------------------*/
#dashboard-cp-header {
    float: left;
    margin-left: 30px;
    margin-top: 2px;
    font-size: 18px;
    font-weight: bold;
}

#dashboard-cp-logged-in {
    float: right;
    margin-right: 200px;
    margin-top: 5px;
}

.dashboard-tab-selected {
    width: 160px;
    height: 27px;
    background-color: #E9E9F0;
    margin-left: 10px;
    margin-top: 0px;
    float: left;
    color: #3D3A4B;
}

.dashboard-tab {
    width: 160px;
    height: 25px;
    background-color: #00562C;
    margin-left: 10px;
    margin-top: 2px;
    float: left;
    color: white;
    cursor: pointer;
}

#dashboard-page-content {
    min-height: 715px;
    background-color: #EEF1F5;
}

.dashboard-warning {
    min-height: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.dashboard-warning-content {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#dashboard-tab-header {
    float: left;
    width: 45%;
    min-height: 20px;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 20px;
    padding-top: 10px;
}

#dashboard-tab-company-header {
    font-size: 14px;
    color: #777;
    padding-bottom: 7px;
}

#billing-tab-submenu {
    display: none;
    position: absolute;
    left: 350px;
    top: -2px;
    width: 158px;
    height: 48px;
    background-color: #E9E9F0;
    border: solid 1px #C4C5C6;
    text-align: center;
    line-height: 1.8;
    z-index: 10;
}

#dashboard-left-menu {
    width: 200px;
    min-height: 100px;
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: white;
    border: solid 1px #C4C5C6;
}

#dashboard-left-menu-header {
    width: 160px;
    height: 20px;
    margin: 10px;
    background-color: #696969;
    color: white;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}

#dashboard-content {
    float: left;
    width: 710px;
    min-height: 620px;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px;
    background-color: white;
    border: solid 1px #C4C5C6;
}

#dashboard-content.textual-content {
    padding: 15px;
    width: 680px;
}

#switch-companies-form {
    padding: 5px 0 5px 10px;
}

#switch-companies-form #id_companies_for_account {
    width: 180px;
}

/* datepicker styles */

#date-menu .ui-daterangepickercontain {
    position: absolute;
}

#date-menu .ui-daterangepicker {
    width: 200px;
}

#date-menu .ui-widget-content {
    border: 0;
}

#date-menu span.ui-icon {
    float: left;
}

#date-menu .ranges {
    position: absolute;
    top: 0;
    left: 200px;
}

/* list of quote requests page styles */

#dashboard-freequotes-top-hint {
	min-height: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #E6FCED;
	border: solid 1px #E2EADA;
	padding: 5px;
	padding-left: 10px;
}

#dashboard-freequotes-date-selection {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    text-align: right;
}

#dashboard-freequotes-hint {
    color: #808080;
    margin-top: 20px;
    font-size: 10px;
}

/* make a payment page styles */

#make-a-payment-text {
    margin-top: 30px;
}

#make-a-payment-text li {
    margin-top: 10px;
    font-size: 14px;
}

/* bolling summary page styles */

#billing-summary-header {
    width: 710px;
    height: 50px;
    margin-top: 10px;
}

#billing-summary-header-left {
    float: left;
}

#dashboard-billing-summary-date-selection {
    float: right;
    margin-top: 0;
    text-align: right;
}
.dashboard-company-make-payment {
    padding: 15px 0 0 5px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}

.dashboard-company-name {
    text-align: right;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}

#billing_table tfoot {
    background-color: #E8E8CF;
    font-style: normal;
}

#billing_table .totals {
    font-weight: bold;
}

/* why dimpster rentals page styles */
.become-a-member-box ul {
    margin: 0px;
}

.become-a-member-box li {
    font-weight: bold;
}

/* pay per quote page styles */
#pay_per_quote_header {
    position: relative;
    left: -220px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.1;
    z-index: 0;
}

#pay_per_quote_list tr {
    height: 44px;
}

#edit-default-quote-price {
    display: none;
    position: absolute;
    background-color: #E6FCED;
    border: solid 1px #C6D0C8;
    left: 323px;
    top: 1px;
    width: 312px;
    height: 95px;
}

#edit-default-quote-price-header {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#edit-default-quote-price-left {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

#edit-default-quote-price-right {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

#company_default_quote_price {
    width: 40px;
    border: solid 1px #C6D0C8;
}

#default_quote_price_btn {
    margin-left: 10px;
}

#edit-quote-price {
    display: none;
    position: absolute;
    width: 227px;
    height: 55px;
    background-color: #FFED87;
    border: solid 1px #9F9B80;
}

#edit-quote-price-form {
    margin-left: 10px;
    margin-top: 5px;
}

#ed_quote_price {
    width: 60px;
    border: solid 1px #C6D0C8;
}

