﻿
/* Body and Nav */
body{padding-top:50px;/*color:#3c332f;*/}
body.navbar{-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in; }
.navbar-default {
    /*background-color:#27438e;*/
    background-color:#204299;
}
.navbar.navbar-fixed-top {
    min-height:80px;
}
.navbar-inverse {
    background-color:#f7f7f7;
    border:solid 1px #ecf0f1;
}
.navbar-brand {
    height:auto;
    padding:10px 15px; 
}
.navbar-default .navbar-nav > li {
    font-size:1.1em;
    text-shadow:1px 1px #204299;
} 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color:#1a357a;
    text-shadow:none;
    color:#fff;
}
.navbar-inverse .navbar-nav > li > a  {
    color:inherit;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color:#fff;
}
.navbar-fixed-top .navbar-nav > li > a {
    padding-top:29px;
    padding-bottom:29px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    padding-bottom:29px;
}
.dropdown-menu > li > a {
    padding:5px 20px;
}
html form #main {
    position: relative;
    min-height: 100vh;
}
.dropdown-menu li {
    text-shadow:none;
}

/* Footer */
footer {
    /*background-color:#7e8c8d;*/
    background-color:#f2f2f2;
    min-height:80px;
    color:#fff;
    margin-top:30px;
    /*text-shadow:1px 1px #7e8c8d;*/
    
}
footer .container {
    padding:20px 0 10px;
} 
.footer-brand {
    /*float:left;*/
    margin:5px 15px 0 0;
    height:40px;
    display:block;
}
.footer-links {
    /*float:left;*/
}
footer ul {
    margin:0;
    padding:0;
}
footer ul li {
    float:left;
    margin:0 15px 5px 0;
    padding:0;
    list-style-type:none;
    
}
footer a {
    text-decoration:underline;
    color:#2c3e50;
}

.copyright {
    color:#2c3e50;
    font-size:14px;
}
#siteseal {
    display:inline-block;
    background-color:#fff;
    padding:3px;
}
@media (min-width: 992px) {
    .seal {
        text-align:right;
    }
}
@media (max-width: 992px) {
    .footer-brand {
        margin:5px 15px 10px 0;
    }
    .copyright {
        margin-bottom:10px;
    }
}

