body {
  /* font-family: Pt sans Narrow; */
}

table {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
}

table.platform-table {
  width: 100%;  
}

.dataTables_wrapper {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
}

table.platform-table tbody tr.selected {
  background-color: #a0d9f1 !important;
}
table.platform-table th{
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 12px !important;
  white-space: normal !important;
  color: #303d50;
  /*text-justify: distribute;*/
}

table.platform-table td{
  font-size: 14px !important;
  overflow: hidden; /* this is what fixes the expansion */
  text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
  white-space: nowrap;
}

table.platform-table td .yeswrap{
  font-size: 14px !important;
  overflow: hidden; /* this is what fixes the expansion */
  text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
  white-space: normal;
}

table.platform-table td a {
  color: #616eb8;
}

table.platform-table-no-border-btn td .btn {
  border-radius: 0px !important;
}

table.platform-table td.center{
  text-align: center !important;
}

.platform-padding{
  padding: 0px 5px 0px 5px !important;
}

.form-horizontal .control-label {
  padding-top: 2px !important;
}

table.platform-table {
  margin: 15px 0 10px 0;
  border-width: 1px 1px 1px 0px;
  border-style: solid solid solid none;
  border-color: #ccc #ccc #ccc -moz-use-text-color;
}

table.platform-table thead th {
  font-size: 12px;
  line-height: 14px;
  border-width: 0 1px 1px 0;
  background: #e3e6e7 !important;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  text-align: center !important;
  word-wrap: break-word;
  padding: 10px 15px 10px 15px !important;
  color: #303d50 !important;
}

table.platform-table thead th[colspan]:not([colspan="1"]) {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

table.platform-table thead tr#filter th, table.platform-table thead tr.filter th {
  padding: 1px 3px !important;
}

table.platform-table thead:first-child tr:last-child th{
  font-weight: 700;
  font-size: 11px !important;
  text-transform: uppercase;
  background: #e3e6e7;
  /*padding-left: 10px;*/
  padding: 5px !important;
}

table.platform-table thead:first-child tr:last-child th.sorting{
  background: #e3e6e7 url("/assets/core/plugins/datatables/media/images/sort_both.png") no-repeat scroll right center !important;
}

table.platform-table thead:first-child .sorting_asc {
  background: #e3e6e7 url("/assets/core/plugins/datatables/media/images/sort_asc.png") no-repeat scroll right center !important;  
}
table.platform-table thead:first-child .sorting_desc {
  background: #e3e6e7 url("/assets/core/plugins/datatables/media/images/sort_desc.png") no-repeat scroll right center !important;  
}
table.platform-table thead:first-child th.sorting_disabled {
  background: #e3e6e7 no-repeat scroll right center !important;  
}
table.platform-table thead:first-child th:hover {
  background-color: #e5e5e5 !important;
}
table.platform-table thead tr:hover {
  background-color: transparent !important;
}
table.platform-table tbody td {
  background-color: transparent !important;
  /*    border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;*/
  vertical-align: middle !important;
}
table.platform-table tbody td.numberIndexing {
  min-width: 100px;
  padding: 0 !important;
  vertical-align: middle !important;
  background-color: #FFF !important;
}
table.platform-table input[type="text"] {
  /*border:1px transparent solid;*/
  padding: 0 !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 5px !important;
  outline:none;
  background-color: #fff; 
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  box-sizing: border-box; 
  box-shadow: none;
  display: inline-block;
  width: 100%;
  height: 24px;
  /*text-align: right;*/
}


table.platform-table input[type="text"]:read-only, table.platform-table input[type="text"]:disabled {
  background-color: #eeeeee !important; 
}
table.platform-table.noborders input[type="text"]:read-only,table.platform-table .noborders input[type="text"]:disabled, table.dynatable.noborders input[type="text"]:-moz-read-only {
  border: 0px !important;
  background: none !important; 
}

table.platform-table.noborders input[type="text"]:read-only,table.platform-table .noborders input[type="text"]:disabled {
  border: 0px !important;
  background: none !important; 
}

table.platform-table.noborders .select2-choice {
  border: 0px !important;
  background: transparent !important;
}
table.platform-table.noborders .form-control .select2-choice, .form-control .select2-choices {
  border: 0px;
}

table.platform-table.noborders .select2-container .select2-choice .select2-arrow {
  display: none;
}

