﻿@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
/*----------------Start of Nav ---------------------------------------------------*/

@font-face {
    font-family: "NewsGothic-Regular";
    src: url("/fonts/329A90_0_0.eot?iefix");
    src: url("/fonts/329A90_0_0.eot?#iefix") format("eot"), url("/fonts/329A90_0_0.woff2") format("woff2"), url("/fonts/329A90_0_0.woff") format("woff"), url("/fonts/329A90_0_0.ttf") format("truetype"), url("/fonts/329A90_0_0.svg") format("svg");
}

@font-face {
    font-family: "NewsGothicBT-Light";
    src: url("/fonts/329A90_0_0.eot?iefix");
    src: url("/fonts/329A90_0_0.eot?#iefix") format("eot"), url("/fonts/329A90_0_0.woff2") format("woff2"), url("/fonts/329A90_0_0.woff") format("woff"), url("/fonts/329A90_0_0.ttf") format("truetype"), url("/fonts/329A90_0_0.svg") format("svg");
}

body {
    font-family: 'NewsGothic-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #505050;
    /*background-color: #f2f4f4 !important;*/
    background-color: #ffffff;
    height: 100%;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #505050;
}

.dframe {
    padding-bottom: 80px;
}

a,
a:hover,
a:focus {
    color: inherit;
    /*text-decoration: none;*/
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-fixed-bottom {
    margin-bottom: 0 !important;
    left: 250px;
    box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-right {
    margin-right: unset;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.gray-bg {
    background-color: lightgray;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

.dukemenu-text {
    color: rgb(0, 89, 132);
    /*font-family: NewsGothicBT-Roman;*/
    font-size: 27px;
    font-weight: normal;
    height: 32px;
    letter-spacing: 1px;
    line-height: 32px;
    width: 268px;
}

.menubar {
    width: 250px;
    position: fixed;
    left: 0;
    z-index: 999;
    background: #0085A1;
    color: #fff;
    transition: all 0.3s;
}
#sidebar1 {
    top: 0;
    height: 100px;
}
#sidebar2 {
    top: 80px;
    height: 100vh;
}
#sidebar3 {
    bottom: 0;
}
.menubar.active {
    margin-left: -250px;
}

    .menubar .sidebar-header {
        padding: 11px 20px 10px 20px;
        background: white;
    }

.menubar ul.components {
    border-bottom: 1px solid #47748b;
}

.menubar ul p {
    color: #fff;
    padding: 10px;
}

.menubar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.menubar li {
    padding-left: 0px;
    /*border-left: 3px solid #2e353d;*/
    /*border-bottom: 1px solid #264a76;*/
    /*border-bottom: 1px solid #193542;*/
    border-bottom: 1px solid #77CAE2;
}

.menubar ul li a:hover {
    color: white;
    background: #0092D1;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
}

.menubar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0092D1;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #00508B;
}

ul li ul li a {
    cursor: pointer;
}

.menu-text {
    color: white;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 10px;
    left: 5px;
}
.dukebluetable {
    /*background-color: #005984;
    color: white;*/
    background-color: lightgray;
    color: #005984;
    cursor: pointer;
}

.menu-btn {
    background: #0092D1;
    margin-top: 10px;
    color: white;
}

.menu-btn1 {
    background: #0092D1;
    margin-top: 0px;
    color: white;
}

.menu-header {
    width: 100%;
    height: 64px;
    background: #00789e;
}

/*.icon-bar {
    color: black;
    border-color: black;
    background-color: black;
}*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.dukegreybar {
    height: 1px;
    width: 100%;
    background: #dfe4e4;
    border-radius: 0px;
}

.dukebluebar {
    background: rgb(0, 89, 132);
    border-radius: 0px;
    height: 6px;
    width: 101.5%;
    margin-left: -13px;
    overflow-x: hidden;
    padding: 0px;
}

.content {
    width: calc(100% - 250px);
    position: absolute;
    right: 0;
}
#content1 {
    height: 80px;
    top: 0;
}
#content2 {
    min-height: 100vh;
    transition: all 0.3s;
    top: 80px;
}
#content3 {
    top: 0;
}

.content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .content {
        margin-left: -250px;
    }

    .content.active {
        margin-left: 0;
    }

    #content1, #content2, #content3 {
        width: 100%;
    }

    #content1.active, #content2.active, #content3.active {
        width: calc(100% - 250px);
    }
}

.navbar-login {
    width: 150px;
    /*padding: 5px;*/
    padding-bottom: 0px;
}



