[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
  
div#img-preloader {
    position: absolute;
    left: -9999px;
    top:  -9999px;
}

div#preloader img {
    display: block;
}

.navbar.header {
    background-color: #f5f5f5;
    border-radius: 0px;
    min-height: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar.header .navbar-brand {
    color: #1c1c1c;
    font-size: 20px;
    height: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
}

.header .navbar-nav > li > a {
    padding-bottom: 14px;
    padding-top: 14px   ;
}

button.navbar-toggle {
    margin-top: 7px;
    margin-bottom: 7px;
}

.panel-heading {
    font-weight: bold;
}

.green {
    color: green;
}

.red {
    color: #cc0000;
}

.test-name {
    color: black;
    font-weight: bold;
}

.test-name:hover {
    color: black;
}

.faded {
    color: #A0A0A0;
}

a.back-to-top {
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px 0px;
    /* The element's visibility is controlled programmatically */
    /* display: none; */
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	top: 60px;
	background: #A0A0A0 no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
}

a.back-to-top i {
    color: rgb(236, 236, 236);
    font-size: 30px;
    margin-top: 15px;
}

a.back-to-top:hover i {
    color: rgb(247, 247, 247);
}

.label-danger {
    background-color: #D12730;
}

.badge  {
    padding: 4px 8px 4px 8px;
}

.label-success {
    background-color: #4caf50;
}

.btn-space {
    margin-right: 10px;
}

.toolbar-button {
    color: #666666;
    cursor: pointer;
    padding: .35em .5em .35em .5em;
}

.toolbar-button:focus, .toolbar-button:hover {
    background-color: #F7F7F7;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px 0px;
    color: #666666;
}

.dialog-close {
    color: #666666;
    cursor: pointer;
    padding: 0em .5em 0em .5em;
}

.dialog-close:focus, .dialog-close:hover {
    background-color: #F7F7F7;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px 0px;
    color: #666666;
}

table.log td {
    border: none !important;
}

table.log td.trace {
    color: #BABABA;
}

@media screen {
    div.message {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
 }

.progress {
    height: 10px;
}

.progress-bar:last-child {
    border-radius: 3px;
}

div.progress-indicator {
    padding: 30px;
    text-align: center;
}

div.progress-indicator div.img {
    background-image: url("../img/loader-circle.png");
    background-size: contain;
    display: inline-block;
    height: 80px;
    -webkit-animation:spin 1.3s linear infinite;
    -moz-animation:spin 1.3s linear infinite;
    animation:spin 1.3s linear infinite;
    width: 80px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.modal-header {
    background-color: #f5f5f5;
    border-top-left-radius: 3px;    
    border-top-right-radius: 3px;
}

.modal-title {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

input.form-control.search-test {
    padding-left: 32px;
}

.hspace {
    display: inline-block;
    width: 5px
}

.hspace-double {
    display: inline-block;
    width: 10px
}

.vspace {
    display: block;
    height: 5px
}

.vspace-double {
    display: block;
    height: 10px
}

td.session-label {
    max-width: 200px;
    word-wrap: break-word;
}

.three-dots-menu {
    color: rgb(194, 194, 194);
    cursor: pointer;
    display: inline-block;
    /* font-size: 20px; */
    /* line-height: 1em; */
    margin: 0px -2px;
    padding: 0px 2px;
}

.expand-btn {
    color: #999999;
    cursor: pointer;
    font-size: 1.2em;
    padding: 3px;
}

.expand-btn:hover {
    color: inherit;
}

.iteration-tag {
    border: 1px solid #8C8C8C;
    border-radius: 3px;
    display: inline-block;
    font-size: 75%;
    height: auto;
    margin-left: 3px;
    margin-right: 6px;
    margin-top: -2px;
    padding: 0px 4px;
    vertical-align: middle;
}

div.test-count {
    font-size: 78%;
    font-weight: bold;
    margin-top: -2px;
    vertical-align: middle;
}

div.test-count div {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-bottom-color: rgb(206, 206, 206);
    border-right-color: rgb(206, 206, 206);
    color: rgb(39, 39, 39);
    display: inline-block;
    padding: 0px 2px;
    text-align: center;
    width: 33%;
}

div.test-count div:first-of-type {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

div.test-count div:last-of-type {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

div.test-count div:nth-of-type(2) {
    margin-left: 1px;
    margin-right: 1px;
}

div.info-box {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    padding: 10px
}

div.info-box .icon {
    display: block;
    float: left;
    height: 50px;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    padding: 5px;
    width: 50px;
}

/* The code below is necessary to avoid screen artifacts for Chrome
on Windows (https://github.com/twbs/bootstrap/issues/24233) */
.fade.in {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.alert-info {
    background-color: #337fc1;
    border-color: #337fc1;
    color: white;
}

.alert .close {
    color: white;
}

.alert a {
    color:white;
    text-decoration: underline;
}
