@CHARSET "UTF-8";
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
.progress {
    background-color: #F5F5F5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
    overflow: hidden;
}
.progress-buttons {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.progress.active.fast .progress-bar{
    animation: 100ms linear 0s normal none infinite progress-bar-stripes-fast;
    transition: width 100ms linear 0s;
}
.progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}
.progress-bar-success {
    background-color: #5CB85C;
}
.progress-bar {
    background-color: #428BCA;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.btn {
    -moz-user-select: none;
    border: 0px none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 2px 5px 2px 2px;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    color: white;
}

.szara td .btn {
    color: white;
}
.btn-small {
    margin: 2px 2px 2px 2px;
    padding: 4px 6px;

}
.btn-warning {
    background-color: #428BCA;
    color: #FFFFFF;
}
.btn-warning:hover {
	background-color: #87b1d6;
	color: #FFFFFF;
}
.btn-download {
    background-color: #2274bd;
    color: #FFFFFF;
}
.btn-download:hover {
	background-color: #87b1d6;
	color: #FFFFFF;
}
.btn-new {
    background-color: #47c942;
    color: #FFFFFF;
}
.btn-new:hover {
    background-color: #81c97f;
	color: #FFFFFF;
}
.btn-get {
    background-color: #2274bd;
    color: #FFFFFF;
}
.btn-get:hover {
    background-color: #87b1d6;
	color: #FFFFFF;
}
.btn-do {
    background-color: #f07407;
    color: #FFFFFF;
}
.btn-do:hover {
    background-color: #ff963b;
	color: #FFFFFF;
}
.btn-debug {
    background-color: #552a7f;
    color: #FFFFFF;
}
.btn-debug:hover {
    background-color: #6e37a6;
	color: #FFFFFF;
}
.btn-del {
    background-color: #e30712;
    color: #FFFFFF;
}
.btn-del:hover {
    background-color: #ff6169;
}
.btn-placeholder {
    background-color: var(--color-integro-gray-highlight);
    color: #FFFFFF;
}
.btn-warp {
	background-color: white;
	color: #555;
	border: 1px solid #AAA;
}
.btn-back, .btn-sys {
	padding: 2px 6px 2px 6px;
	background-color: white;
	color: #555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAA;
    outline:none;
}
.btn-back:hover, .btn-sys:hover {
    background-color: #CCCCCC;
    color: #555;
}
.btn-req-met {
	min-width: 90px;
    background-color: #47c942;
    color: #FFFFFF;
}
.btn-req-met:hover {
    background-color: #81c97f;
	color: #FFFFFF;
}
.btn-req-not-met {
	min-width: 90px;
    background-color: #e30712;
    color: #FFFFFF;
}
.btn-req-not-met:hover {
    background-color: #ff6169;
	color: #FFFFFF;
}
.btn-req-warnings {
	min-width: 90px;
    background-color: #f07407;
    color: #FFFFFF;
}
.btn-req-warnings:hover {
	background-color: #ff963b;
	color: #FFFFFF;
}
.btn.disabled {
    background-color: #AAA;
}
.btn .icon-right {
	margin-right: 3px;
	margin-left: 5px;
}
.btn-dropdown {
	padding-right: 5px;
}
.btn-dropdown-icon-container {
	margin-left: 6px;
	border-left: 1px solid white;
}
.btn-dropdown-container {
	display: inline-block;
}
.btn-dropdown-content-container {
	position: absolute;
	border: 3px solid #AAAAAA;
	background-color: white;
	padding: 10px;
	margin-left: -10px;
	visibility: hidden;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 6px rgba(0,0,0,0.3);
	
}
.btn-dropdown-content-container .btn {
	width: 100%;
	box-sizing: border-box;
}
.btn-expanded {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
button, input, select[multiple], textarea {
    background-image: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
.glyphicon-ban-circle:before {
    content: "";
}
.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.fa {
    margin-right: 5px;
}
#report_buttons {
	font-size: 70%;
}
#report_buttons button, #report_buttons a.button {
	margin: 2px 5px 10px 5px;
	text-decoration: none;
	font-style: italic;
}
.ui-widget-content a.btn {
	color: #FFF;
}
