.alert.alert-light {
	color: #818182;
    background-color: rgba(255,255,255,0.85);
    border-color: #fdfdfe;
}

.hide {
	display: none !important;
}

#previews {
	min-height: 60px;
    border: 1px dashed #9e9e9e;
    display: flow-root;
}

#previews .col-lg-4 {
	padding: 15px;
	float: left;
    width: 112px;
}

.table.table-striped {
  background-color: #e0e0e0 !important;
}
.table.table-striped:not(:empty) {
  background-color: #e0e0e0 !important;

}

.table.table-striped:after {
	content: "Drop your file here";
}

.table.table-striped:not(:empty):after {
	content: "";
}

.rok-button {
    background: linear-gradient(#44C9FF, #3BA6EC);
    background-color: #43BFFF;
    border: none;
    border-radius: 5px;
    /**box-shadow: 0 -1px 8px rgba(55, 105, 165, 0.9) inset, 0 -3px 3px rgba(46, 109, 179, 1) inset, 0 2px 5px rgba(0,0,0,0.5);**/
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2) inset, 0 -3px 3px rgba(0, 0, 0, 0.12) inset, 0 2px 3px rgba(0,0,0,0.5);
	color: #2C6EAF;
    font-family: "Assistant", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-shadow: 0 1px 0px rgba(255,255,255,0.5);
    width: auto;
    zoom: 1;
}

.rok-button.fileinput-button {
    background: linear-gradient(#42D300, #3BB203);
	color: #358900;

}
.rok-button.cancel {
	background: linear-gradient(#EFB121, #EEAC1A);
	color: #9B6D04;
	font-size: 10px;
}
.rok-button.delete {
	background: linear-gradient(#E04436, #C12923);
	color: #920800;
}

.rok-button:hover {
	color: #0e59a2;
    text-shadow: 0 1px 3px rgba(255,255,255,0.5);
}
.rok-button.fileinput-button:hover {
	color: #2E7900;
}
.rok-button.cancel:hover {
	color: #B37E04;
}
.rok-button.delete:hover {
	color: #7D0600;
}

.rok-button:active,
.rok-button:focus {
    border-radius: 5px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2) inset, 0 -3px 3px rgba(0, 0, 0, 0.12) inset, 0 2px 5px rgba(0,0,0,0.5);
    outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2) inset, 0 -3px 3px rgba(0, 0, 0, 0.12) inset, 0 2px 5px rgba(0,0,0,0.5);
}
.rok-button-clicked {
	/**background: linear-gradient(#2683A1, #286D98);
    box-shadow: 0 -1px 8px rgba(42, 96, 127, 0.9) inset, 0 -3px 3px rgba(27, 67, 108, 1) inset, 0 2px 5px rgba(0,0,0,0.5) !important;
    text-shadow: 0 1px 0px rgba(255,255,255,0.9);**/

    animation: pulse;
  	animation-duration: 1s;
  	outline: none;
}
.rok-button-clicked:hover {
    text-shadow: 0 1px 2px rgba(255,255,255,0.6);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}