html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
html,
body {
  min-height: 100vh; /* allows container to expand with growing content */
  margin: 0;
}
.mt {
    margin-top:10px;
}
.box {
  display: flex;
  flex-flow: column;
  height: 100%;
   min-height: min-content; /* needs vendor prefixes */

}

.box .content-row.header {
  flex: 0 1 auto;
}

.box .content-row.content {
    display: flex;
    flex-flow: row;
    align-items:stretch;
    background-color:#fff!important;
}

.box .content-row.footer-main {
    flex: 0 1 40px;
    background-color: #00000c!important;
    color: #fff;
    text-align: center;
    height: 30px;
}
.left-col {
    flex: 0 1 auto;
    min-width:415px;
    max-width:415px;
    border-right:1px solid #e7e7e7;
    border-collapse:collapse;
}
.main-col {
    flex: 1 1 auto;
}
.right-col {
    border-collapse:collapse;
    flex: 0 1 auto;
    min-width:220px;
    max-width:220px;
    border-left:1px solid #e7e7e7;
}
.search_icon {
    display:inline-block;
    float:right;
    text-decoration: none;
    color: Black;
    border: solid 1px #aaaaaa;
    border-radius:5px;
    padding:2px;
    background-color:#f2f2f2;
}
.side-header {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    background-color: #e9ebf3;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #6c7ea8;
    font-weight: bold;
}
.div-phone-button {
    position: relative;
}
.side-button {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding: 10px 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    display:block;
}
.pressed {
    visibility:hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 60px;
}
.side-button:hover .pressed {
    visibility:visible;
    opacity: 1;
    color:#fff;
}
.not-pressed {
    visibility:visible;
    opacity: 1;
}
.side-button:hover .not-pressed {
    visibility:hidden;
    opacity: 0;
}
.br {
    border-bottom: 1px solid #d9534f;
    background-color: #d9534f;
}
.side-header.tb {
    border-top:1px solid #D2D8E4;
}
.side-header.bb {
    border-bottom:1px solid #D2D8E4;
}
.side-cont-div {
    margin-bottom:15px;
}
.containter-fluid-main {
    margin-top:15px;
    padding-bottom:40px;
}
.search_icon:hover {
    background-color: #e6e6e6;
}
.search_icon>input {
    height:15px;
    border: solid 1px #ffffff;
}
.bold {
    font-weight:bold;
}

.capitalize {
    text-transform:capitalize;
}

