.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
  #toolbar {
    padding: 4px;
    display: inline-block;
  }
    .ui-autocomplete {
        max-height: 100px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
    #mat .ui-tabs-nav .ui-icon {
      display: inline-block;
    }
    .center {
        margin-left: auto;
        margin-right: auto;
        width: 10%;
    }
    #overlay {
        display: block;
        background-color: black;
        position: fixed;
        left:0;
        top:0;
        height:100%;
        width:100%;
        opacity: 1; /* also -moz-opacity, etc. */
    }
    #tabs { margin-top: 1em; }
  #tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
  #add_tab { cursor: pointer; }
    #overlay_center {
        background-color: #ffffff;
        opacity: 1;
        display: block;
        position: fixed;
        left:50%;
        top:50%;
        width: 220px;
        height: 140px;
        margin: -50px 0 0 -50px;
    }
    .main-window-bg{

}
  /* support: IE7 */
  *+html #toolbar {
    display: inline;
  }
  .ui-progressbar {
    position: relative;
  }
  .progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.nav-tabs > li {
    position:relative;
    
}
.nav-tabs > li > a {
    display:inline-block;
    padding-right: 20px;
}

.nav-tabs > li > span {
    cursor:pointer;
    position:absolute;
    right: 10px;
    top: 14px;
    color: black;
    font-weight: bold;
}
.nav-tabs > li:hover > span {
    display: inline-block;
    color: red;
}
.table-striped > tbody > tr:hover {
    background-color: #cef4a0;
}

.table-striped > tbody > tr.selected td {
    background-color: #cef4a0;
}
.selected td {
    background-color: #cef4a0 !important;
}
.table-striped > tbody > tr {
    cursor:pointer;
}
.table-striped > tbody > td {
    cursor:pointer;
}
.wait {
    cursor:wait;
}

      * {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0; padding: 0;
      }

      ::-webkit-scrollbar {
        -webkit-appearance:none;
        width:12px;
		height: 12px;
        background-color:#f0f0f0;
      }

      ::-webkit-scrollbar-thumb {
        border-radius:12px;
        border:4px solid rgba(255,255,255,0);
        background-clip:content-box;
        background-color:#589311;
      }
      ::-webkit-scrollbar-thumb:hover {
        border-radius:12px;
        border:4px solid rgba(255,255,255,0);
        background-clip:content-box;
        background-color:#bbf07b;
      }

      ::-webkit-scrollbar-corner {
        background-color:#e6e6e6;
      }
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
	.login-button {
		-webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,1);
		box-shadow: 0px 0px 14px 3px rgba(0,0,0,1);
	}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog-full {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.modal-content-full {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
}

	.modal2 {
    display: block; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(255,255,255); 
}
.modal-content2 {

    margin: auto; 
    padding: 20px;

    max-width: 450px;
	min-width: 225px;
	width: auto;
}

.footer {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(206, 244, 160);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 4px;
}
.headerImage {
  float: left;
  max-height: 400px;
  max-width: 300px;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
video {

    width:100%;
    height: auto;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .6em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.radio label input[type="radio"] {
  display: none;
}

.radio label input[type="radio"]+.cr>.cr-icon {
  opacity: 0;
}

.radio label input[type="radio"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.radio label input[type="radio"]:disabled+.cr {
  opacity: .5;
}

.dot {
  margin-top: -5px;
  margin-left: 1px;
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  border: 3px solid #f1f1f1;
  z-index: 20000;
}
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 280px;
  z-index: 20000;
}
.form-container {
  width: 100%;
  padding: 10px;
  background-color: white;
  z-index: 2000;
}
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}
.form-container .cancel {
  background-color: red;
  width: 100px;
}
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  border: 3px solid #bff182;
  z-index: 20001;
  width: calc(100% - 28px);
}
.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.container.zlecenie {
    padding:5px;
}

.z-max {
    z-index: 1000000 !important;
}
.z-ovmax {
    z-index: 9999990 !important;
}
.container.inbox {
    padding:5px;
}
.selected {
    border-width: 6px 6px 12px 6px !important;
    border-color: rgba(0,0,0,0.5) !important;
    box-shadow: 0 9px 3px rgba(0,0,0,0.4) !important;
}
.miniFont {
	font: 10px Arial, Sans-serif;
	font-style: italic;
	padding: 4px;
}
.selectedPanel {
    background-color: rgba(0,0,0,0.5) !important;
    color: #fff !important;
}
.selectedPanelBorder {
    border-color: #6a6a6a !important;
}

