/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	text-rendering: optimizeLegibility;
	/*background: #f9f9f9;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.page-header {
	vertical-align: middle;
	margin: 15px 0;
	padding: 0;
	border-bottom: none;
}
.page-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #848484;
	display: inline-block;
	margin-bottom: 15px;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.breadcrumb li a {
	color: #999999;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.breadcrumb li:last-child a {
	color: #1e91cf;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
}
a:hover, a:focus {
	text-decoration: none;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	min-height: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
#header .nav > li {
	float: left;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
	min-height: 0px;
	padding: 0;
}
/* Mobile */
@media (max-width: 767px) {
#header .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
}
#header #button-menu + .navbar-brand {
	padding: 10px 0px 10px 0px;
	margin-right: 10px;
	height: auto;
}
.navbar-brand > img {
  margin: -10px 0 -21px 0px;
  max-width: 184px;
}
#header .nav > li > a {
	padding: 3px 16px;
	line-height: 38px;
	cursor: pointer;
	color: #6D6D6D;
	border-left: 1px solid #E1E1E1;
}
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#button-menu {
	padding: 10px 17px 9px 17px;
	line-height: 25px;
	float: left;
	display: inline-block;
	cursor: pointer;
	color: #6D6D6D;
	border-right: 1px solid #E1E1E1;
}
#profile {
	display: none;
}
#column-left.active #profile {
	display: block;
	padding: 10px 15px 10px 15px;
	overflow: auto;
	border-bottom: 1px solid #585858;
}
#profile div {
	float: left;
	color: #C4C4C4;
}
#profile div i {
	font-size: 42px;
	color: #2ca5d3;
}
#profile div + div {
	margin-left: 15px;
}
#profile h4 {
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}
#column-left {
	width: 50px;
	height: 100%;
	background-color: #515151;
	position: absolute;
	top: 0px;
	padding-top: 50px;
	z-index: 10;
	transition: all 0.3s;
}
#column-left.active {
	width: 235px;
	display: block;
}
#content {
	padding-bottom: 40px;
	transition: all 0.3s;
}
#column-left + #content {
	margin-left: 50px;
}
#column-left + #content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-left + #content + #footer {
	margin-left: 0;
}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
  background-color: #515151;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #515151;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 14px;
	padding-left: 13px;
	border-bottom: 1px solid #585858;
}
#menu > li > a:hover {
	background-color: #444444;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#menu li li a {
	color: #9d9d9d;
}
#menu li li a:hover {
	color: #FFFFFF;
	background-color: #373737;
}
#menu li li a:before {
	content: "\f101";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;
}
#menu li li a:hover:before {
	margin-right: 20px;
}
#menu > li.active > a {
	color: #DDDDDD;
	background: #373737;
}
#menu li.active li a {
	color: #C4C4C4;
}
#menu li li.active > a:last-child {
	color: #FFFFFF;
}
#menu li li.active a:last-child:before {
	margin-left: 10px;
	margin-right: 10px;
}

#menu > li > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 210px;
	background-color: #444444;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after, #column-left.active #menu > li li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 8px;
}


#menu li ul a {
	padding-left: 10px;
}
#menu li li ul a {
	padding-left: 20px;
}
#menu li li li ul a {
	padding-left: 40px;
}
#menu li li li li ul a {
	padding-left: 60px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	overflow: auto;
}
#column-left.active + #content {
	margin-left: 235px;
}
#column-left.active + #content + #footer {
	margin-left: 235px;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 235px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 235px;
}
}
#column-left.active {
	width: 250px;
}
#column-left.active #menu li i {
	font-size: 14px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
}
/* footer */
#footer {
	height: 100px;
	text-align: center;
}



/* Navs */
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tabs */
.nav-tabs > li > a {
	color: #666;
	border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs {
	margin-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
	color: #333;
}
.form-control:hover {
	border: 1px solid #b9b9b9;
	border-top-color: #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}

fieldset legend {
	padding-bottom: 5px;
  margin-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #4d90fe;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: -6px;
	left: -5px;
	display: block;
	content: url('../image/checkmark.png');
}

.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
  /*white-space: nowrap;*/
}
.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}

