/* Minification failed. Returning unminified contents.
(30,34): run-time error CSS1019: Unexpected token, found ' '
(30,34): run-time error CSS1019: Unexpected token, found ' '
(30,34): run-time error CSS1042: Expected function, found ' '
(30,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(31,37): run-time error CSS1019: Unexpected token, found ' '
(31,37): run-time error CSS1019: Unexpected token, found ' '
(31,37): run-time error CSS1042: Expected function, found ' '
(31,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/* new css */
.logo-wrapper > img {
    margin-top: 13px;
    width: 100%;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-clear5 {
    margin-top: -5px;
}

.margin-left-fix {
    margin-left: -15px;
}

.margin-right-fix {
    margin-right: -15px;
}

.body-section {
    /*background-color: #efeeef;*/
    background-color: #f7f7f7;
    clear: both;
    padding-bottom: 35px;
    z-index: 0;
    min-height: 75vh;
    min-height: -moz-calc(100vh - 252px);
    min-height: -webkit-calc(100vh - 252px);
    min-height: calc(100vh - 252px);
}

/* menu */
.navbar-fix {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    text-decoration: none;
    /*color: #999;*/
    color: #000000;
    font-size: 1.1em;
    border-radius: 3px 3px 0 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .navbar-default .navbar-nav > li > a:hover {
        /*background-color: #a4d4e6;*/
        background-color: #ff5e14;
        color: #000000;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #ff5e14;
}

.navbar-default .navbar-nav > .open > a {
    background-image: none;
}

ul.dropdown-menu > li > a:focus, ul.dropdown-menu > li > a:hover {
    /*background-color: #a4d4e6;*/
    background-color: #ff5e14;
    background-image: none;
}

ul.dropdown-menu {
    /*background-color: #ff5e14;*/
    columns: 2;
    column-gap: 0;
}

ul.dropdown-menu li {
    display:inline-block;
    width:100%;
}

.dropdown-menu > li > a {
    /*text-align: right;*/
    text-decoration: none;
    /*font-size: 1.3em;*/
    font-size: 1.1em;
    padding: 8px 15px;
    color: #000000;
}

.float-right {
    float: right;
}

.padding-clear {
    padding: 0;
}

.padding-right-clear {
    padding-right: 0;
}

.h3-margin-clear {
    margin: 0;
}

.buttons > input[type="button"]:last-child.margin-clear {
    margin: 0;
}

.buttons > input[type="submit"].margin-right {
    margin-right: 1%;
}



/* end new css */

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    /*font-size: .85em;*/
    font-family: "Segoe UI", Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    /*a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }*/

    a:hover, a:focus,
    input[type="button"]:hover {
        background-color: #c7d1d6;
        text-decoration: none;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #ff5e14;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    width: 25%;
}

.float-left-label {
    float: left;
}

.float-left img {
    width: 100%;
    height: auto;
    margin-top: 9px;
}



.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}*/

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

    h3.trailer_title {
        float: left;
        width: 80%;
    }

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
/*.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}*/

/*#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}*/

.main-content {
    padding-top: 30px;
}

/*header .content-wrapper {
    padding-top: 20px;
}*/

footer {
    clear: both;
    background-color: #ff5e14;
    padding: 20px 0;
    /*font-size: .8em;*/
    /*height: 100px;*/
}

    footer p {
        font-size: 14px;
        text-align: center;
        margin: 0;
        color: #fff;
    }


/* site title
----------------------------------------------------------*/
.site-title {
    color: #e2e2e2;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #ff5e14;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 0px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding: 5px, 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li:hover {
            background-color: #a4d4e6;
        }

        ul#menu li a:hover {
            color: #333;
            background-color: #a4d4e6;
            text-decoration: none;
        }

ul#admin-submenu {
    position: absolute;
    display: none;
}

    ul#admin-submenu li {
        display: block;
        padding-left: 48px;
        background-color: #ff5e14;
    }

