﻿::-webkit-calendar-picker-indicator {
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}

::-webkit-clear-button {
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}

.button > span.svg-inline--fa {
    margin-right: 0;
}

.table-blue {
    width: 100%;
    background-color: #fff;
    text-align: left;
    border: #cdcdcd 1px solid;
    border-radius: 4px;
    border-collapse: separate;
}

    .table-blue thead tr th:first-child {
        border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px 0 0 0;
    }

    .table-blue thead tr th:last-child {
        border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
    }

    .table-blue tbody tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        -webkit-border-radius: 0 0 0 4px;
    }

    .table-blue tbody tr:last-child td:last-child {
        border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0;
    }

    .table-blue thead tr th,
    .table-blue tbody tr td {
        border: #cdcdcd 1px solid;
        border-width: 0 1px 1px 0;
    }

    .table-blue thead tr th {
        color: #fff;
        background-color: #130d4e;
        border-collapse: collapse;
        padding: 5px;
    }

        .table-blue thead tr th.filter {
            color: white;
            background-color: #eee;
            text-align: center;
            -webkit-transition: line-height 0.1s ease;
            -moz-transition: line-height 0.1s ease;
            -o-transition: line-height 0.1s ease;
            transition: line-height 0.1s ease;
            padding: 2px;
        }

        .table-blue thead tr th div input.input-filter {
            height: auto;
            margin: 0;
            padding: 4px 6px 4px 6px;
            background-color: #fff;
            border: 1px solid #bbb;
            color: #333;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: height 0.1s ease;
            -moz-transition: height 0.1s ease;
            -o-transition: height 0.1s ease;
            transition: height 0.1s ease;
            border-radius: 4px;
        }

.aspNetDisabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 4;
    filter: alpha(opacity=40);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-dialog {
    width: 90%;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.breadcrumb {
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 15px;
}

.image {
    position: relative;
}

    .image a {
        display: block;
        position: absolute;
    }

input.search {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 7px 14px;
    margin-bottom: 10px;
    background: #fafafb;
}

    input.search:focus {
        outline: none;
        border-color: #4B4A4A;
    }

.list {
    font-family: sans-serif;
    margin: 0;
    padding: 20px 0 0;
}

    .list > li {
        display: block;
        /*background-color: #eee;*/
        padding: 10px;
        box-shadow: inset 0 1px 0 #aaa;
    }

.shadow2right {
    padding: 12px;
    color: white;
    display: inline;
    text-align: center;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    float: right;
}

.shadow2right > span {
    cursor: pointer;
}

.shadow2right > span:hover {
    -moz-transition: linear 0.1s;
    -o-transition: linear 0.1s;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
    font-weight: 800;
}

@media (min-width: 1px) and (max-width:700px) {
    .shadow2right {
        padding: 8px;
    }
}

.shadow2 {
    padding: 12px;
    color: #130d4e;
    display: inline;
    text-align: center;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    float: right;
}

    .shadow2 > span {
        cursor: pointer;
    }

        .shadow2 > span:hover {
            -moz-transition: linear 0.1s;
            -o-transition: linear 0.1s;
            -webkit-transition: linear 0.1s;
            transition: linear 0.1s;
            text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
            font-weight: 800;
        }

@media (min-width: 1px) and (max-width:700px) {
    .shadow2 {
        padding: 8px;
    }
}

.searchModal {
    width: 700px;
}

@media (min-width: 1px) and (max-width:715px) {
    .searchModal {
        width: 100%;
    }
}

.vStoreIcon {
    font-size: 135%;
}

.vStoreContainer {
    z-index: 1;
    color: black;
    font-weight: 400;
    font-size: 120%;
    letter-spacing: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    width: 100%;
}

@media (min-width: 1px) and (max-width:700px) {
    .vStoreIcon {
        font-size: 100%;
    }

    .vStoreContainer {
        font-weight: 100;
        font-size: 100%;
        letter-spacing: 1px;
        padding-right: 5px;
        padding-left: 5px;
        top: 7px;
    }
}

th {
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.w25 {
    width: 25%;
}

.equal4 > div {
    width: 24%;
}

.equal4 {
    padding-top: 5px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.wrapper {
    position: relative;
    padding: 0 5px 0 0;
    height: 100px;
    overflow-y: auto;
}

    .wrapper table {
        width: auto;
        table-layout: fixed;
        margin-top: 0;
    }

    .wrapper .tablesorter td {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 10px;
    }

    .wrapper .tablesorter th {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        min-width: 10px;
    }

.bigarea {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.bottom-padding-30 {
    padding-bottom: 30px;
}

.left-padding-100 {
    padding-left: 100px;
}

.main {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: 71px;
}

.word-wrap-break {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal {
    margin-top: 5.0pt;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    margin-left: 0in;
    line-height: 115%;
    font-size: 10.0pt;
}

h1.MsoNormal {
    mso-style-link: "Heading 1 Char";
    margin-top: 5.0pt;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: 0in;
    margin-bottom: .0001pt;
    line-height: 115%;
    background: #5B9BD5;
    border: none;
    padding: 0in;
    font-size: 11.0pt;
    color: white;
    text-transform: uppercase;
    letter-spacing: .75pt;
    font-weight: normal;
}

h2.MsoNormal {
    mso-style-link: "Heading 2 Char";
    margin: 0;
    line-height: 115%;
    background: #DEEAF6;
    border: none;
    padding: 0in;
    font-size: 12.0pt;
    color: #1F4D78;
    letter-spacing: .75pt;
    font-weight: normal;
}

p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
    margin-top: 5.0pt;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    margin-left: .5in;
    line-height: 115%;
    font-size: 10.0pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {
    margin-top: 5.0pt;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .5in;
    margin-bottom: .0001pt;
    line-height: 115%;
    font-size: 10.0pt;
}

p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .5in;
    margin-bottom: .0001pt;
    line-height: 115%;
    font-size: 10.0pt;
}

p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 10.0pt;
    margin-left: .5in;
    line-height: 115%;
    font-size: 10.0pt;
}

.divWaiting2 {
    position: fixed;
    z-index: 2147483646 !important;
    text-align: center;
    top: 72px;
    left: 0;
    background-color: #f5f5f5;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    padding-right: 15%;
}

.divWaiting {
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 25px;
    box-shadow: rgb(16, 16, 16) 0 1px 15px;
    position: fixed;
    z-index: 2147483647 !important;
    text-align: center;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin-top: -58px;
    margin-left: -50px;
}

.center {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widebtn {
    width: 100%;
}

.center1 {
    float: none;
    margin: 0 auto;
    text-align: left;
}

.nofloat {
    float: none;
    margin: 0 auto;
    text-align: left;
}

.nomargin {
    margin: 0 0 0 0;
}

.marginauto {
    margin: auto;
}

.btn {
    font-size: 16px;
    margin: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary {
    box-shadow: 0 0 3px 0px rgba(53,126,189, 0.70);
}

    .btn-primary:hover {
        box-shadow: 0 0 3px 3px rgba(53,126,189, 0.70);
    }

.btn-default {
    box-shadow: 0 0 3px 0px rgba(0,0,0, 0.30);
}

    .btn-default:hover {
        box-shadow: 0 0 3px 3px rgba(0,0,0, 0.30);
    }

.btn-danger {
    box-shadow: 0 0 3px 0px rgba(212,65,58, 0.50);
    border-color: #410402;
}

    .btn-danger:hover {
        border-color: #410402;
        box-shadow: 0 0 3px 3px rgba(212,65,58, 0.50);
    }

.btn-warning {
    box-shadow: 0 0 3px 0px rgba(103,60,0, 0.50);
    border-color: #412702;
}

    .btn-warning:hover {
        box-shadow: 0 0 3px 3px rgba(103,60,0, 0.50);
    }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #01141A;
    vertical-align: middle;
    background-color: #ffffff;
    border: 3px solid #D1D6D8;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.table tbody > tr > td {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    vertical-align: middle;
    font-size: 16px;
}

.table {
    border: 3px solid #D1D6D8;
    border-radius: 4px;
    border-collapse: separate;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #130d4e;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.form-control-sm {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #01141A;
    vertical-align: middle;
    background-color: #ffffff;
    border: 3px solid #D1D6D8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control-sm:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.auto-height {
    height: auto;
}

/*reduces text size and weight? for control-label from 16px*/
.control-label1 {
    font-size: 12px;
    font-weight: bold;
}
/*add to a row and then you can align items center or bottom*/
.vertical-center {
    display: flex;
    align-items: center;
}

.vertical-flexend {
    display: flex;
    align-items: flex-end;
}

/*turn off the flex on smaller sizes so it still stacks*/
@media (min-width: 1px) and (max-width:992px) {
    .vertical-flexend {
        display: block;
    }

    .vertical-center {
        display: block;
    }
}

.footerH1 {
    font-stretch: expanded;
    margin: 0 0 0 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    /*font-variant:small-caps;*/
}

.footerLink {
    font-stretch: expanded;
    margin: 0 0 0 0;
    margin-bottom: 0;
    font-size: 14px;
    /*font-variant:small-caps;*/
}

    .footerLink a {
        color: black;
    }

.noedgepad {
    padding-left: 0;
    padding-right: 0;
    min-height: 100%;
}

.disp-none {
    display: none !important;
}

.disp-inline {
    display: inline !important;
}

.disp-block {
    display: block !important;
}

.disp-inline-block {
    display: inline-block !important;
}

.max200 {
    max-width: 200px;
}

.wid200 {
    width: 200px;
}

.max100 {
    max-width: 100px;
}

.max150 {
    max-width: 150px;
}

.max400 {
    max-width: 400px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}

.max850 {
    max-width: 850px;
}

.max300 {
    max-width: 300px;
}

.wid300 {
    width: 300px;
}

.modal-lg {
    width: 900px;
}

.min100 {
    min-width: 100px;
}

.min200 {
    min-width: 200px;
}

.min150 {
    min-width: 150px;
}

.width98 {
    width: 98%;
}

.max50p {
    max-width: 50%;
}

.cbFloater {
    float: left;
    margin-right: -13px;
}

.bigOption input {
    width: 20px;
    height: 20px;
}

.bigOption1 {
    height: 18px;
    width: 18px;
}

    .bigOption1 input {
        margin: 0;
    }

    .bigOption1 label {
        margin: 0;
        font-size: 120%;
        padding-left: 10px;
    }

.fr {
    float: right;
}

.cb10 label {
    margin-left: 5px;
    padding-right: 10px;
}

.cb label {
    margin-left: 5px;
    padding-right: 20px;
}

.tblmain {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    padding: 15px;
}

.floatStyleA {
    -webkit-box-shadow: rgb(166, 166, 166) -4px 4px 15px;
    -moz-box-shadow: rgb(166, 166, 166) -4px 4px 15px;
    box-shadow: rgb(166, 166, 166) -4px 4px 15px;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    background-color: white;
    z-index: 1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.floatStyle {
    -webkit-box-shadow: rgb(166, 166, 166) -4px 4px 15px;
    -moz-box-shadow: rgb(166, 166, 166) -4px 4px 15px;
    box-shadow: rgb(166, 166, 166) -4px 4px 15px;
    border: 1px solid black;
    padding: 10px;
    position: relative;
    background-color: white;
    z-index: 1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin-bottom: 20px;
}

@media (min-width: 1px) and (max-width:992px) {
    .floatStyle {
        top: 0;
    }
}

.fixedRelative {
    position: fixed;
    padding-top: 5px;
    background-color: white;
    border-bottom-color: #eee;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    z-index: 2;
    height: 55px;
    left: 260px;
    right: 19px;
    vertical-align: middle;
}

@media (min-width: 1px) and (max-width:650px) {
    .fixedRelative {
        position: relative;
        left: auto;
        right: auto;
    }
}

.th {
    color: white;
    font-weight: normal;
    padding: 10px 10px;
    text-shadow: 0 0 0.8px white;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
}

.th1 {
    color: white;
    font-weight: normal;
    padding: 20px 10px;
    text-shadow: 0 0 0.8px white;
    text-align: center;
    vertical-align: top;
    display: table-cell;
}

.cartLink {
    color: white;
    font-weight: bold;
    font-size: 125%;
}

    .cartLink:link {
        color: white;
        font-weight: bold;
        font-size: 125%;
    }

.removeLink {
    color: white;
}

.td {
    text-align: center;
    color: black;
    padding: 0 10px;
    font-size: 80%;
    width: 100%;
}

.purpBack {
    background-color: #3E3780;
    color: white;
}

.blueBack {
    background-color: #3E3780;
    color: white;
}

    .purpBack:hover, .blueBack:hover {
        background-color: #3E3780;
        color: black;
    }

/* Background Gradient for Monochromatic Colors */

.gradient4 {
    background-color: #130d4e;
    /* For WebKit (Safari, Chrome, etc) */
    background: #130d4e -webkit-radial-gradient(#130d4e,#8db9df) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #130d4e -moz-radial-gradient(#130d4e, #8db9df) no-repeat;
}

.gradient1 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b1a0c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b1a0c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#b1a0c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#b1a0c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#b1a0c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#b1a0c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1a0c7',GradientType=0 ); /* IE6-9 */
}

.gradient2 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #3E3780 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#3E3780)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#3E3780 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#3E3780 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#3E3780 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#3E3780 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3E3780',GradientType=0 ); /* IE6-9 */
}

.gradient5 {
    background-color: #f5f5f5;
    /* For WebKit (Safari, Chrome, etc) */
    background: #f5f5f5 -webkit-radial-gradient(white,#f5f5f5) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #f5f5f5 -moz-radial-gradient(white, #f5f5f5) no-repeat;
}

.roundedBlueBorderNoHover {
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    border-collapse: separate;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0;
    -moz-box-shadow: 0 0 5px #130d4e;
    -webkit-box-shadow: 0 0 5px #130d4e;
    box-shadow: 0 0 5px #130d4e;
}

.roundedBlueBorder {
    font-size: 110%;
    -webkit-font-smoothing: antialiased;
    border-collapse: separate;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0;
    -moz-box-shadow: 0 0 5px #130d4e;
    -webkit-box-shadow: 0 0 5px #130d4e;
    box-shadow: 0 0 5px #130d4e;
    background-color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .roundedBlueBorder:hover {
        background-color: #3E3780;
        text-decoration: none;
    }

.noHoverUnderline:hover {
    text-decoration: none;
}

.colorhover:hover {
    color: #3E3780;
    cursor: pointer;
}

.notclicky {
    color: black;
    font-weight: normal;
    padding: 15px 10px;
    text-align: center;
    vertical-align: bottom;
    background-color: white;
    border-left: 2px solid #130d4e;
    border-right: 2px solid #130d4e;
}

.notclickynoborder {
    color: black;
    font-weight: normal;
    padding: 15px 10px;
    text-align: center;
    vertical-align: bottom;
    background-color: white;
}

.roundedBlueTable {
    width: 100%;
    border: none;
    border-collapse: separate;
}

    .roundedBlueTable tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .roundedBlueTable thead tr th {
        border-top: 1px solid #130d4e;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #130d4e;
        font-weight: bold;
    }

        .roundedBlueTable thead tr th:first-child {
            border-top-left-radius: 10px;
            border-top: 1px solid #130d4e;
            border-left: 1px solid #130d4e;
        }

        .roundedBlueTable thead tr th:last-child {
            border-top-right-radius: 10px;
            border-top: 1px solid #130d4e;
            border-right: 1px solid #130d4e;
            padding-right: 20px;
        }

    .roundedBlueTable tbody tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
        border-bottom: 1px solid #130d4e;
        border-left: 1px solid #130d4e;
    }

    .roundedBlueTable tbody tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
        border-bottom: 1px solid #130d4e;
        border-right: 1px solid #130d4e;
        padding-right: 20px;
    }

    .roundedBlueTable tbody tr:last-child td {
        border-bottom: 1px solid #130d4e;
    }

    .roundedBlueTable tbody tr td:first-child {
        border-left: 1px solid #130d4e;
    }

    .roundedBlueTable tbody tr td:last-child {
        border-right: 1px solid #130d4e;
    }

.clicky {
    color: black;
    font-weight: normal;
    padding: 15px 10px;
    text-align: center;
    vertical-align: bottom;
    background-color: white;
    border-left: 2px solid #130d4e;
    border-right: 2px solid #130d4e;
    border-top: 1px solid lightgray;
}

    .clicky:hover {
        cursor: pointer;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        background-color: #3E3780;
    }

.clickySmall {
    color: black;
    font-weight: normal;
    padding: 10px 10px;
    text-align: center;
    vertical-align: bottom;
    background-color: white;
}

    .clickySmall:hover {
        cursor: pointer;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        background-color: #3E3780;
    }

.info {
    color: white;
    font-weight: normal;
    padding: 5px 5px;
    text-align: left;
    vertical-align: bottom;
    background-color: #130d4e;
    border-left: 2px solid #130d4e;
    border-right: 2px solid #130d4e;
}

.incinfhead {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.incinf {
    padding-top: 4px;
    padding-bottom: 4px;
}

.whitenowrap {
    white-space: nowrap;
}

a.blue3.button {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    background: linear-gradient(-45deg,#130d4e,#3E3780);
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

    a.blue3.button:hover {
        display: inline-block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-radius: 5px;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        -webkit-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        -webkit-appearance: none;
        /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: inherit;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 5px 0;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-size: 1em;
        background: linear-gradient(-45deg,#3E3780,white);
        color: black;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

a.blue2.button {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    background: linear-gradient(#3E3780,#130d4e);
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

    a.blue2.button:hover {
        display: inline-block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-radius: 5px;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        -webkit-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        -webkit-appearance: none;
        /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: inherit;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 5px 0;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-size: 1em;
        background: linear-gradient(#f5f5f5,#3E3780);
        color: black;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

a.orange.button {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    background-color: #ff9615;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

    a.orange.button:hover {
        display: inline-block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        border-bottom: 1px solid rgba(0,0,0,0.25);
        border-radius: 5px;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        -webkit-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        -webkit-appearance: none;
        /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: inherit;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 5px 0;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-size: 1em;
        background: linear-gradient(#f5f5f5,#ff9615);
        color: black;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

a.yellow.button {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    /*padding: 0.8125em 1.5em 0.75em 1.5em;*/
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    background-color: #ffd800;
    color: black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 850px) {
    .pnlLarge {
        display: block;
    }

    .pnlSmall {
        display: none;
    }
}

@media (max-width: 849px) {
    .pnlLarge {
        display: none;
    }

    .pnlSmall {
        display: block;
    }
}

@media (min-width: 1024px) {
    .vertHeader {
        line-height: 60px;
        font-size: 60px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        opacity: .8;
        max-width: 1410px;
        margin: auto;
    }
}

@media (min-width: 400px) and (max-width:1023px) {
    .vertHeader {
        line-height: 45px;
        font-size: 45px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        opacity: .8;
    }
}

@media (min-width: 50px) and (max-width:399px) {
    .vertHeader {
        line-height: 35px;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        opacity: .8;
    }
}

@media (min-width: 992px) {
    .imgchg {
        width: 745px;
    }

    .imgchgR1 {
        width: 350px;
        display: block;
        margin: auto;
        float: left;
    }

    .imgchgR2 {
        display: none;
    }
}

@media (min-width: 1px) and (max-width:991px) {
    .imgchg {
        width: 596px;
    }

    .imgchgR1 {
        display: none;
    }

    .imgchgR2 {
        width: 280px;
        display: block;
        margin: auto;
        float: none;
    }
}

@media (min-width: 976px) {
    .row1left {
        text-align: right;
        padding-right: 0;
        margin-left: -8%;
    }
}

@media (min-width: 1px) and (max-width:975px) {
    .row1left {
        text-align: center;
        padding-right: 0;
        margin: auto;
    }
}

@media (min-width: 991px) {
    .row1right {
        text-align: left;
        padding-right: 0;
        background-image: url("../images/Vertiplay%20main%20screen.png");
        background-repeat: no-repeat;
        width: 527px;
        height: 440px;
    }
}

@media (min-width: 1px) and (max-width:990px) {
    .row1right {
        text-align: center;
        padding-right: 0;
        margin: auto;
        background-image: url("../images/Cockpit%20only.png");
        background-repeat: no-repeat;
        background-size: 100%;
        max-width: 500px;
        height: 570px;
    }
}

body {
    font-family: Montserrat, Verdana, sans-serif;
    color: #01141A;
    background-color: #ffffff;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin: 0;
}

.linkbar {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: rgb(16, 16, 16) 0 1px 15px;
    -moz-box-shadow: rgb(16, 16, 16) 0 1px 15px;
    box-shadow: rgb(16, 16, 16) 0 1px 15px;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.LinkFold {
    display: none;
}

.vcentered {
    position: fixed;
    top: 50%;
    left: 0;
    /* bring your own prefixes */
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

@media (min-width: 1100px) {
    .nav {
        font-size: 18px;
    }

    body {
        font-size: 16px;
        line-height: 1.428571429;
    }

    .dropdown-menu {
        font-size: 16px;
    }

    .contactTel {
        font-size: 35px;
    }

    .contactButton {
        position: fixed;
        z-index: 1;
        top: 150px;
        right: 20px;
        width: 100px;
    }

    .contactButton2 {
        position: fixed;
        width: 100px;
        z-index: 6;
        right: 20px;
    }
}

@media (min-width: 1000px) and (max-width:1099px) {
    .nav {
        font-size: 16px;
    }

    body {
        font-size: 16px;
        line-height: 1.428571429;
    }

    .dropdown-menu {
        font-size: 16px;
    }

    .contactTel {
        font-size: 35px;
    }

    .contactButton {
        position: fixed;
        z-index: 1;
        top: 150px;
        right: 20px;
        width: 100px;
    }

    .contactButton2 {
        position: fixed;
        width: 100px;
        z-index: 6;
        right: 20px;
    }
}

@media (min-width: 620px) and (max-width:999px) {
    .contactTel {
        font-size: 35px;
    }

    .contactButton {
        position: fixed;
        z-index: 1;
        top: 150px;
        right: 20px;
        width: 70px;
    }

    .contactButton2 {
        position: fixed;
        width: 70px;
        z-index: 6;
        right: 20px;
    }

    .linkbar {
        width: 250px;
    }

    body {
        font-size: 14px;
        line-height: 1.428571429;
    }

    .nav {
        font-size: 14px;
    }

    .dropdown-menu {
        font-size: 14px;
    }

    .LinkFold {
        display: none;
    }
}

@media (min-width: 1px) and (max-width:619px) {
    .LinkFold {
        display: block;
        min-height: 100%;
        margin-bottom: 0;
        border-radius: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        vertical-align: middle;
        position: fixed;
        z-index: 4;
    }

    .btnFold {
        background: #e0e0e0;
        background-image: -webkit-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -moz-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -ms-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -o-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0);
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
        font-family: Arial;
        color: #666666;
        font-size: 16px;
        padding: 5px 10px 5px 10px;
        border: solid #1f628d 2px;
        text-decoration: none;
        margin: auto;
        z-index: 3;
        margin-left: 16px;
    }

        .btnFold:hover {
            background: #3cb0fd;
            background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
            background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
            text-decoration: none;
            z-index: 3;
            color: white;
        }

    .btnFoldw {
        background: #e0e0e0;
        background-image: -webkit-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -moz-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -ms-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -o-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0);
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
        font-family: Arial;
        color: #666666;
        font-size: 16px;
        padding: 5px 10px 5px 10px;
        border: solid #1f628d 2px;
        text-decoration: none;
        margin: auto;
        z-index: 4;
        margin-left: 252px;
    }

        .btnFoldw:hover {
            background: #3cb0fd;
            background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
            background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
            text-decoration: none;
            z-index: 4;
            color: white;
        }

    .contactTel {
        font-size: 20px;
    }

    .contactButton {
        position: fixed;
        right: 0;
        z-index: 1;
        width: 60px;
    }

    .contactButton2 {
        position: fixed;
        z-index: 6;
        right: 0;
        width: 60px;
    }

    .linkbar {
        width: 15px !important;
        overflow-y: hidden !important;
    }

    .linkbarW {
        width: 250px !important;
        overflow-y: auto !important;
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        z-index: 3;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-box-shadow: rgb(16, 16, 16) 0 1px 15px;
        -moz-box-shadow: rgb(16, 16, 16) 0 1px 15px;
        box-shadow: rgb(16, 16, 16) 0 1px 15px;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

    .linkbar div.ui-resizable-handle {
        display: none;
    }

    .linkbar div.well {
        display: none;
    }

    body {
        font-size: 12px;
        line-height: 1.228571429;
    }

    .dropdown-menu {
        font-size: 14px;
    }

    .nav {
        font-size: 14px;
    }
}

.containerWide {
    max-width: 5000px;
    margin: 0 0 0 0;
}

.bigOption {
    height: 20px;
    width: 20px;
}

.topRadius {
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    padding: 2px 2px 2px 2px;
}

.topRightRadius {
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

.topLeftRadius {
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}

.botRadius {
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.notfilled {
    border-left: 2px solid #130d4e;
    border-right: 2px solid #130d4e;
    border-bottom: 2px solid #130d4e;
    background-color: transparent;
}

.botRightRadius {
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.botLeftRadius {
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/**************************************************************************************************/
/*Bootstrap Overrides******************************************************************************/
/**************************************************************************************************/

.nav {
    font-family: Montserrat, Verdana, sans-serif;
}

a {
    color: #130d4e;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(66, 139, 202,0.04); /*428bca*/
}

    a:hover,
    a:focus {
        text-decoration: underline;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.text-primary {
    color: #130d4e;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

/*
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
	  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
	*/

.btn-link {
    font-weight: normal;
    color: #130d4e;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #2a6496;
        text-decoration: underline;
        background-color: transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-link[disabled]:hover,
    fieldset[disabled] .btn-link:hover,
    .btn-link[disabled]:focus,
    fieldset[disabled] .btn-link:focus {
        color: #999999;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #130d4e;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255,0.04); /*ffffff*/
    background-color: #808080;
}

.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

.nav .caret {
    border-top-color: #130d4e;
    border-bottom-color: #130d4e;
}

.navbar-inverse {
    background-color: white !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #222;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color:white;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 0;
    border: 0;
    -webkit-box-shadow: #101010 0 1px 15px;
    -moz-box-shadow: #101010 0 1px 15px;
    box-shadow: #101010 0 1px 15px;
    background-image: url('../images/header_1.png');
    background-color: white !important;
}

.navbar-default {
    background-color: #eea236;
    border-color: #e7e7e7;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #222;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #222;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #dddddd;
    }

    .navbar-default .navbar-link:hover {
        color: #222;
    }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #222;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #222;
    background-color: white;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    text-decoration: none;
    border-left: 4px solid #333333;
    text-shadow: 1px 1px 1px rgba(66, 139, 202,0.04); /*428bca*/
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-inverse .navbar-link:hover {
    color: #222;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #130d4e;
    border-color: #130d4e;
}

.label-primary {
    background-color: #130d4e;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #130d4e;
    text-shadow: 1px 1px 1px rgba(66, 139, 202,0.04); /*428bca*/
    background-color: #ffffff;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
    border-radius: 6px;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #130d4e;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #130d4e;
    -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;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #130d4e;
    border-color: #130d4e;
}

.panel-primary {
    border-color: #130d4e;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #130d4e;
        border-color: #130d4e;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #130d4e;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #130d4e;
    }

.well {
    min-height: 100%;
    background-color: #f5f5f5;
    border-right: 1px solid #e3e3e3;
    margin-bottom: 0;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

li.namain > ul > li > a,
li.activemain > ul > li > a {
    padding-left: 30px;
}

.nav-pills > li > ul > li > ul > li > a {
    padding-left: 40px;
}

.nav-pills > li > ul > li > ul > li > ul > li > a {
    padding-left: 45px;
}

.nav-pills > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px;
}

.nav-pills > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 55px;
}

.nav-pills > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
}

li.namain > ul {
    display: none;
}

.nav-pills > li.activemain > a,
.nav-pills > li.activemain > a:hover,
.nav-pills > li.activemain > a:focus {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255,0.04); /*ffffff*/
    background-color: #130d4e;
    font-weight: bold;
}

.nav-pills > li.namain > a,
.nav-pills > li.namain > a:hover,
.nav-pills > li.namain > a:focus {
    font-weight: bold;
    letter-spacing: 1px;
}

.footer {
    text-align: center;
}

.alert-sm {
    padding: 6px;
    margin-bottom: 0;
}

.alert-dismissable .close-sm {
    top: 0;
    right: 0;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 5px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-menu > li > a {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        border-left: 4px solid #333333;
        border-right: 4px solid #333333;
        text-shadow: 1px 1px 1px rgba(66, 139, 202,0.04); /*428bca*/
        -webkit-transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    border-left: 4px solid #333333;
    border-right: 4px solid #333333;
    outline: 0;
    text-shadow: 1px 1px 1px rgba(66, 139, 202,0.04); /*428bca*/
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-shadow: 1px 1px 1px rgba(153, 153, 153,0.04); /*999999*/
}

@media (min-width:1px) and (max-width:933px) {
    .svg-inline--fa {
        margin-right: 5px;
    }

    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width:934px) {
    .svg-inline--fa {
        margin-right: 10px;
    }
}

.headerImgVT {
    height: 60px;
    margin-top: 5px;
    margin-left: 5px;
}

.navbar-header {
    min-height: 70px;
    padding-left: 10px;
    background-color:white;
}

.navbar-nav > li {
    padding-top: 10px;
}

.pdt {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    font-size: 14px;
}

.pdt1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 16px;
}

.hoverspin > span.spins {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.hoverspin:hover > span.spins {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa2 {
    margin-right: 0;
    margin-left: 5px;
}

.Pending {
    color: red;
}

.tdsBold {
    width: 25%;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.tds {
    width: 25%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.myDivToPrint .css-label.med {
    font-size: 125% !important;
    font-weight: bold !important;
}

.myDivToPrint {
    padding: 10px;
    margin-bottom: 10px;
}

.btn + .btn {
    margin-left: 5px;
    margin-bottom: 3px !important;
}

/*angular page stuff*/
.ui-autocomplete {
    z-index: 1041;
}

input.ng-invalid {
    background-color: pink;
}

input.ng-valid {
    background-color: white;
}

.crpr {
    cursor: pointer;
}

.cred {
    color: red !important;
}

.crpn {
    cursor: auto;
}

.checkbox label.css-label {
    min-height: 0 !important;
}

.tac {
    text-align: center;
}

.table-fixed {
    position: relative !important;
    table-layout: auto !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

    .table-fixed thead > tr > th {
        vertical-align: top !important;
        border-bottom: 2px solid #ddd;
        z-index: 9998;
        background: white;
        position: sticky;
        top: 0;
    }

        .table-fixed thead > tr > th.filter {
            z-index: 9998;
            background: white;
            position: sticky;
            top: 100px;
        }

    .table-fixed tbody > tr > td {
        vertical-align: top !important;
        word-wrap: break-word !important;
    }

.col-450 {
    word-wrap: break-word !important;
    width: 450px !important;
    max-width: 450px !important;
    display: flex !important;
    overflow-x: auto !important;
}

    .col-450 img {
        max-width: 100%;
        max-height: 100%;
    }

.satable {
    width: 100%;
    border: 1px solid black;
}

.satable tbody > tr > td {
    padding:10px !important;
}

.trumbowyg-editor, .trumbowyg-textarea {
    min-height:100px !important;
}

.trumbowyg-box, .trumbowyg-editor {
    min-height: 100px !important;
}

.trumbowyg-box {
    border-radius: 8px !important;
    border: 3px solid #D1D6D8 !important;
}

.jumbotron-narrow {
    padding:10px !important;
    margin-bottom:10px !important;
}

.avatar {
    width: 150px; /* Circle size */
    height: 150px;
    border-radius: 50%; /* Makes it a circle */
    object-fit: cover; /* Ensures image fills the circle */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Optional shadow */
}