/* Page styles */
a {
    color:#204299;
}
a:hover, a:focus {
    cursor:pointer;
    text-decoration:none;
}
a.aspNetDisabled {
    cursor:default;
    text-decoration:none !important;
}
.page-header h1{
    font-size:3em
}
h2, .h2 {
    font-size:34px;
}
h4, .h4 {
    line-height:26px;
    color:#4160b0;
    font-weight:500;
}
h4.bg-primary {
    padding:7px 12px;
    border-radius:2px;
}
.well {
    /*/*border:solid 2px #f2eade;
    border-radius:5px;
    padding:40px;
    background-color:#fbf8f5;
    text-shadow:1px 1px #fff;*/
    background:none;
    padding:20px 0;

}
legend, .legend {
    font-size:26px;
    margin-top:21px;
    margin-bottom:10.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

/* Panels */
.panel-default > .panel-heading {
    background-color:#f7f7f7;
}


/* Buttons */
.btn {
    border:none;
}
/*.btn-success {
    text-shadow:1px 1px #1b3475;
    border-color:#204299;
    border-bottom-color:#1b3475;
    border-right-color:#1b3475;
    background-color:#204299;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color:#1a357a;
    border-color:#1a357a;
}*/
.btn-warning {

}
.btn-info, .btn-success {
    background-color:#4160b0;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color:#27438e;
    
}
.btn-light {
    background-color:#fff;
    border:solid 1px #ebf0fd;
}
.btn-light:hover, .btn-light:focus {
    background-color: #ebf0fd;
    color:#204299;
}
/*.btn-default:hover {
    background-color:#8f8b85;
    border-color:#8f8b85;
}*/
.btn-primary {
    background-color: #4160b0;
}
.btn-danger {
    background-color: #ffe9e7;
    color:#e74c3c;
}
.btnDownload {
    color: #ffffff !important;
    background-color: #204299 !important;
    border-color: #204299 !important;
    text-shadow:none !important;
    margin:1em !important;
}
.btn-lg {
    border-radius: 4px !important;
    padding: 9px 16px;
    font-size: 15px;
    line-height: unset;
}
/* Alerts */
.alert-success {
    background-color: rgba(69, 179, 105, 0.1490196078) !important;
    color: #45B369 !important;
    border:none;
}
.alert-danger {
    text-shadow:1px 1px #9f3226;
}
.alert-info {
    text-shadow:1px 1px #27438e;
}
.alert-default {
    text-shadow:1px 1px #ecf0f1;
    background-color:#f7f7f7;
    border:solid 1px #ecf0f1;
}
.alert-warning {
    background-color:rgba(255, 192, 45, 0.1490196078);;
    /*text-shadow:1px 1px #fbb341;*/
    color:#FF9F29;
}
.alert-primary {
    color: #4160b0 !important;
    background-color: #ebf0fd !important;
}



/* Labels */
.label {
    font-size:85%;
}
.label-default {
    text-shadow:1px 1px #6f7b7c;
}
.label-danger {
    text-shadow:1px 1px #9f3226;
}
.label-success {
    text-shadow:1px 1px #1da116;
}
.label-warning {
    text-shadow:1px 1px #be7b10;
}


/* Form styles */
label em {
    font-weight:normal;
}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color:#fafcfc;
}*/
.flat label, label.radio-inline {
    margin-right: 15px;
    padding-left: 10px;
}
.form-control {
    font-size:16px;
    /*border-color:#ede5da;*/
}
.e-sig {
    border:none;
    background:none;
}

/* =============
   Checkbox and Radios
============= */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4160b0;
}
span.checkbox {
    display:block;
    margin-left:20px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 22px;
    left: 0;
    margin-left: -22px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 22px;
    outline: none !important;
}

.checkbox label::after {
    color: #333333;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    padding-left: 2px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 20px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size:14px;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #4160b0;
  border-color: #4160b0;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4160b0;
  border-color: #4160b0;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ef5350;
  border-color: #ef5350;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3ddcf7;
  border-color: #3ddcf7;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffaa00;
  border-color: #ffaa00;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #00b19d;
  border-color: #00b19d;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #f76397;
  border-color: #f76397;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  margin-right:30px;
  cursor:pointer;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 22px;
  outline: none !important;

}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #333333;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 16px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 16px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
  cursor: not-allowed;
}

.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before, .radio input[type="radio"]:disabled {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type="radio"] + label::after {
  background-color: #4160b0;
}

.radio-custom input[type="radio"]:checked + label::before {
  border-color: #4160b0;
}

.radio-custom input[type="radio"]:checked + label::after {
  background-color: #4160b0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #4160b0;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #4160b0;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #4160b0;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #ef5350;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef5350;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ef5350;
}

.radio-info input[type="radio"] + label::after {
  background-color: #3ddcf7;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #3ddcf7;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #3ddcf7;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #ffaa00;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffaa00;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffaa00;
}

.radio-success input[type="radio"] + label::after {
  background-color: #00b19d;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #00b19d;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #00b19d;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}

.radio-pink input[type="radio"] + label::after {
  background-color: #f76397;
}

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #f76397;
}

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #f76397;
}
table.radio {
    margin-top:5px;
    margin-left:20px;
}
ul.aspNetDisabled {
    list-style-type:none;
}

.disabled-dropdown, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ecf0f1;
}


