﻿html {
    background-color: #eee;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 2px #009BD5;
    color: #000;
    /*font-size: .8em;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


.navbar-static-top {
  margin-bottom: 19px;
}

/*nav ul li > a:hover:before, nav ul li > a:focus:before {
    background-color: #fbaf39;
    bottom: 0;
}*/

#frmTabs {
    margin-bottom: 15px;
}

#frmTabs li {
    height: 54px;
}

#frmTabs li a {
    display: block;
    height: 100%;
    padding: 8px 10px;
}

nav ul li > a:before {
  content: " ";
  background-color: transparent;
  transition: bottom 0.3s, background-color 0.3s;
  width: 3em;
  max-width: 30%;
  height: .3em;
  position: absolute;
  bottom: 0.3em;
  }

nav ul li > a:hover:before, nav ul li > a:focus:before {
  background-color: #fbaf39;
  bottom: 0;
  }

nav ul li ul li > a:hover:before, nav ul li ul li > a:focus:before {
  background-color: transparent;
  bottom: 0;
  }

nav a {
    text-decoration: none;
}

a {
    color: #333;
    /*outline: none;*/
    padding: 1px 4px 2px 4px;
    padding-right: 4px;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #A81863;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.no-bg:hover {
    background: none;
}

.no-padding {
    padding: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

header
{
    margin-top: 2px;
    border-top: solid 6px #E28C05;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-family: 'Bitter', sans-serif;
  font-weight: normal;
  display: inline-block; }

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: ""; }

h1 {
  font-size: 2em;
  max-width: none !important; }

@media (max-width: 24.99em) {
  h1 {
    font-size: 1.7em; } }

h1 span {
  display: inline-block;
  float: left;
  clear: left;
  padding: .35em 0;
  max-width: none !important; }

.title h1:after, .title h2:after {
    width: auto;
    background: none;
}

