.well-detail #btnSaveTheme {
    margin-top: 5px;
}

.well-detail .row.import-theme {
  /*  height: 100px;*/
}

.well-detail .row.import-theme .col-md-6 {
    height: 100%;
}

.well-detail #taImportThemes {
    width: 500px;
    height: 100px;
    float: left;
    margin-left: 15px;
}
.import-theme-buttons{

}
.well-detail #btnImportTheme {
    display: inline-block;
    margin-top: 10px
}

.well-detail #btnExportTheme {
    margin-left: 10px;
    display: inline-block;
}

.well-detail .row.main-color {
  /*  overflow: auto;*/
}
.grouped-list{
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.group-header{
    margin-top: -20px;
    margin-bottom: 5px;
    text-align: center;
}
.group-header b{
    display: inline-block;
}
.cancel-changes{
    cursor: pointer;
}
.cancel-changes:hover{
    text-decoration: underline;
}

#surveyTypeColors .table td{
    vertical-align: middle;
}
.survey-colors-title{
    margin: 10px 0;
    overflow: auto;
}
.survey-colors-title b{
    vertical-align: middle;
}
.survey-colors-title button{
    float: right;
}
.tooltip-inner {
    white-space: pre-wrap;
}

.activityLogModal {
    width: 80%;
    margin: auto 10%;
}

.activityLogModal .modal-dialog {
    width: 100%;
}

.activityLogHeaderCell {
    font-weight: bold;
}

.activity-log-btns .btn-group {
    margin: 10px;
}

.btn-wrap {
    display: inline-block;
}

.activity-log-table-wrap {
    height: 350px;
    overflow-y: auto;
}

.col-12 {
    width: 12%;
}

.col-8 {
    width: 8%;
}

.col-10 {
    width: 10%;
}

.col-70 {
    width: 70%;
}

.activityLogModal .pagination {
    margin: 0;
}

.activityLogModal table {
    margin-bottom: 10px;
}

.modal-dialog .modal-footer {
    padding: 10px 15px;
}

.modal-dialog .modal-body {
    padding: 10px 15px;
}
.scroll {
    overflow-x: hidden;
}

#mainViewDiv {
    height: 100%;
    width: 100%;
    background-color: white;
}

.data-tree {
    margin: 10px;
}

hr.vertical {
    width: 1px;
    height: 100%;
    color: red;
    z-index: 1;
    display: inline-block;
}

#data-button-row {
    width: 60%;
    margin: 0 auto;
    margin-top: 2px;
}

.data-button {
    margin-left: 10px;
    margin-right: 10px;
}

#container-tree-div {
    padding-top: 2%;
    overflow-x: auto;
    overflow-y: auto;
    float: left;
    height: 90%;
}

#tree-div {
    height: 100%;
    overflow-x: auto;
}

#cool-placeholder {
    height: 95%;
    border-left-style: solid;
    overflow-x: auto;
}

.admin-view {
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}

.admin-view .wrap {
    height: 100%;
    padding: 0 20px 0 0;
}

.admin-view .sub-wrap {
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background-color: white;
}

.admin-view #cool-placeholder .table {
    margin-bottom: 0;
}

.admin-view .perm-obj {
    height: 100%;
    padding: 0;
}

.admin-view .perm-obj-wrap {
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background-color: white;
}

