/* input(480,1): run-time error CSS1019: Unexpected token, found '@import'
input(480,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Caudex:400,700)' */
.mce-content-body {
    font-family: 'Asap', sans-serif !important;
}

.modal-text-detail {
    vertical-align: sub;
}

.modal-text {
    cursor: pointer;
}

.modal-title-detail {
    padding-left: 15px;
    vertical-align: text-top;
}

#ModuleText {
    background-color: #3784b1;
    border-color: #31759e;
    color: #fff;
}

.ab_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ab_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.ab_close_model {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ab_close_model:hover,
.ab_close_model:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.announcement-template__text {
    margin-bottom :20px;
}

.color-block {
    width: 2rem;
    height: 2rem;
    display: flex;
    margin: 0 5px 0 15px;
}
#LOCAL.navbar.navbar-fixed-top {
  background-color: #158f47;
  background-image: none;
  color: #fff; }

body {
  background: #f3f3f3; }

footer {
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 20px;
}

.statusblock {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf; }
  .statusblock-icon {
    font-size: 35px; }
    .statusblock-icon.blue {
      color: #31708f; }
    .statusblock-icon.red {
      color: #a94442; }
    .statusblock-icon.green {
      color: #3c763d; }
  .statusblock-counter {
    color: #bfbfbf;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px; }

.customer {
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
  display: block;
  transition: .3s box-shadow; }
  .customer:hover {
    box-shadow: 0px 0px 0px 3px #158f47;
    cursor: pointer; }
  .customer-status {
    font-size: 18px;
    float: right; }
  .customer-header h3 {
    margin: 0;
    font-size: 24px; }
    .customer-header h3 .title {
      font-weight: bold;
      font-size: 12px;
      margin-left: 10px; }
  .customer-detail .list {
    padding: 0;
    margin: 0; }
    .customer-detail .list-item {
      display: inline;
      margin-right: 20px; }

.az-label__info-icon {
    margin-bottom: 3px;
    padding-left: 3px;
}
.center-details .inline {
    display: inline;
}

.center-details .bold {
    font-weight: bold;
}

.slide-select {
  height: auto; }
  .slide-select-list {
    border: 1px solid lightgray;
    border-radius: 5px;
    background: #fff;
    height: 400px;
    overflow-y: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .slide-select-list.selected .item {
      background-color: #d8d8d8;
      padding: 1px 10px;
      font-weight: bold; }
      .slide-select-list.selected .item:nth-child(odd) {
        background-color: #eaeaea; }
    .slide-select-list-selectable {
      display: block;
      margin: 0px;
      font-weight: normal;
      font-size: 14px; }
      .slide-select-list-selectable .input {
        display: none; }
        .slide-select-list-selectable .input:checked + .text {
          background-color: #0094ff;
          color: #fff; }
      .slide-select-list-selectable .text {
        display: block;
        width: 100%;
        padding: 4px 10px; }

.enablement-toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .enablement-toggle-enabled {
    color: #23b612; }
  .enablement-toggle-disabled {
    color: #ce4545; }

.all-buttons {
  margin: 0 20px 5px 0;
  font-weight: bold;
  cursor: pointer;
  display: inline-block; }
  .all-buttons:hover {
    color: #808080; }

.tab-buttons {
  padding: 0 0px; }
  .tab-buttons button {
    background-color: #ffffff;
    border: 1px solid #529dc9;
    border-radius: 3px;
    color: #529dc9;
    outline: none; }
    .tab-buttons button.active {
      color: #ffffff;
      background-color: #529dc9; }

.jobselector {
  background-color: #fff;
  border: 1px solid #529dc9;
  border-radius: 3px;
  color: #529dc9;
  outline: none;
  margin: 10px 0px 0px 15px;
  position: relative;
  padding: 2px 0px;
  max-width: inherit; }

.change {
  margin-top: 20px; }
  .change-column-block {
    border: 2px solid #529dc9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px;
    max-height: 400px;
    position: relative; }
    .change-column-block-title {
      position: absolute;
      top: -8px;
      left: 5px;
      background-color: #fff;
      padding: 0px 5px;
      font-size: 14px;
      font-weight: bold;
      color: #529dc9; }
    .change-column-block-image {
      text-align: center;
      margin: 10px 0px; }
      .change-column-block-image img {
        height: 40px; }

.tenantview {
  margin-top: 20px; }
  .tenantview .panel-body {
    text-align: center; }
  .tenantview .panel .progress {
    margin: 10px auto -10px;
    height: 10px; }
    .tenantview .panel .progress-bar {
      transition: width 0s; }
  .tenantview-status {
    text-align: left;
    margin-top: 10px;
    padding: 10px 10px 0px;
    border-top: 1px solid silver; }
    .tenantview-status + .tenantview-status {
      margin-top: 10px;
      border-top: none;
      padding-top: 0px; }
    .tenantview-status:before, .tenantview-status:after {
      content: '';
      display: table;
      clear: both; }
    .tenantview-status-name {
      font-size: 18px;
      display: inline-block;
      float: left;
      width: 50%; }
    .tenantview-status-output {
      font-size: 18px;
      text-align: center;
      float: left;
      width: 50%;
      font-weight: bold;
      color: #158f47;
      vertical-align: bottom; }
      .tenantview-status-output .glyphicon-time {
        color: #ffd800; }
      .tenantview-status-output .glyphicon-remove {
        color: #ff0000; }
      .tenantview-status-output .glyphicon-ok {
        color: #0db900; }
  .tenantview-releases .release-list {
    list-style-type: none;
    padding: 0px;
    font-size: 16px; }
    .tenantview-releases .release-list-item {
      margin-bottom: 5px; }
      .tenantview-releases .release-list-item-release {
        display: block;
        color: #529dc9;
        font-weight: bold;
        margin-bottom: -5px; }
      .tenantview-releases .release-list-item-date {
        font-size: 70%;
        line-height: 70%;
        padding-left: 8px;
        color: #737373;
        font-weight: bold; }
  .tenantview-fixes-group + .tenantview-fixes-group {
    margin-top: 15px; }
  .tenantview-fixes-group h6 {
    font-size: 16px;
    margin: 0px -15px;
    padding: 0px 10px;
    color: #529dc9;
    font-weight: bold;
    border-bottom: 1px solid #737373; }
  .tenantview-fixes-group .list {
    list-style-type: none;
    padding: 0px;
    margin: 0px -15px; }
    .tenantview-fixes-group .list-item-detail {
      display: block;
      transition: background-color .2s, color .2s;
      padding: 5px 10px;
      color: #5a5a5a;
      word-break: break-word; }
      .tenantview-fixes-group .list-item-detail .key {
        font-weight: bold;
        font-size: 14px;
        color: #158f47; }
      .tenantview-fixes-group .list-item-detail:hover .key {
        text-decoration: underline; }
      .tenantview-fixes-group .list-item-detail .name {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 12px; }
      .tenantview-fixes-group .list-item-detail .deploy {
        margin: 0px;
        font-size: 120px;
        color: #737373;
        line-height: 10px;
        padding-left: 5px;
        font-weight: bold; }
      .tenantview-fixes-group .list-item-detail .summary {
        font-size: 10px;
        line-height: 10px;
        margin: 0px;
        color: #5a5a5a; }
  .tenantview-progress-feed {
    margin: 10px 0px -20px;
    font-size: 10px; }
    .tenantview-progress-feed:after {
      display: inline-block;
      margin-left: -2px;
      content: '...'; }
  .tenantview-log {
    font-size: 20px;
    color: #5a5a5a;
    position: relative; }
    .tenantview-log-row {
      margin-bottom: 25px;
      padding-left: 35px; }
      .tenantview-log-row .icon {
        font-size: 120%;
        display: block;
        position: absolute;
        left: 15px; }
        .tenantview-log-row .icon .glyphicon {
          top: 4px; }
          .tenantview-log-row .icon .glyphicon-hdd {
            color: #63c5ff; }
          .tenantview-log-row .icon .glyphicon-list-alt {
            color: #ffb970; }
          .tenantview-log-row .icon .glyphicon-adjust {
            color: #ff5b5b; }
          .tenantview-log-row .icon .glyphicon-tag {
            color: #69d862; }
          .tenantview-log-row .icon .glyphicon-flag {
            color: #e480df; }
      .tenantview-log-row .title {
        font-size: 80%; }
        .tenantview-log-row .title a:hover {
          color: #158f47;
          text-decoration: underline;
          transition: color 0s; }
      .tenantview-log-row .date {
        font-size: 80%;
        color: #529dc9;
        display: block; }
      .tenantview-log-row p {
        margin-top: 5px;
        font-size: 60%;
        color: silver; }
  .tenantview-options {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .tenantview-options label {
      cursor: pointer;
      font-size: 14px;
      user-select: none;
      -webkit-user-select: none; }
      .tenantview-options label input {
        display: none; }
      .tenantview-options label span {
        text-decoration: line-through; }
        .tenantview-options label span.tag {
          color: #69d862; }
        .tenantview-options label span.ops {
          color: #e480df; }
        .tenantview-options label span.db {
          color: #63c5ff; }
        .tenantview-options label span.ui {
          color: #ffb970; }
      .tenantview-options label input:checked + span {
        text-decoration: none; }

/*Taken from https://stackoverflow.com/questions/159914/css-javascript-use-div-to-grey-out-section-of-page*/
.darkClass {
    background-color: white;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: inherit;
    top: 0px;
    left: 0px;
}

.modal-backdrop {
    display: none !important;
}

.download-modal {
    height: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    overflow: visible !important;
    text-align: center;
    width: 25%;
    z-index: 1030;
}

.download-modal-dialog {
    height: 100%;
    margin: unset;
    width: 100%;
}

.download-modal-content {
    align-items: center;
    background-color: lightyellow;
    border: 2px solid grey;
    color: darkslategrey;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
}

[drag-source="true"] {
    border-style: solid;
    border-width: thin;
}

.drag-target {
    border-color: black;
    border-top-style: solid;
}

#ConnectorManagerHashedPassword, #DRVS_CONNECTORSVC_SFTPPASSWORD, #ConnString, #SFTPPassword, #DRVS_CONNECTORSVC_SFTPPASSWORD {-webkit-text-security:disc;}
.nav > li > a
{
    min-height: 38px;
}
.loadingIndicator {
    padding: 5% 0;
}

@import url(https://fonts.googleapis.com/css?family=Caudex:400,700);
/*  Variables  */
/*   Mixins  */
/*  Gradients  */
/*  Transition  */
/*  Box Sizing  */
/*  Box Shadow  */
/*  Border Radius  */
/*  Opacity  */
body {
    margin: 0px auto;
    font: normal 12px 'Open Sans', arial, sans-serif;
    line-height: 18px;
    color: #333333;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.center-align-text {
    text-align: center !important;
}

.right-align-text {
    text-align: right !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-underline {
    text-decoration: underline !important;
}

.btn-set .btn {
    margin-right: 5px;
}

header {
    background-color: #529dc9;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5da4cd), to(#529dc9));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #5da4cd, #529dc9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #5da4cd, #529dc9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #5da4cd, #529dc9);
    /* IE10 */
    background-image: -o-linear-gradient(top, #5da4cd, #529dc9);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #5da4cd, #529dc9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    vertical-align: middle;
    padding: 0;
    line-height: 50px;
    margin-bottom: 0px;
}

.top-bar {
    padding: 0;
    margin: 20px 0 10px 0;
    height: 30px;
    vertical-align: middle;
    position: relative;
}

    .top-bar .logo {
        position: absolute;
        padding: 36px 20px;
        font-size: 20px;
        color: #ffffff;
        font-family: 'Caudex', serif;
        background-color: #529dc9;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#398ab9), to(#529dc9));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #398ab9, #529dc9);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #398ab9, #529dc9);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #398ab9, #529dc9);
        /* IE10 */
        background-image: -o-linear-gradient(top, #398ab9, #529dc9);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #398ab9, #529dc9);
        left: 0;
        z-index: 1001;
        width: 120px;
        text-align: center;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .top-bar sup {
        position: absolute;
        top: 12px;
        right: 24px;
        z-index: -100;
    }

        .top-bar sup i {
            font-size: 64px;
            color: #f6a363;
        }

    .top-bar ul#icon-nav {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: right;
    }

        .top-bar ul#icon-nav li {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            margin-left: 5px;
            background: #ffffff;
            border: 1px solid #daeaf4;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            cursor: pointer;
            display: inline-block;
            float: left;
            margin-left: 12px;
            height: 30px;
            width: 30px;
            position: relative;
            text-align: center;
        }

            .top-bar ul#icon-nav li .count-label {
                position: absolute;
                top: -5px;
                right: -3px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                background-color: #87CEEB;
                color: white;
                height: 10px;
                width: 10px;
            }

            .top-bar ul#icon-nav li .count-lb-yellow {
                background-color: #F38733;
                color: #fcdcc4;
            }

            .top-bar ul#icon-nav li .count-lb-green {
                background-color: #A4DB79;
                color: #f6fbf2;
            }

            .top-bar ul#icon-nav li i {
                color: #a0c9e1;
                right: 7px;
                position: absolute;
                top: 7px;
            }

            .top-bar ul#icon-nav li:first-child {
                margin-left: 0;
            }

            .top-bar ul#icon-nav li a {
                padding: 14px;
                display: block;
            }

            .top-bar ul#icon-nav li:hover {
                background: transparent;
            }

                .top-bar ul#icon-nav li:hover i {
                    color: #F38733;
                }

    .top-bar .custom-search {
        margin: 0 0 0 12px;
        float: right;
    }

        .top-bar .custom-search .search-query {
            padding: 4px 6px;
            margin-bottom: 0;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            color: #79b3d5;
            background: #ffffff;
            border: 1px solid #daeaf4;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            width: 180px;
            line-height: 20px;
        }

            .top-bar .custom-search .search-query:focus {
                outline: none;
                width: 230px;
                background: transparent;
            }

        .top-bar .custom-search ::-webkit-input-placeholder {
            color: #79b3d5;
        }

        .top-bar .custom-search :-moz-placeholder {
            color: #79b3d5;
        }

        .top-bar .custom-search i {
            padding: 8px;
            cursor: pointer;
            top: 0px;
            position: relative;
            left: -32px;
            color: #8cbedb;
        }

.page-title {
    margin-top: 0px;
    margin-bottom: 30px;
    background: white;
    border: 1px solid #c7dfed;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 18px 12px;
    vertical-align: middle;
    line-height: 26px;
}

    .page-title h2 {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-weight: 300;
        font-size: 18px;
        color: #3e92c3;
    }

    .page-title ul.breadcrumb {
        display: inline-block;
        font-size: 11px;
        margin: 0;
        padding: 0;
        margin-left: 5px;
        font-weight: 300;
        background: none;
    }

        .page-title ul.breadcrumb li {
            padding: 2px 4px 0 0;
            list-style: none;
            display: inline-block;
            color: #999999;
        }

            .page-title ul.breadcrumb li:last-child {
                color: #A4DB79;
                font-size: 12px;
                font-weight: 500;
            }

@media (max-width: 767px) {
    .page-title ul.breadcrumb {
        display: none;
    }
}

.page-title ul.stats {
    float: right;
    margin: 0;
}

    .page-title ul.stats li {
        margin-top: 0px;
        float: left;
        padding: 0 10px;
        margin-left: 10px;
        line-height: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: block;
    }

        .page-title ul.stats li .graph {
            float: left;
            margin: 2px 0 0 0;
            width: 60px;
        }

        .page-title ul.stats li .details {
            float: left;
            margin-left: 10px;
            text-align: right;
            color: #79b3d5;
            line-height: 26px;
        }

            .page-title ul.stats li .details span.big {
                font-size: 16px;
                font-weight: 600;
            }

            .page-title ul.stats li .details span.small {
                font-size: 12px;
            }

        .page-title ul.stats li:last-child {
            padding-right: 0;
        }

.page-title ul#page-settings {
    padding: 0;
    list-style-type: none;
    margin: 0 0 0 10px;
    float: right;
}

    .page-title ul#page-settings li {
        float: left;
        cursor: pointer;
        background: #A4DB79;
        padding: 5px 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        line-height: 18px;
        margin-left: 5px;
    }

        .page-title ul#page-settings li i {
            color: #ffffff;
        }

        .page-title ul#page-settings li#reportrange .caret {
            border-top: 4px solid #579328;
        }

        .page-title ul#page-settings li#reportrange span {
            display: none;
        }

        .page-title ul#page-settings li:hover {
            background: #96d665;
        }

.daily-stats h1.number {
    text-align: right;
    color: #A4DB79;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

    .daily-stats h1.number span {
        color: #e6e6e6;
    }

    .daily-stats h1.number.primary {
        color: #3784B1;
    }

.daily-stats p.avg, .daily-stats p.total {
    text-align: right;
    color: #3784B1;
    font-weight: 500;
}

.daily-stats ul.details {
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .daily-stats ul.details li {
        width: 33%;
        float: left;
        color: #666666;
    }

        .daily-stats ul.details li h4.num {
            font-size: 16px;
            font-weight: 500;
            display: block;
            padding: 0;
            margin: 0;
            line-height: 12px;
        }

        .daily-stats ul.details li small {
            color: #b3b3b3;
        }

.daily-stats ul.demography {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .daily-stats ul.demography li {
        width: 50%;
        float: left;
        color: #666666;
    }

        .daily-stats ul.demography li i {
            font-size: 28px;
            color: #A4DB79;
            float: left;
            margin-right: 10px;
        }

        .daily-stats ul.demography li h4.num {
            margin-left: 40px;
            font-size: 16px;
            font-weight: 500;
            padding: 0;
            margin: 0;
            line-height: 21px;
        }

            .daily-stats ul.demography li h4.num small {
                color: #b3b3b3;
                display: block;
                font-size: 11px;
            }

.daily-stats ul.min-max {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .daily-stats ul.min-max li {
        width: 50%;
        float: left;
        color: #666666;
    }

        .daily-stats ul.min-max li h4.num {
            font-size: 16px;
            font-weight: 500;
            padding: 0;
            margin: 0;
            line-height: 14px;
        }

            .daily-stats ul.min-max li h4.num small {
                color: #b3b3b3;
                margin-right: 5px;
                font-size: 11px;
            }

        .daily-stats ul.min-max li:last-child h4.num {
            text-align: right;
        }

.daily-stats .bar-graph {
    overflow: hidden;
}

ul.progress-stats {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul.progress-stats li {
        padding: 10px 15px;
        background: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        transition: All 0.5s ease;
        border: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }

        ul.progress-stats li:last-child {
            margin-bottom: 0px;
        }

        ul.progress-stats li:hover {
            background: #f7f7f7;
            cursor: pointer;
        }

        ul.progress-stats li .details {
            margin-bottom: 8px;
        }

    ul.progress-stats .half-width {
        width: 49%;
        float: left;
        margin-bottom: 0;
    }

    ul.progress-stats .left-margin {
        margin-left: 2%;
    }

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
    list-style-type: none;
}

    .chats li {
        padding: 5px 0;
        margin: 9px auto;
    }

        .chats li img.avatar {
            height: 48px;
            width: 48px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .chats li.in img.avatar {
            margin-right: 10px;
            float: left;
        }

        .chats li .name {
            color: #666666;
            font-size: 13px;
            font-weight: bold;
        }

        .chats li .date-time {
            color: #3784B1;
            font-size: 11px;
            font-weight: 400;
        }

        .chats li.out img.avatar {
            float: right;
            margin-left: 10px;
        }

        .chats li .message {
            display: block;
            padding: 5px 10px;
            position: relative;
            color: #000000;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .chats li.in .message {
            text-align: left;
            border-left: 2px solid #e6e6e6;
            margin-left: 68px;
            background: #f7f7f7;
        }

            .chats li.in .message .arrow {
                display: block;
                position: absolute;
                top: 7px;
                left: -8px;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-right: 6px solid #e6e6e6;
            }

        .chats li.out .message {
            border-right: 2px solid #a0c9e1;
            margin-right: 68px;
            background: #daeaf4;
            text-align: right;
        }

            .chats li.out .message .arrow {
                display: block;
                position: absolute;
                top: 7px;
                right: -8px;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #a0c9e1;
            }

        .chats li .message .body {
            display: block;
            padding-top: 10px;
        }

        .chats li:last-child {
            margin-bottom: 0;
        }

.tweets-container .tweet-box {
    margin-bottom: 10px;
    padding: 8px;
    height: 82px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .tweets-container .tweet-box img.avatar {
        height: 48px;
        width: 48px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        float: left;
    }

    .tweets-container .tweet-box .tweet {
        margin-left: 60px;
    }

        .tweets-container .tweet-box .tweet p {
            color: #4d4d4d;
            margin: 0 0 3px 0;
        }

            .tweets-container .tweet-box .tweet p span {
                color: #A4DB79;
            }

        .tweets-container .tweet-box .tweet .icons-nav {
            border-top: 1px solid #e6e6e6;
            padding: 5px 0;
        }

            .tweets-container .tweet-box .tweet .icons-nav .time {
                float: left;
                color: #bfbfbf;
            }

            .tweets-container .tweet-box .tweet .icons-nav i {
                float: right;
                color: gray;
                cursor: pointer;
            }

    .tweets-container .tweet-box:hover {
        background: #f7f7f7;
        cursor: pointer;
    }

.todo {
    background: #ffffff;
}

    .todo .todo-list-item {
        border-bottom: 1px solid #ededed;
        padding: 13px 0px;
        cursor: pointer;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        position: relative;
    }

        .todo .todo-list-item:last-child {
            border-bottom: none;
        }

    .todo .todo-list-cb {
        display: none;
    }

    .todo .todo-list-mark {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 16px;
        height: 16px;
        border: 2px solid #b3b3b3;
        vertical-align: middle;
    }

        .todo .todo-list-mark:before {
            content: '';
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -3px 0 0 -4px;
            height: 5px;
            width: 8px;
            border: solid #A4DB79;
            border-width: 0 0 3px 3px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .todo .danger-todo {
        border: 2px solid #F56B6B;
    }

    .todo label {
        margin-bottom: 0;
        font-size: 12px;
    }

    .todo .todo-list-cb:checked ~ .todo-list-mark {
        border-color: #A4DB79;
    }

        .todo .todo-list-cb:checked ~ .todo-list-mark:before {
            display: block;
        }

    .todo .todo-list-desc {
        font-weight: 500;
        color: #666666;
    }

    .todo .todo-list-cb:checked ~ .todo-list-desc {
        color: #A4DB79;
        text-decoration: line-through;
    }

    .todo:hover {
        color: #A4DB79;
    }

.chart-height {
    position: relative;
    height: 180px;
}

#footer {
    bottom: 0px;
    width: 100%;
}

    #footer ul#footer-links {
        margin: 0;
        padding: 0;
        line-height: 36px;
    }

        #footer ul#footer-links li {
            display: inline-block;
            -webkit-transition: All 0.2s ease;
            -moz-transition: All 0.2s ease;
            -ms-transition: All 0.2s ease;
            -o-transition: All 0.2s ease;
            transition: All 0.2s ease;
            padding: 0px 10px;
        }

            #footer ul#footer-links li a {
                display: block;
                color: #999999;
                font-size: 14px;
            }

                #footer ul#footer-links li a:hover {
                    color: gray;
                }

            #footer ul#footer-links li:first-child {
                padding-left: 0;
            }

            #footer ul#footer-links li:last-child {
                padding-right: 0;
            }

    #footer p.copyright {
        font-size: 14px;
        color: gray;
        line-height: 36px;
        text-align: right;
    }

@media (max-width: 767px) {
    #footer {
        position: relative;
    }

        #footer ul#footer-links {
            text-align: center;
        }

        #footer p.copyright {
            text-align: center;
        }
}

.onoffswitch {
    display: inline-block;
    position: relative;
    width: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 0px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 10px;
        color: #ffffff;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 5px;
        background-color: #3784B1;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 5px;
        background-color: #F38733;
        text-align: right;
    }

.onoffswitch-switch {
    width: 8px;
    height: 8px;
    margin: 6px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.progress-small {
    height: 10px;
    margin-bottom: 7px;
}

.progress-mini {
    height: 6px;
    margin-bottom: 5px;
}

#dt_example {
    /* Sorting */
}

    #dt_example .dataTables_length {
        float: left;
    }

        #dt_example .dataTables_length select {
            width: 80px;
            height: 30px;
            margin-bottom: 0;
        }

    #dt_example .dataTables_filter {
        float: right;
    }

        #dt_example .dataTables_filter input {
            width: 160px;
            margin-bottom: 0;
            outline: none;
        }

    #dt_example .dataTables_info {
        float: left;
        margin-bottom: 5px;
    }

    #dt_example .dataTables_paginate {
        margin: 5px 0;
        float: right;
    }

        #dt_example .dataTables_paginate .first, #dt_example .dataTables_paginate .previous, #dt_example .dataTables_paginate .next, #dt_example .dataTables_paginate .last {
            display: none;
        }

        #dt_example .dataTables_paginate .paginate_button, #dt_example .dataTables_paginate .paginate_active {
            background: #f2f2f2;
            margin: 1px;
            padding: 5px 10px;
        }

            #dt_example .dataTables_paginate .paginate_button:hover, #dt_example .dataTables_paginate .paginate_active:hover {
                background: #e6e6e6;
                cursor: pointer;
            }

        #dt_example .dataTables_paginate .paginate_active {
            background: #87CEEB;
            color: #ffffff;
        }

    #dt_example .dataTable .sorting {
        cursor: pointer;
        background: url(../img/sorting.png) no-repeat center right;
    }

    #dt_example .dataTable .sorting_asc {
        cursor: pointer;
        background: url(../img/sorting_asc.png) no-repeat center right;
    }

    #dt_example .dataTable .sorting_desc {
        cursor: pointer;
        background: url(../img/sorting_desc.png) no-repeat center right;
    }

#scrollbar {
    width: 100%;
    clear: both;
    margin: 0;
}

    #scrollbar .viewport {
        width: 98%;
        height: 180px;
        overflow: hidden;
        position: relative;
    }

    #scrollbar .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #scrollbar .thumb {
        background-color: #F38733;
    }

        #scrollbar .thumb .end {
            background-color: #F38733;
        }

    #scrollbar .scrollbar {
        position: relative;
        float: right;
        width: 2px;
    }

    #scrollbar .track {
        background-color: #cccccc;
        height: 100%;
        width: 2px;
        position: relative;
        padding: 0;
    }

    #scrollbar .thumb {
        height: 20px;
        width: 2px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

        #scrollbar .thumb .end {
            overflow: hidden;
            height: 5px;
            width: 13px;
        }

    #scrollbar .disable {
        display: none;
    }

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