li#admin-menu:hover > ul#admin-submenu {
    display: table;
    /* background-color: #ff5e14; */
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #ff5e14;
        background-image: -ms-linear-gradient(left, #ff5e14 0%, #ff854d 100%);
        background-image: -o-linear-gradient(left, #ff5e14 0%, #ff854d 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5e14), color-stop(1, #ff854d));
        background-image: -webkit-linear-gradient(left, #ff5e14 0%, #ff854d 100%);
        background-image: linear-gradient(left, #ff5e14 0%, #ff854d 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    /*margin-bottom: 10px;*/
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

#saveQuoteForm > p > b > label.sellPrice,
#saveQuoteForm > p > label.dirty {
    color: red;
}

.dirty {
    display: inline-block;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

.add-button {
    float: right;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
}

textarea {
    font-family: inherit;
    width: 100%;
    resize: vertical;
}

#txtQuoteHeaderComment,
#txtQuoteHeaderSpecialReq {
    max-width: 800px;
    min-height: 150px;
}

#txtQuestionsQuantity {
    width: 4%;
}


textarea#txtComments {
    max-width: 800px;
    min-height: 50px;
}

input:focus, textarea:focus {
    border: 1px solid #ff5e14;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #ff5e14;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    display: inline-table;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td, th {
    /*padding: 0.25em 2em 0.25em 0em;*/
    padding: 0 4px;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/**************************************************
* New CSS                                         *    
***************************************************/

Select {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background: #d3dce0;
    color: #000;
    outline: none;
    cursor: pointer;
    font-weight: bold;
}

    Select:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -6px;
        border-width: 6px 0 6px 6px;
        border-style: solid;
        border-color: transparent #fff;
    }

    Select ui {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        list-style: none;
        font-weight: normal;
        opacity: 0;
        pointer-events: none;
    }

    Select li a {
        display: block;
        text-decoration: none;
        color: #9e9e9e;
        padding: 10px 20px;
    }

#sortable1, #sortable2, #sortableOption1, #sortableOption2 {
    border: 1px solid #eee;
    width: 80%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

    #sortable1 li, #sortable2 li, #sortableOption1 li, #sortableOption2 li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        cursor: move;
        list-style-type: none;
    }

ul#sortable1 {
    overflow-y: auto;
    overflow-x: hidden;
    width: 95%;
    height: 400px;
    background-color: #ff854d;
}

#sortable2 {
    overflow-y: auto;
    width: 95%;
    height: 400px;
    background-color: #ff854d;
}

#sortableOption1 {
    overflow-y: auto;
    width: 95%;
    height: 400px;
    background-color: lightgreen;
}

#sortableOption2 {
    overflow-y: auto;
    width: 95%;
    height: 400px;
    background-color: lightgreen;
}

.old-questions,
.new-questions,
.options,
.selected-options {
    width: 25%;
    float: left;
}

#save-questions {
    float: right;
}

.selectedOption {
    font-weight:bold;
    color: #FFF !important;
    background: #999 !important;
}

.selectedQuestion {
    background: #ff854d !important;
    color: #FFF !important;
    border-color: #ff854d !important;
}

#edit-customer > td > label {
    width: auto;
    word-wrap: break-word;
}

#Email > label {
    width: 165px !important;
}

#edit-customer > td {
    vertical-align: top;
}

/*form#saveQuoteForm select {
    width: 55%;
}

form#saveQuoteForm input,
form#saveQuoteForm textarea,
#txtQuoteHeaderComment,
#txtQuoteHeaderSpecialReq,
textarea#txtComments {
    width: 54%;
}*/

/*#saveQuote,
#sendEmail {
    width: auto !important;
}*/

/*#saveQuote:disabled,*/
#selectTrailer:disabled,
#saveCustomer:disabled /*,
    #sendEmail:disabled*/ {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    cursor: not-allowed;
}

.button-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

/*#saveQuote:enabled,*/
#selectTrailer:enabled,
#saveCustomer:enabled,
.button-success /*,
    #sendEmail:enabled*/ {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    cursor: pointer !important;
}