.admin-view .perm-obj-sub-wrap {
    height: 100%;
    margin-top: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.admin-view .permissionable-objects {
    height: 40%;
}

.admin-view .permissionable-objects .uniform-text-bold {
    height: 20px;
}

.admin-view .permissionable-objects-control .form-inline {
    margin: 4px;
}

.admin-view .permissionable-objects-control .form-inline .form-group {
    width: 49%;
}

.admin-view .permissionable-objects-control .form-inline .form-group select, .admin-view .permissionable-objects-control .form-inline .form-group input {
    width: 100%;
}

.admin-view .perm-list {
    height: calc(100% - 40% - 55px);
}

.admin-view .perm-list label.uniform-text-bold {
    margin: 10px;
}

.error-label {
    color: red;
}

.admin-view .perm-list .permission-name {
    margin-top: 40px;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.admin-view .perm-list .permission-name table {
    float: left;
}

.admin-view .perm-list .permission-name table input {
    margin: 5px;
}

.admin-view .discard {
    height: 35px;
    width: 100%;
}

.admin-view .discard button.btn.btn-warning {
    float: left;
}

.admin-view .discard button.btn.btn-primary {
    float: right;
}

.admin-view .discard .submit-perm {
    float: right;
}

.admin-view .discard .submit-perm .check-wrap {
    float: right;
    margin-top: 6px;
}

.admin-view .discard .submit-perm .check-wrap .uniform-text {
    float: right;
}

.admin-view .discard .submit-perm .check-wrap input {
    float: right;
    margin-left: 4px;
    margin-right: 4px;
}

.admin-view .permissionable-objects-grid {
    width: 100%;
    /* height is 100% of parent minus:
        20 for Label,
        34px for permissionable-objects-control,
        34 for permissions-list-buttons,
        20 for margin*/
    height: calc(100% - 70px);
}

.admin-view .table-scroller {
    height: inherit;
    width: 100%;
    overflow: auto;
    position: relative;
}

.admin-view .permissions-view {
    height: 100%;
    clear: both;
    box-sizing: border-box;
}

.admin-view .permissions-detail {
    padding: 20px;
    background-color: white;
    height: 100%;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.admin-view .permissions-tree {
    width: 69%;
    height: 100%;
    margin-right: 10px;
}

.admin-view .permissions-editor {
    margin-left: 10px;
    width: 29%;
    height: 100%;
}

.admin-view .permissions-list {
    height: 40%;
}

.admin-view .tree-buttons {
    padding: 10px 0;
}

.admin-view .ui-grid-viewport {
    overflow: auto !important;
}

@media (max-width: 1600px) {
    .admin-view .discard {
        width: auto;
        height: auto;
    }

    .admin-view .discard button.btn.btn-warning {
        display: inline-block;
        vertical-align: middle;
    }

    #otherActionsButton {
        display: inline-block;
        vertical-align: middle;
    }

    .admin-view .discard .submit-perm {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-top: 5px;
    }
    .admin-view .perm-list {
        height: calc(100% - 40% - 85px);
    }
}
.create-survey-sets-modal .ng-submitted .ng-invalid.ng-untouched, .create-survey-sets-modal .ng-invalid.ng-touched {
    border-color: red;
    color: #f5482b;
}
.create-survey-sets-modal .error{
    color: red;
}
.create-survey-sets-modal #createButton{
    margin-top: 10px;
}
.grid-wrapper.survey-sets-copy-table{
    height: 300px;
}
.ui-grid-pinned-container-left .ui-grid-render-container-left .ui-grid-viewport{
    overflow: hidden!important;
}
.auto-state{
    font-size: 20px; float: left; margin-right: 5px;
}
.auto-state-full-active{
    font-size: 20px; color: green;
}
.auto-state-partial-active{
    font-size: 20px; color: green;
}
.auto-state-full-inactive{
    font-size: 20px; color: orange;
}
.auto-state-partial-inactive{
    font-size: 20px; color: red;
}
label.auto-params{
    height:20px;
}
.mvChatBox_Main {
    margin: 0;
    height:inherit;
    width:inherit;
}

.chat-box {
    height: 500px;
    width: calc(100% - 10px);
}

#chatMessageBox {
    width: 100%;
    height: calc(100% - 58px);
}

.mvChatBox_InputTextField {
    width:  100%;
    height: 75px;
    resize: none;
    margin: 2px 2px 2px 2px;
}

.mvChatBox_SubmitTextButton {
    bottom:3px;
}

.mvChatBox_outsideBorder {
    height:inherit;
    width:inherit;

    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2px;
}

.mvChatBox_Scrollable {
    display:block;
    height:100%;
    width:inherit;
    overflow: auto;
    z-index: 1;
}

.mvChatBox_NewMessage {
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    margin: 0.5em;
    padding: 0.5em;
    line-height: 1.5em;
    background-color: rgba(255, 255, 255, 0.89);
    border: 1px solid rgba(0, 0, 0, 0.30);
}

.mvChatBox_MessageBox {
    width:99%;
    margin: 2px;
    display: inline-block;
    position: relative;
    height: auto;
    text-align: right;
    word-wrap: break-word;
}

.mvChatBox_StandardMessageBox {
    width: 50%;
    padding: 0.5em;
    line-height: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.mvChatBox_Username {
    font-weight: bold;
    text-align:left;
}

.mvChatBox_Message {
    text-align:left;
    white-space: pre-wrap;
}

.mvChatBox_Date {
    font-style: italic; text-align: right;
}

.mvChatBox_SubmitTextButton {
    float: right;
}

/* CSS to make switching to edit mode not bloat the table */
.mvSmartTable_input {

    border:none;
    border-radius:0px;
    outline: none;
    outline-offset: 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;

    height:100%;
    width:100%;

    padding:0px;
}

/* Class to hide table depending on editMode */
.mvSmartTable_hidden {
    /* this is just another form of hiding an element */
    display: block!important;
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.mvMetaEditInputHalf {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    margin-right: 4px;
}

.mvMetaEditInput {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    margin-right: 4px;
}

.mvTextarea {
    width: 100%;
    height: 100%;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
/**
 * This css class is for handling everything around our 'view files' modal.
 */

#file-list-div {
    padding: 15px;
}

#file_attach_error{
    color: red;
}

#import_options_div, #import_action_row{
    padding: 15px;
}
.upload-file-modal{
    height: 500px;
}
.upload-file-modal .mv-select-lists-wrap{
    height: 210px;
}
.upload-file-modal .mv-select-list{
    height: 100%;
}
/* Sets the background image of the application to a nice tileable rocky image. */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    /*background-image: url("img/background.jpg");*/
    background-color: #1f4e79 !important;
}