.pagination {
	margin: 0;
}
.form-group {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.no-border .form-group + .form-group {
  border-top: 0px;
}
.form-group + .form-group {
    border-top: 1px solid #ededed;
}
/* Panels */
.panel {
	border-radius: 0px;
}
.panel .panel-heading {
	position: relative;
}
.panel-heading h3 i {
	margin-right: 8px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading i {
	font-size: 16px;
	font-weight: 500;
}
.panel-heading h3 {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}


/* Default Panel */
.panel-default {
	border: 1px solid #e8e8e8;
	border-top: 2px solid #bfbfbf;
}

.panel-default .panel-heading {
	color: #595959;
	border-color: #e8e8e8;
	background: #fcfcfc;
}
.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}

.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;
}
.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	font-size: 42px;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}
#column-left.active #stats {
	display: block;
}
#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}
.alert {
	overflow: auto;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
    display: block;
    visibility: unset;
}
.collapse {
    display: none;
    visibility: unset;
}
/* Menu Fix For System -> Layout -> Banner */

/* Fix form-group margin inside the modal */
.modal-body  .form-group {
    margin: 0;
}
/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
	font-size: 14px;
}
/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
	font-size: 10.5em;
}
.btn-border {
    border: 1px solid #ababab;
    /*color: #ff0000;*/
    font-weight: 600;
    padding: 3px 10px;
}
tr.tr_subsource{
  background: #dadada;
}
.input-group[class*="col-"]{
  float:left;
}
.red {
    color: #ff0000;
}
input[type="radio"], input[type="checkbox"]{
   margin: 10px 0 0;
}
.dropdown-menu {
  max-width: 400px;
  width: auto;
  min-width: 280px;
  overflow: auto;
}
.dropdown-menu > li > a{
  display: flex;
}
.input-group[class*="col-"]{
  padding-left: 15px;
  padding-right: 15px;
}
.input-group-btn > input {
    margin: 0;
    cursor: pointer;
}

#order-specs input.additional {
    width: 130px!important;
}
#order-specs input[type="radio"], #order-specs input[type="checkbox"]{
  margin:0px;
}
input[disabled] {
    font-weight: bold;
}
.ui.search.dropdown.disabled {
    background-color: #eee;
    opacity: 1;
    font-weight: bold;
}
.form-group.list-button{
  float:left;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 0;
}
.custom .form-control {
    width: 350px;
}
#order-specs .ui.search.dropdown > .text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65px;
}
#order-specs .input-group input[type="text"]{
    min-width: 65px;
}
#order-specs input[type="text"] {
    min-width: 65px;
}
.table > #order-specs > tr > th, 
.table > #order-specs > tr > td{
  padding: 5px!important;
}

#order-specs .ui.search.selection.dropdown > input.search,
#order-specs .ui.selection.dropdown{
    height: 34px;
    min-height: 26px;
    min-width: 7em;
    padding: 10px 6px;
}
#order-specs .ui.selection.dropdown > .dropdown.icon {
  padding: 10px 5px;
}
#order-specs .ui.search.dropdown .menu{
  width: 13em;
}
.ui.search.dropdown{
  width: 100%;
}
a.nav-buttons{
  display: block;
  padding: 10px 15px;
}
#header .ui.dropdown.button{
  background-color: rgba(0, 100, 0, 1);
  border-left: 1px solid #ccc;
  border-radius: 0;
  line-height: 44px;
  padding: 0 15px;
  font-size: 14px;
  color:#FFF;
  margin: 0px;
}
#header .ui.dropdown .header{
  color: #000;
}
#header .ui.dropdown .menu > .header {
    line-height: 15px;
}
#header .ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu{
  margin: 0!important;
}
.page-header .ui.dropdown.button.active,
.page-header .ui.dropdown.button{
  background: #1e91cf;
    border-color: #1978ab;
    color: #fff;
    line-height: 10px;
}
.ui.dropdown.icon.button.active,
.ui.dropdown.icon.button{
  background: transparent;
  line-height: 25px;
  border-left: 1px solid #ccc;
}

.ui.dropdown .menu > .header{
   font-size: 1.2em!important;
}
#header  .ui.dropdown .menu > .item {
    padding: 0 !important;
}
.tax-invoice .table.table-bordered thead{
  border-bottom: 1px solid #000;
}

