th {
  font-size: 10px;
}

.page-content-container{
  width: 100%;
  margin: 0 auto;
}

.form-content{
  padding-top:5px;
  width: 98%;
  margin: 0 auto;
}

.title-bar {
  height:23px;
  text-transform: uppercase;
  font-size: 11px;
}
.title-bar .title {
  font-size:16px;
}
.title-bar .label{
  font-size: 11px;
}

.nav-tabs>li>a,  .control-label{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
}

.nav-tabs > li {
  margin-bottom: -2px;
}

.tabdrop > li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal; 
}

.dropdown-menu>li>a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal; 
}

.row>h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; 
}
.list-group-item-heading{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; 
}

.zebra-mobile {
  background: #f8f8f8;
}

.btn {
  text-transform: uppercase;
  font-size: 11px;
}

.form-subtitle{
  padding-top: 20px;
  margin-bottom: 22px;  
  font-size: 10px;
  height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  /*color: #337ab7;*/
  /*-moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  ms-border-radius: 3px 3px 3px 3px;*/
}

.article_sub_title{
  font-size:14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #dbdbdb;
  margin-top:5px;
  margin-bottom:5px;
}

.article_container {
  margin:5px; 
}

.article_image{
  width:100%;
  margin: 0 auto;
}

.input {
  font-size:13px;
}
.select {
  font-size:13px;
}

.control-label {
    font-size: 10px;
    font-weight: bold;
}

.form-layout-table{
  width:100%;
}
/*.form-layout-table tr td{
  line-height: 30px;
}*/

.form-label-table{
    width: 100%;
}

.table-label {
  width:100%;
  margin: 3px;
  padding: 3px;
  
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  ms-border-radius: 3px 3px 3px 3px;
}

.td-label {
    width:140px;
    text-align: right;
}
.td-label label {
    text-align: right;
    padding-right:10px;
}

