.help-block.error {
  color: #f00;
}

.min-height-portlet {
  min-height: 170px;
}

.form-group.form-md-line-input .span .form-control {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #c2cad8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #555;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.form-group.form-md-line-input
  .form-control.edited:not([readonly]):not(:focus)
  ~ .help-block,
.form-group.form-md-line-input
  .form-control.edited:not([readonly]):not(:focus)
  ~ .help-block-error,
.form-group.form-md-line-input
  .form-control.edited:not([readonly])
  ~ .help-block-error,
.form-group.form-md-line-input
  .form-control:focus:not([readonly])
  ~ .help-block-error {
  opacity: 1;
  filter: alpha(opacity=1);
}

.md-radio label > .box,
.md-checkbox label > .box {
  background: #fff;
}
/*.md-checkbox label>.check{
    background: white;
}*/
.password-background {
  position: relative;
  top: -34px;
  margin-bottom: -34px;
  height: 34px;
  width: 0;
  border-radius: 4px;
  z-index: -1;
  /* CSS Transitions */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#password,
#subuser-password {
  background: none;
}

.strength {
  float: right;
}

.no-margin {
  margin: 0px !important;
}

.no-margin-left {
  margin-left: 0;
}
.margin-right-5 {
  margin-right: 5px;
}

.no-padding {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-horiz-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-horiz-margin {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .control-label {
  padding-top: 0px;
  text-align: right;
}

.form-control {
  padding: 6px 6px;
  border: 1px solid #5b5c68;
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}

.nav-menu-text {
  display: inline-block;
  color: #c6cfda;
  float: right;
  margin-top: 15px;
}

table.pq-td-border-top > tbody > tr > .pq-grid-cell {
  border-top: 1px solid #000;
}

table.pq-td-border-right > tbody > tr > .pq-grid-cell {
  border-right: 1px solid #63635f;
}

tr.pq-state-select > td {
  background: #d2e3ff;
  font-weight: 700;
}

/*tr.pq-state-select.ui-state-highlight > td {
    background: orange;
}*/

.pq-grid-cell:focus {
  background-color: yellow;
}
/*.pq-state-select.ui-state-highlight {
    !*background: #e3e3d1;*!
    background: #d2e3ff;
}*/

.ui-widget {
  font-family: inherit;
  font-size: 1em;
}

#photo-prop-nyc-detail-modal .form-group .form-control-static,
#photo-prop-nass-detail-modal .form-group .form-control-static {
  font-size: 14px;
}

#photo-prop-nyc-img,
#photo-prop-nass-img,
#photo-sale-nass-img,
#photo-sale-nass-img {
  width: 100%;
}

#photo-prop-nyc-detail-modal .form-group,
#photo-sale-nyc-detail-modal .form-group,
#photo-prop-nass-detail-modal .form-group,
#photo-sale-nass-detail-modal .form-group {
  margin-bottom: -5px;
}

#photo-prop-nyc-class,
#photo-prop-nass-class {
  overflow: hidden;
}

.mt-element-overlay .mt-overlay-1 img {
  height: 150px;
}

/* CMA VIEW PANELS */

#cma-container {
  opacity: 0;

  overflow-y: hidden;
  /*overflow:scroll;
    white-space:nowrap;*/
}

#cma-subject-container {
  overflow: hidden;
}

.cma-subject {
  border-left: 1px solid black;
}

.cma-tile {
  background: #e9ffff;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.cma-tile .control-label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
}

.cma-tile .input-sm {
  height: 19px;
}

#cma-modal .table {
  margin: 0 !important;
}

.cma-image {
  height: 266px !important;
  margin: 0 auto;
}

.cma-tile .form-group {
  overflow-x: hidden;
  /* Required for text-overflow to do anything */
  white-space: pre-line;
  border-bottom: 1px solid black;
  margin: 0;
  padding: 0;
}

.cma-tile .form-control-static {
  display: block;
  padding: 0;
  min-height: 0; /*resets cma-tile tr height to keep tiles synced*/
  /*border-bottom: 1px solid black;*/
  margin: 0;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cma-tile .form-control-static:after {
  white-space: normal;
}

.slick-initialized {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
}

.cma-header {
  background: #bbf1ff;
  font-weight: 600;
  border-right: 1px solid black;
}

#CommandsArea .btn {
  font-size: 1em;
  font-weight: 600;
  padding: 6px;
}

#CommandsArea .white-stripe {
  border-left: 1px solid #fff !important;
}

