﻿    *{
	padding: 0;
	margin: 0;
}
@font-face
{
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('/Content/latoregular.woff2') format('woff2'), url('/Content/latoregular.woff') format('woff'), url('/Content/latoregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body {
    margin: auto;
    height: auto;
    min-width: 320px;
    color: #333;
    position: relative;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    /*line-height: 32px;*/
    overflow-x: hidden;
    /*background-color: #f0e9e2;*/
    background-color: #ffffff;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover
{
    /*color: #ff9000;*/
   text-decoration: none;
}

a.submenu
{
    color: #ff9000;
   text-decoration: none;
}


.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -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);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

.img-product {
    width: 100%;
  height: auto;
}

.ui-dialog .ui-dialog-titlebar
{
    padding: 0;
}
.ui-dialog .ui-dialog-content
{
    padding: 0;
}

.ui-widget-header {
    background: #D69133/*{bgColorHeader}; url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/ !important; 
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #D69133 /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/ !important;
    color: #FFF /*{fcDefault}*/ !important;
}


@media (min-width: 480px){
    .karkas-menu {
        width: 460px;
        margin:auto;
    }
    .container {
        width: 460px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 460px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 12px;
        line-height: 20px;
        color: #333!important;        
    }
.table-form-group {
    margin: 1px;
    padding: 1px;
}
.table-form-title {
	border-radius: 0px 0px 0px 0px;
	background-color: #f0f0f0;
	padding: 1px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .75em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px;
}
.table-form-input{
		width: 95%;
		margin: 1px 0px 1px 1px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 2px;
        font-size: 10px;
}
}
.table-form-input:enabled {
  background: #ffffff;
}

.table-form-input:disabled {
  background: #f4b350;
  color: orangered;
}

@media (min-width: 768px) {
    .karkas-menu {
        width: 760px;
        margin:auto;
    }
    .container {
        width: 760px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 760px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 12px;
        line-height: 20px;
        color: #333!important;
    }

    .form-custom .control-label
    { text-align: right }

    .form-custom .form-group [class*="col-"] .form-group [class*="col-"]:not(:last-child)
    { margin-bottom: 0 }

    ul#main-menu  li a{
        padding: 13px 14px;
    }

  #main-menu:before {
    display: none;
  }

  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
.table-form-group {
    margin: 1px;
    padding: 1px;
}
.table-form-title {
	border-radius: 0px 0px 0px 0px;
	background-color: #f0f0f0;
	padding: 1px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .75em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px;
}
.table-form-input{
		width: 95%;
		margin: 1px 0px 1px 1px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 2px;
        font-size: 10px;
}
}

@media (min-width: 992px) {
    .karkas-menu {
        width: 990px;
        margin:auto;
    }
    .container {
        width: 990px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 990px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 14px;
        line-height: 20px;
        color: #333!important;
    }
.table-form-group {
    margin: 1px;
    padding: 1px;
}
.table-form-title {
	border-radius: 3px 3px 0px 0px;
	background-color: #f0f0f0;
	padding: 4px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .75em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px;
}
.table-form-input{
		width: 95%;
		margin: 1px 0px 1px 1px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 2px;
        font-size: 10px;
}
}

@media (min-width: 1200px) {
    .karkas-menu {
        width: 1200px;
        margin:auto;
    }
    .container {
        width: 1200px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 1190px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 15px;
        line-height: 22px;
        color: #333!important;
    }
.table-form-group {
    margin: 1px;
    padding: 3px;
}
.table-form-title {
	border-radius: 3px 3px 0px 0px;
	background-color: #f0f0f0;
	padding: 4px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .9em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 20px;
}
.table-form-input{
		width: 95%;
		margin: 2px 0px 2px 2px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;
}
}

