[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

div.m-app-loading {
    position: absolute;
}
div.m-app-loading div.animated-container {
    background-color: #333333 ;
    bottom: 0;
    left: 0;
    opacity: 0.5 ;
    position: fixed ;
    right: 0;
    top: 0;
    z-index: 999999 ;
}
div.m-app-loading div.messaging {
    color: #FFFFFF ;
    font-family: monospace ;
    left: 0;
    margin-top: -37px ;
    position: absolute ;
    right: 0;
    text-align: center ;
    top: 50% ;
}
div.m-app-loading h1 {
    font-size: 26px ;
    line-height: 35px ;
    margin: 0 0 20px 0 ;
}
div.m-app-loading p {
    font-size: 18px ;
    line-height: 14px ;
    margin: 0 0 0 0;
}
.details-false {
    text-decoration: line-through;
    color: grey;
}
.spaces-pre {
    white-space:pre;
}

.nav-save {
    background-color: white;
    margin-right: 15px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.skin-blue .sidebar-menu > li.swagger-menu-item > a {
    color: grey;
    background: #222d32;
    border-left-color: #222d32;
    padding-left: 10px;
    border: 0;
}

.skin-blue .sidebar-menu > li.swagger-menu-item  {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

.skin-blue .sidebar-menu > li.swagger-menu-item > a > .swagger-menu-item-logo {
    padding-right: 5px;
    margin-bottom: 3px;
    height: 24px;
    width: 29px;
}

.skin-blue .sidebar-menu > li.swagger-menu-item > a:hover > .swagger-menu-item-label {
    color: #ffffff;
    padding-left: 0;
    padding-right: 10px;
}

.beta-countdown-menu {
    padding-top: 12px;
}

.beta-countdown-label {
    color: white;
    font-size: 13pt;
    padding-right: 10px;
}

.beta-countdown-label-red {
    color: white;
    background-color: red;
    font-size: 15pt;
}

#paramTable tbody {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

#paramTable tbody:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

#dataResource thead th {
    cursor: pointer;
}

#dataResource thead th:first-child {
    cursor: cell;
}

.table>thead>tr>td>span{
    font-weight: bold;
}

.table-with-complex-header {
    border:1px solid #dedede;
}

.table-with-complex-header>thead>tr>th{
    vertical-align: top;
    border: 1px solid #dedede;
    text-align: center;
}

.table-with-complex-header>tbody>tr>td{
    border-right: 1px solid #dedede;
    text-align: right;
}

.table-with-complex-header>tbody>tr>td.text{
    text-align: left;
}

.table-with-complex-header>tbody>tr>td.text{
    text-align: left;
}

.alert-warning{
    background-color: #f3e08d !important;
    color: #8a6d3b !important;
    margin: 0 10px 0 0;
}

.cm-alert-sign{
    color:#f0ad4e;
    margin:5px;
}

.with-custom-tooltip .tooltip.right{
    margin-top: 25px;
}

.with-custom-tooltip .tooltip.right .tooltip-arrow{
    margin-top:-30px;
}

.big-icon{
    margin-right:5px;
    font-size: 22px;
    vertical-align: middle;
}

.tooltip-wrapper{
    display: inline-block;
}

.tooltip-wrapper a[disabled]{
    pointer-events: none;
}

.import-complete{
    display:inline;
    color: #00ca6d;
    font-weight:bold;
}

.fa-check-complete{
    color: #00ca6d;
}

.gray-label{
    color:gray;
    font-weight:normal;
}

.btn-import{
    margin-bottom: 3px;
    pointer-events: auto
}

.link-warning {
    width: 100px;
}

.configError {
    color: red;
}