/* Add here all your css styles (customizations) */
/*
.container {
    width: 100%;
}
*/
.ui-timepicker-container{ 
  z-index:99999 !important; 
}
hr {   
  border-top: 1px solid #aaa !important;
}
.sky-form .radio, .sky-form .checkbox {
  font-size: 12px;
}

.cbp-item {
  height: 430px;
}

.cbp-l-grid-agency-desc, cbp-l-grid-agency-title {
  white-space: unset !important;
  text-transform: unset !important;
  text-align: justify !important;
}
.cbp-l-filters-text .cbp-filter-item {
  font: 400 15px/21px Lato,sans-serif;
}

.quadrat {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

@keyframes fa-blink {
  0% { opacity: 1; }
  15% { opacity: 0.75; }
  30% { opacity: 0.5; }
  45% { opacity: 0.25; }
  60% { opacity: 0; }
  75% { opacity: 0.25; }
  90% { opacity: 0.5; }
  100% { opacity: 0.75; }
}
.fa-blink {
  -webkit-animation: fa-blink 1.5s linear infinite;
  -moz-animation: fa-blink  1.5s linear infinite;
  -ms-animation: fa-blink  1.5s linear infinite;
  -o-animation: fa-blink  1.5s linear infinite;
  animation: fa-blink  1.5s linear infinite;
}


.modal-body {
  position: relative;
  padding: 15px;
  /*background-image: url(/assets/svg/svg-bg4.svg);
  background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(209,210,209,1) 100%);
  background-image: linear-gradient(0deg, rgba(220,220,220,1) 0%, rgba(220,220,220,1) 100%); */
  background-image: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 100%);
}
.tab-v1 .nav-tabs a {
  font-size: 15px;
  font-weight: 400;
}

#d1d2d1  
.bg-gts-grau {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 10px 15px;
}


.lesspadding {

  padding-left: 5px !important;
}

.sky-form {
  border: none;
  box-shadow: none;
}
.ui-datepicker {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
}

.modal-dialog {
  width: 75%;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
.modal-dialog {
  width: 75%;
  max-height: 900px;
  overflow-y: auto;
}
.modal-sm {
  width: 400px;
  margin-top: 300px;

}
.modal-mid {
  width: 600px;
  margin-top: 300px;

}

.modal-mid2 {
  width: 850px;
  margin-top: 300px;

}

@media (max-width: 768px) {
  .modal-dialog {
    width: calc(100% - 20px)!important;
  }
}

@media (max-width: 480px){
  .browser_is_mobile .nav-tabs>li{
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
}
.table.mobile-table-td-table{
  border-bottom:4px solid #c4e8a3;
  margin-bottom:0;
}

@media (max-width: 768px) {
  .col-md-12-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}



#ag-schueler-zuordnung .modal-lg {
  width: 98%;
  height: 98%!important;
  min-height: 98%!important;
}

.modal-content {
  background: rgba(100,100,100,0.9) !important;   
  border: 1px solid rgba(0,0,0,0.2) !important; 
  border-radius: 15px !important; 
  box-shadow: 0 0 5px rgba(0,0,0,0.5), 0 2px 2px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.2); 

}
.modal-backdrop.in {
  opacity: 0.3;
}

h1, h2, h3, h4, h5, h6 {
  color: #585f69;
}
.modaltitle {
  /* color: #72c02c; */
  color: #fff;
  text-align: center; 

  font-weight: 300;
  font-size: 25px;
}



.table {
  table-layout: fixed;
  word-break: break-all;
}
/* das ist, um die Box an den oberen Rand zu heften! */
/*.wrapper{
  position:absolute;
  top:0;
}
*/
.fade {
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
  transition-duration: 0.4s;

}


/*Copyright*/
.copyright {
  font-size: 12px;
  padding: 11px 0 7px;
  background: #222;
  border-top: solid 1px #777;	
}

.copyright p {
  color: #dadada;
  margin-top: 12px;
}

.copyright a {
  margin: 0 5px;
  color: #72c02c;
}
.copyright a:hover {
  color: #a8f85f;
}

.copyright a img {
  margin-top: 5px;
}

#overlay
{
  position: fixed;
  background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/assets/img/ajax-loader5.gif) no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index:9999;
}
/*image: url("<?php echo base_url(); ?>assets/img/ajax-loader2.gif") no-repeat 5px 3px; */

.btn-success {
  background-color: #72c02c;
  border-color: #72c02c;
  color: #fff;
  box-shadow: inset 0 4px 6px rgba(255,255,255,0.3), inset 0 0 2px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.15);

}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  box-shadow: inset 0 4px 6px rgba(255,255,255,0.3), inset 0 0 2px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.15);
}




.btn-success:focus {
  background-color: #72c02c;
  background-position: 0 -15px;
}

.roundedLeft {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.roundedRight {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.ag-schueler-zuordnung-table-wrapper{
  margin-top: 20px;
  width: 100%; 
  overflow-x: auto; 
  white-space: nowrap; 
  padding: 0 10px 0px 0;
  height: 330px;
}
.ag-schueler-zuordnung-table th,
.ag-schueler-zuordnung-table td{
  white-space: nowrap;
  padding:5px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.ag-schueler-zuordnung-table th.th-sticky-top{
  height: 50px;
  position: sticky;
  background-color: #dedede;
  color: #000;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  z-index: 100;
  border-bottom-color: #999;
}
.ag-schueler-zuordnung-table .th-sticky-left{
  position: sticky;
  left: 0;
  background-color: #fff;
  border-right-color: #999;
}
.ag-schueler-zuordnung-table .th-sticky-left-top{
  position: sticky;
  left: 0;
  top: 0;
  background-color: #dedede;
  color: #000;
  z-index: 101;
  border-right-color: #999;
  border-bottom-color: #999;
}

.ag-schueler-zuordnung-table td{
  height: 30px;
}

.ag-schueler-zuordnung-table-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.ag-schueler-zuordnung-table-wrapper::-webkit-scrollbar-track {
  border: 1px solid #72c02c;
  border-radius: 0px;
}
.ag-schueler-zuordnung-table-wrapper::-webkit-scrollbar-thumb {
  background: #72c02c;
  border-radius: 10px;
}
.ag-schueler-zuordnung-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #88ba1c;
}
/*
.ag-schueler-zuordnung-table-wrapper, .ag-schueler-zuordnung-table-wrapper .ag-schueler-zuordnung-table{
  transform: rotateX(180deg);
}
*/
.ag-schueler-count{
  text-align: center;
  border-top: #aaa 1px solid;
  font-size: 12px;
  font-weight: normal;
}
.ag-schueler-count-exceeded{
  color: #f00;
}
.float-right{
  float: right!important;
}
.info-popover-table,
.info-popover-table tr,
.info-popover-table td{
  border:none;
  padding:0 10px;
}
.info-popover{
  font-size: 18px;
  margin-left: 10px;
}