body {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
    font-size: 12px;
}

table > tbody > tr > td.break-all {
    /* table-layout: fixed !important; */
    /* width: 100% !important; */
    word-break: break-all !important;
}

div.divider-labeled {
    padding: 15px 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 500;
    height: 31px;
}

div.divider-labeled hr {
    margin: 3px 0px;
}

div.divider-labeled div.label {
    color: rgba(0, 123, 185, 1);
    text-align: center;
    position: absolute;
    top: 8px;
    z-index: 502;
    width: 100%;
    font-weight: normal;
}

div.divider-labeled div.label span {
    padding: 0px 15px;
    background-color: #fff;
    font-size: 12pt;
}

div.divider-labeled div.label > i.glyphicon {
    position: absolute;
    font-size: 12pt;
    padding: 0px 15px 0px 0px;
    background-color: #fff;
    top: 2px;
    left: 0;
    cursor: pointer;
}

div.divider-labeled div.label > div.label-button-container {
    padding: 0px 15px 0px 0px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 503;
}

div.divider-labeled div.label > div.label-button-container > button {
    width: 24px;
    height: 24px;
}

div.divider-group-inactive .form-group {
    display: none;
}

div.divider-group-active .form-group {
    display: block;
}

.text-left {
    text-align: left !important
}

.navbar-brand .user-header {
    position: absolute;
    top: 38px;
    left: 110px;
    font-size: 10pt;
}

.navbar-brand .user-header span.info {
    font-size: 8pt;
}

.btn-extended {
    width: 100%;
}

.content {
    border: solid rgb(238, 238, 238) 1px;
    border-radius: 6px 6px 6px 6px;
}

.content-without-sidebar {
    border: solid rgb(238, 238, 238) 1px;
    border-radius: 6px 6px 6px 6px;
}

.content-with-sidebar {
    border: solid rgb(238, 238, 238) 1px;
    border-radius: 0px 6px 6px 6px;
}

div.page-header {
    position: relative;
    padding-top: 12px;
    padding-bottom: 5px;
    height: 42px !important;
    margin-top: 10px;
}

@media( max-width: 890px ) {
    div.page-header {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 0px !important;
        margin-top: 0px;
    }
}

div.page-header h1 {
    font-size: 18pt;
    margin-top: 25px;
    margin-bottom: 0px;
    display: inline;
    vertical-align: 12px !important;
}

.inner-content h2 {
    font-size: 17pt;
    color: rgba(0, 105, 157, 1);
}

div.form-layover, div.load-layover {
    position: absolute;
    z-index: 5000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

div.load-layover {
    position: absolute;
    z-index: 6000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

div.form-layover-content {
    position: absolute;
    z-index: 5001;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    width: 0px;
}

div#form-layover-content {
    position: relative;
    height: 100%;
}

div.content-form-layover, div.content-form-layover-tabbar, div.form-layover-tabbar-content {
    position: relative;
    height: 100%;
}

div.content-form {
    position: relative;
}

div.content-form form {
    position: relative;
    padding-bottom: 10px;
    height: 100%;
}

#form-layover-content form {
    position: relative;
    padding-bottom: 10px;
    height: 100%;
}

#form-layover-content form .fixed-button-footer-left-group {
    position: absolute;
    bottom: 15px;
    left: 0px;
}

#form-layover-content form .fixed-button-footer-right-group {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@media ( max-height: 199px ) {
    div.content-form {
        height: 50%;
    }
    div.inner-content-overview .content-header h2 {
        font-size: 1.2em;
    }
}

@media ( min-height: 200px ) {
    div.content-form {
        height: 49%;
    }
}

@media ( min-height: 350px ) {
    div.content-form {
        height: 70%;
    }
}

@media ( min-height: 550px ) {
    div.content-form {
        height: 80%;
    }
}

@media ( min-height: 651px ) {
    div.content-form {
        height: 80%;
    }
}

@media ( min-height: 701px ) {
    div.content-form {
        height: 83%;
    }
    
}