.navbar-login-session {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 50px;
}
/*-------------------------------End of Nav----------------------------------------------*/
/*-------------------------------Draggable Panels-----------------------------------------*/
#draggablePanelList .panel-heading {
    cursor: move;
}

#draggablePanelList2 .panel-heading {
    cursor: move;
}

/*--------------------*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn {
    border-radius: 3px;
    font-size: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #00789e;
    border-color: #005984;
}

.nav > li > a.minimalize-styl-2 {
    padding: 3px 12px;
    margin: 10px 2px 2px 10px;
    margin-top: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: 14px;
    float: left;
}

.alertsclass {
    background-color: white;
}

.MediumBlueA {
    color: #00789e
}

.MediumTealA {
    color: #a7e1ea
}

.MediumTealB {
    color: #92dbe8
}

.LightTealA {
    color: #f3fbfd
}

.MediumBlueB {
    color: #076f94
}

.panelbluelabel {
    color: #bce8f1
}

.LightGrayAconnecting-line {
    height: 2px;
    background: #f2f4f4;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.btn-dukesecondary {
    border-radius: 2px;
    border: 1px solid rgb(0, 120, 158);
    color: rgb(0, 120, 158);
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: rgb(255, 255, 255);
}

.btn-dukesecondarysmall {
    width: 130px;
    height: 44px;
}
.btn-dukesecondaryLarge {
    width: 220px;
    height: 44px;
}
.btn-dukesecondaryfullwidth {
    width: 343px;
    height: 44px;
}


.btn-duke {
    background-color: #00789e;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    /*font-size: inherit;*/
}


.btn-dukeSmall {
    width: 130px;
    height: 44px;
}

.btn-dukeMedium {
    width: 180px;
    height: 44px;
}

.btn-dukeLarge {
    width: 220px;
    height: 44px;
}

.btn-dukefullwidth {
    width: 343px;
    height: 44px;
}

.btn-duke:hover {
    box-shadow: 0px 2px 4px 0px rgba(76, 76, 76, 0.4);
}

.btn-dukesecondary:hover {
    box-shadow: 0px 2px 4px 0px rgba(76, 76, 76, 0.4);
}

.btn-dukesubmit {
    background-color: #00853f;
    color: #ffffff;
    width: 140px;
    height: 55px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
    cursor: pointer;
}

    .btn-dukesubmit:hover {
        background-color: #006b33;
        color: #ffffff;
    }

        .btn-dukesubmit:hover::after {
            background-color: #00853f;
            color: #ffffff;
        }

        .btn-dukesubmit:hover::before {
            background-color: #00853f;
            color: #ffffff;
        }

label.dukelabel {
    /*color: #505050;*/
    /*color: #00789e;*/
    color: #005984;
    font-size: 16px;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    cursor: pointer;
}
    input[type="radio"]:checked {
        /* background-color: #93e026;*/
        background-color: #00789e;
        cursor: pointer;
    }

    input[type="radio"].smallradio {
        /* remove standard background appearance */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* create custom radiobutton appearance */
        display: inline-block;
        width: 15px;
        height: 15px;
        padding: 2px;
        /* background-color only for content */
        background-clip: content-box;
        border: 1px solid #bbbbbb;
        background-color: #e7e6e7;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 4px;
    }
    /*.smallradio:checked {
        background-color: #93e026;
        cursor: pointer;
    }*/

    /* appearance for checked radiobutton */
    input[type="radio"]:checked.smallradio {
        /* background-color: #93e026;*/
        background-color: #00789e;
        cursor: pointer;
    }

/*.nav > li.active > a {
    color: #0057a3;
}*/
input.longtextbox {
    max-width: 700px;
}

fieldset.form-border {
    border: 0.5px thin lightgray !important;
    padding: 0 0.5em 0.5em 0.5em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-style: double;
    border-color: #DCDCDC;
    border-width: thin;
}

.formcontrol {
    font-family: Calibri;
    font-weight: 100;
    font-size: x-small;
}

/*------------------------------Wizard cSS----------------------------------------------------*/
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    /*width: 25%;*/
    width: 15%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*--------------*/
.form-group {
    margin-bottom: -1px;
    padding: 10px 14px;
}

    .form-group > input {
        font-weight: 600;
        color: #56565e;
        padding: 5px;
        font-size: 20px;
    }

    .form-group > label {
        display: inline-block;
        margin-bottom: 0.5em;
        text-transform: uppercase;
        font-size: 16px;
        /*color: #0057a3;*/
        color: #505050
    }

    .form-group > select.ng-invalid.ng-touched.form-control {
        background: rgb(251, 227, 228);
        color: #8a1f11;
    }

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
/*Chosen multi select : overridding element style*/
#chosen_chosen[style] {
    width: 610px !important;
}