/* Creates a translucent footer for copyright information. Should be relatively unobtrusive. */
div.footer {
    width: 100%;
    /*    height: 3%;*/
    background-color: rgba(255, 255, 255, 0.2);
    color: darkgrey;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.075);
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    /*    position: static;*/
    margin: 15px 0;
}

/* Changes some fonts in the header to try to match the logo just a bit better. */
div.navbar-header {
    font-size: 15px;
    color: #777;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

.uniform-text {
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

.uniform-text-bold {
    font-variant: small-caps;
    letter-spacing: 0.1em;
    font-weight: bold;
}


#file_attach_error, a.ng-binding, label, button.btn.btn-default, button.btn.btn-warning, button.btn.btn-info, button.btn.btn-danger, button.btn.btn-primary, button.btn.btn-success, .dygraph-title, .dygraph-label, uib-tab-heading, .modal-title, .mvChatBox_Username, .mvChatBox_Message, input, td.active, span, .ui-grid-cell-contents {
    font-variant: small-caps;
    letter-spacing: 0.0em;
}

.no-padding {
    padding: 0 !important;
}

#hnp-logo {
    margin-top: 6px;
    float: right;
    margin-right: 3px;
}

.mv-header-text {
    margin: 0;
}

.mv-header-title {
    margin: 26px 0px 22px 15px;
    font-size: 20px;
    float: left;
    width: 60%;
    color: #343687;
    font-weight: bold;
    height: 30px;
}

.user-name {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 5px;

    margin-right: 8px;
    float: right;
}

#divExtraControls {
    margin-top: 2px;
    margin-bottom: 8px;
    float: right;
}

.extra-controls-button {
    padding: 3px 6px 3px 6px !important;
    /*margin-right: 12px;*/
}

.contactTooltip {
    font-size: 20px;
}

.navbar-top {
    margin-top: 15px;
}

/* Size the image to an appropriate height for the title bar. */
img#hnp-logo {
    height: 4em;
    margin: 11px 0 !important;
    float: left;
}

table, table tr {
    border-collapse: collapse;
}

table tr td {
    border: 1px solid #ddd;
    padding: 0px;
    border-collapse: collapse;
}

table tr td input[type="text"] {
    margin: 0;
}

.float-left {
    float: left;
}

#main {
    min-width: 1000px;
    overflow-x: auto;
}

#main_view {
    /*  height: 88%*/
    position: relative;
    min-height: 430px;
}

.mv-header-background {
    border-radius: 4px;
}

