 
 /* General */

 h4 {
    padding-bottom:4px !important;
 }
 
 .card-body p a {
    text-decoration:underline;
 }
 .overview .card-body ul {
    margin-left:20px;
 }
 
 .f_clear {
    clear: both;
    overflow: auto;
 }
 .hidden {
    visibility: hidden;
    position:absolute;
    left: -9999px;
 }
 mark {
	 padding-left:0;
	 padding-right:0;
 }
 a .alert-secondary:hover {
     opacity: 0.8;
 }
 
 /* Layout */
 .close {
	font-size:20px;
	opacity:0.2;
 }
 .logo-viiki {
    position:absolute;
    margin:14px 0 0 50px;
 }
 .viiki-back {
    float:right;
    background:none;
    border: none;
    position:absolute;
    right:14px;
    margin:11px 0 0 14px;
 }
 .menu-icon {
    width: 30px!important;
 }
 .navbar .menu-title {
    line-height: 200% !important;
 }
 .menutoggle {
    background-color: #28a745;
 }
 .left-panel {
    /*max-width:280px !important;*/
 }
 .mobile-display {
    display:none !important;
 }
 .text-white {
    color:fff;
 }
 .text-small-uppercase {
    font-size:11px!important;
    text-transform: uppercase;
 }
 .navbar .navbar-nav li > a {
    padding: 4px 0;	 
 }
 .td-bg-ar {
    background: url(../viiki/icon_ar.png);
    background-repeat: no-repeat;
    background-position: center right;
 }
 .shorten-long-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
 
 
 /* Login */
 
.bg-dark {
    background: url(../../com/viingo/images/login/bg-viiki.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
.bg-viingo {
    background: url(../../com/viingo/images/login/bg-viiki.jpg); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 12% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    /*width: 80% !important;  Could be more or less, depending on screen size */
    width:540px;
}
.modal-content input {
    margin: 5px 0;
    width: 100%;
}

/* The Close Button */
.close-modal {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Facility Manager */
.dataTable .odd:hover {
	background-color: #eff0f2 !important;
}
.dataTable .even:hover {
	background-color: #f6f6f6 !important;
}

/* Dokumentation */
#directory-list-header .row {
    margin-left:-25px;
}
.table-docu {
    padding-top:17px!important;
}
[type="date"] {
  background:#fff url(../viiki/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.selectize-box .form-control {
 padding:0;
 border:none;
}
.selectize-box .single {
 padding:0;
 border:none;
 padding-top:0; 
 padding-bottom:0;
 background-color:transparent;
}
.selectize-box .selectize-dropdown {
 background-color:#fff;
}

.dropdown-menu, .dropdown .show {
	border-top:none!important;
}


/* Tickets */
.collapse-row.collapsed + tr {
     display: none;
}
.ticket-written-by p {
    font-size: 13px !important;
    line-height: 16px !important;
}
.ticket-prio-1-2-line {
    width: 100%;
    height: 3px;
    background-color: #fac108;
}
.ticket-prio-3-line {
    width: 100%;
    height: 3px;
    background-color: #e74c3c;
}

.ticket-text {
    margin-left:20px;
	margin-top:6px;
    color: #999;
}

/* Ticket Accordion */

.tr-active {
	background-color:#d7e7d6 !important;
}

.ticket-list-box {
    width: 100%;
}

/* Accordion styles */
.tab {
     position: relative;
     margin-bottom: 1px;
     width: 100%;
     overflow: hidden;
}

.tab input {
     position: absolute;
     opacity: 0;
     z-index: -1;
}
.tab label {
     position: relative;
     display: block;
     padding: 0 0 0 1em;
     background: #272c33;
     line-height: 3;
     cursor: pointer;
     margin-bottom: 0px !important;
     color:#4f5255;
     border-radius: 0px !important;
}
.tab span {
     
}
.tab label:hover {
     background-color:#f7f7f7!important;
}
.tab label:active {
     background-color:#f1f2f7!important;
}

.blue label {
     background: #272c33;
}
.tab-content {
     max-height: 0;
     overflow: hidden;
     background: none;
     -webkit-transition: max-height .35s;
     -o-transition: max-height .35s;
     transition: max-height .35s;
}
.blue .tab-content {
     background: none;
}
.tab-content p {
     margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
     max-height: 100vh;
}
/* Icon */
.tab label::after {
     position: absolute;
     right: 0;
     top: 0;
     display: block;
     width: 3em;
     height: 3em;
     line-height: 3;
     text-align: center;
     -webkit-transition: all .35s;
     -o-transition: all .35s;
     transition: all .35s;
     display:none !important;
}
.tab input[type=checkbox] + label::after {
     content: "+";
     color:#fff !important;
}
.tab input[type=radio] + label::after {
     content: "\25BC";
     color:#fff !important;
}
.tab input[type=checkbox]:checked + label::after {
     transform: rotate(315deg);
     color:#fff !important;
}
.tab input[type=radio]:checked + label::after {
     transform: rotateX(180deg);
     color:#fff !important;
}

#normal-ticket-title {
     color:#4f5255;
}
  
#mobile-ticket-title {
     display:none;
     color:#4f5255;
}