#chosen1_chosen[style] {
    width: 300px !important;
}

.form-group > placeholder {
    /*color:#abacaf*/
    color: #555555;
}

div.row {
    margin-bottom: 5px;
}
/* FADE In */
.fade {
    transition: all linear 2000ms;
    opacity: 1;
}

    .fade.ng-hide {
        opacity: 0;
    }

/*Animate panel*/

.animate-hide {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    /*line-height: 20px;*/
    /*line-height:40px;*/
    opacity: 1;
    /*padding: 10px;*/
    padding: 1px;
    /*border: 1px solid black;*/
    border: 1px solid groove;
    background: white;
    position: relative;
    left: 0;
}

    .animate-hide.ng-hide {
        left: -100%;
        opacity: 0;
        padding: 0 10px;
    }

.animate-hide1 {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    line-height: 20px;
    opacity: 1;
    /*padding: 10px;*/
    padding: 0px;
    /*border: 1px solid black;*/
    border: 1px solid groove;
    background: white;
    position: relative;
    left: 0;
}

    .animate-hide1.ng-hide {
        transition: 0ms; /* This makes to slide faster*/
        opacity: 0;
        padding: 0 10px;
        left: -100%;
    }


/* MD time picker*/
md-content {
    background-color: #f2f4f4 !important;
}

    body > md-toolbar {
        z-index: 3;
    }

md-toolbar.md-table-toolbar.alternate {
    color: #1e88e5;
    background-color: #e3f2fd;
}

    md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
        font-size: 16px;
    }

md-card {
    padding: 8px 8px 8px 24px;
}

h1.fieldsetheading {
    padding: 12px 30px;
    font-size: 22px !important;
    color: #fff !important;
    background-color: #505050;
    margin: 0 15px 15px 15px;
    text-transform: uppercase;
}

/*Carousel*/

/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
/*body {
    padding-bottom: 40px;
    color: white;
}*/



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/*.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}*/



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 60px;
    /*background-color:white;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    /*height: 400px;*/
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    height: auto;
    top: 0;
    left: 0;
    /*background-color: #555;*/
    background-color: white;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}


/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .marketing h2 {
        font-weight: normal;
    }

    .marketing .col-lg-4 p {
        margin-left: 10px;
        margin-right: 10px;
    }


.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/*Dont show indicator. Customization for Duke*/
.carousel-indicators li {
    display: none;
}

a.left.carousel-control {
    background-color: #0092D1 !important;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: inherit;
}

a.right.carousel-control {
    background-color: #0092D1 !important;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: inherit;
}

@media (min-width: 768px) {

    /* Remve the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
        /*margin-bottom: -90px;*/ /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .carousel-inner {
        width: 100%;
        /*min-height: 700px !important;*/
        background-color: white !important;
        background-image: none;
        /*min-height: 100em !important;*/
        /* Ipad Safari*/
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        top: 0;
        left: 0;
    }

        .carousel-inner .item .active {
            width: 100%;
            /*min-height:60em;*/
            /*min-height: 700px !important;*/
            background-color: white !important;
            background-image: none !important;
            flex: 1;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            height: auto;
            top: 0;
            left: 0;
        }

    a.left.carousel-control {
        background-color: #0092D1 !important;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        font-size: inherit;
    }

    a.right.carousel-control {
        background-color: #0092D1 !important;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        font-size: inherit;
    }
}
/* Slider switch checkbox yes or no*/
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 7px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00789e;
}

input:focus + .slider {
    box-shadow: 0 0 0 2px #00789e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Arrow Sort*/
.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid black;
    display: inline-block;
}


.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    display: inline-block;
}

.HideShowButton {
    color: #2a577e !important;
    font-size: 8px !important;
    /*background-color: #0057a3;
    margin: 0 15px 15px 15px;
    text-transform: uppercase;
    padding: 12px 30px;*/
}

.fadein,
.fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
        display: block !important;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
            display: block !important;
        }
/*Draggable panels*/
#draggablePanelList .ibox-title {
    cursor: move;
}


/*Ibox*/


.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ui-draggable .ibox-title {
    cursor: move;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    /*background-color: #0092D1;*/
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}