/* Text */
.dropdown-menu > li > a.text-success {
    color:#24cd1b;
}
.dropdown-menu > li > a.text-info {
    color:#3498db
}
.dropdown-menu > li > a.text-danger {
    color:#e74c3c
}
.dropdown-menu > li > a.text-black {
    color:#000;
}
.dropdown-menu > li > a.text-black:hover, .dropdown-menu > li > a.text-danger:hover, .dropdown-menu > li > a.text-info:hover, .dropdown-menu > li > a.text-success:hover {
    color: #7b8a8b;
}
.text-success, .text-success:hover {
    color: #24cd1b;
}


/* Front page */
.jumbotron {
    /*text-shadow:1px 1px #fff;*/
    background:url(/img/welcome-img.png) no-repeat;
    max-width:1600px;
    margin:0 auto;
    border-bottom:solid 1px #d5dcdd;
    /*border-bottom:solid 10px #4160b0;*/
    padding:50px 30px;
}
.jumbotron p {
    font-weight:400;
}
.jumbotron h1 {
    font-weight:bold;
}
.box {
    padding:0 30px;
}
.features {
    /*background-color:#ECF0F1;*/
    padding:20px 0;
}
.panel-link {
    /*background-color:#ECF0F1;*/
    /*background-color:#0684ba;*/
    color:#2C3E50;
    display:block;
    border-radius:4px;
    transition: all 0.5s ease;
    text-shadow:1px 1px #fff;
}
.panel-link:hover, panel-link:focus {
    text-decoration:none;
    background-color:#ffffff; 
    color:#2C3E50;
    box-shadow:1px 1px 10px rgba(128, 128, 128, 0.5);
    transform: translateY(-10px);
}
.panel-link .panel-body {
    padding:20px;
}
.panel-link h2 {
    font-weight:bold;
}

/* Pager styles */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span, .pagination-ys table > tbody > tr > td > a:focus {
    position: relative;
    float: left;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #fff;
    background-color: #4160b0;
    border-color: #4160b0;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #111;
    background-color: #ECF0F1;
    /*border-color: #ede5da;*/
}

/* Badges */
.badge-lg {
    border-radius:4px !important;
    padding:6px 12px;
    font-size:14px;
    line-height:unset;
    font-weight:normal;
}

/* =============
   Tables
============= */
.table > tbody > tr.warning > td {
    background:#ffe4b7;
    color:#2c3e50;
}
.table-hover > tbody > tr.warning:hover > td {
    background:#f5d5a2;
}
tr.warning a.norm {
    color:#204299;
}
.table > tbody > tr > td {
    padding:10px !important;
}



/* Misc styles */
span.username {
  line-height: 22px;
  font-weight: 500;
}
span.username {
    /*color:#ba480d;*/
    color:#fff;
    font-weight:500;
    padding-bottom: 20px;
    padding-top: 20px;
    display:block;
    position:relative;
}
@media (min-width: 768px) {
    table.flat {
        margin-top:10px;
    }  
}
.stepNo {
    border-radius: 100px;
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 5px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 5;
    float:left;
    background:#e74c3c;
    color:#fff;
    font-weight:bold;
    margin-right:10px;
}
.alert-fixed {
    position:fixed;
    top:80px;
    border-radius:0 0 0 5px;
    right:0;
    z-index:10;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    /*border-color: #ede5da #ede5da #ede5da;
    background-color:#f6f1eb;*/
    text-shadow:1px 1px #fff;
}
.nav-tabs > li > a.active {
    color:#353535;
    background-color:#fff;
    border-left:solid 1px #ECF0F1;
    border-top:solid 1px #ECF0F1;
    border-right:solid 1px #ECF0F1;
}
.nav-tabs > li > a.active:hover {
    border-bottom:solid 1px #fff;
}
.huge {
    font-size: 50px;
    line-height: normal;
}

.text-left {
    text-align:left;
}
.accValidate {
    margin-bottom: 20px;
}

/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  /*-webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;*/
}
.notifyjs-corner {
    position: fixed;
    margin: 5px;
    z-index: 1050;
    top:10px; 
    right:0px;
}
.notify-metro-white  {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding:10px 10px;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}