table.platform-table.noborders input[type="text"]:read-only.highlighted {
  background: #dfc03e !important; 
}

table.platform-table .table-select2 {
  border-radius:5px; 
  width:100%;
  min-width: 120px !important;
  max-width: 120px !important;
  border: 1px solid #ccc;  
  padding: 0px 0px 0px 0px !important;
  text-align: left;
}

table.platform-table tbody label {
  width:100%;
  min-width: 120px !important;
  max-width: 120px !important;
  padding: 3px 2px 3px 2px !important;
  text-align: left;
}

table.platform-table input[type="text"]:focus {
  box-shadow: 0 0 2px #28B779 !important;
  -webkit-box-shadow: 0 0 2px #28B779 !important; 
  -moz-box-shadow: 0 0 2px #28B779 !important; 
  border: 1px solid #28B779 !important;
  outline: none;
}

table.platform-table .multiselect input[type="text"]:focus {
  box-shadow: none !important;
  border: none !important;
}

table.platform-small-table tbody td {
  padding: 1px 0px 1px 5px !important;
}

table.platform-small-table tbody td.with-check {
  padding: 1px 0px 1px 0px !important;
  text-align: center;
}

table.platform-small-table tbody td label{
  margin-bottom: 1px;
}

table.platform-table tfoot tr th.right {
  text-align: right !important;
}

table tr.group,
table tr.group:hover {
  background-color: #C3D3E1 !important;
}

table tr.group td {
  font-weight: bold;
}

table.payment-preview-table {
  border: 1px solid #ccc !important;
}

table.payment-preview-table td.center{
  text-align: center !important;
}

table.payment-preview-table td.right {
  text-align: right !important;
}

table.payment-preview-table tr.footer td {
  color: #636363 !important;
  font-weight: bolder;
  text-align: right !important;
}

table.payment-preview-table tr.footer td.center {
  text-align: center !important;
}

.selected {
  background-color: #F2F2EA;
}

.popover-content {
  color: #000;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10100;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.ui-autocomplete li {
  cursor: pointer;
}

.ui-autocomplete li:hover {
  color: #fff;
  background-color: #66ccff;
}


.multiselect {
  border: 1px solid #d0d0d0 !important;
}

.multiselect input.select2-input {
  padding: 0 !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

fieldset.fsStyle {
  border: 1px solid #dee2e4;
  margin-bottom: 10px;
}

fieldset.fsStyle form {
  padding: 0px 0px 0px 10px;
}

legend.legendStyle {
  font-size: 13px;
  background-color: transparent;
  color: #4b8df8;
  font-weight: bold;
  margin: 0 25px 5px;
  padding: 0 5px;
}

legend {
  width: auto;
  border-bottom: 0px;
}

.left-text {
  text-align: left !important;
}

.fileinput-button input {
  margin: -18px;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  cursor: pointer;
  position: absolute;
}

.hide {
  display: none;
}

.portal, 
.portal .control-label{
  font-size: 14px !important
}

.portal, 
.portal table.platform-table th,
.portal table.platform-table td{
  font-size: 12px !important
}

.portlet > .portlet-title > .caption {
  font-size: 16px !important;
}

.portlet > .portlet-title > .caption > i {
  font-size: 15px !important;
  margin-top: 3px !important;
}

.input-daterange input.form-control:last-child {
  border-radius: 0 3px 3px 0 !important;
}

.input-daterange .between {
  padding: 0 5px 0 5px;
}
.showCkeTop {
  display: block !important;
}

.search-r {
  border-right: 1px solid #ddd;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.pagination .active > a, .pagination .active > a:hover {
  background-color: #43bd9c !important;
  color: #fff !important;
}

.control-label {
  color: #303d50 !important;
}

/*.popover {
  font-size: 12px;
  font-family: "Roboto Condensed";
}*/

table.layout-table {
  background-color: transparent !important;
  border: none;
}

table.layout-table th, table.layout-table td {
  border: none;
  color: #fff !important;
}

table.layout-table-th thead:first-child tr th{
  font-weight: 700;
  font-size: 11px !important;
  text-transform: uppercase;
  background: #00bcff;
  padding-left: 10px;
  color: #fff !important;
  border: none;
}

.layout .dataTables_wrapper {
  color: #fff;
}

.layout .dataTables_paginate .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #fff;
  background-color: transparent;
}

