body {
    padding-top: 110px;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.on-top {
    z-index: 10000;
}
.dropdown-menu {
    z-index: 2000; 
}

.navbar-center {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    float: none;
    height:100%;
}
.data-table table, td, th {
    border: 1px solid;
}
.data-table table, td{
    border: 1px solid;
    padding: 0.2em;
}
.data-table table, th{
    padding: 0.5em;
    text-align: center;
}

.listing table, td, th {
    border: none;
}
.listing td{
    border-bottom: 1px solid #616161;
    padding: 0.2em 0.5em;
}
.listing th{
    border-bottom: 1px solid #616161;
    padding: 0.5em;
    text-align: left;
}
.starter-template {
    padding: 40px 15px;
    text-align: left;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.invisible {
    visibility: hidden;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.table th {
    text-align: center;
   /* background: #000000; !important;
    color: #999; !important;*/
    text-transform: uppercase;
}

td.center {
    text-align: center;
}


.error-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #843534;
}

.logo .img-responsive {
    margin: 0 auto;
}

.has-error .selectpicker.btn:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #d59392;
}
.has-error .selectpicker.btn {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

 h1 .badge,  h2 .badge,  h3 .badge {
    vertical-align:middle;
    margin-top: -0.2em;
}

.no-border {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
table {
    word-wrap: break-word;
    width: 100%;
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.label-system:before {
    content: "S";
    position: absolute;
    left: -10px;
    top: 3px;
}
.label-role:before {
    content: "R";
    position: absolute;
    left: -10px;
    top: 3px;
}
.label-user:before {
    content: "U";
    position: absolute;
    left: -11px;
    top: 3px;
}

.label-user {
    border-left: 15px solid yellowgreen;
    position: relative;
    margin-left: 2px;
}

.label-role {
    border-left: 15px solid gray;
    position: relative;
    margin-left: 2px;
}

.label-system {
    border-left: 15px solid black;
    position: relative;
    margin-left: 2px;
}

.label {
    margin-left: 2px;
}
.no-background {
    background:none;
}
.glyphicon {
    margin-right:0.5em;
    margin-left:0.5em
}
.navbar-link > .glyphicon {
    margin-right:0em;
    margin-left:0em
}
.badge {
    margin-left: 0.5em;
    vertical-align:middle;
}
.bottom-buffer {
    margin-bottom: 10px;
}
.top-buffer {
    margin-top: 10px;
}
a[data-toggle="collapse"].collapse-link {
    color: inherit;
}
hr.style-one {
    margin-top: 0;
    margin-bottom: 0;
}

#context_menu_1 {
    top: 50px;
    z-index: 1025;
}
#context_menu_2 {
    top: 100px;
    z-index: 1020;
}
.navbar-btn.navbar-right, .btn-group.navbar-right {
    margin-right: 0;
}
.text-muted {
    color: #646464;
}
.isrb-tooltip + .tooltip > .tooltip-inner {
    background-color: #212121;
    color: #ffffff;
}
.wrapWord{
    overflow-x: auto;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.text-bigger {
    font-size: 20px;
}
.dotted-underscore {
    border-bottom: 1px dotted;
}
.flip-hor {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.biggerChecbox {
    transform: scale(1.5);
}

.muted-content {
    opacity: 0.85;
}
.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-body.scrollable {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
.bg-secondary {
    background-color: #f5f5f5;
}
.nav-tabs > li >a {
    text-decoration: none;
    background-color: #eee;
    color: black;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    text-decoration: underline;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.link {
    color: #337ab7 !important;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
    cursor: pointer;
}
.tooltip-inner {
    text-align: left;
    max-width: 650px;
}
tr.cell-group-bottom {
    border-top: 2px solid #aaa;
}
td.cell-group-bottom {
    border-bottom: none !important;
}
td.cell-group-top {
    border-top: none !important;
}
.nav > li.collapse {
    display : none;
}
.nav > li.collapse.in {
    display : block;
}
tr.strikeout td {
    position:relative
}
tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #646464;
    width: 100%;
}
.padding-small{
    padding-right: 1px;
    padding-left: 1px;
}
.tt-cursor {
    background-color: rgb(221, 221, 221);
}
.twitter-typeahead {
    width: 100%;
}
.badge-notify{
    background:#d9534f;
    position:relative;
    top: -15px;
    left: -45px;
    font-size: 10px;
}
.glyphicon-comment[data-count]:after{
    position:absolute;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: attr(data-count);
    right: 25%;
    top: 20%;
    font-size: 50%;
    color: white;
    text-align:center;
    min-width: 1em;
    font-weight:bold;
}
tr.with-comments {
    height: 38px
}
.clickable {
    cursor: pointer;
}
.text-info-light {
    color: #337ab7
}
.font-weight-bold {
    font-weight: bold;
}
.wf-img:after {
    background-size: 17px 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    content:"";
}
.wf-img-SYSTEM:after {
    background-image: url('/assets/images/workflow/task-node-SYSTEM.png');

}
.wf-img-GEAR:after {
    background-image: url('/assets/images/workflow/task-node-GEAR.png');

}

.wf-img-RESORT:after {
    background-image: url('/assets/images/workflow/task-node-RESORT.png');
}
.wf-img-EXPERT:after {
    background-image: url('/assets/images/workflow/task-node-EXPERT.png');
}
.wf-img-APPLICANT:after {
    background-image: url('/assets/images/workflow/task-node-APPLICANT.png');
}
/*spinner*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(211, 49, 60);;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.text-danger {
    color: #DC323C;
}

.btn-danger {
    color: #fff;
    background-color: #DC323C;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: rgb(25, 105, 194);
    border-color: #2e6da4;
}

.text-primary {
    color: rgb(25, 105, 194);
}

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

.label-primary {
    background-color: rgb(25, 105, 194);
}
