/* Font
------------------------------------------------------ */
@font-face {
    font-family: "Radikal";
    src: url('"/txsite/content/../fonts/3710E0_0_0.eot"');
    src: url(../fonts/3710E0_0_0.ttf) format("truetype"),url(../fonts/3710E0_0_0.woff) format("woff"),url(../fonts/3710E0_0_0.woff2) format("woff2"),url(../fonts/3710E0_0_0.eot?#iefix) format("embedded-opentype"),url(../fonts/3710E0_0_0.svg?#3710E0_0_0) format("svg");
    font-weight: 300, 400;
}

@font-face {
    font-family: "Radikal";
    src: url('"../fonts/3710E0_1_0.eot"');
    src: url(../fonts/3710E0_1_0.ttf) format("truetype"),url(../fonts/3710E0_1_0.woff) format("woff"),url(../fonts/3710E0_1_0.woff2) format("woff2"),url(../fonts/3710E0_1_0.eot?#iefix) format("embedded-opentype"),url(../fonts/3710E0_1_0.svg?#3710E0_1_0) format("svg");
    font-weight: 700;
}

body, h2, span, .btn {
    font-family: 'Oxygen', 'Arial' !important;
}

/* Layout
------------------------------------------------------ */
html {
    background: initial;
}

body {
    background: initial;
}

/* Header */
#header {
    background: initial;
    background-image: initial;
}

#header,
#extr-page #header {
    height: 50px;
    padding: 0 13px 0 0;
}

    #logo.customTheme,
    #extr-page #header #logo {
        width: initial;
        margin: 0px;
        font-family: Radikal !important;
        font-size: 26px;
        vertical-align: middle;
    }


#logoImg {
    height: 50px;
}

#logo-group {
    height: initial !important;
    width: initial !important;
}

    #logo-group > span {
        float: none;
    }

/* footer */
#footerLogo {
    width: 140px;
    float: right;
}

#divFooterText {
    float: left;
    margin-top: 7px;
}

.page-footer {
    right: 0px;
    padding: 10px !important;
    height: initial;
}


#loadingVeil {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #eeeeee;
    z-index: 999;
}

.minified #show-shortcut i:first-child {
    display:block;
}

.menu-on-top #logout {
    display: block !important; 
}

article.wideScreen{
    max-width: 1000px;
    margin: 0 auto !important;
    float: none !important;
}

#onTopDisplayName {
    margin-right: 10px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    height: 20px !important;
}

.btnHeader {
    margin-top: 10px;
    margin-left: 6px;
}


 /* Change Effects
------------------------------------------------------ */
.open > .dropdown-menu {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

 /* Fix select2
------------------------------------------------------ */
.select2-hidden-accessible {
    display: none !important; 
    visibility: hidden !important;
}

 /* validation */
.has-error .select2-choice {
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .select2-choice {
    background-color: #dff0d8;
    border-color: #468847;
}


/* Tables
------------------------------------------------------ */
.tableControls {
    margin: 15px 0px 0px 7px;
}

    .tableControls .form-group {
        width: 235px;
        margin-right: 30px;
    }

    .tableControls .actionButton {
        padding-top: 23px;
        margin-right: 10px;
        float:right;

    }

        .tableControls .actionButton > a {
            width: 140px;
        }

.table > tbody > tr {
    cursor: pointer;
}

.table > tbody tr:nth-child(even) {
    background-color: #eee
}

.table > tbody > tr:hover, .table > tbody tr:nth-child(even):hover {
    background-color: lightblue;
}

.table > tbody > .dtAlert, .table > tbody .dtAlert:nth-child(even) {
    background-color: #c26565;
}

.table > tbody > .dtAlertStrikeThrough, .table > tbody .dtAlertStrikeThrough:nth-child(even) {
    text-decoration:line-through
}

.table > tbody > .dtSelected, .table > tbody .dtSelected:nth-child(even), .table > tbody > .dtSelected:hover, .table > tbody > .dtSelected:nth-child(even):hover  {
    background-color: #3276b1;
}

.table_filter {
    margin-bottom: 20px;
}

.columnHidden {
    display: none;
}

.tableOverflow {
    margin-top:10px;
    overflow:auto;
}

.dtBalanceConfirm {
    background-color: #8ac38b;
}

.dtBalanceNotMade {
    background-color: #dfb56c;
}

.table > tbody > tr a {
    color: black;
}

.dataTables_processing {
    float: left;
    position: absolute;
    left: 250px;
    top: 14px;
}

.dt-buttons {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

    .dt-buttons button {
        background-color: white;
        padding: 5px;
        width: 42px;
        margin-left: -5px;
        font-size: 12px;
        border: 1px solid gray
    }

    .dt-buttons button:hover {
        background-color: #e6e6e6
    }

.dashSeparator {
    float: left;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}


/* tableItems
------------------------------------------------------ */
#tableItemHeader {
    margin-bottom:10px;
    color:#333;
}

#tableItems > thead tr th:nth-child(2) {
    width:60px;
}

#tableItems > tbody tr td:nth-child(2) input {
    text-align:center; 
}

#tableItems > thead tr th:nth-child(4) {
    width:40px;
}

#tableItems > tbody tr td:nth-child(4) {
    text-align:center; 
    vertical-align:middle;
}

#tableItems > tbody tr td:nth-child(4) i {
    color:#c26565;
    font-size:18px;
}