.tax-invoice .table td{
  border: none;
}
.tax-invoice .table.table-bordered{
  border: 1px solid #000;
}
.tax-invoice .table.table-bordered td:first-child {
    border-right: 1px solid #000;
}

/* Lead Editing on list */
#form-order .table-responsive { 
  overflow-x: visible; 
}
#form-order .save-action-title {
  position: relative;
}
#form-order .save-text-title {
  background-color: #1e91cf;
  border: 1px solid #1978ab;
  position: absolute;
  color: rgba(255,255,255,1);
  width: 230px;
  right: 12px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  margin: -36px 0 0 0;
  font-size: 11px;
}
#form-order .save-text-title:after,
#form-order .save-text-title:before {
	top: 100%;
	right: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#form-order .save-text-title:after {
	border-color: rgba(30, 145, 207, 0);
	border-top-color: #1e91cf;
	border-width: 5px;
	margin-left: -5px;
}
#form-order .save-text-title:before {
	border-color: rgba(25, 120, 171, 0);
	border-top-color: #1978ab;
	border-width: 6px;
	margin-left: -6px;
}
#form-order .table-field-non-use { 
  display: none; 
}
#form-order tr td.editing-field span[class^="defaultfield-"] .fa,
#form-order tr td > .fa { 
  color: rgba(30, 145, 207, 1); 
  position: absolute; 
  top: 0px; 
  right: 0px; 
  padding: 2px 1px 0px 3px; 
} 
#form-order tr td.editing-field > .fa { 
  display: none; 
}
#form-order .editable-field, 
#form-order .editing-field { 
  position: relative; 
}
#form-order tr td.editing-field span[class^="defaultfield-"] .fa,
#form-order .editing-field span[class^="defaultfield-"] { 
  /* display: none; color: rgba(0,0,0,1); */ 
}
#form-order .editing-field {
  z-index: 999; 
  /* background-color: rgba(30, 145, 207,0.8); */ 
}
#form-order .editing-field div[class="editing-inner"] {
  position: absolute; 
  top: 100%; 
  left: 5px; 
  z-index: 999; 
  width: auto; 
  height: auto; 
  background-color: rgba(30, 145, 207,0.8); 
  padding: 10px 12px; 
  min-height: 100%; 
  min-width: 100%; 
  margin-top: -10px; 
  border-radius: 3px; 
}
#form-order .editing-field div[class="editing-inner"]:after {
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(30, 145, 207,0.8); /* border-color: rgba(30, 145, 207,0.8); */
  border-width: 8px;
}
#form-order .editing-field.datafield-sold_inc div[class="editing-inner"],
#form-order .editing-field.datafield-quoted div[class="editing-inner"] {
  left: auto;
  right: 5px;
}
#form-order .editing-field.datafield-sold_inc div[class="editing-inner"]:after,
#form-order .editing-field.datafield-quoted div[class="editing-inner"]:after {
  left: auto;
  right: 12%;
}
#form-order .editing-field [class^="inputfield-"] {
  z-index: 1;
  width: 180px;
}
#form-order .editing-field .inputextra {
  margin-top: 7px;
}
#form-order .editing-field .input-group [class^="inputfield-"],
#form-order .editing-field .inputextra [class^="inputfield-"] {
  width: 146px;
}
#form-order .editing-field .input-group .inputfield-sold_date {
  width: 142px;
}
#form-order .input-group .input-group-btn > .btn,
#form-order .input-group .form-control {
  /*position: static;*/
}
#form-order .editing-field .editing-inner > button {
  margin-top: 8px;
}
#form-order .editing-field button.buttonfield-update {
  float: right;
}
#form-order .modified-field {
  background-color: rgba(255, 0, 0, 0.2);
  /* rgba(30, 145, 207,0.2); */
}
#form-order .editing-field .btn.btn-primary {
  padding: 4px 8px;
  font-size: 11px;
}
/* Lead Editing on list */

/* Modal Print CSS */

@media print {
    html, body{
      height: auto;
    }
    
    /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
    body.modal-open {
        visibility: hidden;
    }

    body.modal-open .modal .modal-body {
        visibility: visible; /* make visible modal body and header */
    }
    
    body.modal-open #container{
        display: none !important;
    }
    
}
.btn.btn-default.green {
    background: #47A747;
    border-color: #47A747;
    color: #fff;
}
.btn.btn-default.orange.disabled{
  background: #e8e8e8;
  border-color: #ccc;
  color: #000;
} 
.btn.btn-default.orange {
    background: #f38e2a;
    border-color: #f38e2a;
    color: #fff;
}