.sweet-alert {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mv-header-version {
    font-size: 16px;
    margin-top: 28px;
}

.copyright-text {
    font-weight: bold;
    text-align: center;
}

.serverStatusTop {
    display: inline;
    font-size: 14px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.version-text {
    font-size: 14px;
    display: inline;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.serverStatusResult {
    float: left;
}

.serverStatusNotConnected {
    color: #e22d00;
}

.serverStatusConnected {
    color: #00c900;
}

.centered-text {
    text-align: center
}

.clear-bottom-margin {
    margin-bottom: 0;
}

.full-width, .full-width.ui-select {
    width: 100%;
}

.full-height {
    height: 100% !important;
}

.bolder-text {
    font-weight: bold;
}

.ng-cloak {
    display: none !important;
}

.plot {
    height: 85%;
}

.hint {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.hint.glyphicon.glyphicon-question-sign {
    color: #323085;
}

.automation-off-automate-off.glyphicon.glyphicon-stop:before {
    color: #960000;
    margin: 4px;
}

.automation-off-automate-on.glyphicon.glyphicon-pause:before {
    color: #d68a00;
    margin: 4px;
}

.automation-on-automate-off.glyphicon.glyphicon-play:before {
    color: #005800;
    margin: 4px;
    padding-left: 5px;
}

.automation-on-automate-on.glyphicon.glyphicon-play:before {
    color: #005800;
    margin: 4px;
    padding-left: 5px;
}

.automation-off-automate-on.glyphicon.glyphicon-forward:before {
    color: #d68a00;
    margin: 4px;
}

.automation-on-automate-on.glyphicon.glyphicon-forward:before {
    color: #005800;
    margin: 4px;
}

.automation-invisible-span {
    margin: 13px;
}

.automation-on.glyphicon.glyphicon-asterisk:before {
    color: #09a5a8;
    margin: 4px;
}

.has-new-file.glyphicon.glyphicon-flag:before {
    color: #960000;
}

.redBackground {
    background: rgba(150, 0, 0, 0.39) !important;
}

.yellowBackground {
    background: rgba(150, 143, 40, 0.39) !important;
}

.greenBackground {
    background: rgba(0, 150, 0, 0.39) !important;
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell.redBackground {
    background: rgba(150, 0, 0, 0.60) !important;
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell.yellowBackground {
    background: rgba(150, 143, 40, 0.60) !important;
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell.greenBackground {
    background: rgba(0, 150, 0, 0.60) !important;
}

.data-validation-modal {
    width: 60%;
    margin: auto 20%;
}

.data-validation-modal .modal-dialog {
    width: 100%;
}

#tieinSurveyTable {
    height: 250px;
    overflow: auto;
}

#tieinSurveyTable > div > table > thead {
    display: block;
    position: fixed;
    margin-top: -1px;
}

#tieinSurveyTable > div > table > tbody > tr:first-child {
    border-top: 31px solid transparent;
}

#tieinSurveyTable > div > table > tbody > tr {
    width: 100%;
    display: inline-table;
}

#tieinSurveyTable > div > table > tbody > tr > td {
    width: 50%;
}

.contact-center {
    margin-right: 4px;
    margin-top: 6px;
}

.center-name {
    font-size: 16px;
}

.user-info {
    margin-top: 34px;
}

.selection-dropdown input.form-control.ui-select-search {
    width: 100% !important;
}

select:focus {
    box-shadow: inset 0 0 5px rgba(72, 167, 204, 0.27), 0 0 5px #48a7cc;
}

.multipleSimilarSurveyWarning {
    color: red;
    display: inline;
}
input[type=number].input-number–noSpinners { -moz-appearance: textfield; }
input[type=number].input-number–noSpinners::-webkit-inner-spin-button,
input[type=number].input-number–noSpinners::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* This gives the login box a dark shadow, white body, blue border, and inset edges. */
div.login-box {
	border: 2px solid #323085;
	border-radius: 4px;
	width: 20%;
	margin: 0px auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	background-color: white;

}

/* This makes the error text nice and alarming. */
.login-error {
	font-weight: bold;
	color: red;
    text-align: center;
    padding-bottom: 4px;
}

/* This gives the login box's header a dark background, light color, and broad font. */
div.login-header {
	color: white;
	background-color: #4c7194;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-family: sans-serif;
	padding: 0.2em 0.4em;
	text-align:center;
}

/* This sets in the login form's contents from the box's border. */
form.login-form {
	padding: 15px;
}
.login-view{
	display: inline-block; width: 100%; margin-top: 120px;
}

.login-form .form-group label{
	font-size: 20px; color: #5e5e5e;
}
#loginButton{
	width: 100%; margin-top: 14px;
}
form.login-form input{
	text-align: center;
}
.mvChatBox_NewMessage.loading-status{
    color: white;
    border: none;
    width: 100%;
    padding: 0.7em;
    font-size: 16px;
    margin: 0;
    background-color: #337ab7;
}
#masterChat .mvChatBox_outsideBorder{
    border: none;
}
#masterChat .mvChatBox_Main{
    position: relative;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mvChatBox_NewMessage.new-message{
    color: white;
    border: none;
    width: 100%;
    padding: 0.7em;
    font-size: 16px;
    margin: 0;
    bottom: 0;
    background-color: #86af51;
    cursor: pointer;
}
#masterChat .pagination{
    margin: 5px 0;
    vertical-align: middle;
    cursor: pointer;
}
#masterChat{
    padding-bottom: 40px;
}
.master-chat-controls{
    height: 40px;
}
.new-message{
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    background: #86af51;
    position: relative;
}
.new-message:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #86af51;
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 10px;
}
.pagination > li > a, .pagination > li > span{
    background-color: transparent!important;
}
.export-graphs-btns .btn.btn-default{
    display: inline-block;
}
#downloadLink{
    display: none;
}
.corrected-surveys-sub-wrap{
    width: 2320px;
}
.corrected-surveys-wrap{
    width: 1500px; overflow-x: auto
}
.corrected-surveys-table thead{
    display: block;
}
.corrected-surveys-table thead td, .mod-correction-table thead td{
    font-weight: bold;
    width: 100px;
}
.corrected-surveys-table tbody{
    display: block; height: 400px; overflow-y: auto;
}
.corrected-surveys-table tbody td{
    width: 100px;
}

#msaValidationSurveyTable .ui-grid-header-cell .ui-grid-cell-contents {
    height: auto !important;
    white-space: normal;
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
    overflow: visible;
}

#msaValidationSurveyTable .grid-wrapper {
    height: 400px;
}

.ui-grid-row-bg-orange .ui-grid-cell {
    background-color: #e79b47 !important;
    color: #000000;
}
/**
 * This css file is for handling all of the styling inside of the MWD reader popup-modal (usually a popup, could be anything I guess)
 */

/**
 * Class definitions
 */

.pass-class {
    color: green;
}

.fail-class {
    color: red;
}

.mwd-bottom-margin {
	margin-bottom: 20px;
}


/**
 * id selectors
 */