@media (min-width: 1400px) {
    .karkas-menu {
        width: 1400px;
        margin:auto;
    }
    .container {
        width: 1400px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 1390px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 16px;
        line-height: 24px;
        color: #333!important;
    }
.table-form-group {
    margin: 1px;
    padding: 3px;
}
.table-form-title {
	border-radius: 3px 3px 0px 0px;
	background-color: #f0f0f0;
	padding: 4px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .9em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 20px;
}
.table-form-input{
		width: 95%;
		margin: 2px 0px 2px 2px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;
}
}

@media (min-width: 1600px) {
    .karkas-menu {
        width: 1600px;
        margin:auto;
    }
    .container {
        width: 1600px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 1590px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 20px;
        line-height: 32px;
        color: #333!important;
    }
.table-form-group {
    margin: 1px;
    padding: 3px;
}
.table-form-title {
	border-radius: 3px 3px 0px 0px;
	background-color: #f0f0f0;
	padding: 4px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .9em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 20px;
}
.table-form-input{
		width: 95%;
		margin: 2px 0px 2px 2px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;
}
}

@media (min-width: 1900px) {
    .karkas-menu {
        width: 1900px;
        margin:auto;
    }
    .container {
        width: 1900px;
        margin:auto;
    }
    .reportData .table-report-title .table-report-data{
        width: 1890px;
        margin:auto;
    }
    .product-info {
        width: 68%;
        margin: auto;
        float: left;
    }
    .product-photo {
        width: 30%;
        margin: auto;
        float: right;
    }
    .reportTitle
    {
        font-size: 20px;
        line-height: 32px;
        color: #333!important;
    }
.table-form-group {
    margin: 1px;
    padding: 3px;
}
.table-form-title {
	border-radius: 3px 3px 0px 0px;
	background-color: #f0f0f0;
	padding: 4px;
	border: 1px solid black;
}
.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .9em;
}
.btn-usual {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
}
.btn-usual-dialog {
    font-family: Rubik,Arial,Helvetica,sans-serif;
    background-color: #00af18;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    display: inline-flex;
    transition: .3s ease;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 20px;
}
.table-form-input{
		width: 95%;
		margin: 2px 0px 2px 2px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;
}
}

.karkas {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}



.col1 {
    background: #5C7080;
}

.col2 {
    background: #6BC0FF;
}

div .mainTitle h2{
        font-family: Tahoma, sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: #5cb460;
}

div .mainTitle h4 {
    float: left;
        font-family: Tahoma, sans-serif;
        font-size: 18px;
        color: #8d959a;
}
div .mainTitle h5 {
    float: left;
        font-family: Tahoma, sans-serif;
        font-size: 16px;
        color: #8d959a;
}

div .mainTitle ul {
        list-style: none;
}
div .mainTitle ul li {
    float: left;
	padding: 8px 15px;
}


/*jtable reports decoration*/
div.jtablesReports div.jtables div.jtable-main-container div.jtable-title{
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: relative;
  line-height: 34px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  border: 1px solid;
  font-size: 18px;
  /*font-family: Verdana, sans-serif;*/
}

div.jtablesReports div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
  display: inline-block;
  font-size: 13px;
  /*font-family: Verdana, sans-serif;*/
}

div.jtablesReports div.jtable-main-container table.jtable tr.jtable-data-row {
  font-size: 13px;
  /*font-family: Verdana, sans-serif;*/
}
/*jtable reports decoration*/


@media (max-width:699px) { 
	.form-custom .control-label {
	    width: 100%;
	    text-align: left;
	}
	.form-custom .payment-inputs { width: 100% }
	.form-custom .submit-form { margin-left: 0 }
}

.form-custom .form-group [class*="col-"] .form-group [class*="col-"] {
    padding-left: 1%;
    padding-right: 1%;
}
.form-custom .form-group [class*="col-"] .form-group {
    margin-left: -1%;
    margin-right: -1%;
}
.form-custom .form-group [class*="col-"] .form-group [class*="col-"]:not(:last-child) { margin-bottom: 5px }


.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

input[type=text]:enabled {
  background: #ffffff;
}

input[type=text]:disabled {
  background: #f4b350;
  color: orangered;
}