/* Hidden Fields */
#tableItems > thead tr th:nth-child(3) {
    width:60px;
    display: none;
}

#tableItems > tbody tr td:nth-child(3) {
    display: none;
}

.tableItemErrorMessage {
    color: #b94a48;
    margin-top: 5px;
}


/* Forms
------------------------------------------------------ */
.smart-form .label {
    text-align:right;
}

.smart-form .labelAlignLeft .label{
    text-align:left;
}

div.dataTables_length label {
    float: right;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled {
    background: #eee;
}

textarea:disabled {
    border: 1px solid #bdbdbd;
    background: #eee;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    padding-bottom: 6px;
}

.formDivider {
    margin-bottom: 10px;
}

.clearSpaceText,
input[type="text"]:disabled.clearSpaceText {
    background-color: white;
    border: none;
    box-shadow: none;
    outline: none;
}

.modalOverflow {
    overflow-y: auto; 
    overflow-x: hidden; 
    max-height: 550px;
}

.modal-dialog {
    width: 700px;
}

input[type="file"] {
    border: 1px solid #bdbdbd;
    color: black;
    height: 32px;
    width: 100%;
    box-shadow: 0 1px 0 #d6d6d6 inset
}

input[type="file"]:hover {
    border: 1px solid #3276b1;
}


.select2Element {
    width:100%;
}

/* smartForm2
------------------------------------------------------ */
.smartForm2 input[type="text"],
.smartForm2 input[type="password"],
.smartForm2 input[type="email"],
.smartForm2 input[type="number"],
.smartForm2 textarea {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: 13px/16px "Open Sans",Helvetica,Arial,sans-serif;
    height: 32px;
    outline: 0 none;
    padding: 7px 10px;
    width: 100%;
}

.smartForm2 textarea {
    height: 66px;
}

.smartForm2 label {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 6px;
    text-align: right;
    padding-top: 7px;
}

.smartForm2 .divFormField {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 6px;
    text-align: left;
    padding-top: 7px;
}

.btn.pullLeftMargin {
    margin-left: 10px;
}

.wizardInstruction {
    margin-bottom:30px;
}

.smartForm2 input[type='radio'] {
    vertical-align: baseline;
    margin: 10px;
}

.smartForm2 section {
    margin-bottom: 10px;
}

.smartForm2 fieldset {
    margin-top: 10px;
}

.smartForm2 .editor-field-description {
    font-style: italic;
    font-size: 10px;
}

/* Misc
------------------------------------------------------ */
.fa.toggleCollapse {
    cursor: pointer
}

.fa.toggleCollapse:hover{
    color: grey;
}

#reportPrint {
     background-color:#058dc7; 
     color:white; 
     padding: 5px 10px;
     position:fixed; 
     top:0px; 
     right: 0px; 
     z-index:9999;
     cursor: pointer;
}
/* tabs
------------------------------------------------------ */
.jarviswidget-color-darken > .nav-tabs > li:not(.active) > a {
    color: black !important;
}

.jarviswidget-color-darken > .nav-tabs > li:not(.active) > a:hover {
    box-shadow:0 -2px 0 #57889c;
    background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
}

/* alerts
------------------------------------------------------ */
.alert.alert-warning a {
    color: #826430;
}

.alert.alert-danger a {
    color: white;
}

/* jquery elements custom
------------------------------------------------------ */
.ui-dialog-titlebar {
    border-bottom: none !important;
}

.ui-dialog-titlebar-close {
    display:none !important;
}

/* validation Message
------------------------------------------------------ */
.validation-summary-errors {
    border-left: 5px solid #953b39;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px;
    background: #c26565;
    color: #fff;
}

/* Widget
------------------------------------------------------ */
.jarviswidget .widget-body {
    min-height: 140px;
}

.jarviswidget .widget-footer {
    border-bottom: 2px solid #e4e4e4;
}

.jarviswidget .widget-body.wizard {
    min-height: 340px;
}

.jarviswidget header h2 {
    width: initial;
}

.jarviswidget .widget-body.wizard > h1 {
    margin-top: initial;
}

/* Attributes
------------------------------------------------------ */
.paddingTop7 {
    padding-top: 7px;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop12 {
    margin-top: 12px !important;
}

/* noteTemplateDiv
------------------------------------------------------ */
#noteTemplateControl {
    margin-bottom: 5px;
}

#noteTemplateControl > div {
    display: inline-block;
    width: 300px;
} 

    /*.noteTemplateDiv label {
        text-align: left;
        display: inline;
    }*/

    /* HomePage
------------------------------------------------------ */
    .quickLink2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .quickLink2 > div {
        display: inline-block;
        width: 120px;
    }

#sparks.sparksOrderSummary {
    text-align: left;
    margin-top: 0px;
}

#sparks.sparksOrderSummary li:hover{
    background-color: lightgray;
}

/* Payments
------------------------------------------------------ */
.moneyTotal {
    font-size: 18px;
    margin-top: 20px;
}

.paymentSummaryField > div {
    display: inline-block;
    width: 200px;
    font-weight: bold;
}


.paymentSummaryField > div {
    /* Mobile
------------------------------------------------------ */
    @media screen and (max-width:768px) {
        .smart-form .label {
            text-align: left;
        }

        .modal-dialog {
            width: auto;
        }

        .smartForm2 label {
            text-align: left;
        }
    }