#chkbxMwdAutoParse{
	margin: 10px;
}

#divMwdAttachmentList{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#divMwdReaderActions {
    margin-right: 15px;
    margin-top: 10px;
}

#btnMwdHelp{
	margin-right: 20px;
}

#divMWDFileList{
    max-height: 200px;
    overflow-y: scroll;
}

.mwdGrid{
    min-height: 200px;
}

.nest-left { position: absolute; display: block; left: 5px; top: 10px; z-index: 9; }

#divMwdMappingBody .input-group{
    margin-top: 5px; margin-bottom: 5px;
}

#mappingHeader {
    width: 100%;
    margin-bottom: 15px !important;
}

.mappingSaphiraCell {
    width: 50% !important;
    text-align: center !important;
}

.mappingExcelCell {
    min-width: 50% !important;
    text-align: center !important;
    font-family: "Courier New", Monospace !important;
}

#mappingRows {
    width: 100%;
}



#mwdRadioButtonGroup{
    margin-left: 15px;
}

#chkbxMwdImport{
    margin: 10px;
}

#chkbxMwdFullImport{
    margin-left: 10px;
}
.glyphicon.glyphicon-ok.color-white,
.glyphicon.glyphicon-pencil.color-white {
    color: #FFF !important;
}

.glyphicon.glyphicon-ok.color-black,
.glyphicon.glyphicon-pencil.color-black {
    color: #000 !important;
}

.glyphicon.glyphicon-ok.color-dark-grey,
.glyphicon.glyphicon-pencil.color-dark-grey {
    color: #BDBDBD !important;
}

.mv-param-resolution {
    width: 200px;
}

.manual-input {
    width: 100%;
}

input[disabled] {
    color: #BDBDBD !important;
}

.select-manual {
    background: #eb9316 !important;
}

.select-resolved {
    background: #265a88 !important;
    color: #FFF !important;
}

.tooltip-inner {
    white-space:pre-wrap;
}

.qc-plots-modal {
    width: 80%;
    margin: auto 10%;
}

.qc-plots-modal .modal-dialog {
    width: 100%;
}

.charts-wrap{
    height: 480px; overflow-y: auto; overflow-x: hidden;
}
.charts-wrap .mv-chart{
    height: 530px;
    padding: 25px;
    width: 100%;
    display: block;
}

.export-plots-btns .btn.btn-default{
    display: inline-block;
}

.qc-plots-modal .modal-dialog .margin-right-10 {
    margin-right: 10px;
}

.reportModal .modal-dialog {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    margin: 0px;
}

.reportModal .modal-content {
    height: 100%;
    width: 100%;
    border-radius: 0px;
}

.report-chart-container {
    height: 530px; overflow-y: auto; overflow-x: hidden;
}

.report-chart-container .mv-chart{
    height: 530px;
    padding: 25px;
    width: 100%;
    display: block;
}

.report-surveyAnalysisTableHeader {
    width: 100%;
    color: white !important;
    background: #1F4E79 !important;
}

.pre-line {
    margin-top: -2em;
    white-space: pre-line;
}

@media print {

    .reportModal .no-print, .no-print * {
        display: none !important;
    }

    .report-surveyAnalysisTableHeader th {
        -webkit-print-color-adjust: exact;
        color: white !important;
    }

    .reportModal .surveyAnalysisTableHeader, .surveyAnalysisTableHeader * {
        width: 100%;
        color: white !important;
        background: #1F4E79 !important;
    }

    .reportModal .mv-window-background {
        background-color: white !important;
    }
}

.notes-dialog {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
    height: 500px;
    padding: 0px;
    border: 1px solid;
    overflow-y: auto;
}
.notes-wrap{
    word-wrap: break-word;
    white-space: pre-line;
    height: 100%;
}
.notes{
    height: 100%;
    margin-bottom: 0px;
    padding: 0 0 0 0;
    word-wrap: break-word;
}

#editedNotesDialog{
    overflow-y: hidden;
}
.notes-dialog textarea{
    width: 100%; height: 100%; word-wrap: break-word; resize: none;
}
div.modal-dialog.modal-70-percent {
    width: 70%;
}

/* CSS to make switching to edit mode not bloat the table */
.mvSmartTable_input {

    border:none;
    border-radius:0px;
    outline: none;
    outline-offset: 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;

    height:100%;
    width:100%;

    padding:0px;
}

/* Class to hide table depending on editMode */
.mvSmartTable_hidden {
    /* this is just another form of hiding an element */
    display: block !important;
    top: -9999px;
    left: -9999px;
    height: 10px;
}
/**
 * This css class is for handling everything around our 'view files' modal. 
 */

#file-list-div {
    padding: 15px;
}

#file_attach_error{
    color: red;
}

.files_action_row{
    padding: 15px;
}
.modal-snapshot .mv-select-lists-wrap{
    max-height: 200px; overflow:auto;
}
.modal-snapshot{
    height: 500px;
}
.restore-snap-btn{
    margin-left: 25px;
}
.surveyProgramReportModal .modal-dialog {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    margin: 0px;
}