.jtables{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
    border-radius: 3px;
    }

/* ADDED BY ME for menu decoration */
.topmenu
{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.menuitem
{
    flex-grow: 1;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    outline: 0!important;

    background-repeat: no-repeat;
}
li .menuitem {
    color: #ff9000;
    
}


.main-nav {
  background: #3092c0;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
  background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
  background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1024px) {
  #main-menu {
    float: none;
    clear: none;
  }

  ul#main-menu  li a{
        padding: 13px 14px;
    }
  
}


/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #2e8cb8;
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}




/* IGNORE: Unrelated generic demo styles */



.demo-text {
  margin: 3em 22px;
}

.demo-text p {
  margin-bottom: 1em;
}

.demo-text a {
  color: #999;
}

/*custom table decoration*/
div.reportDataLong{
    width: 1800px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
div.reportData{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
div.table-report-title {
    text-shadow: 0 1px 0 #666666;
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin: 0;
        box-sizing: border-box;
        border-radius: 3px 3px 0 0;
    position: relative;
    line-height: 34px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    border: 1px solid;
        position: relative;
    text-align: left;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    background: linear-gradient(to bottom, #72eb65 0%, #1e9d0d 100%);
    border-color: #167509;
    font-weight: 400;
}
.table-report-data{
    width: 100%;
}
.table-report-data thead{
    display: table-header-group;
    vertical-align: middle;
    background-color: #ececec;
    border-color: black;
}
th.table-report-header {
    padding: 4px 3px 4px 6px;
    border-right: 1px solid #C8C8C8;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    display: table-cell;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #C8C8C8;
        border-spacing: 2px;
    border-color: grey;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    color: #222;
    width: 16.67%;
    margin: 2px;
}
tr.table-report-row {
    padding: 2px;
    background: #f8f8f8;
    height: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #C8C8C8;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: 400;
    color: #222;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
td.table-report-cell {
    padding: 3px;
    margin: 5px;
}

/*jtable with many columns*/
div.jtable-many-columns {
        font-size: 10px;
    font-weight: 400;
}


/* стиль для форм заказа */
input::-webkit-input-placeholder {
color: #f4b350;
/*color: #e87e04;*/  
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #f4b350;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #f4b350;  
}
 
input:-ms-input-placeholder {  
color: #f4b350;  
}
.table-form {
	align: center;
	width: 100%;
	margin-left: auto;
}


.table-form tbody {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


.table-form-input-lable {
	width: 33%;
	padding: 2px;
}
.table-form-checkbox-lable {
	width: 75%;
	padding: 2px;
}

.table-form-input-with-button{
		width: 90%;
		margin: 2px 0px 2px 2px;
		height: 26px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;
}

.table-form-button-with-input{
		width: 7%;
}

.table-form-input-50{
		width: 45%;
		margin: 2px 0px 2px 2px;
		height: 26px;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;
}


.table-form-textarea{
		width: 95%;
		margin: 2px 0px 2px 2px;
		resize: none;
        color: #1E824C;
        border: 1px solid black;
        padding-left: 3px;
        font-size: 13px;        
}

.table-form-input-error{
        border: 2px solid red;
        color: orangered;
}

.table-form-chose-input {
	margin: 1px 0px 0px -30px;
	width: 25px;
	height: 25px;
	position: absolute;
    border: 1px solid black;
}

button.table-form-chose-input {
	margin: 0 0px 0px -0.5%;
	width: 26px;
	height: 26px;
	position: absolute;
    border: 1px solid black;
}
button.ui-widget{
        font-size: 1.0em/*{fsDefault}*/;
}
button.ui-button-text-only .ui-button-text{
    padding: 0;
}

/*autocmplete change font-size*/
.ui-autocomplete.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 13px;
}

.coundown-lable {
    flex-grow:1;
  font-family: Verdana,Arial,sans-serif;
  padding: 0px;
  font-size: 10px;
  color: #1E824C;
  /*margin-top: 1%;
  margin-left: 10%;*/
}
.company-lable {
    flex-grow:2;
  font-family: Verdana,Arial,sans-serif;
  padding: 0px;
  font-size: 10px;
  color: #1E824C;
  /*margin-top: 10%;
  margin-left: 10%;*/
}

/*таблица с большим количеством столбцов*/
div.big-table table.jtable{
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2em;
    color: #222;
}

.emailpicker {}

.input-file { position: relative; margin: 60px 60px 0 } /* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon { border: 0px; padding: 0px; }
.input-file .input-group-addon .btn { border-radius: 0 4px 4px 0 }
.input-file .input-group-addon input { cursor: pointer; position:absolute; width: 72px; z-index:2;top:0;right:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0; background-color:transparent; color:transparent; }

.circular {
margin: auto;
width: 30px;
height: 30px;

}
.circular img {
    border-radius: 50%;
  
  width: 30px;
  height: 30px;
  
}

/* Carousel */
.carousel-item {
  border: 1px solid black;
  background: #EEEEEE;
  /*font-size: 23px;*/
  /*padding: 100px 20px;*/
  text-align: center;
  box-sizing: border-box;
  cursor: grab;
  position: relative;
  height: 230px;
  overflow-wrap: break-word;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

/* Сам маркер
Здесь body в начале, чтобы заменить стили, которые указаны в самом плагине */
.carousel-3 .owl-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: blue;
  margin: 0 3px;
}

/* Активный маркер */
.carousel-3 .owl-carousel button.owl-dot.active {
  background: orange;
}

.carousel-nav .owl-nav {
  text-align: center;
  margin-top: 10px;
}

.carousel-nav .owl-nav button.owl-next,
.carousel-nav .owl-nav button.owl-prev {
  color: blue;
}

.carousel-nav .owl-nav button.disabled {
  color: black;
  opacity: .5;
}

.owl-next {
  margin-left: 20px;
}

/*проверка паролей*/
.Short {  
    width: 100%;  
    background-color: #dc3545;  
    margin-top: 5px;  
    height: 3px;  
    color: #dc3545;  
    font-weight: 500;  
    font-size: 12px;  
}  
.Weak {  
    width: 100%;  
    background-color: #ffc107;  
    margin-top: 5px;  
    height: 3px;  
    color: #ffc107;  
    font-weight: 500;  
    font-size: 12px;  
}  
.Good {  
    width: 100%;  
    background-color: #28a745;  
    margin-top: 5px;  
    height: 3px;  
    color: #28a745;  
    font-weight: 500;  
    font-size: 12px;  
}  
.Strong {  
    width: 100%;  
    background-color: #d39e00;  
    margin-top: 5px;  
    height: 3px;  
    color: #d39e00;  
    font-weight: 500;  
    font-size: 12px;  
}  
/*проверка паролей*/

/* new site design*/
.btn-success {
    background-color: #ff9c1a;
    border-color: #3b0d11;
}

.btn-success:hover {
    background-color: #ff9900;
    border-color: #261447;
}

.btn-success:focus, .btn-success.focus {
    background-color: #8CC084;
    border-color: #261447;
}

.btn-success.disabled, .btn-success[disabled], .btn-success.disabled:hover, .btn-success[disabled]:hover
{
    background-color: #FDD094;
    border-color: #3b0d11;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button
{
    background-color: #00af18;
    border-color: #261447;
    color: #fff;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-button:hover
{
    background-color: #02d61f;
    border-color: #000000;
}

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active 
{

}


.btn-usual:hover {
    background-color: #02d61f;
    box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
}


div.pointer       { cursor: pointer; color:blue; }

/*2023-06-29 в таблица что бы влезали названия в столбцы*/
div.jtable-main-container table.jtable thead th {
    font-size: 9px;
    font-weight: 900;
}

div.jtable-main-container table.jtable thead th.jtable-column-header span.jtable-column-header-text {
    margin-top: 1px
}