/* Mixin */
/* Implementation */
.one {
  background-color: #94C045;
}
.two {
  background-color: #a2cd6b;
}
.three {
  background-color: #b4da91;
}
.four {
  background-color: #809d35;
}
.five {
  background-color: #687728;
}
a.nav-link{
    color: #ffffff !important;
}
a.nav-link:link {
  color: #ffffff !important;
}
a.nav-link:hover {
  color: #a4d65e !important;
}
a.nav-link:active {
  color: #a4d65e !important;
}

a.nav-link i:hover {
    color: #a4d65e !important;
}

a.nav-sublink:link {
  color: #000000;
}

a.nav-sublink:hover {
  color: #94C045 !important;
}

a.nav-sublink:active {
  color: #a2cd6b !important;
}
a.user-nav-link:link {
  color: #c1c1c1 !important;
}
a.user-nav-link:hover {
  color: #94C045 !important;
}
a.user-nav-link:active {
  color: #a2cd6b !important;
}
.contourtech-navbar .navbar-nav > li > a {
  padding-bottom: 0px;
  line-height: 80px;
}
.contourtech-navbar .navbar-link-size {
  font-size: 140%;
}
.contourtech-navbar .navbar-sublink-size {
  font-size: 130%;
}
.contourtech-navbar .navbar-title-size {
  font-size: 200%;
  padding-top: 15%;
}
.contourtech-navbar .navbar-image {
  height: auto;
  width: 87%;
  visibility: visible;
  padding-top: 10px;
}
.contourtech-navbar .mobile-navbar-image {
  visibility: hidden;
}
.contourtech-navbar .right-padding {
  padding-right: 20%;
}
.contourtech-navbar .login-btn {
  padding-top: 0%;
}
.navbar-black {
  background-color: #000000;
}
.navbar-footer {
  color: #94C045;
  padding: 20px;
  text-align: center;
  background-color: #000000;
}
.contourtech-md-navbar .navbar-link-size {
  font-size: 130%;
}
.contourtech-md-navbar .navbar-title-size {
  font-size: 130%;
  padding-top: 15%;
}
.contourtech-md-navbar .navbar-image {
  height: auto;
  width: 75%;
  visibility: visible;
  padding-top: 10px;
}
.contourtech-md-navbar .navbar-nav > li > a {
  line-height: 80px;
  padding-bottom: 0px;
}
.contourtech-md-navbar .mobile-navbar-image {
  visibility: hidden;
}
.contourtech-md-navbar .right-padding {
  padding-right: 20%;
}
.contourtech-md-navbar .login-btn {
  padding-top: 0%;
}
.mobile-nav body {
  padding-top: 0;
}
.mobile-nav .navbar-nav > li > a {
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-nav .navbar-image {
  /*height:auto;
        width:75%;*/
  visibility: hidden;
}
.mobile-nav .navbar-link-size {
  font-size: 135%;
}
.mobile-nav .right-padding {
  padding: 0%;
}
.mobile-nav .mobile-navbar-image {
    height: auto;
    width: 50%;
    top: 0;
    visibility: visible;
}
.mobile-nav .login-btn {
  padding-top: 0%;
}
body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}
        

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.navbar {
    margin-bottom: 0px;
}

.affix ~ .container-fluid {
    position: relative;
    top: 50px;
}

.content {
    padding-top: 30px;
}

.content-block {
    background: rgba(255, 255, 255, 0.8);
    color: #666666;
}

.logo {
    text-align: center;
}

    .logo img {
        height: 80px;
        width: 80px;
    }

.sidebar-search {
    position: relative;
}

    .sidebar-search input {
        background: rgba(255, 255, 255, 0.2);
        border-style: none;
        text-align: center;
        color: #000000;
        padding: 7px;
        width: 100%;
    }

.sidebar {
    margin: 20px 0;
}

    .sidebar ul {
        font-weight: bold;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar ul a {
            padding: 5px 12px;
            color: #777777;
            display: block;
        }

            .sidebar ul a:hover {
                background: rgba(255, 255, 255, 0.9);
                color: #448FBA;
            }

.widget-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 12px;
    color: #FFFFFF;
    font-size: 18px;
}

.widget-buttons {
    float: right;
}

    .widget-buttons a, i {
        display: inline-block;
        cursor: pointer;
        padding: 0 5px;

    }

        .widget-buttons a:hover, i:hover {
            color: #DDDDDD;
        }

    .widget-buttons .content-toggle {
        font-family: 'FontAwesome';
        font-style: normal;
    }

        .widget-buttons .content-toggle:before {
            content: "\f078";
        }

        .widget-buttons .content-toggle.open:before {
            content: "\f077";
        }

.widget-content {
    padding: 15px;
}

.ajax-content {
    min-height: 440px;
}

.table {
    margin: 0;
}

    .action {
        width: 1px;
    }

    .table thead {
        background: rgba(255, 255, 255, 0.5);
        border: 0 none;
    }

    .table > tbody > tr > td {
        vertical-align: middle;
    }