.display-none {
    display:none;
}
.modifier-label {
    background-color:#337ab7;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
tr.admin_header_row
{
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}

td.admin_label_left, td.admin_label_nb_left {
	text-align: left;
}
td.admin_label, td.admin_label_nb, td.target_label {
	text-align: right;
	padding-right: 4px;
}
td.admin_label, td.target_label, td.admin_label_left
{
	font-weight: bold;
}
td.admin_label, td.admin_label_nb, td.admin_label_left, td.admin_label_nb_left
{
	vertical-align: top;
	padding-bottom:6px;
}

.admin_subnote
{
    font-size:10px;
    font-weight:normal;
    color:#666;
}
td.admin_subnote
{
	vertical-align: top;
	text-align: left;
}
.admin_tooltip
{
	text-align: left;
    font-size:12px;
}
td.admin_section
{
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 12px 4px 6px 14px;
    color:#444488;
    background-color:#f4f4f4;
}

td.admin_data, td.target_data
{
	vertical-align: top;
	text-align: left;
}

td.admin_data {
    padding-bottom: 10px;
}

td.trafficlightgreen{
	background-image: url(../../images/system/GreenBall.png);
    background-position:center center;
    background-repeat :no-repeat;
    height:95px;
    text-align:center;
    background-size:contain;
}	
td.trafficlightorange{
	background-image: url(../../images/system/OrangeBall.png);
    background-position:center center;
    background-repeat :no-repeat;
    height:95px;
    text-align:center;
    background-size:contain;
}	
td.trafficlightred{
	background-image: url(../../images/system/RedBall.png);
    background-position:center center;
    background-repeat :no-repeat;
    height:95px;
    text-align:center;
    background-size:contain;
}	
.target-table>tr>td {
    padding:4px;
}
.meter { 
	height: 15px;  /* Can be anything */
	position: relative;
	background: lightgray;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	padding: 3px;
    width:100%;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    text-align:left;
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #2ECC40;
  position: relative;
  overflow: hidden;
}
@media print 
{
	.dontprint {display: none;}
}

table.devwatermark
{
	background-image: url(../../images/system/devwatermark.gif);
}
table.testwatermark
{
	background-image: url(../../images/system/testwatermark.gif);
}
.hidden
{
    display:none;
}
.hidden_important
{
    display:none !important;
}

.subtext
{
    font-size:8pt;
    font-weight:normal;
}

.prodTreeView
{
    text-align: left;
}

.wikiIcon 
{
    background-image: url('../../images/icons/Wiki_18.png') !important;
}
.wikiIcon:hover 
{
    background-image: url('../../images/icons/Wiki_18_hl.png') !important;
}

.wikiMaintIcon 
{
    background-image: url('../../images/icons/WikiMaint_18.png') !important;
}
.wikiMaintIcon:hover 
{
    background-image: url('../../images/icons/WikiMaint_18_hl.png') !important;
}
.btn-admin {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #e6e6e6!important;
    border-color: #ccc!important;
}
.btn-admin:hover {
    color:black!important;
    text-decoration:none!important;
    background-color:#d9d9d9!important;
}
.btn-admin:active {
    position:relative;
    top:1px;
}
.btn-default {
    background-color: #e6e6e6!important;
    border-color: #ccc!important;
}
.btn-default:hover {
    background-color: #d9d9d9!important;
}
.textbx
{
    background: white!important; 
    border: 1px solid #DDD!important; 
    border-radius: 5px!important; 
    box-shadow: 0 0 5px #DDD inset!important;  
    color: #666!important; 
    outline: none!important; 
}
.panel-contact {
    margin-top:10px;
    min-height:680px;
    margin-bottom:0!important;
}
.panel-contact>.panel-body {
    min-height:615px!important;
}
.panel-contact,.pager {
    margin:5px 0!important;
}
.panel-contact-cont {
    overflow-y:hidden;
}
.product-img > img {
    max-height:80px;
    max-width:80px;
}
.notes-list {
    height:670px;
    overflow-y:auto;
    border:1px solid #eee;
}
.text-right {
    text-align:right!important;
}
.note-top-bar {
    border-bottom:1px solid #eee;
    margin-top:5px;
    margin-bottom:5px;
}
.comment-bar {
    color: #333!important;
    background-color: #f5f5f5!important;
    border-color: #ddd!important;
    border-bottom:none!important;
}
.panel-body-comments {
    overflow-y:auto;
    height:350px;
    background-color:#f5f5f5!important;
}
.assign-dropdown {
    width:130px!important;
    border-left:none!important;
}
.assign-dropdown>option[value=""] {
    font-style:italic;
}
.notes-list {
    padding:0!important;
    width:25%!important;
}
.notes-list>.list-group>.list-group-item {
    border-radius:0!important;
    border-left:none!important;
    border-right:none!important;
}
.note-info {
    padding:0!important;
    width:75%!important;
}
.note-info>.panel {
    border-radius:0!important;
    border-left:none!important;
    border-right:none!important;
    border-top:none!important;
}
.table-notes {
    height:600px!important;
}
.panel-notes-tasks {
    border:none!important;
    margin-bottom:0px!important;
}
.autosize-textarea{  
  overflow:hidden;
  font-size:14px;
  display:block;
}
.main-container {
    height:auto!important;
    min-height:100%;
}