.inline-table {
    display: table-cell;
    min-width: 135px;
    padding: 10px;
}
.ui.dropdown .menu.custom-right {
    left: auto;
    right: 0;
}
.ui.selection.dropdown.small{
  min-width: 5em!important;
}

.period-manager input{
  min-width: 100px !important;
}
.panel-footer{
  margin-bottom: 0px;
}
.grand-total {
  background: #f1f1f1;
  font-weight: bold;
}
.has-error .search.dropdown:not([class*="not-required"]) {
    border: 1px solid red !important;
}

#menu-report ul li a.parent {
    font-size: 13px;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
    color: #FFF;
    /*text-decoration: underline;*/
}
#pageFooter {
  display: none;
}
.not-required::before {
    content: none !important;
}

.print.table {
  padding: 0px;
}
.print.table div:first-child{
  border-top: 2px solid #ccc;
  background: #f1f1f1;
  font-weight: bold;
}
.print.table div {
    list-style: none;
    display: flex;
    border-bottom: 2px solid #ccc;
    padding: 5px;
}

.print.table div p {
    display: table-cell;
    min-width: 120px;
    text-align: left;
    margin: 0px;
    padding: 5px;
    width: 180px;
    font-size: 14px;
    word-wrap: break-word;
}
.page-break-before{
  page-break-before: always;
  padding: 0 !important;
  border: none !important;
}
.page-break-after{ 
  page-break-after: always;
  padding: 0 !important;
  border: none !important;
}
.btn.btn-group-sm {
	padding: 4px 15px;
	border-left: 1px solid #ccc;
}
.input-group-btn.btn.btn-default {
    padding: 0;
}
.input-group-btn > input {
    margin: 0;
    cursor: pointer;
    width: 34px;
    height: 32px;
    border: 0;
}
.input-group-btn > input:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  /*content: url('../image/checkmark.png');*/
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
}
.input-group-btn > input:checked:after {
  top: 6px !important;
  left: 6px !important;
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
}
.col-sm-3.text-right {
	display: inline-block;
	margin-top: 35px;
}
#tab-marketing div#marketing-data.table-responsive {
  max-height: 466px;
  overflow-y: scroll;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
    color: inherit;
    font-weight: normal;
}

.greentext, .table-hover > tbody > tr.greentext:hover{
    color: green;
}
.redtext, .table-hover > tbody > tr.redtext:hover {
    color: red;
}
.heightlight, .table-hover > tbody > tr.heightlight:hover{
    background: #ff0000b3;
    color: #fff;
    font-weight: 600;
}
.orange_heightlight, .table-hover > tbody > tr.orange_heightlight:hover{
    background: #ffe787;
    /* color: #fff; */
    font-weight: 600;
}
.red_heightlight, .select2-selection__rendered > .red_heightlight{
    background: #ff5b5b;
    color: #fff;
    font-weight: 600;
}
.light_red_heightlight, .select2-selection__rendered > .light_red_heightlight{
    background: #ffcdd2;
    /* color: #fff; */
    font-weight: 600;
}
#wo-details td,
#po-details td{
    vertical-align:middle;
}
#po-details textarea.form-control {
    height: auto;
    min-height: 140px;
}
.well .middle {
    margin-top: 26px;
}
/* .wh-details tbody .btn, .wh-details tbody input,
#form-marketing-cost .btn, #form-marketing-cost input {
	padding: 8px 5px;
} */
.weekrow {
    margin-bottom: 10px;
}
.box-content {
    border: 1px solid #ccc;
    padding: 10px 25px;
}
.title-heading {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#form-cfms th,
#marketing-prelim th {
	vertical-align: middle;
}
#weekdata .ui.selection.dropdown{
    min-width:10em !important;
}
#form-rir .table > thead > tr > th, 
#form-rir .table > tbody > tr > th, 
#form-rir .table > tfoot > tr > th, 
#form-rir .table > thead > tr > td, 
#form-rir .table > tbody > tr > td, 
#form-rir .table > tfoot > tr > td{
    padding: 5px;
    line-height: 16px;
}
.editing .btn-default.quicksave {
    color: #fff;
    background-color: #039824e6;
    border-color: #fff;
}
.redtext.heightlight.editing {
    background: #fff;
    color: #666;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
    border-right: 1px solid #ccc;
}
.radio-label{
    padding-top: 0px;
    font-size: 13px;
}
label.control-label.no-top-padding {
    padding-top: 0px; 
}
.wh-details tbody tr td{
  padding: 5px;
}
.wh-details tbody tr td input, .wh-details tbody tr td button{
  height: 30px;
  padding: 0px 5px;
}
.accordion {
	background-color: #ccc; 
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
    margin-top: 10px;
}