.layout .dataTables_paginate .pagination > li > a, .pagination > li > span, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #00BCFF;
  background-color: transparent;
}

.layout .dataTables_paginate .pagination .active > a, .pagination .active > a:hover {
  background-color: #00BCFF !important;
}

.layout .table-scrollable {
  border: none;  
}

table.layout-table thead:first-child tr:last-child th.sorting{
  background: #00bcff url("/assets/core/plugins/datatables/media/images/sort_both_layout.png") no-repeat scroll right center !important;
}

table.layout-table thead:first-child .sorting_asc {
  background: #00bcff url("/assets/core/plugins/datatables/media/images/sort_asc_layout.png") no-repeat scroll right center !important;  
}
table.layout-table thead:first-child .sorting_desc {
  background: #00bcff url("/assets/core/plugins/datatables/media/images/sort_desc_layout.png") no-repeat scroll right center !important;  
}
table.layout-table thead:first-child th.sorting_disabled {
  background: #00bcff no-repeat scroll right center !important;  
}
table.layout-table thead:first-child th:hover {
  background-color: #46bce6 !important;
}

table.layout-table-light tbody tr:hover {
  background-color: #00bcff !important;
  cursor: pointer;
}

table.layout-table tbody tr.selected, table.layout-table-light tbody tr.selected {
  background-color: #00bcff !important;
}

.layout-table > tbody > tr:nth-of-type(2n+1) {
  background-color: #6e6e6c;
}

.layout-table-light > tbody > tr:nth-of-type(2n) {
  background-color: #fafafa;
}

.layout-table-light > tbody > tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}

.table {
  margin: 0px 0 10px 0;
}



/*custom tab*/
.taxes-tab-div {
  /*background: #fff;*/
  z-index: 2;
}
.taxes-tab-div .taxes-tab-nav {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  margin-bottom: 0;
}
.taxes-tab-div .custom-tab-content {
  background: #fff;
}
.taxes-tab-nav > li > a, .taxes-tab-nav> li > a:focus {
  background: #e8e8e9;
  color: #666666;
  border-radius: 0;
  padding: 6px 8px !important;
  text-transform: uppercase;
  border: 1px solid #d6d6d6;
  font-size: 12px;
}
.taxes-tab-nav > li.active > a, 
.taxes-tab-nav > li.active > a:hover, 
.taxes-tab-nav > li.active > a:focus {
  padding: 6px 8px !important;
  background: #fff;
  color: #385dae;
  text-transform: uppercase;
  border-top: 2px solid #00bcff !important;
}

.search-field-title{text-transform:uppercase;display:block;margin:10px;color:#333333;font-family:"PT Sans Narrow" !important;font-size:18px !important}.search-field-title .numbering{color:#0384ce}.popover{font-family:"PT Sans Narrow" !important;font-size:13px !important}

.btn-sm, .btn-xs {
  margin-right: 5px;
}

.select2-drop, .ui-dialog {
  z-index: 10060 !important;
}

input[type="checkbox"], input[type="radio"] {
  cursor: pointer !important;
}

div.tagsinput {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nested-content-action {
  margin-top: -3px;
}
.nested-content-action .btn {
  padding: 1px 3px;
  margin: 0;
}
.has-error .select2-container,
.has-error .tagsinput {
  border-color: #ebccd1 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-error .select2-container,
.has-error .tagsinput:focus {
  border-color: #dca7b0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.comment-ip {
  color: #b2bfd2;
  padding-right: 8px;
}
.comment-date {
  color: #fd3e0a !important;
  font-weight: bold !important;
}
.todo-comment-btn {
  margin-right: 15px;
}
.todo-comment-btn {
  color: #fff !important;
}
.form-group .checker {
  padding-top: 9px;
  margin-left: -2px;
}
#deleteWarnModal {
  z-index: 100000;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
  float: left;
  margin: 15px 10px 0 0;
}
.page-header.navbar .page-logo {
  width: 240px;
}
.page-header.navbar .page-logo {
  background: #0eaaa6 !important;
/*  padding: 0 3px !important;*/
}
.page-logo .platform-logo {
  margin: 15px 0 0 0 !important;
  width: 100%;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  font-size: 12px;
}