/*Calendar*/
#calendar {
    max-width: 900px;
    margin: 0 auto;
}

/*Table*/

.tablerow {
    background-color: #5bc0de;
    cursor: pointer;
}

.label-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}

/*Questionaire styling*/
.surveyinput {
    display: block;
    width: 100%;
    height: 27px;
    padding: 1px 6px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #4c4c4c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d7d9da;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 2%;
    margin-bottom: 4px;
}

/*Panel with nav tabs*/

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 5px 5px;
    background-color: #00789e;
    margin-top: -0.1%;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
    margin-top: -5px;
}

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    width: 95%;
    height: 40px;
    /*margin: 5px auto;*/
    margin-top: -10%;
    margin-bottom: 2%;
    /*margin-left:1%;*/
    border-radius: 2%;
    padding: 5px 0px 5px 10px;
}
    /*On Hover*/
    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        /*background-color: #3071a9;*/
        background-color: lightgrey;
        border-color: transparent;
        height: 43px;
        /*margin-left: 5%;*/
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
    height: 45px;
    /*margin-left: 5%;*/
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
    height: 25px;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
        height: 25px;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
            height: 25px;
            border-radius: 25px;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
        height: 25px;
        border-radius: 25px;
    }

.with-nav-tabs.panel-primary .nav-tabs > li {
    width: 15%;
    height: 25px;
    margin-top: -1.5%;
    margin-bottom: -0.5%;
}

.with-nav-tabs.panel-primary li.active:after {
    content: " ";
    position: relative;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 0px solid transparent;
    border-radius: 25px;
    /*border-bottom-color: #5bc0de;*/
}

/*Scrollable table*/
.scrollabletable {
    height: 400px;
    cursor: pointer;
    overflow-y: scroll;
    /*overflow-x:scroll;*/
}