@media ( min-height: 751px ) {
    div.content-form {
        height: 86%;
    }
    div.inner-content-overview .content-header {
        padding: 15px 0;
        border-radius: 8px;
    }

    div.inner-content-overview .content-header > button:first-of-type {
        position: absolute;
        right: 15px;
        top: 11px;
    }

    div.inner-content-overview .content-header > button {
        position: absolute;
        right: 60px;
        top: 11px;
    }

    div.inner-content-overview .content-header h2 {
        color: #fff;
        margin: 0 0 0 15px;
    }
    div.page-header {
        margin-top: 30px;
    }
    div.inner-content-overview .inner-content-passage {
        padding: 15px 0;
    }
    div.form-layover-close {
        display: block;
    }
}

@media( max-height: 750px ) { 
    #response-container-wop {
        padding-top: 15px; 
    }
}
@media( max-width: 500px ) { 
    #domainAddon {
        max-width: 100px !important;
        overflow-x: hidden;
    }   
}

div.form-layover-close {
    position: absolute;
    top: 15px;
    left: -40px;
    font-size: 20pt;
    padding: 16px 4px 10px 10px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: none;
}

div.content-form-layover div.content-header, div.content-form-layover-tabbar div.content-header, div.content-header-secondary {
    margin-top: 10px;
    background-color: rgba(0, 123, 185, 0.4);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: default;
}
div.content-form-layover div.content-header-secondary, div.content-form-layover-tabbar div.content-header-secondary {
    margin-top: 10px;
    background-color: rgba(0, 123, 185, 0.4);
    cursor: default;
}

div.content-form-layover div.content-header h3, div.content-form-layover div.content-header-secondary h3, div.content-form-layover-tabbar div.content-header h3, div.content-header-secondary h3 {
    color: #3B3B41;
    margin: 0 0 0 15px;
}

div.content-form {
    overflow-y: auto;
}

div.inner-content-overview {
    position: relative;
}

div.inner-content-overview .content-header {
    background-color: #006989;
    padding: 5px 0;
    border-radius: 4px;
    position: relative;
}

div.inner-content-overview .content-header > button:first-of-type {
    position: absolute;
    right: 4px;
    top: 4px;
}

div.inner-content-overview .content-header > button {
    position: absolute;
    right: 60px;
    top: 11px;
}

div.inner-content-overview .content-header h2 {
    color: #fff;
    margin: 0 0 0 15px;
}

.inner-content-passage {
    width: 100%;
    overflow-x: auto;
}

div.inner-content-overview h4 {
    color: rgba(0, 123, 185, 1);
}

div.inner-content-overview .inner-content-passage {
    padding: 15px 0;
}

div.inner-content-overview .inner-content-passage:not(:last-of-type) {
    border-bottom: solid 1px #eee;
}

div.form-group-info {
    padding-top: 7px;
    text-indent: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    padding: 0;
}

.form-horizontal .control-label > div {
    text-align: left !important;
    background-color: #eee;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 7px 15px;
    margin: 0 15px 5px 15px;
}

.search-component label {
    position: relative;
}

.search-component label button.search-info {
    position: absolute;
    top: 5px;
    right: 25px;
    border: 0;
    border-radius: 12px;
    z-index: 1000;
    height: 24px;
    width: 24px;
}

.responseComponent {
    position: relative;
}

.responseComponent .close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 19pt;
}

div.alert {
    position: relative;
}

.alert button.alert-close {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* Footer Notification Box -------------------------------------------------- */
nav.project-footer {
    position: relative;
}

div.footer-notification-box {
    position: fixed;
    height: 300px;
    width: 350px;
    bottom: 0px;
    left: 50px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 2px;
    border-color: #e7e7e7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 10000 !important;
    -webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.39);
}

div.footer-notification-box > .notification-content {
    height: 265px;
}

div.footer-notification-box > .notification-close {
    border: none;
    position: absolute;
    top: 2px;
    right: 10px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    height: 15px;
    width: 15px;
}

div.footer-notification-box > h4 {
    margin: 8px 0 0 10px;
    font-size: 12pt;
    color: #337ab7;
}

div.notification-container > div.notification-header {
    color: red;
}

div.notification-content {
    padding: 9px 5px 5px 5px;
}

div.notification-content ul {
    padding: 0;
    list-style: none;
    height: 224px;
    overflow-y: auto;
}

