html, body {
  background: #FFFFFF;
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  }


html, body, table td, table th, label, a, .format {
  color:#000000;
  font-variant: normal;
  font-weight: normal;
  line-height: 20px;
  font-size:14px;
  }

a:hover, .format:hover {
  color:#337ab7;
  text-decoration: none;
  }

img, table {
  border-collapse: collapse;
  border: 0px;
  }


table td, table th {
  padding: 0px;
  border: 0px;
  }

  
input[type=text]{
  margin-bottom: 4px;
  }

 
a {
  text-decoration: none;
  }

.btn-height { height: 34px;}
  
.fullsize {
  width: 100%;
  min-height: 100%;
  height: 100%;
  }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed !important;
  }

.blur {
  filter : blur(5px);
  -moz-filter : blur(5px);
  -webkit-filter: blur(5px);
  -o-filter : blur(5px);
  }

.nobg {
  background: none !important;
  background-image: none !important;
  overflow: hidden;
  }

.scrollfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  }

.heightmax {
  min-height:100% !important;
  }

.loader {
  border: 16px solid #CEDAED;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  
  position: fixed;
  z-index: 9999;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.gettable-lpad0 {
  padding-left: 0px !important;
  }
 
.hatter40 {
  color:#FFFFFF;
  background: rgba(255, 255, 255, 0.4);
  filter: alpha(opacity = 40);
  }

.hatter50 {
  color:#FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  filter: alpha(opacity = 50);
  }

.hatter60 {
  color:#000000;
  background: rgba(255, 255, 255, 0.6);
  filter: alpha(opacity = 60);
  }

.hatter70 {
  color:#000000;
  background: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity = 70);
  }

.hatter80 {
  color:#000000;
  background: rgba(255, 255, 255, 0.8);
  filter: alpha(opacity = 80);
  }

.keret {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

.modal-header {
  height:40px;
  }

.modal-title {
  margin: 0px;
  line-height: 10px;
  }
  
.bg-finderfile{
  background: #FDC9B0;
  background-image: linear-gradient(to bottom, #FDC9B0, #FEE6DA);
  }


.bg-project{
  background: #EFEFE9;
  background-image: linear-gradient(to bottom, #EFEFE9, #EDEDE7);
  }


.bg-attached {
  background: #F7F9D6;
  background-image: linear-gradient(to bottom, #F7F9D6, #F4F7C8);
  }


 .bg-select {
  background: #FFBC79;
  background-image: linear-gradient(to bottom, #FFBC79, #FFD9B3);
  }


.shadow-dark {
    text-shadow: 1px 1px 2px black, 0 0 1em #FFFFFF, 0 0 0.2em #FFFFFF;  
  }


.shadow-white {
    text-shadow: 1px 1px 2px black, 0 0 1em #000000, 0 0 0.2em #000000;  
  }


.monofont {
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-size: 16px;
  height: auto;
  min-height: 100px;
  }

.height100 {
  min-height:100px !important;
  }

.height200 {
  min-height:200px !important;
  }

.height300 {
  min-height:300px !important;
  }

.height400 {
  min-height:400px !important;
  }

.height500 {
  min-height:500px !important;
  }

.dropdown-submenu {
  position: relative;
  }

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  }

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  }

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
  }

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
  }

.dropdown-submenu.pull-left {
  float: none;
  }

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  }


.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
  }

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
  }

.form-checkbox {
  width:28px; 
  height:28px;
  margin-bottom: 4px;
  }

.line-checkbox {
  line-height:30px;
  }
  
.form-select, .form-date, .form-control {
  margin-top: 0px;
  margin-bottom:4px;
  }


select.form-list {
  font-size: 14px;
  }

select.form-list option {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EEEEEE;
  }
  
.table-ww {
  background: #FFFFFF;
  }


.tooltip {
  min-width: 200px !important;
  }


.tooltip.in {
  filter:alpha(opacity=97)!important;
  opacity:.97!important;
  }


.tooltip-inner {
  background: #ff9900 !important;
  width: unset !important;
  color: #000000;
  white-space: normal;
  max-width: 400px !important;
  text-align: justify;
  border-radius: 6px;
  margin:0px !important;
  padding-top:0px !important;
  padding-bottom:0px !important;
  font-size: 16px;
  }
 

.tooltip.top .tooltip-arrow {
  border-top-color: #ff9900;
  }


.simditor-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  }

.simditor-table th {
  background-color: #EEEEEE;
  }

.simditor-table td {
  background-color: #f9f9f9;
  }


.simditor-table td, .simditor-table th {
  min-width: 40px;
  min-height: 30px;
  border: 1px solid #CCCCCC;
  vertical-align: top;
  padding: 2px 4px 2px 2px;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  }