.scrollabletable1 {
    height: 450px;
    cursor: pointer;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollableItable1 {
    height: 430px;
    cursor: pointer;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

.resultsclass img {
    min-height: 20px;
    position: relative;
}

.pointerclass {
    cursor: pointer;
}

span.validaton-message {
    color: #9e1b32;
    display: inline-block;
    margin-left: 1.5em;
}

.cursornone {
    cursor: not-allowed;
}

.myactive {
    background-color: #dfe4e4;
    cursor: pointer;
}

.myinactive {
    background-color: white;
    cursor: pointer;
}

tr:hover {
    background-color: #f2f4f4;
}

    tr:hover td {
        background-color: transparent; /* or #000 */
    }

.lidisclass {
    pointer-events: none; /*This makes it not clickable*/
    opacity: 0.6;
    /*This grays it out to look disabled*/
}

.liactiveselected {
    /*background-color: Highlight;*/
    background-color: darkgrey;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.vwwidth {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 50vw;
}

.fadeSelection {
    transition: all linear 2500ms 2.5s;
    opacity: 1;
}

    .fadeSelection.ng-hide {
        opacity: 0;
        transition: all linear 0000ms 0s;
    }

.fadecustomersection {
    transition: all linear 1000ms 2.0s;
    opacity: 1;
}

    .fadecustomersection.ng-hide {
        opacity: 0;
        transition: all linear 0000ms 0s;
    }


.screeninglabel {
    color: #005984;
    font-size: larger
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -15px;
    }

.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/lite-x-red.png);
}

input[type=checkbox]:disabled {
    cursor: not-allowed;
}

input[type=radio]:disabled {
    cursor: not-allowed;
}

input[type=number]:disabled {
    cursor: not-allowed;
}

canvas:disabled {
    cursor: not-allowed;
}

input:disabled {
    cursor: not-allowed;
}

.panel-heading.dukebrandingpanel {
    /*background-color: #f2f4f4*/ 
    background-color: lightgray;
}

.dukeh3 {
    color: #4c4c4c
}

.dukegreylabel {
    color: #505050
}

.dukegreyitaliclabel {
    color: #505050;
    font-size: 12px;
    font-style: italic;
    margin-left: 1%;
}

.dukeredlabel {
    color: #9e1b32
}

.panel-heading.dukegreypanel {
    background-color: #505050
}

input[type="checkbox"]:checked + label::after {
    background-color: #00789e;
}


/*BOOTSTRAP 4 CARD STYLE */
/*.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}*/
/*.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}*/
/*.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}*/

.resultspagelabel {
    max-width: 95%;
    color: #005984
}
.mdtimepicker {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.h1 {
    white-space: normal;
    word-wrap: break-word;
}
@media all and (device-width: 1024px)and (device-height: 1366px) {

    .dframe {
        height: 45em !important;
        overflow-y: scroll;
    }
}

@media all and (device-width: 1366px)and (device-height: 1024px) and (orientation:landscape) {


    
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .vwwidth {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 80vw;
    }


    .dframe {

        height: 50em !important;
        overflow-y: scroll;
    }
   
    .container {
        width: 680px;
    }
}

@media all and (device-width: 1024px)and (device-height: 768px) and (orientation:landscape) {

    .vwwidth {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 70vw;
    }
    .container{
        width:880px;
    }
    /* your css rules for ipad landscape */
}

.fa-pulse.ng-animate {
    -webkit-animation: none 0s;
    animation: none 0s;
}

.toast-success {
    background-color: #00853f;
}

.toast-warning {
    background-color: #005984;
}

.sgicon {
    display: inline-block;
    width: 13px;
    height: 13px;
    overflow: hidden;
    overflow-x: hidden;
    background-image: url('../Images/info-icon.svg');
    margin-right: 3px;
}

.dukeborderlesspanel {
    box-shadow: none;
}

.dukepanelbody {
    /*margin-bottom: -0.05%;*/
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 16px;
    /*height: 100vh;*/
}

.dukeinputlabel {
    white-space: nowrap;
    color: #505050;
}

.dukebluepanel {
    background-color: #00789e;
    color: #ffffff;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.accordianbutton {
    /*white-space: normal;*/
    word-wrap: break-word;
    color: rgb(0, 120, 158);
    /*font-family: NewsGothicBT-Roman;*/
    font-size: 27px;
    font-weight: normal;
    height: auto;
    letter-spacing: 1px;
    line-height: 32px;
    cursor: pointer;
}

.cardborder {
    border-bottom: 1px solid #dfe4e4;
}

a[aria-expanded=true] .fa-angle-down {
    display: none;
}

a[aria-expanded=false] .fa-angle-up {
    display: none;
}

.rs-tooltip-text {
    font-size: 13px;
    border-radius: 7px;
    text-align: center;
    border-color: rgb(0, 89, 132);
}
/*#slider2 .full .rs-tooltip  {
    top: 50%;
    left: 50%;
}
#slider3 .full .rs-tooltip {
    top: 50%;
    left: 50%;
}
#slider4 .full .rs-tooltip {
    top: 50%;
    left: 50%;
}

#slider2.ng-untouched .full .rs-tooltip {
    top: 50%;
    left: 60%;
}

#slider3.ng-untouched .full .rs-tooltip {
    top: 50%;
    left: 60%;
}

#slider4.ng-untouched .full .rs-tooltip {
    top: 50%;
    left: 60%;
}*/
/*#slider2.ng-touched .full .rs-tooltip {
    top: 50%;
    left: 50%;
}

#slider3.ng-touched .full .rs-tooltip {
    top: 50%;
    left: 50%;
}

#slider4.ng-touched .full .rs-tooltip {
    top: 50%;
    left: 50%;
}*/


/*Bootstrap image modal*/
#thermoImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #thermoImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
    /*opacity: 0.3;*/
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

a.contactclass:link, a.contactclass:visited {
    color: #005984;
    text-decoration: underline;
    cursor: pointer;
}

    a.contactclass:link:active, a.contactclass:visited:active {
        color: rebeccapurple;
    }
html {
    overflow-y: scroll;
}

.graphcontainers {
    display: flex;
    flex-direction: column;
   
}

/*.js-plotly-plot,
.plot-container {
    height: 100vh
}*/

.faillabelclass {
    color: #9e1b32;
    font-size: larger
}
.successlabelclass {
    color: #005984;
    font-size: larger
}
.waitingclass {
    color: orange;
    font-size: larger
}


/*Dashboard table settings*/
tr.project {
}

    tr.project td {
        font-weight: bold;
    }

tr.site {
    background-color: white;
}

    tr.site td:first-child {
        padding-left: 20px;
        font-weight: normal;
    }

tr.totals {
    /*background-color: #0057a3;*/
    background-color: #00789e;
}

    tr.totals:hover {
        background-color: #00789e !important;
    }
    /*background-color: #0057a3 !important;*/
    tr.totals td {
        color: white;
        font-weight: bold;
    }

span.projectToggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    transition: all 0.2s;
}

span.projectToggle.inactive:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-list th {
    position: sticky;
    top: 0;
}

.linkbutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial,sans-serif; /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}