.td-input {
    width:280px;
}
.td-input-text{
  margin: 8px;
  text-align: center;
  margin-top:10px;
  font-size: 14px;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.table_wrapper {
  overflow:auto;
  /*overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;*/
}

/*.table_wrapper::-webkit-scrollbar{
  width: 0 !important;
}*/

.footnav_container {
  margin: 0;
  padding: 0;
}

.footnav_button{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #f2f2f2;
}

.footnav_button_default{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #646464; 
  color: #f2f2f2;
}

.footnav_button_primary{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #428bca; 
  color: #f2f2f2;
}

.footnav_button_success{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #5cb85c; 
  color: #f2f2f2;
}

.footnav_button_warning{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #EA9D3E; 
  color: #f2f2f2;
}

.footnav_button_danger{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #d9534f; 
  color: #f2f2f2;
}


.footnav_button_info{ 
  width: 80px;
  float: left;
  border-right: 1px solid #cccccc;
  height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #5bc0de;
  color: #f2f2f2;
}

.footnav_bullet {
  float:right; 
  line-height:12px; 
  font-size:9px; 
  background-color: #cccccc; 
  color:#282828;
  padding: 2px;
}

.footnav_icon {
    font-size: 40px; 
    color:#f2f2f2;
    margin-top:5px;
}

.footnav_text {
  font-size:11px;
}

.float-button-container-outer {
  width: 100%;
  padding-right:20px;
}

.float-button-container {
  width: 100%; 
  margin: 10px;
  padding: 0;
  /*border: 1px solid #dbdbdb;
  border-radius: 3px 3px 3px 3px; */
}

.container .title {
  padding: 4px;
  background: #ffffff;
  height:23px;
  font-size: 12px;
  text-transform: uppercase;
}

.float-button{
  width:80px;
  margin:10px;
  height: 70px;
  cursor:pointer;
  font-size:10px;
  border: 1px solid #dbdbdb;
  border-radius: 3px 3px 3px 3px; 
}

@media (min-width: 992px) {
  .float-button {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .float-button {
    float:left;
  }
}


.a-slide-panel-1 {
    position: absolute;
    top: 160px;
    left:0px;
    width:280px;
    height:300px;
    padding:10px;
    background:#eee;
    margin-left:-280px;
    z-index:99;
}
.a-slide-opener-1 {
    float:right;
    width:40px;
    margin:-10px -50px 0px 0px;
    border-radius:0;
}

.a-slide-panel-2 {
    position: absolute;
    top: 160px;
    left:0px;
    width:280px;
    height:300px;
    padding:10px;
    background:#eee;
    margin-left:-280px;
    z-index:99;
}
.a-slide-opener-2 {
    float:right;
    width:40px;
    margin:30px -50px 0px 0px;
    border-radius:0;
}


.float-button-container (max-height: 10px) > .float-button{
    float: left;
  }

.m-signature-pad {
    position: relative;
    font-size: 10px;
    width: 100%;
    height: 160px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.m-signature-pad--body {
    position: relative;
    width:100%;
    height: 150px;
    border: 1px solid #f4f4f4;
}
.m-signature-pad--body
canvas {
    position: relative;
    width: 100%;
    height: 150px;
}

.dashboard_menu_icon {
    font-size:20px; 
    color:#282828;
}

.dashboard_icon {
    font-size:45px; 
    /*color:#282828;*/
}

.greyed{
  background-color: #EDEDED;
  color: #666666;
}

.changed_record {
  background-color: #F0FFBD;
}

.shadow_record {
  background-color: #EBEBEB;
}


.building-box {
  display:inline-block !important;
  position:relative !important; 
  width: 100px;
  height: 100px;
  margin: 5px;
  padding-top: 20px;
  border: 1px solid #cccccc;
  border-radius:5px;
  text-align: center;
  cursor: pointer;
}

.overlay{
  width:100%;
  height:100%;
  display:none;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  padding:5px;
}

.building-box:hover .overlay {
  display:block;
  background-color:#f6f6f6;
  opacity:0.8;
  border-radius:5px;
}

.overlay i {
  display:block;
  opacity:1.0;
  color: black;
  z-index: -1; 
  position:inherit;
  right: 2px;
}

.ogadget-box {
  display:inline-block !important;
  position:relative !important; 
  width: 200px;
  height: 120px;
  margin: 5px;
  padding-top: 20px;
  border: 1px solid #cccccc;
  border-radius:5px;
  text-align: center;
  cursor: pointer;
}
.ogadget-box:hover .overlay {
  display:block;
  background-color:#f6f6f6;
  opacity:0.8;
  border-radius:5px;
}

.gadget-box {
  display:inline-block !important;
  position:relative !important; 
  width: 200px;
  height: 100px;
  margin: 5px;
  margin-top: 20px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
}
.group_image{
  position: relative;
  width:100%;
}
.group_image_title{
  position: absolute; 
  top: 10px; 
  left: 10px; 
  width: 90%;
}
.group_image_button_container{
  position: absolute; 
  top: 60px; 
  left: 0; 
  width:100%;
  margin-left: 10px;
}
.group_image_button{
  font-size: 12px;
}
/*
.navbar, .navbar-responsive-collapse {
    position: static;
    z-index: 1001;
}*/


.btn-minus{
  margin-top:3px;
  padding:0;
  width:40px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  background: #DFDFDF;
  border-color: #cccccc;
}

.btn-plus{
  margin-top:3px;
  padding:0;
  width:40px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  background: #DFDFDF;
  border-color: #cccccc;
}
.btn-count-lead{
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-count{
  font-size: 14px;
  font-weight: bold;
  padding-left:20px;
  padding-right:20px;
  text-align: center;
  border: 1px solid #dbdbdb;
}

div.mce-tinymce {
  z-index: 9000;
}

div.mce-fullscreen {
  z-index: 9500;
}



.file-flip {
  
  position: absolute; top: 0px; bottom: 20px; left: 0px; width:50px;
  
  

  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  ms-border-radius: 3px 0px 0px 3px;

}
/*
background: red;
*/


.input-suggest {
  border-bottom: 1px solid #64bafc;
  margin-bottom: 2px;
}


.alert-purple {
  color: #57556E;
  background-color: #DADAFE;
  border-color: #9A96C5;
}

.alert-orange {
  color: #C9A23D;
  background-color: #FEECB6;
  border-color: #FDE48B;
}

.alert-button {
  color: #cccccc;
  background-color: #fefefe;
  border-color: #f1f1f1;
}

.alert-button:hover {
  color: #666666;
  background-color: #fefefe;
  border-color: #f1f1f1;
}

.alert-default{
  color: #282828;
  background-color: #FFFFFF;
  border-color: #f1f1f1;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



.addon-primary {
  background-color: #428bca;
  border: 1px solid #3978B0;
  color: #FFFFFF;
}

.addon-success {
  background-color: #5cb85c;
  border: 1px solid #53A752;
  color: #FFFFFF;
}

.addon-warning {
  background-color: #f0ad4e;
  border: 1px solid #DE9F47;
  color: #FFFFFF;
}

.addon-danger {
  background-color: #d9534f;
  border: 1px solid #BC4743;
  color: #FFFFFF;
}

.addon-white {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  color: #282828;
}

a.label-selected {
  background-color: #B8E3FE;
  /*color: #FFFFFF;*/
}
a.label-selected:hover {
  background-color: #B8E3FE;
  /*color: #FFFFFF;*/
}

a.label-action {
  background-color: #FFFFFF;
  /*color: #FFFFFF;*/
}
a.label-action:hover {
  background-color: #FFFFFF;
  /*color: #FFFFFF;*/
}


/*.navbar, .navbar-collapse.navbar-responsive-collapse.collapse.in {
    z-index: 9999;
}*/

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}


.panel.panel-horizontal {
    display:table;
    width:100%;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
    display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
    width: 10%;
    border:0;
    vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.panel.panel-horizontal > .panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

table td {
  text-overflow: hidden;
}


.mce-tinymce {
  z-index: 9500;
}
.navbar-inverse{
  z-index: 9100;  
  text-align: left;
}
.modal-dialog{
 z-index: 9500; 
}


.navbar-default .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/*.navbar-default .navbar-collapse {
  text-align: center;
}*/


.alert-primary{
  color:#fff;background-color:#337ab7;
  border-color:#337ab7}
}

/*.text_verify{
    color:black;
  }
  .logobar_image{
    height: 200px;
  }
*/
.logobar_image{
  max-height: 200px;
}

@media (max-width: 768px) {
  .text_verify{
    color:red;
  }
  .logobar_image{
    max-height: 100px;
  }
}


.stickySub {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;      
}

.stickySub2 {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;      
}

/* WEBSHOP PRODUCT CARD */

.product-card{
  height:380px;
  margin:3px;
  border: 0px solid #dbdbdb;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ws-img-container{
  height:200px;
}
.ws-product-number{
  font-size: 22px;
  font-weight:bold;
}
.ws-product-name{
  font-size: 16px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ws-product-price-stock{
  display: block;
  
}
.ws-product-price {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.ws-product-stock {
  float: right;
  font-size: 10px;
  margin-right: 10px;
  padding-top:6px;
}
.ws-product-shop{
  display: block;
  border: 0px solid red;
  line-height: 30px;
}
.ws-product-shop-minus{
  width:33%;
  float: left;
  text-align: center;
  border: 0px solid blue;
}
.ws-product-shop-count{
  width:34%;  
  text-align: center; 
  border: 0px solid green;
}
.ws-product-shop-plus{
  width:33%;
  float: right;
  text-align: center;
  border: 0px solid purple;
}
.dropdown-header{
  color:#B8E3FE;

}
.modal-backdrop, .modal-backdrop.in{
  z-index:9199;
}

fieldset.std_fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    border: 1px solid #dbdbdb;
    border-radius: 3px 3px 3px 3px; 
}

legend.std_legend {
    width:inherit;
    padding:0 10px;
    border-bottom:none;
    font-size:10px;
    text-transform: uppercase;
}
label.std_label{
    font-size:10px;
    text-transform: uppercase; 
}


.btn-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.btn-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
..dropdown-menu {
  z-index: 9199;
}
.mobile-list-title{
  font-size: 11px;
  font-weight:bold;
  text-transform: uppercase;
  padding:0px;
}

article {
  position: relative;
  z-index: 1;
  min-height:200px;
  float:right;
}

article::before {
  content: "";
  opacity: .4; 
  z-index: -1;
  background-image: url(../images/waterbg.jpg);
  background-size: 100%;  
}
.backgroundEditable {
  background: #F3F3F3;
}
.backgroundSaving {
  background: #9FE5FF;
}
.backgroundSaved {
  background: #B5FA8C;
}
.text-warning {
  color: #cc9941;
}