div.notification-content ul > li {
    padding: 0;
    margin-bottom: 3px;
}

div.notification-content ul .notification-list-element > .alert {
    padding: 5px 5px 5px 80px;
    position: relative;
}

div.notification-content ul .notification-list-element > .alert > .notification-date {
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: 10px;
    text-align: left;
}

div.notification-content ul .notification-list-element > .alert > .notification-date > .time {
    font-size: 9px;
}

/* Footer Notification Box - End -------------------------------------------- */

/* Approvals ---------------------------------------------------------------- */
.approval-form-content {
    padding: 0px 15px;
}

.approval-render-view {
    margin: 10px 0px;
}

.approval-render-view > div {
    padding: 15px 0px 0px 0px;
}

.approval-render-view > div > div {
    padding: 15px 30px 0px 30px;
}

.approval-render-view .approval-title {
    font-size: 16pt;
    /*font-weight: bold;*/
    color: rgba(0, 123, 185, 1);
    padding: 0;
}

.approval-form-content .approval-sub-title {
    font-size: 13pt;
    font-weight: bold;
}

/* Approvals - End ---------------------------------------------------------- */

button.btn-redirect-placeholder {
    width: 100%;
    text-align: center;
    font-size: 15pt;
    padding: 4px 12px 0px 12px;
}

button.full-width-button {
    width: 100%;
}

ul.call-group-member-list {
    list-style: none;
    padding: 10px 0px;
}

ul.call-group-member-list > li {
    border: solid #bfbfbf 1px;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 2px;
}

ul.call-group-member-list > li table {
    width: 100%;
}

ul.pickup-group-member-list > li td:first-of-type {
    width: 20%;
}

ul.pickup-group-member-list > li td:last-of-type {
    width: 10%;
}

ul.pickup-group-member-list > li td:nth-child(2) {
    width: 70%;
}

ul.hunt-group-member-list > li td:first-of-type, ul.hunt-group-member-list > li td:last-of-type {
    width: 10%;
}

ul.hunt-group-member-list > li td:nth-child(2) {
    width: 20%;
}

ul.hunt-group-member-list > li td:nth-child(3) {
    width: 60%;
}

.pickup-group-add-user-confirm h4 {
    color: rgba(0, 123, 185, 1);
}

div.border-box-padding-20 {
    padding: 20px;
    margin: 20px 0px;
    border: solid #efefef 1px;
    border-radius: 4px;
}

div.table-legend {
    margin-bottom: 15px;
}

div.table-legend .table-legend-member {
    padding: 0px 15px;
}

div.table-legend .table-legend-member .table-legend-member-description {
    padding-left: 5px;
    vertical-align: -2px;
}

button.btn-sign {
    min-width: 22px;
}

div.search-component-extension {
    margin-bottom: 10px;
}

div.search-component-extension .search-component-extension-member {
    padding: 0px 15px;
}

div.search-component-extension .search-component-extension-member .search-component-extension-member-description {
    padding-left: 5px;
    vertical-align: 4px;
}

div.search-component-extension .search-component-extension-member button {
    margin-left: 5px;
    vertical-align: 5px;
}

/* TabBar Adjustments ------------------------------------------------------- */
.tab-bar-small {
    font-size: 11pt;
}

.tab-bar-small ul.nav.nav-pills > li > a {
    padding: 3px 8px;
    margin-bottom: 2px;
}

.tab-bar-small ul.nav.nav-pills > li:not(.active) > a {
    background-color: #e7e7e7;
}

.tab-bar-small ul.nav.nav-pills > li:not(.active) > a:hover {
    background-color: #999;
    color: #efefef;
}

/* TabBar Adjustments - End ------------------------------------------------- */

.form-group .alert {
    padding: 6px 15px;
}

span.radio-label {
    vertical-align: 3px;
    padding-left: 10px;
}

.bordered {
    border: solid silver 1px;
    border-radius: 4px;
}

.background-white {
    background-color: #fff;
}

.control-label {
    position: relative;
}

.control-label.fixed-checkbox > input[type="checkbox"], div.fixed-checkbox > input[type="checkbox"] {
    position: absolute;
    top: 4px;
    right: 10px;
}