h1:after {
  height: .2em;
  display: block;
  width: 3em;
  background-color: #E28C05; }

h1.lineViolet:after {
  background-color: #A00054; }

h2:after {
  height: .2em;
  display: block;
  width: 2.2em;
  background-color: #E28C05;
  margin-top: 0.2em; }

h2.lineViolet:after {
  background-color: #A00054; }

h2.colorViolet {
  color: #A00054; }

h2.pageTitle {
  font-size: 1.8em;
  margin-bottom: 0; }

@media (max-width: 46.24em) {
  h2.pageTitle {
    font-size: 1.6em; } }

@media (max-width: 24.99em) {
  h2.pageTitle {
    font-size: 1.2em; } }

h2.pageTitle:after {
  display: none; }

h2.pageTitle + hr {
  margin-top: 0; }

h3 {
  margin-top: 1.1em;
  margin-bottom: 0.3em; }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #eee;
    font-size: .8em;
    height: 35px;
    padding-top: 10px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #0075c3;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #e28c05;
        color: #fff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 4px 4px;
        text-decoration: none;
        border-radius: 4px;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #000;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #A81863;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #009BD5;
        background-image: -ms-linear-gradient(left, #009BD5 0%, #34A9D3 100%);
        background-image: -o-linear-gradient(left, #009BD5 0%, #34A9D3 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #009BD5), color-stop(1, #34A9D3));
        background-image: -webkit-linear-gradient(left, #009BD5 0%, #34A9D3 100%);
        background-image: linear-gradient(left, #009BD5 0%, #34A9D3 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 0px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

.half-width {
    width: 46%;
    float: left;
    margin: 0 2%;
}

.third-width {
    width: 31%;
    float: left;
    margin: 0 1%;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.inline
{
    float: right;
    height: 30px;
    margin: 10px 0px;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 40px;
    }

    ol.inline li {
        margin: 0;
        display: inline;
        float: left;
        height: 30px;
        list-style-position: inside;
    }

    ol.inline li a {
        margin-left: -40px;
        text-decoration: none;
        display: inline-block;
        width: 22px;
        height: 27px;
    }

    ol.inline li a:hover {
        background-color: transparent;
    }


        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

        ol.round li.zero-inverted {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one-inverted {
            background: url("../Images/orderedList1-inverted.png") no-repeat;
        }

        ol.round li.two-inverted {
            background: url("../Images/orderedList2-inverted.png") no-repeat;
        }

        ol.round li.three-inverted {
            background: url("../Images/orderedList3-inverted.png") no-repeat;
        }

        ol.round li.four-inverted {
            background: url("../Images/orderedList4-inverted.png") no-repeat;
        }

        ol.round li.five-inverted {
            background: url("../Images/orderedList5-inverted.png") no-repeat;
        }

        ol.round li.six-inverted {
            background: url("../Images/orderedList6-inverted.png") no-repeat;
        }

        ol.round li.seven-inverted {
            background: url("../Images/orderedList7-inverted.png") no-repeat;
        }

        ol.round li.eight-inverted {
            background: url("../Images/orderedList8-inverted.png") no-repeat;
        }

        ol.round li.nine-inverted {
            background: url("../Images/orderedList9-inverted.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */


    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }


#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */

/* Illuminaries changes */

/*
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

   fieldset ol li {
            padding-bottom: 5px;
        }

*/



fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    width: auto;
    background-color: #fff;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* End of Illuminaries changes */


label {
    display: block;
/*    font-size: 1.2em;
    font-weight: 600; */
    font-size: 1.0em;
    /*font-weight: 500;*/
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    /*margin: 5px 0 6px 0;*/
    padding: 3px;
    margin: -1px;
    width: 300px;
}

input[type="radio"]{
    width: auto;
}

select {
    padding: 2px;
    margin: 2px 0px;
}

.textboxAuto
{
    width: 90%;
}

textarea {
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #A81863;
    border: 1px solid #787878;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 5px;
    margin-right: 8px;
    width: auto;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #009BD5;
}


h3 input[type="submit"]
{
    font-size: 0.75em;
    margin-left: 8px;
    font-weight: normal;
}

.btn-override {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    border-radius: 3px !important;
    margin: 0px 8px 0px 0px !important;
    font-weight: normal !important;
}


td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}
    
    
/* Miscellaneous - Illuminaries */
.clear
{
    clear: both;
}

div.table { display: table; }
div.th { display: table-row; font-weight: bold; }
div.tr { display: table-row; }
div.td { display: table-cell; padding: 4px; }

.narrow { width: 11em !important; }
.very-narrow { width: 5em !important; }

/* Styles for editor and display helpers - from MV2 Courses/HCVRUK
----------------------------------------------------------*/
.display-label,
.display-field,
.display-field-hidden,
.display-field-narrow,
.display-memo
{
    margin: 0.4em 0.4em 0.4em 0;
    float: left;
    padding: 2px 5px;
}

.display-label
{
    width: 20em;
	text-align: right;
    font-weight: bold;
}

.display-memo
{
	width: 60em;
	min-height:40em;
}
.display-field-hidden
{
	display: none;
}
.editor-label,
.editor-label-wide,
.editor-field,
.editor-field-20,
.editor-field-narrow,
.editor-field-very-narrow,
.editor-field-hidden,
.dialog-field,
.editor-label-flexible,
.editor-memo,
.editor-small-memo
.patient-banner
{
    margin: 0.4em 0.4em 0.4em 0;
    float: left;
    padding: 5px;
}

.editor-label, .editor-label-flexible, .editor-label-wide
{
    font-weight: bold;
}

.patient-banner
{
	text-align: center;
	font-size: 1.15em;
	font-weight: 600;
}

.editor-label
{
	width: 15em;
	text-align: right;  
}

.editor-label-wide
{
	width: 46em;
	text-align: right;  
}

.editor-field input 
{
	width: 30em;
}

.editor-field input[type=radio]
{
	width: auto;
    margin-left: 20px;
}

.editor-field-narrow input 
{
	width: 11em;
	display: inline;
}

.editor-field-20 input 
{
	width: 20em;
	display: inline;
}
.editor-field-very-narrow input 
{
	width: 5em;
	display: inline;
}

.editor-field-hidden input 
{
	display: none;
}

.dialog-field input 
{
	width: 8em;
}

.editor-memo-full textarea
{
    width: 100%;
    min-height: 5em;
}

.editor-memo input
{
	width: 60em;
	min-height: 40em;
}

.editor-small-memo input
{
	width: 30em;
	min-height: 5em;
}

/* END OF Styles for editor and display helpers 
----------------------------------------------------------*/


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    display: block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

textarea.input-validation-error {
    border: 1px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}




/*****************************
*   Extras for ReportViewer  *
******************************/

#pnlReport table, #pnlReport td, #pnlReport span, #pnlReport a, #pnlReport input
{
    padding: 0 !important;
    margin: 0 !important;
}

#pnlReport input 
{
    background-color: Transparent;
}

#pnlReport input[type=text]
{
    background-color: #FFF;
    width:200px;
}

/*****************************
*   End of RV Extras         *
******************************/


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

/*---------- CHARTS --------------*/

canvas {
    border:1px solid black;
}
#canvas-tip {
    background-color:white;
    border:1px solid blue;
    position:absolute;
    left:10px;
    top:10px;
}

.progress {
  height: 20px;
  width: 500px;
  margin: 10px 0px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  background-color: #009BD5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

input[type='file'] {
  width: 80px;
}

.upload
{
background-color: #e28c05;
color: #fff;
padding: 4px 4px;
text-decoration: none;
border-radius: 4px;
cursor: pointer;
}

ul.spacedlist li
{
    margin: 0 0 5px 0;
}

/*.alert {
    color: red;
    font-weight: bold;
}*/

.small-btn {
    font-size: 1em !important;
}

.alert-auto {display:inline-block;}
.alert-small {padding: 6px;}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 0px 5px 4px 5px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}




@media screen and (max-width: 767px) {
    .row-offcanvas {
    }

    #sidebar {
        display: none;
    }

        #sidebar.in {
            display: block;
            position: fixed;
            z-index: 1030;
            top: 0px;
            bottom: 0px;
            overflow-y: auto;
            border-radius: 0px;
            padding: 0px;
            min-height: 100%;
            width: 55%;
        }

            #sidebar.in .well {
                margin: 0px;
                border-radius: 0px;
                border: none;
                min-height: 100%;
            }
}


.uploader {
    background: url(?holder.js/100x100?outline=yes&text=Click%20or%20drag%20to%20upload) no-repeat;
    background-position: center;
    cursor: pointer;
    min-height: 100px;
    text-align: center;
}


@media screen and (max-width: 991px) {
    .uploader {
    background: url(?holder.js/75x75?outline=yes&text=Click%20or%20drag%20to%20upload) no-repeat;
    min-height: 75px;
    background-position: center;
    }
}

@media screen and (max-width: 1200px) {
    .uploader {
    background: url(?holder.js/80x80?outline=yes&text=Click%20or%20drag%20to%20upload) no-repeat;
    min-height: 80px;
    background-position: center;
    }
}

.custom-tooltip-styling {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    font-size: 14px !important;
}

.custom-tooltip-styling ul {
    margin: 0px;
    padding-left: 15px;
}

.top td
{
    vertical-align: top;
    padding: 2px;
    border: 1px solid grey;
}

.redacted {
    position: relative;
    white-space: pre;
}

.redacted::after {
    background: #333;
    border-radius: 0.2em;
    content: " ";
    width: 100%;
    left: 0;
    position: absolute;
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

.ui-dialog-titlebar-close:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    /* Change path to image*/
    background-image: url(themes/base/images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
    background-repeat: no-repeat;
}

.overflow-y {
    overflow-y: scroll;
}

.tocomplete {
    background-color: #f5f5f5;
    padding-bottom: 15px;
    
}

.modal-header {
    background-color: #f5f5f5;
}

.modal-content {
    overflow: hidden;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.link-btn {
    color: #fff !important;
    text-decoration: none;
}

.counter {
    border: 1px solid #ccc;
    border-width: 0px 1px 1px 1px;
    color: #aaa;
    padding: 5px 15px;
    text-align: right;
}

.counter-error {
    color: #e80c4d !important;
    font-weight: bold;
}

.heartbeat {
    position: absolute;
    display: none;
    margin: 5px;
    color: #6699ff;
    right: 0;
    top: 0;
}