
.ui-dialog {
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    padding: 0;
}

.ui-dialog .ui-widget-header {
    color: #000;
    border-color: #ccc;
    border-width: 0 0 1px 0;
}
.ui-dialog .ui-widget-header,
.ui-dialog .ui-widget-content
{
    background: #fff none;
}

.ui-widget-content {
    border:1px solid #ddd;
}
.ui-dialog .ui-dialog-content {
    padding-top: 1em;
    padding-bottom: 2em;
    -webkit-overflow-scrolling: touch;
}

.ui-dialog .ui-dialog-titlebar-close {
    padding: 0 16px 0 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    margin-top: -5px !important;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("../assets/img/remove-icon-small.png") !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.ui-dialog .ui-dialog-title {
    font-size: 18px;
    padding-bottom: 1px;
    font-weight: bold !important;
}

.ui-dialog.zIndexFix {
    z-index: 9999!important;
}

.ui-dialog.zIndexFixAssetManager {
    z-index: 99999!important;
}

.ui-dialog-titlebar-close {
    opacity: 1 !important;
}

.ui-dialog-content > iframe{
    overflow-y: visible;
}

.ui-dialog-titlebar.ui-widget-header {
    border-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane {
    position: relative;
}

.ui-dialog .ui-dialog-button-extra {
    position: absolute;
    top: 0.3em;
    left: 1em;
}

.ui-dialog .social-btn {display: inline-block; position: relative; margin: 0.5em 0.4em 0.5em 0px;}
.ui-dialog .social-btn.facebook .has-switch label {
    background: url('../img/social/facebook-24.png') no-repeat center center;
}

.ui-dialog .token-input-disabled .token-input-token {
    background: none !important;
}
.ui-dialog .token-input-disabled .token-input-delete-token {
    display: none;
}

.ui-dialog .errorMessage { color:#ff0000; font-weight: bold;}

.notification {
    min-width: 360px;
    border-bottom: 1px solid #E5E5E5;
    padding: 4px 6px;
}

.notification i.icon {
    color: #FFFFFF;
}

.notification-content.has-options {
    cursor: pointer;
}

.notification-time {
    background: #E4E4E4;
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;

}

.notification-message {
    font-size: 0.9em;
    padding-left: 6px;
}

.notification-action {
    text-align: center;
}

.notification .advanced-options {
    display: block;
    overflow: hidden;
    clear: both;
}

.ui-dialog .img_none {background-position: 0 0; background-image: url("../img/treeIcon/32/none.png"); background-repeat: no-repeat;}
@-webkit-keyframes blink{0%{border-color:#ededed}100%{border-color:#b94a48}}@-moz-keyframes blink{0%{border-color:#ededed}100%{border-color:#b94a48}}@keyframes blink{0%{border-color:#ededed}100%{border-color:#b94a48}}.tokenfield{height:auto;min-height:34px;padding-bottom:0}.tokenfield.focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.tokenfield .token{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;border:1px solid #d9d9d9;background-color:#ededed;white-space:nowrap;margin:-1px 5px 5px 0;height:22px;vertical-align:top;cursor:default}.tokenfield .token:hover{border-color:#b9b9b9}.tokenfield .token.active{border-color:#52a8ec;border-color:rgba(82,168,236,.8)}.tokenfield .token.duplicate{border-color:#ebccd1;-webkit-animation-name:blink;animation-name:blink;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.tokenfield .token.invalid{background:0 0;border:1px solid transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-bottom:1px dotted #d9534f}.tokenfield .token.invalid.active{background:#ededed;border:1px solid #ededed;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.tokenfield .token .token-label{display:inline-block;overflow:hidden;text-overflow:ellipsis;padding-left:4px;vertical-align:top}.tokenfield .token .close{font-family:Arial;display:inline-block;line-height:100%;font-size:1.1em;line-height:1.49em;margin-left:5px;float:none;height:100%;vertical-align:top;padding-right:4px}.tokenfield .token-input{background:0 0;width:60px;min-width:60px;border:0;height:20px;padding:0;margin-bottom:6px;-webkit-box-shadow:none;box-shadow:none}.tokenfield .token-input:focus{border-color:transparent;outline:0;-webkit-box-shadow:none;box-shadow:none}.tokenfield.disabled{cursor:not-allowed;background-color:#eee}.tokenfield.disabled .token-input{cursor:not-allowed}.tokenfield.disabled .token:hover{cursor:not-allowed;border-color:#d9d9d9}.tokenfield.disabled .token:hover .close{cursor:not-allowed;opacity:.2;filter:alpha(opacity=20)}.has-warning .tokenfield.focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .tokenfield.focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .tokenfield.focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.tokenfield.input-sm,.input-group-sm .tokenfield{min-height:30px;padding-bottom:0}.input-group-sm .token,.tokenfield.input-sm .token{height:20px;margin-bottom:4px}.input-group-sm .token-input,.tokenfield.input-sm .token-input{height:18px;margin-bottom:5px}.tokenfield.input-lg,.input-group-lg .tokenfield{height:auto;min-height:45px;padding-bottom:4px}.input-group-lg .token,.tokenfield.input-lg .token{height:25px}.input-group-lg .token-label,.tokenfield.input-lg .token-label{line-height:23px}.input-group-lg .token .close,.tokenfield.input-lg .token .close{line-height:1.3em}.input-group-lg .token-input,.tokenfield.input-lg .token-input{height:23px;line-height:23px;margin-bottom:6px;vertical-align:top}.tokenfield.rtl{direction:rtl;text-align:right}.tokenfield.rtl .token{margin:-1px 0 5px 5px}.tokenfield.rtl .token .token-label{padding-left:0;padding-right:4px}

.select2-container.form-control {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;

    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {

    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 34px;
    padding: 3px 0 0 12px;
    overflow: hidden;
    position: relative;

    border: 1px solid #ddd;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #fff;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../assets/plugins/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9990;

    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 10000;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    border-top: 0;


}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
}

.select2-drop-active {
    border: 1px solid #999999;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #999999;
}

.select2-drop-auto-width {
    border-top: 1px solid #e5e5e5;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: transparent;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../assets/plugins/select2/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    margin: 0;
    outline: 0;
    border: 1px solid #e5e5e5;
    webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    height: auto !important;
    min-height: 26px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('../assets/plugins/select2/select2.png') no-repeat -37px -22px;
    background: url('../assets/plugins/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../assets/plugins/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../assets/plugins/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../assets/plugins/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../assets/plugins/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #999999 !important;
    outline: none;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #999999;
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #eee;
    color: #333;
}

.select2-results li em {
    background: #eee;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../assets/plugins/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}


.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #e5e5e5;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-dropdown-open .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #999999 !important;
    outline: none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    outline: 0;
    height: auto;
    min-height: 32px;
    padding: 6px 6px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    margin: 0;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../assets/plugins/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 6px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #e5e5e5;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #ffffff;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ffffff;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('../assets/plugins/select2/select2.png') right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}



.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url('../assets/plugins/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.modal-open .select2-drop-mask {
    z-index: 10101;
}

.modal-open .select2-drop {
    z-index: 10102;
}

.modal-open .select2-search {
    z-index: 10102;
}
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Thin-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Thin-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Thin-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Light-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Light-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Light-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Medium-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Medium-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Bold-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Bold-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}
html{
    font-size: 10px;
}

body{
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body[data-fontheaders='Roboto']{
    letter-spacing: 0.5px;
}
body[data-fontcontent='Roboto']{
    letter-spacing: 0.5px;
}

a:not([role='button']):active,
a:not([role='button']):focus{
    outline-color: #2D2E2F;
    outline-style: dotted;
    outline-width: 1px;
}

a[disabled]:link,
a[disabled]:visited,
a[disabled]:hover,
a[disabled]:active
{
    pointer-events: none;
    color: #5d5d5d;
    cursor: default;
}

.pageTitle {
    font-size: 35px;
    font-size: 3.0rem;
}

.mainBody {
    font-size: 14px;
    font-size: 1.4rem;
}

.input-border {
    border-color: #585757;
}


.floatContainer:after{
    content: "";
    display: table;
    clear: both;
}


.display_block{
    display: block;
}

.display_inlineBlock{
    display: inline-block;
}

.display_inline{
    display: inline;
}

.display_table{
    display: table;
    width: 100%;
}

.display_tableRow{
    display: table-row;
}

.display_tableCell{
    display: table-cell;
}

.position_relative{
    position: relative;
}

.vAlign-top{
    vertical-align: top;
}

.vAlign-middle{
    vertical-align: middle;
}

.vAlign-bottom{
    vertical-align: bottom;
}

.whiteSpace_noWrap{
    white-space: nowrap;
}

.btn{
    -webkit-transition: background-color,color 0.2s ease-out;
    -webkit-transition: background-color,color 0.2s ease-out;
    -moz-transition:    background-color,color 0.2s ease-out;
    -ms-transition:     background-color,color 0.2s ease-out;
    -o-transition:      background-color,color 0.2s ease-out;
    transition:         background-color,color 0.2s ease-out;
}

.noSelect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}


.modal-fullscreen {
    background: white;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

#content{
    position: relative;
    background: none;
    overflow: hidden;
}

.topMessageBar {
    text-align: center;
    height: 32px;
    line-height: 32px;
    border: 2px solid;
}

.pwstickercontainer {
    width: 100%;
    height: 24px;
    overflow: visible;
    position: relative;
}

.pwstickercontainer .mask {
    position: relative;
    line-height: 24px;
    overflow: hidden;
}

.pwstickercontainer ul.newsticker {
    position: relative;
    list-style: none !important;
    margin: 0;
    padding: 0;
    height: 24px;
    white-space: nowrap;
}

.pwstickercontainer ul.newsticker li{
    float: left;
    margin: 0;
    padding-right: 15px;
}

.pwstickercontainer ul.newsticker,
.pwstickercontainer ul.newsticker a
{
    padding: 0;
    color: #000;
    font-size: 12px;
    margin: 0 50px 0 0;
}

.pwstickercontainer ul.newsticker span{
    font-weight: bold;
    margin-right: 4px;
    margin-left: 18px;
    color: #660000;
}

.form-horizontal .form-group .propertyLabel {
    padding: 0 15px !important;
}


@media (max-width: 767px) {
    html.cssvhunit,
    html.cssvhunit body
    {
        height: 100%;
        height: 100vh;
        -webkit-overflow-scrolling: touch;
    }


    .contentWidth
    {
        padding-left:  10px !important;
        padding-right: 10px !important;
    }

    .contentWidth .contentWidth{
        padding-left:  0 !important;
        padding-right: 0 !important;
    }

    .contentWidth [class^='col-'],
    .container
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contentWidth .row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 768px){
    html.flexbox #page
    {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

        height: 100vh;             /* For IE min-height bug, leave at 100vh. */

        -webkit-flex-direction:     column; /* Safari 6.1+ */
        -ms-flex-direction:         column; /* IE 10 */
        flex-direction:             column; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

    html.flexbox main
    {
        -webkit-box-flex: 1;             /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex:    1;             /* OLD - Firefox 19- */
        -webkit-flex:     1 0 auto;      /* Chrome */
        -ms-flex:         1 0 auto;      /* IE 10 */
        flex:             1 0 auto;      /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

    html.flexbox #fixedMenuSpacer,
    html.flexbox #page header,
    html.flexbox #page footer
    {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
}





@media (max-width: 1199px){

    #homePage-logoContainer{
        width: 100%;
        margin-bottom: 10px;
    }

    #homePage-carouselMessage{
        float: left;
        clear: both;
        text-align: left;
        width: 100%;
    }
}





#page{
    overflow-x: hidden;
    width: 100%;
}

button{
    border: none;
    background-color: transparent;
    padding: 0;
}

footer{
    clear: both;
}

a{
    position: relative;
}

a.noOutline{ /* Only use if you show outline another way. */
    outline: none !important;
}

a.underlineWithBorder{
    text-decoration: none !important;
    border-bottom-style: solid;
    border-bottom: solid transparent 1px;
    border-bottom-width: 1px;

    -webkit-transition: border ease-out 0.2s;
    -moz-transition:    border ease-out 0.2s;
    -ms-transition:     border ease-out 0.2s;
    -o-transition:      border ease-out 0.2s;
    transition:         border ease-out 0.2s;
}


a:link,
a:visited,
a:hover,
a:active
{
    color: #004C9C;


    -webkit-transition: color ease-out 0.2s;
    -moz-transition:    color ease-out 0.2s;
    -ms-transition:     color ease-out 0.2s;
    -o-transition:      color ease-out 0.2s;
    transition:         color ease-out 0.2s;
}

a.underlineWithBorder:hover{
    border-color: #004C9C;
}

a.whiteLink:link,
a.whiteLink:visited,
a.whiteLink:hover,
a.whiteLink:active
{
    color: white;
}

a.whiteLink.underlineWithBorder:hover{
    border-color: white;
}

a[target='_blank']:not(.noExternalLinkIcon):after{
    font-family: 'FontAwesome';
    content: "\00a0\f08e";
    font-size: 0.8em;
    line-height: 0.8em;
}

.gm-style a[target='_blank']:not(.noExternalLinkIcon):after{
    content: none;
}

a[target='_blank'].isTextlessLink{
    content: "\f08e";
    position: relative;
    display: inline-block;
}

a[target='_blank'].isTextlessLink:after{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.4em;
    line-height: 1em;
}

a[target='_blank'].isTextlessLink.isLinkWithBackground:after{
    color: white;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 3px 2px 2px;
    font-size: 10px;
    line-height: 11px;
    z-index: 1;
}

.floatContainer:after{
    content: "";
    display: table;
    clear: both;
}


.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.contentWidth{
    position: relative;
    width: 1130px;
    margin: 0 auto;
    padding: 0 15px 20px;
}

.contentWidth .contentWidth{
    overflow: hidden;
}


.contentWidth.noBottomPadding{
    padding-bottom: 0;
}

.contentWidth.containerNoMaxWidth,
.forceContentfullWidth.contentWidth,
.forceContentfullWidth .contentWidth
{
    width: 100% !important;
}

.contentWidth.noGutter{
    width: 1150px; /* add 2x gutter width to contentWidth */
}

.header-inner.contentWidth.forceContentfullWidth{
    padding: 0 15px;
}

.col-sm-9.noPadding,
.col-sm-3.noPadding
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pagination li,
.pagination a
{
    -webkit-transition: all ease-out 0.2s;
    -moz-transition:    all ease-out 0.2s;
    -ms-transition:     all ease-out 0.2s;
    -o-transition:      all ease-out 0.2s;
    transition:         all ease-out 0.2s;
}

.mi{
    display: inline-block;
}

.isHidden{
    display: none !important;
}

.visibleXsOnly-inlineBlock{
    display: none !important;
}


@media (max-width: 767px) {
    .xs-block{
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .visibleXsOnly-inlineBlock{
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm-block{
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .md-block{
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hidden-md_lg{
        display: none;
    }
}

@media (min-width: 1200px){
    .hiddenNot-lg{
        display: none;
    }

    .hidden-md_lg{
        display: none;
    }
}

@media (max-width: 1199px){
    .contentWidth {
        width: 100% !important;
    }

    .notice-block,
    .notice-title
    {
        height: auto !important;
    }

    .notice-block-seemore,
    .blockShortcuts-col{
        display: none !important;
    }

    .noBleed-block{
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    html{
        font-size: 10px;
    }

    .xs-sm-block{
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }


    .helpButton,
    .hidden-SM_XS
    {
        display: none !important;
    }

}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #000;
}

ul.jqTabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #333;
	height:30px;
}

ul.jqTabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

ul.jqTabs a {
	background:url(../js/jq/tools/tabs/blue.png) no-repeat -420px 0;
        border-color:red;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.jqTabs a:active {
	outline:none;
}

ul.jqTabs a:hover {
	background-position: -420px -31px;
	color:#fff;
}

ul.jqTabs a.current, ul.jqTabs a.current:hover, ul.jqTabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
}


ul.jqTabs a.s 			{ background-position: -553px 0; width:81px; }
ul.jqTabs a.s:hover 	{ background-position: -553px -31px; }
ul.jqTabs a.s.current  { background-position: -553px -62px; }

ul.jqTabs a.l 			{ background-position: -247px -0px; width:174px; }
ul.jqTabs a.l:hover 	{ background-position: -247px -31px; }
ul.jqTabs a.l.current  { background-position: -247px -62px; }

ul.jqTabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.jqTabs a.xl:hover 	{ background-position: 0 -31px; }
ul.jqTabs a.xl.current { background-position: 0 -62px; }

.panes .pane {
	display:none;
}

.panes .panes-content {

	padding:15px 10px;

}