.lb-image {
     border:none !important;
}



/* Viilemanager */

.filemanager {
	max-width: none !important;
}


/* Filebrowser */
.alert-success-filebrowser {
  color:#000;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger-filebrowser {
  color:#000;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning-filebrowser {
  color:#000;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.nav-pills li a {
  border-radius:0px;
}


 /* Monitoring */
 .btn-monitoring-demo {
	background: url(../../com/viingo/data/monitoring/demo/btn-demo-monitoring.jpg);
    background-repeat: no-repeat;
	width:344px;
	height: 265px;
	display:block;
 }
 .btn-monitoring-demo:hover {
	background: url(../../com/viingo/data/monitoring/demo/btn-demo-monitoring-hover.jpg);
 }
 
 
 /* Speech bubble */
 
 .speech-bubble {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -16px;
	margin-bottom: -32px;
}

/* Directory Listening */
  #directory-listing li:nth-child(even) {
    
  }
  #directory-listing li {
    border-bottom:1px solid #ccc;
  }

 /* SPEECH BUBBLE TICKET TEXT */
 
.box3 {
  width: 96%;
  margin: 10px auto;
  border-radius: 15px;
  background: #dfe4ea;
  color: #000;
  padding: 20px;
  position: relative;
}


/* speech bubble 13 */

.sb13:before {
  text-align: left;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #dfe4ea;
  border-right: 15px solid transparent;
  border-top: 15px solid #dfe4ea;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}


/* speech bubble 14 */

.sb14:before {
  text-align: right;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #dfe4ea;
  border-top: 15px solid #dfe4ea;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

  
/* ################################################## */
/* HELP TIP */
/* ################################################## */
.help-tip{
    position: absolute;
    top: 12px;
    right: 30px;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    z-index:20000;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #272c33;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}


  
  
  
  

/* ################################################## */
/* IE9 und höher */
/* ################################################## */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    // IE9+ CSS
     h4 {
		font-size:22px !important; 
	 }
	 
	#left-panel {
		 max-width:280px !important;
	 }
	 #right-panel {
		 max-width:280px !important;
	 }
	 
	 
	 .navbar {
		 margin-top:30px;
	 }
	 
	 .ticket-list-box img {
		 width:320px;
	 }
}


 
/* ################################################## */
/* Optimieren für kleines Display */
/* ################################################## */

@media screen and (max-width: 991px) {
  
.mobile-hidden {
   position:absolute;
   left:-5000px;
   top:-5000px;
}
.mobile-display {
   display:block !important;
}
.mobile-btn-block {
   width:100%!important;
   margin-bottom:3px !important;
}
.card-body {
    padding: 7px;
 }
 .row {
    margin:0;
 }
 .card .card-body {
    padding: 15px;
 }
 .card .row {
    margin:0;
 }
 #ticketsort {
    width:100%!important;
	margin-bottom:20px; 
 }
 
 .documentation .row {
    margin-left:-15px;
    margin-right:-15px;
 }
 
 /* Layout */
 .logo-viiki {
    position:absolute;
    margin:12px 0 0 15px;
 }

/* Overview */
.overview .btn {
   width:100% !important;
   margin-top:4px;
} 

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 16px;
    width: 16px;
    
    border: 1px solid;
    left: 0px;
    
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}








/* Dokumentation 
.documentation .btn {
   width:100% !important;
   margin-top:4px;
}*/
.documentation .form-control {
  width:100%!important;
}
.documentation .col-xs-10 {
	width:100%;
}


/* Tickets */
.user-area {
   padding-right: 10px;  
}

.menu-title {
   padding-top:22px !important;
}
.bg-dark .media a {
   display: none !important;
}


#normal-ticket-title {
   display:none;
}

#mobile-ticket-title {
   display:block;
}
  
.modal-content {
    margin: 10% auto; /* 15% from the top and centered */
    padding: 5px;
    /*width: 80% !important;  Could be more or less, depending on screen size */
    width:100%!important;
}
.modal-content h2 {
    font-size:26px;
}

.file-delete-button {
    display: inline-block;
    cursor: pointer;
    margin-left: 100%;
    padding: 6px 10px !important;
    position: absolute !important;
    top: 4px;
}


/* Tabellen von Horizontal auf Vertikal stellen */
table td {
  display: block;
  border:none !important;
  font-size:18px!important;
  padding:3px!important;
}

table tr {
  display: block;
  padding-top:20px;
  padding-bottom:20px;
}

table th {
  display: none;
}

table td::before {
  content: attr(data-th)"";
  display: inline-block;
  font-weight: bold;
  margin-right: 0.25em;
}

.mg-left{
    margin-left: 10px;
}
}