.notifyjs-metro-base .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  /*background: #4160b0;*/
  /*background: #fbaa27;*/
  padding:.5em;
  /*color:#fff;*/
  border-radius:2px;
}

.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}

.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

/* ===========
   Helper classes
 =============*/
.help-block {
    display:block;
}
.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
    margin-left:20px;
}
.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

/* Telerik Styles */
.RadGrid_MetroTouch .rgRow a, .RadGrid_MetroTouch .rgAltRow a, .RadGrid_MetroTouch tr.rgEditRow a, .RadGrid_MetroTouch .rgFooter a, .RadGrid_MetroTouch .rgEditForm a {
    color: #204299 !important;
}
.RadGrid_MetroTouch .rgAltRow a.aspNetDisabled {
    text-decoration:none !important;
    color:#2c3e50 !important;
}
.RadGrid_MetroTouch {
    font-family:'Open Sans', sans-serif !important;
}
.RadGrid .rgRow>td, .RadGrid .rgAltRow>td, .RadGrid .rgEditRow>td, .RadGrid .rgFooter>td, .RadGrid .rgGroupHeader>td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.rgNoRecords td div {
    padding:10px;
}
.RadGrid_MetroTouch .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-color: #204299 !important;
    background-color:#204299 !important;
    color: #fff !important;
    background: 0;
}
.RadGrid_MetroTouch .rgPagerCell .rgNumPart a {
    padding:4px 10px !important;
    width:unset !important;
}
.RadGrid_MetroTouch .rgHeader a {
    color: #204299 !important;
    text-decoration:underline;
    font-weight:bold;
}
.RadGrid button.btn, .RadGrid a.btn {
    border-radius:4px;
}
.RadGrid_MetroTouch .rgRow a.btn-danger, .RadGrid_MetroTouch .rgAltRow a.btn-danger {
    color: #e74c3c !important;
}
.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #204299 !important;
    color: #fff;
    background-color: #204299 !important;
}

.RadTabStrip_MetroTouch.rtsTop .rtsLevel1 {
    border-bottom-width: 1px !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 {
    border-color: #cecece !important;
}

.RadTabStrip .rtsTxt {
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;
}
.content .row {
    margin-left:0;
    margin-right:0
}

/*   Tables    */
.bordered-table {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #EBECEF;
  border-radius: 8px;
  /*min-width: max-content;*/
  vertical-align: middle;
  border-collapse:unset !important;
}

.bordered-table tr th {
  background-color: #F5F6FA !important;
  border-bottom: 1px solid #EBECEF !important;
  color: #204299 !important;
  padding: 16px !important;
  font-weight: 600;
}
.bordered-table tr th a {
    color: #204299 !important;
}

.bordered-table tr th:first-child {
  border-start-start-radius: 8px;
}

.bordered-table tr th:last-child {
  border-start-end-radius: 8px;
}

.bordered-table tr th:not(:last-child) {
  border-inline-end: 0 !important;
}

.bordered-table tr th:not(:first-child) {
  border-inline-start: 0 !important;
}

.bordered-table tr th.bg-transparent {
  background-color: transparent !important;
}

.bordered-table tbody tr:last-child td {
  border-bottom: 0;
}

.bordered-table tbody tr:last-child td:first-child {
  border-end-start-radius: 8px;
}

.bordered-table tbody tr:last-child td:last-child {
  border-end-end-radius: 8px;
}

.bordered-table tbody tr td {
  color: #4B5563;
  padding: 16px !important;
  border-bottom: 1px solid #EBECEF;
  background-color: #fff;
  vertical-align: middle;
  font-size:1em;
}
.bordered-table tbody tr td.bb-0 {
    border-bottom:none;
}

.sm-table tr th, .sm-table tr td, .sm-table tbody tr th, .sm-table tbody tr td {
    padding: 10px 16px !important;
}
.bg-danger {
    border-radius:8px;
}
table a:not(.btn), .table a:not(.btn) {
    text-decoration:none;
}
