﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    background-color: #F0F0F0;
    background-color: #f9fcff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 4px;
    padding-right: 4px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: unset;
    }
}

.navbar.bg-primary {
    background-image: none;
    background-repeat: none;
    background-color: #1675BA;
    filter: none;
    border: 1px solid #345578;
}

.bg-primary {
    background-color: #1675BA !important;
}

.panel-body {
    background-color: #f5f5f5;
}

.panel {
    background-color: #f5f5f5;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #1675BA;
    border-color: #1675BA;
}

.btn-default-blue {
    color: #fff;
    background-color: #1675BA;
    border-color: #1675BA;
}

.btn-default-green {
    color: #fff;
    background-color: #9AC946;
    border-color: #9AC946;
}


@media (max-width: 768px) {
    .navbar-collapse {
        float: left;
    }
}

.centerindiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.glyphicon:hover {
    color: #9AC944;
}

.glyphicon {
    font-size: 20px;
}

.dropdown-toggle:hover {
    color: #44c5ff;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.no-margin {
    margin-left: 5px;
    margin-right: 5px;
}

.loginwell {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #3399f3;
}


/* Devexpress Grid Control Class
---------------------------------------------------*/

.dxgv {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.dxgvPagerTopPanel {
    background-color: #F5F5F5;
}

.dxgvControl, .dxgvDisabled {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #0A75BC;
    color: Black;
    cursor: default;
}

.dxgvHeader {
    border: 1px solid #0A75BC;
    background-color: #1675BA;
    border-right: 1px Solid #CFCFCF;
    cursor: pointer;
    font-weight: normal;
    overflow: hidden;
    padding: 4px 6px 5px;
    text-align: left;
    white-space: nowrap;
    color: white;
}

    .dxgvHeader td {
        white-space: nowrap;
        color: white;
        font-weight: bold;
    }


.dxgvHeader_iOS {
    border: 1px solid #0A75BC;
    background-color: #0A75BC;
    border-right: 1px Solid #CFCFCF;
    cursor: pointer;
    font-weight: normal;
    font-size: smaller;
    overflow: hidden;
    padding: 3px 6px 3px;
    text-align: left;
    white-space: nowrap;
    color: white;
}

    .dxgvHeader_iOS td {
        white-space: nowrap;
        color: white;
        font-weight: bold;
    }


.dxgvFooter {
    background-color: #F4FAFB;
    white-space: nowrap;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    color: white;
    font-weight: bold;
    background-image: url(../images/gvHeaderBackground.gif);
    border-bottom-color: rgb(82, 140, 166);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: move;
    visibility: visible;
}

.dxpLite {
    font: 12px;
    color: black;
    padding: 5px 2px;
    float: left;
}

    .dxpLite .dxp-summary, .dxpLite .dxp-sep, .dxpLite .dxp-button, .dxpLite .dxp-pageSizeItem, .dxpLite .dxp-num, .dxpLite .dxp-current, .dxpLite .dxp-ellip {
        display: block;
        float: left;
        margin-left: 4px;
        font-weight: normal;
    }

.dxgvEditFormDisplayRow td.dxgv, .dxgvDataRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv {
    border-bottom: 1px Solid #CFCFCF;
    border-right: 1px Solid #CFCFCF;
    border-top-width: 0px;
    border-left-width: 0px;
    padding: 3px 6px 4px;
}

.dxgvPagerTopPanel, .dxgvPagerBottomPanel {
    padding: 2px;
    background: #F4FAFB;
    /*padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #CFCFCF;*/
}

.dxgvDataRow:hover {
    /*
    background-color: #99CA3C;
    color: white;
    
	background-color: #E2E5E7;
	color: #000000;
    
	*/
    background-color: #ddf4fe;
    color: black;
    cursor: pointer;
}

.dxgvSelectedRow:hover {
    background-color: #99CA3C;
    color: white;
    /*
    background-color: #ddf4fe;
    color: black;
    */
    text-decoration: underline;
    cursor: pointer;
}

.divSettingsLinks {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.dxtcTab, .dxtcTabWithTabPositionLeft, .dxtcTabWithTabPositionBottom, .dxtcTabWithTabPositionRight {
    background-color: #E0E0E0;
    border: 1px solid #A8A8A8;
    padding-top: 3px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    text-align: center;
}

.dxtcControl {
    color: black;
    background: #f0f0f0;
}

.dxeListBoxItemSelected_Glass {
    background-color: #99CA3C;
}

/*----------------------------------------------------------------*/

.dxbButtonSys.dxbTSys {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    border-spacing: 0;
    border-collapse: separate;
}

div.dxbButtonSys {
    vertical-align: middle;
}

.dxbDisabled, a.dxbButton_iOS.dxbDisabled {
    color: #808080;
    cursor: default;
    text-decoration: none;
}

.dxbDisabled_iOS {
    border-color: #c3c3c3;
}

.dxbButton_iOS {
    color: #000000;
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #7F7F7F;
    background: #E0DFDF url(/DXR.axd?r=1_49-99QEe) repeat-x top;
    padding: 1px;
}

.dxbButtonSys {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dxbButtonSys {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

div.dxbButton_iOS.dxbDisabled_iOS {
    color: #000000;
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #7F7F7F;
    background: #E0DFDF url(/DXR.axd?r=1_49-99QEe) repeat-x top;
    padding: 1px;
    margin-right: 2px;
}

.dxbButton_iOS div.dxb {
    padding: 2px 4px 2px 4px;
}

.dxFirefox table.dxeTextBox_iOS td.dxic, .dxFirefox table.dxeButtonEdit_iOS td.dxic, table.dxeTextBox_iOS td.dxic, table.dxeButtonEdit_iOS td.dxic {
    padding: 2px 2px 2px 2px;
}

/* Buttons
----------------------------------------------------------*/
/*.button {
    padding: 4px;
    background: #99CA3C;
    border: 1px solid #99CA3C;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    color: white;
}*/


.button {
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background: #99CA3C;
    border: 1px solid #99CA3C;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    color: white;
}


.ButtonDisabled {
    padding: 4px;
    background: #C0C0C0;
    border: 1px solid #C0C0C0;
    cursor: auto;
    /*font-size: 12px;*/
    font-weight: bold;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    color: white;
}

    .ButtonDisabled:hover {
        color: #ffffff;
    }

.button:hover {
    color: #ffffff;
    /*background: url("/images/bg-buttonhover.gif") repeat-x ;*/
    background-color: #0A75BC;
}

.buttonPN {
    padding: 2px 6px 2px 6px;
    background: url("/images/bg-button2.gif") repeat-x;
    border: 1px solid #B6B6B6;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    color: white;
}

    .buttonPN:hover {
        color: #000;
        background: url("/images/bg-buttonhover.gif") repeat-x;
    }


legend {
    color: #1675BA;
    border: 0;
    border-bottom: 1px solid #1675BA;
}

.formheader {
    display: block;
    width: 100%;
    padding: 0;
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: inherit;
    color: #1675BA;
    border: 0;
    /*border-bottom: 1px solid #1675BA;*/
    padding-bottom: 4px;
    padding-left: 10px;
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.subformheader {
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 18px;
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: inherit;
    color: #1675BA;
    border: 0;
    /*border-bottom: 1px solid #1675BA;*/
    padding-bottom: 4px;
    /*padding-left: 10px;*/
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.formbody {
    /*padding-left: 15px;*/
}

.well {
    padding: 6px;
}

.pushright {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 2px;
    }
}

label.required:after {
    content: " *";
    color: red;
}

.input-group-addon {
    padding: 6px 12px;
}

.headinglabel {
    font-size: 16px;
    font-weight: bold;
    color: #1675BA;
    /*border-bottom: 1px solid #1675BA;*/
    padding-left: 0px;
    margin-top: 30px;
    margin-left: 10px;
    width: 99%;
    /*max-width: 1090px;*/
}

.headingspacinglabel {
    padding-left: 0px;
    margin-top: 4px;
    width: 99%;
}

.headinglabeltop {
    font-size: 16px;
    font-weight: bold;
    color: #1675BA;
    /*border-bottom: 1px solid #1675BA;*/
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 10px;
    width: 99%;
    /*max-width: 1090px;*/
}

.headinglabelrepeater {
    font-size: 16px;
    font-weight: bold;
    color: #1675BA;
    /*border-bottom: 1px solid #1675BA;*/
    padding-left: 0px;
    margin-top: 30px;
    margin-left: 10px;
    width: 99%;
    /*max-width: 1090px;*/
}

.headingsublabel {
    font-size: 14px;
    font-weight: bold;
    color: #1675BA;
    /*border-bottom: 1px solid #1675BA;*/
    padding-left: 0px;
    margin-top: 10px;
    margin-left: 10px;
    width: 99%;
    /*max-width: 1090px;*/
}

.editable {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .editable[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

    .editable[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .editable.missingInfo {
        background-color: #ffd3cf;
    }

.noteditable {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #eee;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    opacity: 1;
    cursor: not-allowed;
}

.editableStyleNoBoarders {
    display: block;
    width: 100%;
    height: auto;
    /*padding: 8px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
}

.editableNoPadding {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.NoRadiusRight {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.CustomLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


/* Tab Content
----------------------------------------------------------*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #0A75BC;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #dddddd;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs {
    border-bottom: 1px solid #0A75BC;
}

.tabContent {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 1100px;
}

.tabContent2 {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.tabContentTabs {
    /*border-style: none none solid none;
    border-width: 2px;
    border-color: #0A75BC;
    height: 44px;
    padding-top: 2px;*/
    /* background-color: #F3F4F6; */
}

.tabwrapper {
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #0A75BC;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 300px;
}

.tabwrappernotabs {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #0A75BC;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 300px;
    max-width: 1130px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tabContentHeader {
    width: 100%;
    height: 5px;
    padding-top: 4px;
    margin: 2px 0px 10px 4px;
    padding-bottom: 30px;
    padding-right: 10px;
}


.tabContentHeaderNoBorder {
    width: 930px;
    height: 15px;
    padding-top: 0px;
    margin: 2px 0px 0px 4px;
    background-color: #FFFFFF;
}

.tabContentTitle {
    float: left;
    padding-left: 2px;
    padding-top: 10px;
}

.tabContentButtons {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
    height: 20px;
}

.tabContentMain {
    width: 100%;
    float: left;
    min-height: 300px;
    padding: 2px;
}

.tabContentData {
    padding: 10px;
}

.tabControl {
    margin: 2px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    height: 15px;
    white-space: nowrap;
}

.CSSTab {
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    padding: 4px 5px 5px 5px;
    line-height: 4px;
    text-decoration: none;
    padding-top: 8px;
}

    .CSSTab :hover {
        color: #0A75BC;
    }

    .CSSTab span {
        display: -moz-inline-box;
        display: inline-block;
        padding: 4px 10px 8px 10px;
        /*font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        height: 12px;
        margin-top: 2px;*/
    }

        .CSSTab span :hover {
            color: #0A75BC;
        }

.tabactive {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #0A75BC;
    /*background-color: #0A75BC;*/
    background-color: #ffffff;
    color: #0A75BC;
    margin-right: -4px;
}

.tabinactive {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #C0C0C0;
    background-color: #F1F2F4;
    margin-right: -4px;
}

.tabactive span:hover {
    color: #FFFFFF;
}


.tabinactive span:hover {
    color: #0A75BC;
}

.tabdisable {
    cursor: default;
}

    .tabdisable span {
        color: #999999;
    }

        .tabdisable span:hover {
            color: #999999;
        }

#ui-datepicker-div {
    display: none;
}


/* Repeater Grid
----------------------------------------------------------*/

.tablerepgrid {
    border-width: 1px 0px 0px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #CFCFCF;
    border-collapse: separate;
    background-color: white;
}

    .tablerepgrid th {
        height: 18px;
        border-style: none solid none none;
        border-width: 1px;
        border-color: #CFCFCF;
        background-color: #0A75BC;
        padding: 3px;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

    .tablerepgrid td {
        border-width: 0 1px 1px 0;
        padding: 3px;
        border-style: solid;
        border-color: #CFCFCF;
        /*background-color: white;*/
        height: 18px;
    }

.tablerepgridtrtd {
    height: 18px;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #CFCFCF;
    background-color: #0A75BC;
    padding: 4px;
    color: white;
    font-weight: bold;
}

.tablerepgridthtd {
    height: 18px;
    border-style: none solid none none;
    border-width: 1px;
    border-color: #CFCFCF;
    background-color: #0A75BC;
    padding: 3px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}


/* NFA Report CSS
----------------------------------------------------------*/

.reportgrid {
    border-width: 1px 0px 0px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #CFCFCF;
    border-collapse: separate;
    background-color: white;
    width: 100%;
}

    .reportgrid td {
        border-width: 0 1px 1px 0;
        padding: 3px;
        border-style: solid;
        border-color: #CFCFCF;
        text-align: center;
    }

.reportgridHeader {
    border-style: none solid none none;
    border-width: 1px;
    border-color: #CFCFCF;
    background-color: #0A75BC;
    padding: 3px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.reportgridQuestions {
    width: 100%;
}

    .reportgridQuestions tr {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .reportgridQuestions td {
        padding: 5px;
    }

    .reportgridQuestions label {
        font-weight: normal;
    }

.reportgridQuestionsTD25 {
    width: 25%;
}

/* 
----------------------------------------------------------*/

.ContentContent {
    margin: 5px;
    width: 100%;
}

.CheckboxList {
    padding: 40px;
}

    .CheckboxList label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        margin-right: 10px;
        margin-left: 5px;
    }

td {
    /*white-space: normal !important;*/
    word-wrap: break-word;
}

table {
    table-layout: fixed;
}

/*.ui-widget-header {
    background: #1675BA;
    color: #ffffff;
}*/

a.dxeHyperlink:visited {
    color: #3399f3;
}

.dxgvControl a.dxeHyperlink:not([href]):not([onclick]):not(.dxbButtonSys) {
    color: #3399f3;
}

.chkBox {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

/* FULL CALENDAR
----------------------------------------------------------*/
.calendarEventHoliday,
.fc-agenda .holiday .fc-event-time,
.calendarEventHoliday a {
    background-color: red; /* background color */
    border-color: red; /* border color */
    background: red;
    color: black; /* text color */
}

.calendarEventCanceled,
.fc-agenda .holiday .fc-event-time,
.calendarEventCanceled a {
    background-color: black; /* background color */
    border-color: black; /* border color */
    background: black;
    color: white; /* text color */
}

.calendarEventScheduled,
.fc-agenda .holiday .fc-event-time,
.calendarEventScheduled a {
    background-color: #1675BA; /* background color */
    border-color: #1675BA; /* border color */
    background: #1675BA;
    color: black; /* text color */
}

/* Custom Fields
----------------------------------------------------------*/

.custom-control-label {
    font-weight: bold;
}

.control-label {
    font-weight: bold;
}

.customfields {
    padding-bottom: 20px;
    margin-left: -14px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.row-repformat {
    margin-bottom: 10px;
}

.customTable {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Advanced Search
----------------------------------------------------------*/

.advanced {
    padding-bottom: 15px;
    padding-left: 15px;
}

.dxhe-dialogControlsWrapper,
.dxhe-dialog .dxhe-dialogControlsWrapper > tbody > tr > td:first-child {
    width: 50%;
}

.dxflGroup {
    width: 80%;
}

.dxflItem {
    width: auto;
}

.dxhe-dialog-popup-static div.dxflFormLayout.dxhe-mediaDialogStyleSettings > table.dxhe-dialogLG.dxflGroupSys, .dxhe-dialog-popup-static div.dxflFormLayout.dxhe-mediaDialogMainSettings > table.dxhe-dialogLG.dxflGroupSys {
    padding: 16px;
    width: 100%;
}

.dxucControl .dxucInputs {
    width: 80%;
}

.dxeBase {
    white-space: nowrap;
}

.dxWebKitFamily .dxucBrowseButton {
    width: 70px;
}

.dx-justification, .dx-dialogEditRoot > tbody > tr > td:first-child {
    width: 75% !important;
}

.dxhe-dialog-popup-static .dxhe-mediaDialog .dxhe-dialogContentGroup tr > td.dxhe-dialogLGC:first-child {
    width: 90% !important;
}

.dxflGroupCell {
    padding: 0;
}

.dxHtmlEditor_heConstrainProportionsTop {
    margin-left: 10px;
}

.dxHtmlEditor_heConstrainProportionsMiddleOn {
    margin-left: 10px;
}

.dxHtmlEditor_heConstrainProportionsBottom {
    margin-left: 10px;
}

.dxHtmlEditor_heReset {
    margin-left: 20px;
}

label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin-left: 4px;
    margin-right: 8px;
}

.tdTBorder {
    border-top: 1px solid #F0F0F0;
    height: 1px;
}

.divDashboardHdr {
    background-color: #1E76B8;
    color: #fff;
    font-size: medium;
    font-weight: bold;
    color: white;
    padding: 5px 0 5px 5px;
    margin: 0 0 0 0;
}

.divDashboardData {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
}

.divDashboardDataTop {
    padding-top: 10px;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
}

.divDashboardDataBottom {
    padding-bottom: 10px;
    background-color: #F5F5F5;
    margin: 0 0 0 0;
}

.top-buffer {
    margin-top: 20px;
}

/* Wizard/Form Progress */

.wProgress {
    margin-top: -20px;
    text-align: center;
    height: auto;
}

    .wProgress .circle,
    .wProgress .bar {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .wProgress .bar {
        position: relative;
        /*width: 80px;*/
        width: 70px;
        height: 6px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        margin-bottom: 35px;
    }

    .wProgress .circle .label {
        display: inline-block;
        /*width: 32px;*/
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .wProgress .circle .title {
        color: #b5b5ba;
        font-size: 13px;
        font-weight: bold;
        line-height: 30px;
        margin-left: -16px;
    }

    /* Done / Active */
    .wProgress .bar.done,
    .wProgress .circle.done {
        background: #eee;
    }

    .wProgress .bar.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .wProgress .circle.done .label {
        color: #FFF;
        background: #99CA3C;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .wProgress .circle.done .title {
        color: #444;
    }

    .wProgress .circle.active .label {
        color: #FFF;
        background: #0A75BC;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .wProgress .circle.active .title {
        color: #0A75BC;
    }

.SelectedOption {
    line-height: 16px;
}

.list-group {
    margin-bottom: 0px;
    padding-left: 0px;
}

.list-group-item {
    font-weight: bold;
}

    .list-group-item.done {
        color: #FFF;
        background: #99CA3C;
    }

.list-group-item-text {
    font-weight: normal;
}

.btn {
    white-space: normal;
    text-shadow: none;
}

.mybtn-outline {
    background-color: transparent;
    background-image: none;
    border-color: #1675BA;
    vertical-align: central;
    margin: 2px 5px 2px 5px;
}

    .mybtn-outline.missingInfo {
        background-color: #ffd3cf;
        color: #000000;
    }

    .mybtn-outline:hover {
        color: #3399f3;
    }

.accountTableHdr {
    /*background-color: #EBEBEC;*/
    font-weight: bold;
}

.tableSpacing {
    border-collapse: separate;
    border-spacing: 5px;
}

.row.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}


/* Repeater Grid
----------------------------------------------------------*/

.tablerepgrid {
    border-spacing: 0px;
    background-color: white;
    border-color: grey;
}

    .tablerepgrid thead {
        height: 18px;
        background-color: #1675BA;
        padding: 3px;
        color: white;
        font-weight: bold;
    }

        .tablerepgrid thead td {
            border: 1px solid #9F9F9F;
            padding: 0px 3px 0px 3px;
        }

    .tablerepgrid tbody {
        border: 1px solid #9F9F9F;
        padding: 3px;
        height: 18px;
    }

        .tablerepgrid tbody td {
            border: 1px solid #9F9F9F;
            border-top-width: 0;
            padding: 0px 3px 0px 3px;
        }
