@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext,greek);
img, a, input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none !important; }
  img:hover, a:hover, input[type=checkbox]:checked:hover, input[type=radio]:checked:hover, input[type=checkbox]:focus:hover, input[type=radio]:focus:hover {
    text-decoration: none !important; }

*:focus {
  outline: 0 !important; }

img {
  border: 0;
  -webkit-backface-visibility: hidden; }

body {
  font-family: 'Roboto', sans-serif !important; }

.main-contant {
  background: #eeeeee; }

.ramkaWebgl {
  z-index: 0; }

.aside-btn .nav-tabs li a {
  color: #8c8d8d;
  transition: all .3s; }
.aside-btn .nav-tabs li.active a {
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
  color: white; }

.tabingbg {
  box-shadow: inset 0px -5px 5px -5px rgba(0, 0, 0, 0.5); }

.contant-tabing .nav-tabs {
  padding-top: 7px;
  background: #58595a !important; }
  .contant-tabing .nav-tabs li {
    margin-bottom: 0;
    background: none; }
    .contant-tabing .nav-tabs li.active a {
      background: #eeeeee !important;
      color: #5a5a5b; }
      .contant-tabing .nav-tabs li.active a:hover, .contant-tabing .nav-tabs li.active a:focus {
        background: #eeeeee !important;
        color: #5a5a5b; }
    .contant-tabing .nav-tabs li a {
      transition: background .3s;
      padding: 4px 30px; }

.menuRoz {
  top: 350px;
  left: 10px; }

.menu-icons li {
  background: none;
  border-radius: 0;
  border: 1px solid black;
  transition: background .3s;
  width: 70px;
  color: black !important; }
  .menu-icons li:hover {
    background: rgba(255, 255, 255, 0.5); }
  .menu-icons li div {
    color: black !important; }
.menu-icons a {
  text-decoration: none !important; }
.menu-icons .menuPrzycisk {
  top: 280px;
  left: 10px; }

.ikona, .ikona-tekst {
  font-size: 24px !important;
  color: black !important; }

.przyciskResults {
  position: fixed;
  top: 191px;
  right: 0;
  background: #2e2f31;
  border: none;
  width: auto;
  height: 28px;
  line-height: 28px;
  opacity: .5;
  padding: 0 30px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer; }
  .przyciskResults span {
    color: #808081; }
  .przyciskResults.open {
    opacity: 1; }
    .przyciskResults.open span {
      transform: scaleX(-1); }

.przyciskObjects {
  top: 191px;
  right: 0;
  background: #2e2f31;
  border: none;
  width: auto;
  height: 28px;
  opacity: .5; }
  .przyciskObjects.open {
    opacity: 1; }
  .przyciskObjects #objectsTab {
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 30px; }
    .przyciskObjects #objectsTab:hover {
      text-decoration: none; }
    .przyciskObjects #objectsTab font {
      color: white !important; }

.results-table {
  max-height:400px;
  display: none;
  position: fixed; }
  .results-table.open {
    display: block; }
  .results-table .sidebar-panel {
    padding-bottom: 0; }

.object-table {
  //max-height: 500px;
  max-height: 467px;
  overflow-y: auto; }
  .object-table .sidebar-panel {
    padding-bottom: 0px; }

.object-table, .results-table {
  top: 219px;
  //bottom: initial;
  bottom: 41px;
  right: 0;
  background: #2e2f31;
  border: none;
  border-radius: 0;
  padding: 10px 5px;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  width: 270px;
  z-index: 999; }
  .object-table .sidebar-panel, .results-table .sidebar-panel {
    border-radius: 3px;
    background: #252627;
    margin-bottom: 10px; }
    .object-table .sidebar-panel .panel-header, .results-table .sidebar-panel .panel-header {
      color: #808081;
      font-size: 12px;
      line-height: 30px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }
      .object-table .sidebar-panel .panel-header i, .results-table .sidebar-panel .panel-header i {
        display: inline-block !important;
        margin-left: 5px; }
      .object-table .sidebar-panel .panel-header.have-collapse, .results-table .sidebar-panel .panel-header.have-collapse {
        cursor: pointer; }
    .object-table .sidebar-panel .panel-content ul, .results-table .sidebar-panel .panel-content ul {
      border-top: 1px solid #58595a; }
      .object-table .sidebar-panel .panel-content ul li, .results-table .sidebar-panel .panel-content ul li {
        font-size: 12px;
        color: #eeeeee;
        height: 30px;
        padding: 5px 10px;
        //border-bottom: 1px solid #58595a; }
        .object-table .sidebar-panel .panel-content ul li.selected, .results-table .sidebar-panel .panel-content ul li.selected {
          color: #33a8f1;
          font-weight: 500; }
        .object-table .sidebar-panel .panel-content ul li a, .results-table .sidebar-panel .panel-content ul li a {
          float: right;
          margin-left: 5px;
          height: 20px;
          width: 20px;
          border-radius: 3px;
          color: #eeeeee;
          font-size: 12px;
          text-align: center;
          padding: 3px 0;
          text-decoration: none !important; }
          .object-table .sidebar-panel .panel-content ul li a.delete, .results-table .sidebar-panel .panel-content ul li a.delete {
            background: #f13333; }
          .object-table .sidebar-panel .panel-content ul li a.edit, .results-table .sidebar-panel .panel-content ul li a.edit {
            background: #33a8f1; }
    .object-table .sidebar-panel .panel-content.is-collapse, .results-table .sidebar-panel .panel-content.is-collapse {
      display: none;
      border-top: 1px solid #58595a;
      border-bottom: 1px solid #58595a;
      padding: 10px 15px 0; }
    .object-table .sidebar-panel .panel-content .panel-checkbox, .results-table .sidebar-panel .panel-content .panel-checkbox {
      display: inline-block;
      width: 33.33333333%;
      float: left;
      padding-bottom: 10px; }
      .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox {
        height: 25px; }
        .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span {
          display: inline-block;
          width: 10px;
          height: 25px;
          background: #0000ff;
          box-shadow: 0 0 5px black;
          margin-right: 8px; }
          .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.fx, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.fx {
            background: #4bacc6; }
          .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.fy, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.fy {
            background: #7fd13b; }
          .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.fz, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.fz {
            background: #ffcc00; }
          .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.mx, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.mx {
            background: #1f497d; }
          .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.my, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.my {
            background: #3f6c19; }
          .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.mz, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox span.mz {
            background: #c00000; }
        .object-table .sidebar-panel .panel-content .panel-checkbox .checkbox label, .results-table .sidebar-panel .panel-content .panel-checkbox .checkbox label {
          vertical-align: top;
          margin-top: 2px; }
    .object-table .sidebar-panel .panel-content .panel-scale, .results-table .sidebar-panel .panel-content .panel-scale {
      color: #808081;
      margin-bottom: 15px; }
      .object-table .sidebar-panel .panel-content .panel-scale a, .results-table .sidebar-panel .panel-content .panel-scale a {
        color: black;
        display: inline-block;
        margin-left: 5px;
        padding: 5px;
        background: #4d4d4e;
        border-radius: 3px;
        transition: background .3s; }
        .object-table .sidebar-panel .panel-content .panel-scale a:hover, .results-table .sidebar-panel .panel-content .panel-scale a:hover {
          background: white; }
    .object-table .sidebar-panel.open, .results-table .sidebar-panel.open {
      padding-bottom: 20px; }
      .object-table .sidebar-panel.open .is-collapse, .results-table .sidebar-panel.open .is-collapse {
        display: block !important; }
      .object-table .sidebar-panel.open .have-collapse i, .results-table .sidebar-panel.open .have-collapse i {
        transform: scaleY(-1); }

.modal {
  padding-top: 0px;	
  background: rgba(0, 0, 0, 0.3); }
  .modal .modal-dialog .modal-content {
    // border-radius: 0;
    // box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    // background: none #252627 !important; }
    .modal .modal-dialog .modal-content .section-image {
      margin-top: 20px; }
    .modal .modal-dialog .modal-content .form-group {
      margin-bottom: 10px; }
    .modal .modal-dialog .modal-content input, .modal .modal-dialog .modal-content select {
      border-radius: 0; }
    .modal .modal-dialog .modal-content .form-horizontal .control-label {
      font-size: 14px;
      text-align: left;
      padding: 0 15px;
      line-height: 22px; }
    .modal .modal-dialog .modal-content .form-pop {
      background-color: black;
      border: 1px solid #515151;
      border-radius: 0;
      box-shadow: none;
      color: #bfbfbf;
      font-size: 14px;
      height: 22px;
      line-height: 22px; }
      .modal .modal-dialog .modal-content .form-pop:focus {
        border-color: #33a8f1; }
    .modal .modal-dialog .modal-content .literka {
      font-size: 14px;
      text-align: left;
      padding: 0; }
  .modal .modal-dialog .modal-footer {
    padding: 15px 0; }
    .modal .modal-dialog .modal-footer .cancel-pop {
      margin: 0 !important;
      box-shadow: none;
      font-size: 14px;
      padding: 6px 16px;
      background-color: #060606;
      color: #7e7e7e; }
    .modal .modal-dialog .modal-footer .submit-pop {
      box-shadow: none;
      font-size: 14px;
      padding: 6px 16px;
      color: white !important;
      background-color: #33a8f1; }

#popoverSettingHiddenContent222 {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }
  #popoverSettingHiddenContent222 .off-white {
    position: absolute;
    top: 177px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 30px 35px;
    border: none;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    background: none #252627 !important;
    min-width: 510px; }
    #popoverSettingHiddenContent222 .off-white h4 {
      font-family: "Roboto",sans-serif;
      font-size: 28px;
      color: white;
      font-weight: 300;
      position: absolute;
      top: -50px;
      left: 0; }
    #popoverSettingHiddenContent222 .off-white #units {
      padding: 30px 0 !important; }
      #popoverSettingHiddenContent222 .off-white #units b {
        font-size: 18px !important;
        color: #808081 !important;
        letter-spacing: 2px;
        line-height: 1.42857;
        text-transform: uppercase;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 400; }
      #popoverSettingHiddenContent222 .off-white #units table select, #popoverSettingHiddenContent222 .off-white #units table input, #popoverSettingHiddenContent222 .off-white #units table .input-group-addon {
        border-radius: 0; }
      #popoverSettingHiddenContent222 .off-white #units table select, #popoverSettingHiddenContent222 .off-white #units table input {
        background-color: black !important;
        border: 1px solid #515151;
        border-radius: 0;
        box-shadow: none;
        color: #bfbfbf !important;
        font-size: 14px;
        height: 22px;
        line-height: 22px; }
        #popoverSettingHiddenContent222 .off-white #units table select:focus, #popoverSettingHiddenContent222 .off-white #units table input:focus {
          border-color: #33a8f1; }
      #popoverSettingHiddenContent222 .off-white #units table select {
        height: 22px; }
      #popoverSettingHiddenContent222 .off-white #units table tr td {
        padding: 5px 0;
        color: #bfbfbf !important; }
        #popoverSettingHiddenContent222 .off-white #units table tr td.ng-binding {
          text-align: left !important; }
        #popoverSettingHiddenContent222 .off-white #units table tr td b {
          font-size: 10px !important;
          color: #bfbfbf !important; }
      #popoverSettingHiddenContent222 .off-white #units table #for-dis, #popoverSettingHiddenContent222 .off-white #units table #str-dis {
        width: 100px !important; }
      #popoverSettingHiddenContent222 .off-white #units table #str-dim-uni, #popoverSettingHiddenContent222 .off-white #units table #sec-pro-uni, #popoverSettingHiddenContent222 .off-white #units table #dis-uni, #popoverSettingHiddenContent222 .off-white #units table #for-uni {
        width: 161px !important;
        margin-right: 15px; }
      #popoverSettingHiddenContent222 .off-white #units table #mom-uni1, #popoverSettingHiddenContent222 .off-white #units table #mom-uni2, #popoverSettingHiddenContent222 .off-white #units table #str-uni1, #popoverSettingHiddenContent222 .off-white #units table #str-uni2 {
        width: 73px !important; }
      #popoverSettingHiddenContent222 .off-white #units input[type=button] {
        box-shadow: none;
        font-size: 14px;
        padding: 6px 16px;
        border-radius: 3px;
        background-color: #33a8f1;
        color: white; }
        #popoverSettingHiddenContent222 .off-white #units input[type=button]:first-of-type {
          background-color: #060606;
          color: #7e7e7e; }

#analyze .coverbackground {
  background: rgba(0, 0, 0, 0.8); }
  #analyze .coverbackground .popover {
    padding: 0;
    border-radius: 0;
    background: none;
    background-image: none;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 360px;
    box-shadow: none; }
    #analyze .coverbackground .popover .off-white {
      padding: 15px 28px 35px;
      box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5); }
      #analyze .coverbackground .popover .off-white label, #analyze .coverbackground .popover .off-white span {
        line-height: 22px;
        color: #bfbfbf; }
        #analyze .coverbackground .popover .off-white label big, #analyze .coverbackground .popover .off-white span big {
          font-family: "Times New Roman", serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 22px; }
      #analyze .coverbackground .popover .off-white .labelCalc {
          margin: 0 !important;
    	box-shadow: none;
    border-radius: 3px;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 40%; }
      #analyze .coverbackground .popover .off-white .allowable-txt {
        font-size: 18px;
        color: #808081;
        letter-spacing: 2px;
        line-height: 1.42857;
        text-transform: uppercase;
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 5px; }
      #analyze .coverbackground .popover .off-white .radio-btn {
        margin-bottom: 30px; }
        #analyze .coverbackground .popover .off-white .radio-btn .row div {
          width: auto !important;
          float: left;
          padding-right: 0 !important; }
      #analyze .coverbackground .popover .off-white input[type=text] {
        background-color: black;
        border: 1px solid #515151;
        border-radius: 0;
        box-shadow: none;
        color: #bfbfbf;
        font-size: 14px;
        height: 22px;
        line-height: 22px;
        width: 80px !important; }
        #analyze .coverbackground .popover .off-white input[type=text]:focus {
          border-color: #33a8f1; }
      #analyze .coverbackground .popover .off-white input[type=button], #analyze .coverbackground .popover .off-white input[type=submit] {
        margin: 0 !important;
        box-shadow: none;
        font-size: 14px;
        padding: 6px 16px;
        border-radius: 3px;
        background-color: #060606;
        color: #7e7e7e; }
      #analyze .coverbackground .popover .off-white input[type=submit] {
        background-color: #33a8f1;
        color: white; }

footer {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5) inset; }