.surveyProgramReportModal .modal-content {
    height: 100%;
    width: 100%;
    border-radius: 0px;
}

.survey-program-modal .sp-background-image {
    position: fixed;
    width: 100%;
    opacity: 0.3;
    left: 2px;
    top: 35%;
}

.survey-program-modal .mv-table-no-background {
    background-color: transparent !important;
}

.survey-program-modal .sp-modal-input {
    width: 100%;
}

.survey-program-modal .sp-modal-input1 {
    width: 80%;
}

.survey-program-modal .sp-modal-select-input {
    height: 26px;
}

.survey-program-modal table.mv-table-no-border td {
    border: none
}

.survey-program-modal .sp-modal-grid-column {
    width: 10%;
}

.survey-program-modal .sp-modal-grid-column-bold {
    font: bold 13pt "Calibiri", sans-serif;
}

.survey-program-modal .sp-modal-data-bottom {
    font: 12pt "Calibiri", sans-serif;
}

.survey-program-modal .sp-modal-data-footer {
    font: italic 11pt "Calibiri", sans-serif;
}

.survey-program-modal .sp-modal-label-italic {
    font: italic 14pt "Calibiri", sans-serif;
}

.survey-program-modal .sp-modal-data-top {
    font: bold 15pt "Calibiri", sans-serif;
}

.survey-program-modal .sp-modal-label-regular {
    font: 16pt "Calibiri", sans-serif;
}

.alignLeft {
    position: absolute;
    left: 16px;
}

.alignRight {
    position: absolute;
    right: 16px;
}

.sp-modal-buttonbox {
    padding-bottom: 50px;
}

.sp-modal-label {
    text-align: right;
}

.sp-modal-header .sp-modal-title {
    color: #FFFFFF !important;
    background-color: #224879 !important;
    font: bold 25pt "Century Schoolbook L", serif;
}

@media print {

    .surveyProgramReportModal .no-print, .no-print * {
        display: none !important;
    }

    .surveyProgramReportModal .surveyProgramTable, .surveyProgramTable * {
        width: 100%;
    }

    .surveyProgramReportModal .mv-window-background {
        background-color: white !important;
    }

    .surveyProgramReportModal .mv-table-no-background th {
        background-color: transparent !important;
        text-align: center;
    }

    .surveyProgramReportModal .sp-modal-data-bottom {
        outline: 1px solid black;
        text-align: center;
    }

    .surveyProgramReportModal .sp-modal-background-gray {
        background-color: #E7E7E7 !important;
        padding-top: 10px;
    }

    .surveyProgramReportModal .sp-modal-background-dark-gray {
        background-color: #CFCDCD !important;
    }

    #hpinc-logo {
        margin-bottom: 50px;
        height: 100px;
        width: 143px;
    }

    #well-information-table {
        text-align: left;
        outline: 2px solid black;
    }

}

.detailed-wellbore-table {
    height:100%;
    overflow:auto;
}

.detailed-wellbore-table .input {
    border: none;
    border-radius: 0;
    outline: none;
    outline-offset: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
    width: 100%;
    padding: 0;
}

.detailed-wellbore-table td {
    width: 50%;
}
.definitiveSurveyTable.detailed-wellbore-table td{
    width: auto;
}

.detailed-wellbore-table table.table {
    margin-bottom: 0;
}

.col-last {
    width: 45px;
}

.col-middle {
    width: calc(32% - 8px);
}

.col-first {
    width: 35%;
}

.ui-select {
    width: 200px;
    display: inline-block;
}
.ui-select-full-width {
    width: 100%;
    display: inline-block;
}
.msa-params-table{
    width:90%; margin:0 5%;
}
.msa-params-table table.scrolling-table {
    width: 100%;
    border-spacing: 0px;
}
.form-group.clear-bottom-margin{
    margin-bottom: 0;
}
.msa-params-table table.scrolling-table th,
.msa-params-table table.scrolling-table td,
.msa-params-table table.scrolling-table tr,
.msa-params-table table.scrolling-table thead,
.msa-params-table table.scrolling-table tbody {
    display: block;
}

.msa-params-table table.scrolling-table thead th,
.msa-params-table table.scrolling-table tbody td {
    float: left;
}

.msa-params-table table.scrolling-table thead tr {
    width: calc(100% - 16px);
}

.msa-params-table table.scrolling-table thead tr,
.msa-params-table table.scrolling-table tbody tr {
    margin-left: 0px;
    margin-right: 0px;
}

.msa-params-table table.scrolling-table thead tr th {
    line-height: 45px;
    height: 45px;
}

.msa-params-table table.scrolling-table tbody tr td {
    line-height: 30px;
    height: 30px;
}

