[ng-cloak]
{
  display: none !important;
}

.page-header-text{
    font-size: 1.8em;
    font-weight: bold;
    color: steelblue;
}
h2,h3 {
    font-weight: bold;
}
h3 {
    color: steelblue;
}

.tr-orange {
    background-color:#FAD7A0;   
}

.tr-green {
    background-color: #ABEBC6;   
}

.tr-yellow {
    background-color: #FEF9E7;   
}

.tr-red {
    background-color: #EC7063;   
}

.tr-blue {
    background-color: #85C1E9;   
}

.tr-task-completed {
    text-decoration: line-through;
}

.table {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.tablerow-hover > tbody > tr:hover {
  background-color: #faefd1; 
}

.zmodule {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 6px;
    min-height: 60px;
    overflow-y:hidden;
    float: left;
	width: 100%;
    transition: background linear 375ms;
    position: relative;
}
    .zmodule:hover {
        background: steelblue;
        color: white !important;
        cursor: pointer;        
    }
    
.zmodule.ng-hide-remove {
    -webkit-animation: flipInX 1s;
    animation: flipInX 1s;
}
 
.zmodule.ng-hide-add {
    -webkit-animation: flipOutX 0.25s;
    animation: flipOutX 0.25s;
    display: block !important;
}
.zmodule-title {
    font-weight: bold;
    font-size: 1.8em;
}

.zmodule-title-big {
    font-weight: bold;
    font-size: 1.9em;
}

.zmodule-descript {
    /*font-size: 0.85em;*/    
    overflow-y: hidden;
}

.zmodule-year {
    font-size: 0.75em;
}


.zmodule-image,.zmodule-image-big {
    width: 36px;
    float: left;
    /*border-radius: 35px;*/
}
.zmodule-image-big {
    width: auto;
    float: none;
    max-width: 95%;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #535353;
}
@media(max-width: 768px){
    .zmodule-image-big {
        margin-bottom: 10px;
    }
}

/* BACKGROUNDS */
.gray-bg,
.bg-muted {
  background-color: #f3f3f4;
}
.white-bg {
  background-color: #ffffff;
}
.blue-bg,
.bg-success {
  background-color: #1c84c6 !important;
  color: #ffffff;
}
.navy-bg,
.bg-primary {
  background-color: #1ab394 !important;
  color: #ffffff;
}
.lazur-bg,
.bg-info {
  background-color: #23c6c8 !important;
  color: #ffffff;
}
.yellow-bg,
.bg-warning {
  background-color: #f8ac59 !important;
  color: #ffffff;
}
.red-bg,
.bg-danger {
  background-color: #ed5565 !important;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}


  

/* .zmodule {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px;
    border-radius: 6px;
	min-height: 112px;
    float: left;
	min-width: 300px;
    max-width: 300px;
    transition: background linear 275ms;
    position: relative;
	box-shadow: 0px 4px 6px 0px hsl(0, 0%, 0%, 0.2);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.14); 
}
    .zmodule:hover {
        background: steelblue;
        color: white !important;
        cursor: pointer;
    }
    .zmodule:hover .zmodule-overlay {
        display: block;
    }
    .zmodule-overlay {
        position: relative;
        float: right;
        background: #034e8d;
        color: #whitesmoke;        
        padding: 5px;        
        min-width: 40px;
        display: none;
        margin-top: -30px;
        margin-right: -13px;
        border-radius: 3px;
        opacity: 0.85;
        z-index: 100;
        box-shadow: 2px 2px 4px #535353;

    }.zmodule-overlay:hover {
         opacity: 1;
     }
    .zmodule-overlay a, .zmodule-overlay a:hover {
        color: beige;
        text-decoration: none;
    }
    .zmodule-overlay a:hover {        
        color: white;
    }

.zmodule-title {
	font-size: 1.8em;
    font-weight: bold;
}

.zmodule-title-big {
    font-weight: bold;
    font-size: 1.4em;
}

.zmodule-descript {
    font-size: 0.85em;    
    max-height: 115px;
    overflow: hidden;
}

.zmodule-artist {
    font-size: 0.85em;
    font-style: italic;
    color: #2a5fb4;
}

.zmodule-year {
    font-size: 0.85em;
    color: steelblue;
}


.zmodule-image,.zmodule-image-big {
    width: 64px;
    float: left;
    border-radius: 15px;
}

.zmodule-image-big {
    width: auto;
    float: none;
    max-width: 95%;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #535353;
}
@media(max-width: 768px){
    .zmodule-image-big {
        margin-bottom: 10px;
    }
} */

.sort-icon {
    font-size: 9px;
    margin-left: 5px;
}

th {
    cursor:pointer;
}



.zJobTile {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 6px;
	min-height: 90px;
    float: left;
	min-width: 125px;
    max-width: 125px;
    transition: background linear 275ms;
    position: relative;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

.zJobTile:hover {
    background: steelblue;
    color: white !important;
    cursor: pointer;
}

.zJobTile-title {
	font-size: 1.8em;
    font-weight: bold;
}

.zJobTile-descript {
    font-size: 0.85em;    
    max-height: 115px;
    overflow: hidden;
}

.zInvoiceTile {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 6px;
	min-height: 90px;
    float: left;
	min-width: 250px;
    max-width: 250px;
    transition: background linear 275ms;
    position: relative;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

.zInvoiceTile:hover {
    background: steelblue;
    color: white !important;
    cursor: pointer;
}

.zInvoiceTile-title {
	font-size: 1.8em;
    font-weight: bold;
}

.zInvoiceTile-descript {
    font-size: 0.85em;    
    max-height: 115px;
    overflow: hidden;
}

.zchart {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 6px;
	min-height: 80px;
    float: left;
    max-width: 300px;
    transition: background linear 275ms;
    position: relative;
}

.zchart:hover {
    background: steelblue;
    color: white !important;
    cursor: pointer;
}

.zchart-active {
    background: steelblue;
    color: white !important;
    cursor: pointer;
}

.zchart-title {
    font-weight: bold;
}

.zchart-image,.zchart-image-big {
    width: 48px;
    float: left;
    border-radius: 35px;
}

.separator {
    border-bottom: 1px solid lightgrey;
    margin: 5px auto 15px;
    height: 1px;
}

.separator-sm {
    border-bottom: 1px solid lightgrey;
    margin: 5px auto 5px;
    height: 1px;
}

input.ng-invalid,textarea.ng-invalid,select.ng-invalid {
    background: pink;
}


@media (max-width: 690px) {
    .zmodule {
        max-width: 100% !important;
        min-height: 100px;
    }
	
    .zchart {
        max-width: 100% !important;
    }
}


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
   border-bottom: solid 2px transparent;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    color: white;
    background: #34495e !important;
    border-bottom: solid 2px darkorange;
    border-radius: 2px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a.selected {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    color: white;
    background: #34495e !important;
        border-bottom: solid 2px orange;
    border-radius: 2px;
}
.modal-header {
    padding: 15px 15px 5px;
}
.modal-body {
    padding: 10px 20px 5px 20px;
}

.thead-inverse th {
  color: #fff;
  background-color: #34495e !important;
  
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
  border: 1px solid rgb(190, 190, 190);
  padding: 5px 10px;
}

.resourceForm {
    margin-top: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    z-index: 99999;
}

.resourceForm.ng-hide-remove {
    -webkit-animation: zoomIn 0.6s; 
    animation: zoomIn 0.6s;
}

/*
.resourceForm.ng-hide-add {
    -webkit-animation: zoomOut 0.5s; 
    animation: zoomOut 0.5s;
    display: block !important;
}  
*/
/* .wizardDiv {
}

.wizardDiv.ng-hide-remove {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
} */
 
 
.resourceFormSlide {
    margin-top: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    z-index: 99999;
}

 .resourceFormSlide.ng-hide-remove {
    -webkit-animation: lightSpeedIn 1s;
    animation: lightSpeedIn 1s;
}
 
.resourceFormSlide.ng-hide-add {
    -webkit-animation: lightSpeedOut .5s;
    animation: lightSpeedOut .5s;
    display: block !important;
}  


.resourceFormFlip {
    margin-top: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
    z-index: 99999;
}

 .resourceFormFlip.ng-hide-remove {
    -webkit-animation: flipInX 0.5s;
    animation: flipInX 0.5s;
}
 
.resourceFormFlip.ng-hide-add {
    -webkit-animation: flipOutX 0.5s;
    animation: flipOutX 0.5s;
    display: block !important;
} 

.formNavBackground {
	background-color: hsl(220,12%,95%);
}	

@-webkit-keyframes slideOutLeft {    
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }	
}
@keyframes slideOutLeft {

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* slide in from the bottom */
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0);
    }
}

.slide-animation.ng-enter {
    -webkit-animation: slideInRight 0.70s both ease-in;
    animation: slideInRight 0.70s both ease-in;
    z-index: 9999;    
}

.slide-animation.ng-leave {
   -webkit-animation: slideOutLeft 0.35s both ease-in;
    animation: slideOutLeft 0.35s both ease-in;
    z-index: 8888;
}

.gridtable {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.gridtable > thead > tr > th,
.gridtable > tbody > tr > th,
.gridtable > tfoot > tr > th,
.gridtable > thead > tr > td,
.gridtable > tbody > tr > td,
.gridtable > tfoot > tr > td {
  padding: 2px;
  line-height: 1.1;
  vertical-align: top;
}

.linktable-hover tbody tr:hover td {
    background: steelblue;
}

/* TOGGLE SWITCH */
.onoffswitch {
  position: relative;
  width: 94px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1ab394;
  border-radius: 2px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: SegoeUI, Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Yes";
  padding-left: 10px;
  background-color: #1ab394;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 51px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1ab394;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
  background-color: #919191;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  border-color: #919191;
}

/* The container */
.customCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.list-group-item:hover  {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 8px 25px 0 rgba(0,0,0,0.19); 
	transition: box-shadow linear 150ms; text-align: left;
}

button.list-group-item:active  {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    transform: translateY(1px);
}	

.sample .btn {
	min-width: 185px;
	margin-top: 5px;
}

/* Container*/
.fileUpload {
	position: relative;
	overflow: hidden;
}
	/* hide the actual file upload control by making it invisible */
	.fileUpload input.upload {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
	}
 


.img-large {
    /* max-height: 320px; */
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.image-container {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 8px 25px 0 rgba(0,0,0,0.19); 
    transition: box-shadow linear 125ms; text-align: left;    
}





.image-container .after .content {
    position: absolute;
    bottom: 0;
}

.image-container .after .header-left {
    color: #EEE;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-left: 5px;
}

.image-container .after .header-right {
    color: #EEE;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.image-container .after .zoom {
    color: #EEE;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -25px;
    cursor: pointer;
}


.ImageList img {
	/* max-height: 160px; */
	float: left;
	margin-left: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ImageList img:hover  {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 8px 25px 0 rgba(0,0,0,0.19); 
    transition: box-shadow linear 125ms; text-align: left;
}

.ImageList img:active  {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    transform: translateY(1px);
}	

.w3-example {
    background-color:#f1f1f1;
    padding:     0.01em 16px;
    margin:20px 0;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important
}

.w3-example a:focus,.nextprev a:focus {
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

@media screen and (max-width:600px) {
    .w3-example, .w3-note, #w3-exerciseform {margin-left:-16px;margin-right:-16px;}
    .top {height:68px}
    .toptext {display:none}
}
    
.containerthumb {
    position: relative;
}
  
  .imagethumb {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  

  
.sample {
	padding-bottom: 25px;
}


/* The Modal (background) */
.photomodal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .photomodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 968px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .photomodal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.75s;
    animation-name: zoom;
    animation-duration: 0.75s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
  
  @keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
  }
  

  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .photomodal-content {
      width: 100%;
    }
  }


  /* Custom BIG checkbox */
  /* The container */
.big-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .big-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .big-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .big-checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .big-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .big-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


/* Add ability to 'disable' checkboxes created with Font Awesome icons */  
.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
 
#external-events {
    /*position: relative; */
    z-index: 2;
    top: 20px;
    left: 0px;
    /*width: 150px; */
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
  }
  
  #external-events .fc-event {
    cursor: move;
    margin: 3px 0;
  }
  
  #calendar-container {
    position: relative;
    z-index: 1;
    /*margin-left: 200px; */
  }
  
  #calendar {
    max-width: 1100px;
    margin: 20px auto;
  }
