.jtwdt_toolbar {
    float: left;
}

.panelButtons .btn {
    margin-left:5px;
}

.locQuickLinkDiv .btn {
    margin-top: 3px;
}

.tblactionbtn {
    margin-right:3px;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/assets/icons/glyphhalf/fonts/glyphicons-halflings-regular.eot');
  src: url('/assets/icons/glyphhalf/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/icons/glyphhalf/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/icons/glyphhalf/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/icons/glyphhalf/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/icons/glyphhalf/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@media print {
    a:link:after, a:visited:after { content: "" }
    
    .noprint { display:none }
    
    #page-content { 
	    padding: 10px;
	    margin:0px; 
	}
    
    #page-content-wrapper { padding-top:0px; }
    
    #page-title {
	    padding:10px;
	    margin:0px;
    }
}

@media only screen and (min-width: 480px) {
    .topBarAdditionalButtons {
        margin-top:13px;
        float:left;
        margin-right:10px;
    }
}

@media only screen and (max-width: 479px) {
    .topBarAdditionalButtons {
        display:none;
    }
}

.alertLine {
    border-bottom: #F7F7F7 solid 1px;
    line-height: 2em;
}

.chosen-container.chosen-container-multi {
    height: auto !important;
    padding: 0px;
}

#topBarClock {
    font-family: monospace;
}

.protocolContent p {
    margin-bottom:10px;
}

.dropzone {
    min-height: 250px !important;
}

.example-box-wrapper > .dropzone {
/*
    -webkit-box-align: center;
    align-items: center;
*/
    background-origin: content-box;
    /* display: flex; */
/*     flex-direction: column; */
    -webkit-box-flex: 1;
    flex-grow: 1;
    /* height: 128px; */
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background-image: url(/assets/widgets/dropzone/dropzone-inactive.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: dashed;
    border-image: initial;
    padding: 24px;
    border-color: rgb(225, 228, 232);
}

#changesTable > tbody > tr:first-child > td {
    border: none;
}

.ventIcon {
    border:1px solid gray;
    padding: 1px;
    font-size: 60%;
    position: relative ;
    top:-2px;
}

.simpleTimer {
    color:blue;
}

.ui-autocomplete > .ui-state-focus {
    color: #fff;
    background: #E91E63;
}

.prodSchedComplete {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;	
}

.ssNewEmployeeBack {
	background-color: #198c19 !important;
	opacity: 0.8;
	background-image: linear-gradient(to right, #008000, #008000 5px, #198c19 5px, #198c19 );
	background-size: 10px 100%;
}

.ssDateToday {
	border: blue solid !important;
}

.datePopTrig:hover {
	cursor: pointer;
}

.tr-selected td,
.tr-selected {
    background: #cdedfa !important;
    color: #393c31 !important;

}


.input-xs {
    font-size: 12px;
    line-height: 1;
    height: 25px;
    padding: 0px 10px;
    border-radius: 3px;
}
select.input-xs {
    line-height: 15px;
    height: 25px;
}

.active > .badge-danger {
    color: #fff !important;
    border-color: #e73629 !important;
    background: #F44336 !important;
}

.nRigIcon {
	margin-left:2px;
}