.msa-params-table table.scrolling-table tbody {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: auto;
}
.ui-blocker-container {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-blocker-overlay {
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: white;
}

.ui-blocker-message-container {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.ui-blocker-message {
    display: inline-block;
    text-align: center;
    background-color: #333;
    color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    /* needed for IE */

    filter: alpha(opacity=100);
}

.ui-blocker-rtx-message{
    font-size: 14px;
    font-weight: normal;
    padding: 5px 5px 0px;
}

.well-detail {
    padding: 10px 20px 10px !important;
    height: 100%;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  /*  border: 1px solid #e7e7e7;*/
    position: absolute;
    width: 100%;
    overflow: auto;
/*    overflow-x: scroll;*/
}

.boldRed {
    font-weight: bold;
    color: red;
}

.boldYellow {
    font-weight: bold;
    color: yellow;
}

.duplicate-raw-md-message {
    max-height: 55px;
    overflow-y: auto;
}

#well-detail-view .tab-content {
    height: calc(100% - 60px);
}

#well-detail-view .tab-pane {
    height: 100%;
}

label.active {
    background-color: #337ab7 !important;
    color: white !important;
}

/* Handle tab body being pushed down by tabs */

#well-detail-view .tab-inner-content {
    height: 100%;
    padding: 10px;
}

#well-detail-view .tab-content-column {
    height: 100%;
    width: 25%;
    overflow: auto;
    float: left;
    padding: 5px;
}

#well-detail-view .tab-content-column-2 {
    height: 100%;
    width: 50%;
    overflow: auto;
    float: left;
    padding: 5px 20px 5px;
}

#well-detail-view .tab-content-column-3 {
    height: 100%;
    width: 75%;
    overflow: auto;
    float: left;

    padding: 5px 20px 5px;
}

#well-detail-view .tab-content-column-4 {
    height: 100%;
    width: 100%;
    overflow: auto;
    float: left;
    padding: 5px 20px 5px;
}

#well-detail-view .selection-label {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
}

#well-detail-view .form-control {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
}

#wellboreSelectionButton {
    margin-left: 4px;
    margin-right: 14px;
}

#well-detail-view .selection-dropdown {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0.0em;
}

#well-detail-view .side-button-container {
    width: 160px;
    height: 35px;
    margin: 0 0 5px;
}


#well-detail-view .action-buttons {
    height: 100%;
    min-width: 200px;
    max-width: 200px;
    float: left;
    /*padding: 10px;*/
}

#well-detail-view .action-buttons div button.btn.btn-primary {
    min-width: 160px;
}

#well-detail-view .dropdown-column {
    width: 19%;
    float: left;
}

#well-detail-view .dropdown-label {
    font-size: large;
    margin-right: 8px;
    display: inline-block;
}

#well-detail-view .submit-survey-button {
    height: 15%;
    width: 15%;
    float: left;
    padding: 10px;
}


#well-detail-view .table-submit input {
    border: none;
    border-radius: 0px;
    outline: none;
    outline-offset: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
    height: 100%;
    width: 100%;
    padding: 0px;
}

#well-detail-view .ui-grid-header-cell .ui-grid-cell-contents {
    height: auto !important;
    white-space: normal;
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
    overflow: visible;
}

#well-detail-view .editTable .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #ece27e;
}

#well-detail-view .wellbore-name {
    margin-bottom: 10px;
    /*min-width: 950px;*/
    overflow: hidden;
}

#well-detail-view .wellbore-name .selection-label.clear-top-margin {
    margin-top: 0px !important;
}

#well-detail-view .check-auto {
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    font-size: large;
}

#well-detail-view .active-full-auto {
    color: green;
}

#well-detail-view .active-partial-auto {
    color: green;
}

#well-detail-view .inactive-full-auto {
    color: orange;
}

#well-detail-view .inactive-partial-auto {
    color: red;
}

#well-detail-view .company-tabset {
    height: 39%;
    min-height: 235px;
    border: 1px solid lightgrey;
    /*min-width: 950px;*/
    overflow: hidden;
}

@media (max-height: 1080px){
    #well-detail-view .company-tabset {
        height: 45%;
    }
}

#well-detail-view label.tab-label {
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#well-detail-view .included-url {
    height: calc(100% - 30px);
}
#well-detail-view .rig-contact-included-url {
    height: calc(100% - 66px);
}

#well-detail-view .trajectory {
    height: 264px;
}

#well-detail-view .survey-set {
    height: 80px;
}

#well-detail-view .raw-surveys {
    height: 100%;
    width: calc(100% - 230px);
    float: left;
}
#well-selection-view .view-btn-wrapper, #well-detail-view .view-btn-wrapper{
    margin-top: 5px
}
#well-selection-view .myGrid{
    height: calc(100% - 60px)!important;
}
#well-selection-view .grid-wrapper{
    height: 100%; padding-top:15px;
}

#well-detail-view .grid-wrapper{
    height: 100%;
}