.plain{
    text-decoration: none;
}

td.tdBtn {
    width: 91px;
}

div#companySelectAdd,
div#customerSelectAdd,
div#otherDetails {
    float: left;
    width: 100%;
}

/*select#SelectCompany,
select#SelectCustomer {
    width: 55%;
}*/

#addCompany,
#addCustomer {
    /*margin-left: 100px;
    padding: 10px;
    font-weight: bold;*/
    margin-top: 50px;
}

label#txtLongDescription {
    /*border: 1px solid #A9A9A9;
    padding: 5px;*/
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.wrapper {
    padding: 5px;
    border-bottom: 1px solid #A9A9A9;
    border-left: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
}

    .wrapper.top {
        border-top: 1px solid #A9A9A9;
    }

    .wrapper > h3 {
        margin: 0;
    }

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

/*.label, .input {
    display: inline-block;
    padding: 2px;
}*/

.label {
    width: 30%;
    font-weight: 700;
    text-align: left;
    font-size: 100%;
}

.input {
    width: 60%;
}

    .input input, .input select {
        width: 100%;
    }

.field {
    width: 48%;
    display: inline-block;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

div#ui-datepicker-div {
    width: 288px;
    cursor: initial;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
}

li.default {
    border: 2px solid #333;
}

#results {
    width: 100%;
    font-size: 1.1em;
}

    #results thead {
        font-size: 1.1em;
    }

    #results td {
        padding-left: 16px;
    }

    #results > tbody > tr:hover {
        background: #ccc;
    }

.cb {
	clear: both;
}

.SpecReqCost {
	width: 110px;
}

.right {
	text-align: right;
}

.display {
	display: block;
}

.dontdisplay {
	display: none;
}

#copyQuestions {
	clear: both;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.deleteBtn {
    width: 160px;
    background-color: indianred;
    color: #fff;
    float: right;
    margin-top: 20px;
}

.deleteBtn:hover {
    background-color: red;
    color: white;
}

.headingEdit {
    min-height: 86px;
}

.quoteSectionAdjustment{
    margin-top: -16px;
}

/********************
*   Tablet Styles   *
********************/
@media (max-width: 768px ) {

    .featured + .main-content {
        margin-top: -1px;
    }

    .logo-wrapper > img {
        margin-top: 34px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1024 ) {

    .logo-wrapper > img {
        margin-top: 24px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}

.hidden {
	display: none;
}


.optional-extra {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
}

#registrations {
	width: 100%;
}
#registrations th,
#registrations td {
	padding-bottom: 5px;
}

#registrations td {
	padding-right: 10px;
}

#registrations .decimal {
	text-align: right;
}

.trailer_header {
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 2em;
}

input#TrailerType {
    width: 35px;
}

.reset-password { 
    width: 70%;
    color: black;
} 
 
.reset-password-label {
    color: black;
} 
 
.reset-password-input { 
    width: 60%;
} 
 
.reset-password-button {
    margin-left: 20px;
    margin-top: 0;
}

.reset-password-button:hover {
    background-color: #c7d1d6;
}
 
.validationMsg {
    color: deeppink;
}

.reset-password-result {
    color: red;
}

.paddingTop10{
    padding-top: 10px;
}

.tdBtn.wide{
    width: 12%;
}

.alternate_bg_color select option:nth-child(odd) {
    background-color: #efeeef;
}

.expandContent, .expandContent label {
    cursor: pointer;
}

.expandIcon{
    float: right;
    padding-right: 10px;
    margin-top: -25px;
}

.collapseIcon{
    float: right;
    padding-right: 10px;
    margin-top: -25px;
}

.text-danger:hover {
    color: #ff0000;
}

.checkboxTrailer {
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 10px;
}

.editSalesOrderSection {
    margin-bottom: 50px;
}

.internalEditSalesOrderSection {
    margin-bottom: 25px;
}

.signOffDetails {
    font-size: 20px;
}

.createSalesOrderBtn {
    width: 70px;
}