.accordion.active, .accordion:hover {
  background-color: #eee;
}


.nsr-report .table-responsive {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  padding: 10px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion.high-yellow {
    background: yellow;
}
#cost-details > thead > tr, #cost-details > tfoot > tr {
    background: #faebd778;
}


.navbar-static-top .dropdown-menu.notify-drop {
	min-width: 330px;
	background-color: #fff;
	min-height: 360px;
	max-height: 360px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .notify-drop-title {
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 15px 10px 15px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content {
	min-height: 280px;
	max-height: 280px;
	overflow-y: scroll;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
  {
	background-color: #F5F5F5;
  }
  
  .navbar-static-top .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
  {
	width: 8px;
	background-color: #F5F5F5;
  }
  
  .navbar-static-top .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
  {
	background-color: #ccc;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0px 5px 0px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
	background-color: #fafafa;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li:after {
	content: "";
	clear: both;
	display: block;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li:hover {
	background-color: #fcfcfc;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li:last-child {
	border-bottom: none;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li .notify-img {
	float: left;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0px 0px 8px 0px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .allRead {
	margin-right: 7px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .rIcon {
	float: right;
	color: #999;
  }
  .navbar-static-top .dropdown-menu.notify-drop .rIcon:hover {
	color: #333;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li a {
	font-size: 12px;
	font-weight: normal;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li {
	font-weight: bold;
	font-size: 11px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li hr {
	margin: 5px 0;
	width: 70%;
	border-color: #e2e2e2;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content .pd-l0 {
	padding-left: 0;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li p {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin: 3px 0;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li p.time {
	font-size: 10px;
	font-weight: 600;
	top: -6px;
	margin: 8px 0px 0px 0px;
	padding: 0px 3px;
	border: 1px solid #e2e2e2;
	position: relative;
	background-image: linear-gradient(#fff,#f2f2f2);
	display: inline-block;
	border-radius: 2px;
	color: #B97745;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li p.time:hover {
	background-image: linear-gradient(#fff,#fff);
  }
  .navbar-static-top .dropdown-menu.notify-drop .notify-drop-footer {
	border-top: 1px solid #e2e2e2;
	bottom: 0;
	position: relative;
	padding: 8px 15px;
  }
  .navbar-static-top .dropdown-menu.notify-drop .notify-drop-footer a {
	color: #777;
	text-decoration: none;
  }
  .navbar-static-top .dropdown-menu.notify-drop .notify-drop-footer a:hover {
	color: #333;
  }
  #header #bs-example-navbar-collapse-1 .nav > li > a{
	padding: 3px 50px 3px 30px;
  }
  #bs-example-navbar-collapse-1 .nav > li > a:hover, .nav > li > a:focus,.nav .open > a,#bs-example-navbar-collapse-1 .nav .open > a:hover, .nav .open > a:focus{
	background-color:transparent;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li p.timeInfo {
	font-size: 10px;
	font-weight: 600;
	top: -6px;
	margin: 8px 0px 0px 0px;
	padding: 0px 3px;
	border: 1px solid #e2e2e2;
	position: relative;
	background-image: linear-gradient(#fff,#f2f2f2);
	display: inline-block;
	border-radius: 2px;
	color: #B97745;
  }
  .navbar-static-top .dropdown-menu.notify-drop .drop-content > li p.timeInfo:hover {
	background-image: linear-gradient(#fff,#fff);
  }
  .tableFloatingHeaderOriginal{
	  background-color: #f1f1f1;
  }
  