.well-selection {
    padding: 20px;
    height:100%;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
 /*   border: 1px solid #e7e7e7;*/
    position: absolute;
    width: 100%;
}
.statusButtons label.active {
    background-color: #1f4669 !important;
    color: white !important;
}
.text-over-ellipsis{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#well-detail-view .nav > li > a{
    position: relative;
    display: block;
    padding: 5px;
    height: 70px;
}
#threedTrajModalWindow{
    height: 80vh;
}
.header-chat-modal>h4{
    margin-right: 25px;
    text-align: center;
}

.btn-full {
    width: 100%;
}
#well-detail-view .customTableGrid .ui-grid-contents-wrapper .ui-grid-render-container{
    min-height: 1px;
    max-height: 345px;
}
#well-detail-view .customTableGrid .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport{
    max-height: 220px;
}
#well-detail-view .myGrid .ui-grid-contents-wrapper{
    max-height: 347px;
}
#well-detail-view .selection-dropdown.form-control{
    padding: 0;
}
.tooltip{
    z-index: 10000!important;
}
.ui-grid-viewport{
    overflow: auto!important;
}


@media (max-width: 768px){
    #main_view #well-detail-view .company-tabset>.full-height>.nav>li{
        display: table-cell;
        width: 1%;
    }
}
.ui-grid, .ui-grid.full-height{
    height: 100%!important;
}
#well-detail-view .ui-grid-viewport{
    height: auto!important;
    max-height: 225px;
    min-height: 40px!important;
}
.bottom-half.show-input{
    min-height: 465px;
}
.bottom-half.show-input .top-table{
    min-height: 190px;
}
#masterChat{
    height: 100%;
}
#masterChat form{
    display: none;
}
#masterChat .mvChatBox_Main, #masterChat .mvChatBox_Scrollable{
    width: 100%;
}
#masterChat .mvChatBox_MessageBox{
    width: calc(100% - 20px);
}
#masterChat .mvChatBox_Scrollable{
    height: 100%;
}
#well-selection-view .grid-wrapper, #well-selection-view .myGrid{
    width:100%;
}
*{
    outline: none;
}
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: transparent!important;
    }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
    border-color: transparent!important;
}
.mv-tabset .nav-tabs > li.active > a,
.mv-tabset .nav-tabs > li.active > a:hover,
.mv-tabset .nav-tabs > li.active > a:focus{
    background-color: transparent;
}
.submit-survey-wrapper{
    position: absolute;
    bottom: 0;
    height: auto;
}

#well-detail-view .table-submit {
    width: calc(100% - 235px);
    float: left;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.display-inline-flex {
    display: inline-flex;
}

table.manual-survey-table{
    margin: 0;
}
#well-detail-view .side-button-container#submitSurveyButton{
    margin: 0;
    width: 130px;
}
.bottom-half .row-data-wrapper{
    overflow: auto;
    height: 100%;
}
.bottom-half.show-input .row-data-wrapper{
    height: calc(100% - 110px);
    margin-bottom: 10px;
}


#well-detail-view .bottom-half {
    /* height: calc(60% - 5px);*/
    height: calc(65% - 45px);
    min-width: 950px;
    padding: 5px;
    overflow: auto;
    position: relative;
    /*  overflow: hidden;*/
    /*overflow: auto;*/
}

#well-detail-view .bottom-half-text-header{
    font-variant: small-caps;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #337ab7;
    margin-bottom: 5px;
}

.no-margin {
    margin: 0;
}
.padding-5 {
    padding: 5px !important;
}
.contact-info-alert {
    margin-bottom: 5px;
    color: red;
}
.online {
    color: green;
    font-weight: bold;
    font-size: 20px;
}
.offline {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.idletime {
    color: orange;
    font-weight: bold;
    font-size: 20px;
}
#rig-user-active-status {
    text-align: center;
    position: relative;
    top: 40%;
}

.ui-select-choices-row>a {
    color: #333 !important;
}
.ui-select-choices-row.active>a {
    color: #fff !important;
}

.jump-to-input {
    width: 100px !important;
    height: 23px !important;
    margin: 0 5px 0 2px;
}

@media (max-width: 1201px) {
    #well-detail-view .rig-contact-included-url {
        height: calc(100% - 84px);
    }
}
@media (orientation: portrait) {
    #well-detail-view .customTableGrid .ui-grid-contents-wrapper .ui-grid-render-container{
        max-height: 100%;
        height: 100%;
    }
    #well-detail-view .myGrid .ui-grid-contents-wrapper,  #well-detail-view  .editTable .ui-grid-contents-wrapper{
        max-height: 100%;
        height: 100%;
    }

    #well-detail-view .customTableGrid .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport{
        max-height: calc(100% - 75px);
    }
    .bottom-half.show-input .top-table {
        height: calc(100% - 35px);
    }
    #well-detail-view .bottom-half {
        height: calc(65% - 80px);
    }
}