.cellright {
  text-align: right;
  padding-right: 0px !important;
  }

.padding0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  }


.padding10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  }

.padding20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
  }

.padding30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
  }

.padding40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
  }

.padding50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
  }

.padding100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
  }

.justify {
  text-align: justify;
  text-justify: inter-word;
  }


.width-normal {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

.width-popup {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  }


.width600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }

.width800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  }

.width1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  }

.width1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  }

.width-admin {
  background-color:#FFFFFF;
  background: rgba(255, 255, 255, 0.7);
  filter: alpha(opacity = 70); 
  padding: 10px;
  margin: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  }


@-webkit-keyframes backgroundScroll {
  from {background-position: 0 0;}
  to {background-position: 0 -100px;}
  }
 
@keyframes backgroundScroll {
  from {background-position: 0 0;}
  to {background-position: 0 -100px;}
  }

.overlay-bg {
  background-repeat: no-repeat;
  background-size: length 100%;
  background-position: center center;
  height: 450px;
  width: 100%;
  padding: 0px;
  -webkit-animation: backgroundScroll 10s linear infinite;
  animation: backgroundScroll 10s linear infinite;
  }

.overlay-content {
  color:#FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity = 70);
  height: 450px;
  width: 100%;
  padding-top: 20px;
  font-size: 18px;
  }

.iconsize {
  height: 24px;
  }  

.section_main {
  }

.section {
  }

.gettable {
  padding-left: 0px;
  padding-right: 6px;
  }

.gettable-c {
  padding-left: 20px;
  padding-right: 0px;
  }

.gettable-t {
  padding-left: 20px;
  padding-right: 6px;
  }
  
.gettable-l {
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;
  }
  

.modal-body {
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 9999;
  }
  
.panel-body, .panel  {
  background-color:#FFFFFF;
  }

.footer-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}  

.basket-text {
    color:#000000;
}

.finder-text {
    color:#000000;
}

#page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8 {
    z-index:9999 !important;
}


/* mobil */
@media (max-width: 450px) 
  {

  html, body, table td, table th, a, label, textarea, .format {
    font-size:18px;
    }
  
  html, body, table td, table th, a, .format {
    line-height: 24px;
    }

  .title {text-align: center;}

  .padding10, .padding20, .padding30, .padding40, .padding50, .padding100 {
    padding-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
  
  #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, .width-normal, .width-admin, .width600, .width800, .width1000, .width1200 {
    width: 100%;
    }
    
  .iconsize {
    height: 32px;
    }

  .mobilhide, .table-col-2, .table-col-3, .table-col-4, .table-col-5, .table-col-x {
    display: none !important;
    }
    
  }  

  
/* tablet */  
@media (min-width: 451px) and (max-width: 640px) 
  {
  
  html, body, table td, table th, a, label, textarea, .format {
    font-size: 18px;
    }
  
  html, body, table td, table th, a, .format {
    line-height: 24px;
    }

  .title {text-align: center;}
    
  .padding10, .padding20, .padding30, .padding40, .padding50, .padding100 {
    padding-top: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
  
  #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, .width-normal, .width-admin, .width600, .width800, .width1000, .width1200 {
    width: 100%;
    }
  
  .iconsize {
    height: 32px;
    }

  .mobilhide, .table-col-3, .table-col-4, .table-col-5, .table-col-x {
    display: none !important;
    }

  }

 
@media (min-width: 641px) and (max-width: 800px) 
  {
  
  html, body, table td, table th, a, label, textarea, .format {
    font-size: 16px;
    }
  
  html, body, table td, table th, a, .format {
    line-height: 22px;
    }

  .title {text-align: center;}
    
  .padding30, .padding40, .padding50, .padding100 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
  
  #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, .width-normal, .width-admin, .width800, .width1000, .width1200 {
    width: 100%;
    }
  
  .iconsize {
    height: 24px;
    }

  .mobilhide, .table-col-5, .table-col-x {
    display: none !important;
    }

  }

@media (min-width: 801px) and (max-width: 1024px) 
  {
  
  html, body, table td, table th, a, label, textarea, .format {
    font-size: 14px;
    }
  
  html, body, table td, table th, a, .format {
    line-height: 20px;
    }

  .title {text-align: center;}
    
  .padding40, .padding50, .padding100 {
    padding-left: 40px !important;
    padding-right: 40px !important;
    }
  
  .width1000, .width1200 {
    width: 100%;
    }
  
  .iconsize {
    height: 20px;
    }

  .table-col-x {
    display: none !important;
    }

  }  