.control-label.fixed-checkbox > span, div.fixed-checkbox > span {
    position: absolute;
    top: 6px;
    right: 10px;
}

.control-label.fixed-checkbox[class^="col-"] > input[type="checkbox"], div.fixed-checkbox[class*=" col-"] > input[type="checkbox"] {
    position: absolute;
    top: 4px;
    right: 25px;
}

.control-label.fixed-checkbox[class^="col-"] > span, div.fixed-checkbox[class*=" col-"] > span {
    position: absolute;
    top: 6px;
    right: 25px;
}

@media (max-width: 768px) {

    .content-container {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

}

.form-layover-content label.control-label button.search-info {
    position: absolute;
    top: 5px;
    right: 25px;
    border: 0;
    border-radius: 12px;
    z-index: 1000;
    height: 24px;
    width: 24px;
}

.form-layover-content .alert.alert-info {
    margin-top: 5px;
}

label.control-label {
    position: relative;
}
label.control-label > div.fixed-right-filter {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 200px;
    padding: 0;
}
label.control-label > div.fixed-right-filter > .input-group > input[type="text"], label.control-label > div.fixed-right-filter > .input-group button {
    height: 28px;
}
label.control-label > div.fixed-right-filter > .input-group > input[type="text"] {
    font-size: 13px;
    font-weight: normal;
}
label.control-label > div.fixed-right-filter > .input-group button {
    padding: 0px 5px;
}

.divider-group.highlight-green > .divider-labeled > .label {
    color: green !important;
}

.regex-validate.valid {
    border: solid green 1px;
}
.regex-validate.invalid {
    border: solid red 1px;
}
.form-group .error-message {
    color: red;
}




#skill-permission-user-list > li, ul.skill-permission-user-list > li {
    font-weight: bold;
    font-size: 1.1em;
}
#skill-permission-user-list > li.skill-category-header:not(:first-of-type) {
    margin-top: 40px;
}
ul.skill-permission-user-list > li.skill-permission-member {
    background-color: rgba(217,83,79,0.65);  
    color: rgba(255,255,255,1);
    cursor: pointer;
}
ul.skill-permission-user-list > li.header {
    color: black;
    font-size: 1em;
}
ul.skill-permission-user-list > li.skill-permission-member.active {
    background-color: rgba(68,157,68,0.65);
}


button.btn-form-tab:not(.inactive) {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff !important;
    cursor: default;
}
button.btn-form-tab.inactive:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}


i.favorite-star {
    cursor: pointer;
}
i.favorite-star.active-favorite {
    color: gold;
}

.form-group-header h3 {
    font-size: 16px;
    background-color: rgba(0, 123, 185, 0.4);
    padding: 8px 15px;
    margin-bottom: 0px;
    border-radius: 8px 0 0 8px;
}

.btn-checkbox {
  padding: 4px 8px 5px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-checkbox[disabled],
fieldset[disabled] .btn-checkbox {
  cursor: not-allowed;
  filter: alpha(opacity=100);
  opacity: 1;
}
.btn-checkbox-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-checkbox-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

button.checkbox-selector {
    min-width: 80px;
}

.cursor-pointer {
    cursor: pointer
}



/* MOBILE DEFINITIONS */

div.load-layover-error-message {
    width: 400px; 
    height: 250px; 
    position: absolute; 
    top: 50px; 
    right: 50px; 
    box-shadow: 5px 5px 2px 1px rgba(200, 200, 200, .4); 
    background-color: white; 
    border-radius: 4px;
}

@media (max-width: 768px) {
 
    form#form-login {
        margin-top: 40px;
    }
    
    div.page-header {
        border-bottom: none;
    }
    
    #user-favorite-list {
        display: none;
    }
    
    .content {
        border: none !important;
    }
    
    div.load-layover-error-message {
        width: 200px; 
        height: 350px; 
        position: absolute; 
        top: 50px; 
        right: 50px; 
        box-shadow: 5px 5px 2px 1px rgba(200, 200, 200, .4); 
        background-color: white; 
        border-radius: 4px;
    }
    
}