ul.online-users {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

    ul.online-users li a {
        position: relative;
        display: block;
        padding: 2px 0;
    }

        ul.online-users li a img {
            margin-right: 3px;
            width: 16px;
            height: 16px;
        }

        ul.online-users li a .user-name {
            display: inline-block;
        }

        ul.online-users li a .user-status, ul.online-users li a .user-status.online, ul.online-users li a .user-status.busy, ul.online-users li a .user-status.away {
            position: absolute;
            top: 6px;
            right: -5px;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            background: #cccccc;
            -webkit-box-shadow: 0 0 4px #999999 inset;
            -moz-box-shadow: 0 0 4px #999999 inset;
            box-shadow: 0 0 4px #999999 inset;
        }

            ul.online-users li a .user-status.online, ul.online-users li a .user-status.online.online, ul.online-users li a .user-status.busy.online, ul.online-users li a .user-status.away.online {
                background: #A4DB79;
            }

                ul.online-users li a .user-status.busy, ul.online-users li a .user-status.online.busy, ul.online-users li a .user-status.busy.busy, ul.online-users li a .user-status.away.busy {
                    background: #F56B6B;
                }

                    ul.online-users li a .user-status.away, ul.online-users li a .user-status.online.away, ul.online-users li a .user-status.busy.away, ul.online-users li a .user-status.away.away {
                        background: #F38733;
                    }

        ul.online-users li a:hover {
            color: #F38733;
        }

ul.signups {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.signups li {
        display: block;
        border-bottom: 1px solid #e6e6e6;
        padding: 6px 0;
        cursor: pointer;
    }

        ul.signups li .user img {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        ul.signups li .info {
            margin-left: 40px;
            color: #3784B1;
        }

            ul.signups li .info h6 {
                margin: 0;
                padding: 0;
                font-weight: 500;
                line-height: 100%;
                font-size: 12px;
                margin-bottom: 4px;
            }

            ul.signups li .info p {
                margin: 0;
                padding: 0;
                color: gray;
                font-size: 11px;
                line-height: 16px;
            }

            ul.signups li .info small {
                color: #666666;
                font-size: 11px;
            }

        ul.signups li a {
            color: #3784B1;
            font-weight: 500;
        }

            ul.signups li a span {
                color: gray;
                font-size: 11px;
                font-weight: 200;
            }

        ul.signups li:last-child {
            border-bottom: 0;
        }

.featured-articles {
    padding: 0;
}

    .featured-articles .articles a {
        position: relative;
        border-bottom: 1px dotted #d9d9d9;
        color: #0d0d0d;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        padding: 6px 0;
        padding-left: 20px;
        margin-bottom: 1px;
    }

        .featured-articles .articles a:hover {
            color: #737373;
            text-decoration: underline;
        }

        .featured-articles .articles a .label-bullet {
            position: absolute;
            left: 1px;
            top: 12px;
            width: 0;
            height: 0;
            border: 3px solid #f4954b;
        }

        .featured-articles .articles a .date {
            font-size: 10px;
            color: #b3b3b3;
            font-weight: normal;
            display: block;
        }

.wysiwyg-container textarea {
    border: 1px solid #cccccc;
    outline: none;
}

.wysiwyg-container .wysihtml5-toolbar .btn {
    border: 1px solid #cccccc;
    color: #4d4d4d;
}

.wysiwyg-container .wysihtml5-toolbar .dropdown .dropdown-menu li a {
    padding: 6px 0 6px 70px;
}

.wysiwyg-container iframe {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.dropdown-menu li a:hover {
    background-color: #3784B1;
    color: #ffffff;
}

.navbar {
    border: 1px solid #398ab9;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
    margin-left: 119px !important;
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding: 0 12px;
        background: #357ea9;
        margin-right: -1px !important;
        margin-left: -1px !important;
    }
}

.navbar-nav > li > a {
    padding: 14px;
    color: #ffffff;
    font-size: 14px;
}

    .navbar-nav > li > a:hover {
        background-color: #daeaf4;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#edf5fa), to(#daeaf4));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #edf5fa, #daeaf4);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #edf5fa, #daeaf4);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #edf5fa, #daeaf4);
        /* IE10 */
        background-image: -o-linear-gradient(top, #edf5fa, #daeaf4);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #edf5fa, #daeaf4);
        color: #31759e;
    }

.navbar-nav > .active {
    background-color: #4697c6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d6d92), to(#4697c6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #2d6d92, #4697c6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #2d6d92, #4697c6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #2d6d92, #4697c6);
    /* IE10 */
    background-image: -o-linear-gradient(top, #2d6d92, #4697c6);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #2d6d92, #4697c6);
}

    .navbar-nav > .active a {
        color: #ffffff;
    }

.navbar-toggle {
    background: #357ea9;
}

    .navbar-toggle .icon-bar {
        background: #ffffff;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #357ea9;
    color: #ffffff;
}

.nav .caret {
    border-top-color: #edf5fa;
    border-bottom-color: #edf5fa;
}

.nav a:hover .caret {
    border-top-color: #a0c9e1;
    border-bottom-color: #a0c9e1;
}

.navbar-nav .dropdown-menu .divider {
    background-color: #398ab9;
}

.dropdown-menu-sub-nav {
    height: 26px;
}

    .dropdown-menu-sub-nav span {
        display: none;
        float: right;
    }

    .dropdown-menu-sub-nav:hover span {
        display: inline-block;
    }

.dropdown-menu-sub-nav-content {
    display: none;
    left: 100%;
    position: absolute;
    width: 100%;
}

    .dropdown-menu-sub-nav-content li {
        float: left;
        color: white;
        text-decoration: none;
    }

.dropdown-menu-sub-nav:hover .dropdown-menu-sub-nav-content {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    margin-top: -27px;
    padding: inherit;
}

.dropdown-menu-sub-nav-content li {
    list-style: none;
    width: inherit;
}

    .dropdown-menu-sub-nav-content li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143;
    }

@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}

.panel {
    margin-bottom: 25px;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    /* FF3.5+ */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    /* Saf3.0+, Chrome */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    /* Opera 10.5, IE9 */
}

.panel-body {
    padding: 20px;
}

.panel-heading {
    padding: 12px 20px;
    border: 0;
    border-bottom: 1px;
    border-style: solid;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

    .panel-heading i, .panel-heading .onoffswitch {
        float: right;
    }

    .panel-heading .label {
        float: right;
        padding: .4em .6em;
    }

.panel-title {
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    float: left;
}

.panel-sub-heading {
    padding: 6px 20px;
    background-color: #f9fcfd;
    border-bottom: 1px solid #c3ddec;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* FF3.5+ */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* Saf3.0+, Chrome */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* Opera 10.5, IE9 */
    font-size: 11px;
    text-align: right;
}

    .panel-sub-heading a {
        color: #79b3d5;
    }

        .panel-sub-heading a:hover {
            color: #A4DB79;
        }

.panel-footer {
    padding: 6px 20px;
    background: #edf5fa;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .panel-footer a {
        color: #3784B1;
    }

        .panel-footer a:hover {
            color: #A4DB79;
        }

.panel-default {
    border: 1px solid #c3ddec;
}

    .panel-default > .panel-heading {
        color: #3784B1;
        border-bottom: 1px solid #c3ddec;
        background-color: #edf5fa;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfefe), to(#edf5fa));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #fdfefe, #edf5fa);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #fdfefe, #edf5fa);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #fdfefe, #edf5fa);
        /* IE10 */
        background-image: -o-linear-gradient(top, #fdfefe, #edf5fa);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #fdfefe, #edf5fa);
    }

    .panel-default > .panel-footer {
        color: #3784B1;
    }

.panel-grey {
    border: 1px solid #e6e6e6;
}

    .panel-grey > .panel-heading {
        color: gray;
        border-bottom: 1px solid #d9d9d9;
        background-color: #fcfcfc;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fcfcfc));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #f0f0f0, #fcfcfc);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #f0f0f0, #fcfcfc);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f0f0f0, #fcfcfc);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f0f0f0, #fcfcfc);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #f0f0f0, #fcfcfc);
    }

    .panel-grey > .panel-sub-heading {
        background-color: #fafafa;
        border-bottom: 1px solid #e6e6e6;
    }

        .panel-grey > .panel-sub-heading a {
            color: #666666;
        }

            .panel-grey > .panel-sub-heading a:hover {
                color: #000000;
            }

    .panel-grey > .panel-footer {
        color: gray;
    }

.panel-info {
    border: 1px solid #c9e9f6;
}

    .panel-info > .panel-heading {
        color: #87CEEB;
        border-bottom: 1px solid #c9e9f6;
        background-color: #def2fa;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f9fc), to(#def2fa));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #f0f9fc, #def2fa);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #f0f9fc, #def2fa);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f0f9fc, #def2fa);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f0f9fc, #def2fa);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #f0f9fc, #def2fa);
    }

    .panel-info > .panel-sub-heading {
        background-color: #f9fcfd;
        border-bottom: 1px solid #c3ddec;
    }

        .panel-info > .panel-sub-heading a {
            color: #79b3d5;
        }

            .panel-info > .panel-sub-heading a:hover {
                color: #A4DB79;
            }

    .panel-info > .panel-footer {
        color: #87CEEB;
    }

.panel-warning {
    border: 1px solid #fcdcc4;
}

    .panel-warning > .panel-heading {
        color: #F38733;
        border-bottom: 1px solid #fcdcc4;
        background-color: #fdede0;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fef8f4), to(#fdede0));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #fef8f4, #fdede0);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #fef8f4, #fdede0);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #fef8f4, #fdede0);
        /* IE10 */
        background-image: -o-linear-gradient(top, #fef8f4, #fdede0);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #fef8f4, #fdede0);
    }

    .panel-warning > .panel-sub-heading {
        background-color: #fef8f4;
        border-bottom: 1px solid #fdeadc;
    }

        .panel-warning > .panel-sub-heading a {
            color: #f49041;
        }

            .panel-warning > .panel-sub-heading a:hover {
                color: #F38733;
            }

    .panel-warning > .panel-footer {
        color: #F38733;
    }

.panel-success {
    border: 1px solid #dbf1c9;
}

    .panel-success > .panel-heading {
        color: #A4DB79;
        border-bottom: 1px solid #dbf1c9;
        background-color: #e6f5d9;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f9ea), to(#e6f5d9));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #f0f9ea, #e6f5d9);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #f0f9ea, #e6f5d9);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #f0f9ea, #e6f5d9);
        /* IE10 */
        background-image: -o-linear-gradient(top, #f0f9ea, #e6f5d9);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #f0f9ea, #e6f5d9);
    }

    .panel-success > .panel-sub-heading {
        background-color: #f6fbf2;
        border-bottom: 1px solid #dbf1c9;
    }

        .panel-success > .panel-sub-heading a {
            color: #b2e08d;
        }

            .panel-success > .panel-sub-heading a:hover {
                color: #A4DB79;
            }

    .panel-success > .panel-footer {
        color: #A4DB79;
    }

.panel-danger {
    border: 1px solid #fbcbcb;
}

    .panel-danger > .panel-heading {
        color: #F56B6B;
        border-bottom: 1px solid #fbcbcb;
        background-color: #fde7e7;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(snow), to(#fde7e7));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, snow, #fde7e7);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, snow, #fde7e7);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, snow, #fde7e7);
        /* IE10 */
        background-image: -o-linear-gradient(top, snow, #fde7e7);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, snow, #fde7e7);
    }

    .panel-danger > .panel-sub-heading {
        background-color: #fef6f6;
        border-bottom: 1px solid #fbcbcb;
    }

        .panel-danger > .panel-sub-heading a {
            color: #f78383;
        }

            .panel-danger > .panel-sub-heading a:hover {
                color: #F56B6B;
            }

    .panel-danger > .panel-footer {
        color: #F56B6B;
    }

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #edf5fa;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #3e92c3;
}

    .well .table tbody > tr > td {
        border-top: 0;
    }

.callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #e8e8e8;
}

    .callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

/* Variations */
.callout-danger {
    background-color: #f2f2f2;
    border-color: #F56B6B;
}

    .callout-danger h4 {
        color: #F56B6B;
    }

.callout-warning {
    background-color: #f2f2f2;
    border-color: #F38733;
}

    .callout-warning h4 {
        color: #F38733;
    }

.callout-info {
    background-color: #f2f2f2;
    border-color: #87CEEB;
}

    .callout-info h4 {
        color: #87CEEB;
    }

.callout-success {
    background-color: #f2f2f2;
    border-color: #A4DB79;
}

    .callout-success h4 {
        color: #A4DB79;
    }

.alert-success {
    background-color: #e8f6de;
    color: #A4DB79;
}

    .alert-success hr {
        border-top-color: #f6fbf2;
    }

.alert-info {
    background-color: #def2fa;
    color: #30aadc;
}

    .alert-info hr {
        border-top-color: #e7f5fb;
    }

.alert-warning {
    background-color: #fef8f4;
    color: #F38733;
}

    .alert-warning hr {
        border-top-color: #fdeadc;
    }

.alert-danger {
    background-color: #fef1f1;
    color: #F56B6B;
}

    .alert-danger hr {
        border-top-color: #fde2e2;
    }

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .btn:focus {
        outline: none;
    }

    .btn:hover,
    .btn:focus {
        color: #4d4d4d;
        text-decoration: none;
    }

.btn-default {
    color: #4d4d4d;
    background-color: #ffffff;
    border-color: #d9d9d9;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #4d4d4d;
        background-color: #e6e6e6;
        border-color: #d9d9d9;
    }

.btn-primary {
    color: #ffffff;
    background-color: #3784B1;
    border-color: #31759e;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #31759e;
        border-color: #2b678a;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #31759e;
        border-color: #2b678a;
    }

.btn-warning {
    color: #ffffff;
    background-color: #F38733;
    border-color: #f2791b;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #f2791b;
        border-color: #f17311;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f2791b;
        border-color: #2b678a;
    }

.btn-danger {
    color: #ffffff;
    background-color: #F56B6B;
    border-color: #f35353;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #f35353;
        border-color: #f34a4a;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #f35353;
        border-color: #f23b3b;
    }

.btn-success {
    color: #ffffff;
    background-color: #A4DB79;
    border-color: #96d665;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #96d665;
        border-color: #91d35d;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #96d665;
        border-color: #89d051;
    }

.btn-info {
    color: #ffffff;
    background-color: #87CEEB;
    border-color: #71c5e7;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #71c5e7;
        border-color: #5bbce4;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #87CEEB;
        border-color: #71c5e7;
    }

.btn-link {
    color: #31759e;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.transparent-btn {
    background-color: transparent;
    color: #000000;
}

.rounded-buttons {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .show-grid span {
        display: block;
        background: #e6f1f7;
        text-align: center;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        min-height: 40px;
        line-height: 40px;
        margin-bottom: 1px;
        -webkit-transition: All 0.4s ease;
        -moz-transition: All 0.4s ease;
        -ms-transition: All 0.4s ease;
        -o-transition: All 0.4s ease;
        transition: All 0.4s ease;
    }

        .show-grid span:hover {
            background: #cee4f0;
        }

ul.stylish-lists {
    padding: 0;
    margin: 0 0 0 25px;
    list-style-type: disc;
}

ol.stylish-lists {
    padding: 0;
    margin: 0 0 0 25px;
}

ul.decimal-leading-zero {
    padding: 0;
    margin: 0 0 0 25px;
    list-style: decimal-leading-zero;
}

ul.roman-list {
    padding: 0;
    margin: 0 0 0 25px;
    list-style: upper-roman;
}

.row-border .form-group {
    border-bottom: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.form-group .input-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    color: gray;
}

    .form-group .input-icon.success {
        color: #A4DB79;
    }

    .form-group .input-icon.error {
        color: #F56B6B;
    }

    .form-group .input-icon.warning {
        color: #F38733;
    }

.bwizard {
    position: relative;
}

    .bwizard .well {
        margin: 10px 0;
    }

    .bwizard .pager {
        margin: 0;
    }

        .bwizard .pager li a {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            color: #f23b3b;
        }

        .bwizard .pager li.disabled a {
            color: #999999;
        }

.bwizard-steps {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #ffffff;
}

    .bwizard-steps li {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        line-height: 18px;
        list-style: none;
        padding: 12px 17px 10px 30px;
        background: #daeaf4;
        zoom: 1;
        *display: inline;
        *padding-left: 17px;
    }

        .bwizard-steps li:first-child {
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            padding-left: 12px;
        }

            .bwizard-steps li:first-child:before {
                border: none;
            }

        .bwizard-steps li:last-child {
            -webkit-border-radius: 0 2px 2px 0;
            -moz-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;
            margin-right: 0;
        }

            .bwizard-steps li:last-child:after {
                border: none;
            }

        .bwizard-steps li:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            width: 0;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #ffffff;
            border-top: 20px inset transparent;
            content: "";
        }

        .bwizard-steps li:after {
            position: absolute;
            right: -20px;
            top: 0;
            height: 0;
            width: 0;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #daeaf4;
            border-top: 20px inset transparent;
            content: "";
            z-index: 2;
        }

        .bwizard-steps li .label {
            margin: 0 5px 0 0;
            padding: 1px 5px 2px;
            position: relative;
            top: -2px;
            background: #ffffff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            color: #3784B1;
        }

        .bwizard-steps li .label-danger {
            background: #ba0d0d;
        }

    .bwizard-steps .active {
        color: #ffffff;
        background: #3784B1;
    }

        .bwizard-steps .active:after {
            border-left-color: #3784B1;
        }

    .bwizard-steps a {
        color: #333333;
    }

    .bwizard-steps .active a {
        color: #ffffff;
        cursor: default;
    }

    .bwizard-steps a:hover {
        text-decoration: none;
    }

    .bwizard-steps.clickable li:not(.active) {
        cursor: pointer;
    }

    .bwizard-steps.clickable li:hover:not(.active) {
        background: #b3d4e7;
    }

        .bwizard-steps.clickable li:hover:not(.active) a {
            color: #3784B1;
        }

        .bwizard-steps.clickable li:hover:not(.active):after {
            border-left-color: #b3d4e7;
        }

@media (max-width: 767px) {
    .bwizard-steps {
        display: none;
    }
}

.wysiwyg-container textarea {
    border: 1px solid #cccccc;
    outline: none;
}

.wysiwyg-container .wysihtml5-toolbar .btn {
    border: 1px solid #cccccc;
    color: #4d4d4d;
}

.wysiwyg-container .wysihtml5-toolbar .dropdown .dropdown-menu li a {
    padding: 6px 0 6px 70px;
}

.wysiwyg-container iframe {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.error-container {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    height: 220px;
    top: 50%;
    margin-top: -150px;
    color: #79b3d5;
}

    .error-container h1 {
        margin-bottom: .5em;
        line-height: 1em;
        color: #F56B6B;
        font-size: 60px;
        font-weight: 100;
    }

    .error-container h2 {
        margin-bottom: .75em;
        color: #79b3d5;
        font-weight: 100;
    }

.gallery .visual {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 5px solid #f2f2f2;
    margin: 10px 0px;
    background: #ffffff;
    padding: 0;
}

    .gallery .visual .mask, .gallery .visual .content {
        padding: 10px;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
    }

    .gallery .visual img {
        max-width: 100%;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .gallery .visual .mask {
        background-color: #def2fa;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        opacity: 0;
    }

    .gallery .visual h4 {
        border-bottom: 1px solid #b3e0f2;
        background: transparent;
        padding: 20px 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        color: #96d665;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .gallery .visual p {
        width: 100%;
        color: #4d4d4d;
        opacity: 0;
        padding: 0;
        margin: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .gallery .visual:hover img {
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -o-transform: scale(10);
        -ms-transform: scale(10);
        transform: scale(10);
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .gallery .visual:hover .mask {
        opacity: 1;
    }

    .gallery .visual:hover h4, .gallery .visual:hover p, .gallery .visual:hover a.info {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

@media (max-width: 768px) {
    .gallery .visual {
        margin-bottom: 10px;
    }
}

.body-content h3 .btn {
    float: right;
    margin-left: 20px;
}

.measure-edit h4 {
    display: inline-block;
}

.measure-edit .checkbox {
    padding-left: 20px;
}
.measure-edit .left-label {
    text-align: left !important;
}
.measure-testing .testing-header-container {
    margin-bottom: 10px;
    overflow: hidden;
}

.measure-testing .testing-header {
    height: 100%;
    margin: 0px;
}

.test-header-message {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.measure-testing .nav-tabs {
    border: none;
}

.measure-testing .nav-link {
    color: #529dc9;
    font-size: 14px;
}

.measure-testing .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent;
    border-bottom: 3px solid !important;
}

.measure-testing .nav-link:hover {
    border: none;
}

.measure-testing .nav-tabs li a {
    border: none;
    color: darkgrey;
    margin: 0px;
}

.measure-testing .nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    border: none;
    color: #529dc9;
    margin: 0px;
}

.measure-testing .tab-content-outer {
    background-color: Gainsboro;
    overflow: auto;
    padding: 15px;
}

.measure-testing .tab-content-inner {
    background-color: white;
    border: outset 1px darkgray;
    overflow: auto;
}

.measure-testing .request-row {
    border-bottom: solid 1px darkgrey;
    display: flex;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.measure-testing .request-row-last {
    display: flex;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.measure-testing .request-inner-right {
    border-right: solid 1px darkgrey;
    flex: 1;
}

.measure-testing .CodeMirror {
    background-color: WhiteSmoke;
}

.measure-testing .toggle_radio {
    background: rgba(220, 220, 220, .3);
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 20px;
    width: 200px;
}

.measure-testing .toggle_radio > * {
    float: left;
}

.measure-testing .toggle_radio input[type=radio] {
    display: none;
    /*position: fixed;*/
}

.measure-testing .toggle_radio label {
    color: rgb(0,0,0);
    display: block;
    font-size: 10px;
    position: relative;
    width: 100px;
    height: 20px;
    margin: 0px 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}

.measure-testing .toggle_option_slider {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

.measure-testing #first_toggle:checked ~ .toggle_option_slider {
    background: rgb(240, 173, 78);
    left: 0px;
}

.measure-testing #second_toggle:checked ~ .toggle_option_slider {
    background: rgb(240, 173, 78);
    left: 100px;
}
.risk-criteria-list .select2-container {
    max-width: 480px;
}

.risk-criteria-list .risk-criteria-entity {
    margin: 0 0 5px 0;
}

.risk-criteria-list .remove-criteria-button {
    float: right;
}
.security-details dl {
    padding: 0 !important;
}

.security-details dt {
    width: 100px !important;
}

.security-details dd {
    margin-left: 120px !important;
}

.security-details .toggle_radio {
    background: rgba(175, 175, 175, .3);
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    width: 250px;
    height: 25px;
}

    .security-details .toggle_radio > * {
        float: left;
    }

    .security-details .toggle_radio input[type=radio] {
        display: none;
    }

    .security-details .toggle_radio label {
        color: rgb(0,0,0);
        display: block;
        font-size: 12px;
        position: relative;
        width: 125px;
        margin: 3px 0px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        z-index: 2;
        text-align: center;
    }

.security-details .toggle_option_slider {
    width: 125px;
    height: 25px;
    position: absolute;
    top: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

#first_toggle:checked ~ .toggle_option_slider {
    background: rgb(240, 173, 78);
    left: 0px;
}

#second_toggle:checked ~ .toggle_option_slider {
    background: rgb(240, 173, 78);
    left: 125px;
}

#third_toggle:checked ~ .toggle_option_slider {
    background: rgb(240, 173, 78);
    left: 250px;
}

body {
    padding-bottom: 20px;
}
td{
    max-width: 900px;
    overflow-wrap: break-word;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 480px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.green {
    color: green;
}

.yellow {
    color: yellow;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.gray {
    color: #999999;
}

.azara-green {
    color: #158f47;
}

h3 > a:hover, td > a:hover {
    color: #158f47;
    filter: brightness(120%);
}

#EditNightlyJobConfigurationForm .form-group {
    margin-bottom: 0;
    padding-left: 0;
}

#EditNightlyJobConfigurationForm #uncheckAllButton {
    margin-top: 15px;
    margin-right: 15px;
    float: right;
}

/*Set the nav bar to be a different value based on the environment*/
/*Set local non-published to blue*/
#LOCAL.navbar.navbar-fixed-top {
    background-color: #529dc9;
    background-image: -webkit-linear-gradient(top, #5da4cd, #529dc9);
    border: #529dc9;
}
/*Set production to blue*/
#PRD.navbar.navbar-fixed-top {
    background-color: #529dc9;
    background-image: -webkit-linear-gradient(top, #5da4cd, #529dc9);
    border: #529dc9;
}
/*Set dev to green*/
#DEV.navbar.navbar-fixed-top {
    background-color: #32C93D;
    background-image: -webkit-linear-gradient(top, #32C93D, #0DBA19);
    border: #0DBA19;
}
/*Set QA to yellow*/
#QA.navbar.navbar-fixed-top {
    background-color: #F0E930;
    background-image: -webkit-linear-gradient(top, #FFA500, #FFA500);
    border: #CFC80C;
}
/*Set CA to black*/
#CA.navbar.navbar-fixed-top{
    background-color: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    border: #FFFFFF;
}

/*Set ONB to green*/
#ONB.navbar.navbar-fixed-top {
    background-color: #32C93D;
    background-image: -webkit-linear-gradient(top, #32C93D, #0DBA19);
    border: #0DBA19;
}

.table-striped > tbody > tr.IsNextRun-True > td, .table-striped > tbody > tr.IsNextRun-True > th, .table-striped > tbody > tr.green-background > td {
    background-color: #2DAB62;
    color: white;
}

.table-hover tbody tr:hover td {
    background-color: #d3d3d3;
}

.dataTableLayout{
    table-layout:fixed;
    width:100%;
}

/*CSS to make Mike's box match up with the others*/
.mock-select {
    height: 270px;
    max-width: 480px;
    overflow-y: scroll;
    border: 1px solid gray;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*from bootstrap*/
    display: block;
    width: 105%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mock-select ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size:13px;
}

.mock-select ul li.selected {
    background-color: RGB(200,200,200);
}

.big-text-area {
    height:200px !important;
    font-family: monospace;
}

.dadmin-logo {
    font-family: Impact, Charcoal, sans-serif;
    font-size: 24px;
    color: whitesmoke;
    padding: 5px;
}

.datatable-editable-column {
    cursor: pointer;
}

.modal-dialog{
    display: table;
}

.CodeMirror{
    border:1px solid #eee;
}

.queryValidationWarning
{
    color: red;
    padding: 5px 0;
}

.healthCheckResult
{
  padding: 10px 0;
}

.azDisabled {
  text-decoration: none;
  color: grey;
  cursor: not-allowed;
}


.success-modal {
    height: 7%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    overflow: visible !important;
    text-align: center;
    width: 15%;
    z-index: 1035;
}

.success-modal-dialog {
    height: 100%;
    margin: unset;
    width: 100%;
}

.success-modal-content {
    align-items: center;
    background-color: palegreen;
    border: 2px solid green;
    color: green;
    display: flex;
    font-size: 19px;
    height: 100%;
    justify-content: center;
}
.sync-log-date-range {
  width: 90px;
}

.tagblock{
    display: block;
    width: 100%;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor:text;
}

.tagblock.live{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.tagblock-data{
    display:none;
}

.tagblock-tag{
    display: inline-block;
    background-color: #57a0cb;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    cursor:default;
    margin-right:5px;
}

.tagblock-tag-remove{
    display:none;
    border: 2px solid #fff;
    border-radius: 20px;
    line-height: 11px;
    font-weight: bold;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
    padding-top: 0px;
    cursor:pointer;
    margin-top:-2px;
}

.live .tagblock-tag-remove{
    display:inline-block;
}

.tagblock-input{
    border:none;
    outline:none;
    max-width:100%;
}

.tagblock-suggestions{
    position:absolute;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:0 0 3px 3px;
}

.tagblock-suggestions-head{
    display: block;
    font-weight: bold;
    padding: 4px 10px 4px;
    font-size: 14px;
    font-weight: bold;
}

.tagblock-suggestions-option{
    display: block;
    padding: 4px 10px 4px;
    font-size: 14px;
    transition: background-color 0s;
    cursor:pointer;
}

.tagblock-suggestions-option.active{
    background-color:#57a0cb;
    color:#fff;
}

.tagblock-suggestions-option.new{
    border-top:1px solid #ccc;
}

.tagblock-suggestion-option-text{

}

.tagblock-suggestion-option-note{
    padding-left:10px;
}
.usage-dashboard #graph_container {
    background-color: darkgray;
    height: 700px;
    overflow: scroll;
    padding: 11px
}

.usage-dashboard .chart {
    background-color: #529dc9;
    width: fit-content;
    padding: 5px
}