.btn.comps-blue:not(.btn-outline) {
  color: #fff;
  background-color: #2b3643;
  /*border-color: #131b27;*/
  background-image: -webkit-linear-gradient(top, #333e4c 0, #2b3643 100%);
  background-image: -o-linear-gradient(top, #333e4c 0, #2b3643 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#333e4c),
    to(#2b3643)
  );
  background-image: linear-gradient(to bottom, #333e4c 0, #2b3643 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333e4c', endColorstr='#2b3643', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.comps-blue:focus,
.comps-blue:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

.page-content {
  background-color: transparent;
}

/* TYPEAHEAD TAGS */
ul.tagging_ul {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  -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);
  display: block;
  height: inherit;
  list-style: none;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

ul.tagging_ul li {
  margin-right: 5px;
  margin-top: 5px;
  white-space: nowrap;
}

ul.tagging_ul li.tagging_tag {
  background-color: #6caec9;
  border-radius: 5.6px;
  border: 1px solid #387c97;
  color: #ffffff;
  display: inline-block;
  height: 28px;
  padding: 2.8px;
  padding-left: 8.4px;
  padding-right: 5.6px;
}

ul.tagging_ul li.tagging_tag span.tag_delete {
  color: #387c97;
  margin-left: 5.6px;
  cursor: pointer;
}

ul.tagging_ul li.tagging_tag span.tag_delete:hover {
  color: #dcecf2;
}

ul.tagging_ul li.tagging_new {
  display: inline-block;
  height: 28px;
  margin-left: 0;
  max-width: 200px;
}

ul.tagging_ul li.tagging_new input.tagging_new_input {
  border: none;
  outline: none;
  box-shadow: none;
  display: inline;
  height: inherit;
  padding-bottom: 0;
  padding-top: 0;
  max-width: inherit;
}

/* TYPEAHEAD */
.tt-dropdown-menu {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #666666;
  -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);
  color: #666666;
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.tt-dropdown-menu .tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}

.tt-dropdown-menu .tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

/* MODALS */
.modal .modal-header {
  border-bottom: 1px solid #efefef;
  background-color: #2b3246;
  color: #fff;
}

.modal-header .close {
  opacity: 0.8;
  background-image: url(../../global/img/remove-icon-small-white.png) !important;
}

/* Address Labels */

/*.btn.comps-blue:not(.btn-outline).active, .btn.comps-blue:not(.btn-outline):active, .btn.comps-blue:not(.btn-outline):hover, .open > .btn.comps-blue:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #217ebd;
    border-color: #131b27;
}*/

/* Print styling */

/*@media print {

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-sm-12, .col-xs-12 {
        width:100% !important;
    }

    .col-sm-11, .col-xs-11 {
        width:91.66666667% !important;
    }

    .col-sm-10, .col-xs-10 {
        width:83.33333333% !important;
    }

    .col-sm-9, .col-xs-9 {
        width:75% !important;
    }

    .col-sm-8, .col-xs-8 {
        width:66.66666667% !important;
    }

    .col-sm-7, .col-xs-7 {
        width:58.33333333% !important;
    }

    .col-sm-6, .col-xs-6 {
        width:50% !important;
    }

    .col-sm-5, .col-xs-5 {
        width:41.66666667% !important;
    }

    .col-sm-4, .col-xs-4 {
        width:33.33333333% !important;
    }

    .col-sm-3, .col-xs-3 {
        width:25% !important;
    }

    .col-sm-2, .col-xs-2 {
        width:16.66666667% !important;
    }

    .col-sm-1, .col-xs-1 {
        width:8.33333333% !important;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left !important;
    }

    body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
    }

    .form-group {
        margin:0 -15px 0 -15px;
    }
    .container {
        width: auto;
        min-width: 750px;
    }

    body {
        font-size: 12px;
        border: 1px solid transparent;
        height: 99%;
    }

    a[href]:after {
        content: none;
    }

    .noprint,
    div.alert,
    header,
    .group-media,
    .btn,
    .footer,
    form,
    #comments,
    .nav,
    ul.links.list-inline,
    ul.action-links {
        display:none !important;
    }

}*/
/*
@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .visible-xs {
        display: none !important;
    }
    .hidden-xs {
        display: block !important;
    }
    table.hidden-xs {
        display: table;
    }
    tr.hidden-xs {
        display: table-row !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }
    .hidden-xs.hidden-print {
        display: none !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}*/

.compsBlueHelpBtn {
  background: #2b3246;
  display: block;
  width: 100px;
  padding: 5px;
  margin: 0 10px 10px 0;
  color: #fff;
  text-align: center;
}

.text-center {
  text-align: center;
  width: 100%;
}

.portlet {
  margin: 0px !important;
  padding: 0px !important;
}

.asm-portlet-tp-h {
  min-height: 235px;
}

.asm-portlet-bt-h {
  min-height: 300px;
}

.sls-portlet-h {
  min-height: 480px;
}

.panel-pd {
  padding: 0px !important;
}

.pd-10 {
  padding: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