.docs .widget-header {
    background: rgba(54, 52, 52, 0.67);
}

.output .widget-header {
    background: rgba(145, 203, 222, 0.85);
}

.example .widget-header {
    background: rgb(140, 198, 63);
}

.example-code {
    margin-top: 20px;
}

    .example-code .widget-header {
        background: rgba(94, 186, 103, 0.75);
    }

pre {
    background: #FFFFFF;
}

    pre code .com {
        color: #05B305;
    }

    pre code .cls {
        color: #2AADBA;
    }

    pre code .kwd {
        color: #084DFF;
    }

    pre code .str {
        color: #CC6500;
    }

.btn {
    border: 3px solid transparent;
    border-radius: 0;
    padding: 5px 9px;
}

.btn-success {
    background-color: rgba(94, 186, 103, 0.75);
    color: #ffffff;
}

.btn-danger {
    background-color: #ce948d;
    color: #ffffff;
}

.mvc-grid-pager {
    text-align: center;
}

.pagination {
    margin-bottom: -12px;
}

    .pagination > li > span,
    .pagination > .disabled > span {
        background: rgba(255, 255, 255, 0.55);
    }

        .pagination > .disabled > span:hover {
            background-color: #eee;
            border-color: #ddd;
            color: #23527c;
        }

    .pagination > .active > span {
        background: #82a1d2;
        border-color: rgba(131, 174, 211, 1);
    }

.grid-search {
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: 15px;
    text-align: center;
    color: #000000;
    border: none;
}

.rows-per-page {
    display: inline-block;
}

.rows-per-page select {
    height: 33px;
}

h1 {
    
    margin: 3px 0;
}

.hidden {
    display: none;
}

.bolded {
    font-weight: bold;


}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content { 
  
  padding : 5px 15px;
}

  
body {
  margin-top: 0px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.dashboard-small-panel {
  min-height: 330px;
  max-height: 330px;
  overflow-y: scroll;
}
.dashboard-tall-panel {
  min-height: 900px;
  max-height: 900px;
  overflow-y: scroll;
}
.dashboard-short-panel {
  min-height: 400px;
  max-height: 400px;
  overflow-y: scroll;
}
.grid-bold-line {
  font-weight: bold;
}
.popover {
  max-width: 1000px;
}
tr.Succeeded, tr.Match {
  background-color: springgreen !important;
}
tr.Succeeded > .jsgrid-cell {
  background-color: transparent !important;
}
tr.Match > .jsgrid-cell {
  background-color: transparent !important;
}
tr.Placeholder {
  background-color: mediumpurple !important;
}
tr.Placeholder > .jsgrid-cell {
  background-color: transparent !important;
}
tr.Prepared {
  background-color: lightblue;
}
tr.Prepared > .jsgrid-cell {
  background-color: transparent !important;
}
tr.Failed {
  background-color: orange !important;
}
tr.Failed > .jsgrid-cell {
  background-color: transparent !important;
}
tr.Abandoned, tr.NoMatch {
  background-color: lightpink !important;
}
tr.Abandoned > .jsgrid-cell {
  background-color: transparent !important;
}
tr.NoMatch > .jsgrid-cell {
  background-color: transparent !important;
}
tr.PartialRefund {
  background-color: lightgreen !important;
}
tr.PartialRefund > .jsgrid-cell {
  background-color: transparent !important;
}
tr.FullRefund {
  background-color: lightgrey !important;
}
tr.FullRefund > .jsgrid-cell {
  background-color: transparent !important;
}
tr.Busy {
  background-color: lightyellow !important;
}
tr.Busy > .jsgrid-cell {
  background-color: transparent !important;
}
tr.jsgrid-selected-row {
  background-color: azure;
}
.gridtooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  font-family: 'Glyphicons Halflings';
}
.gridtooltip .gridtooltiptext {
  visibility: hidden;
  width: 80px;
  background-color: lightgoldenrodyellow;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  right: 105%;
  top: -15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gridtooltip:hover .gridtooltiptext {
  visibility: visible;
}
.panel-primary.dashpanel {
  border-radius: 16px;
}
.panel-heading.dashpanel {
  background-color: yellowgreen;
  border-color: yellowgreen;
  color: white;
  justify-items: center;
}
.dashpanel {
  border: 4px solid;
  border-color: white;
  background-color: transparent;
}

.banner {
    width: 100%;
    max-height: 40%;
    max-width: 100%;
    min-height: 15%;
    min-width: 30%;
    border-radius: 16px !important;
    border: 4px solid;
    border-color: white;
    background-color: lightgray;
}

.jumbotron {
    padding: 15px !important;
}

.bg-white{
    background-color: white;
}

.bg-dark {
    background-color: dimgrey;
}
.navbar-default{
    border-color: #000000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #a4d65e !important;
    background-color: #555;
}

