﻿/** {
    box-sizing: border-box;
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif !important;
}*/

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('../fonts/raleway/Raleway-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('../fonts/raleway/Raleway-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/raleway/Raleway-Medium.ttf') format('truetype');
}

.container {
    max-width: 80%;
}

body {
    margin: 0;
    padding: 0;
    color: #323639;
    font-family: 'Raleway' !important; /*, Arial, Helvetica, sans-serif*/
    font-size: 13px;
    background-color: #999999;
}

/*LOGIN PAGE SPECIFIC START*/
.background {
    height: 920px; /*EG CHANGED FROM 1050 TO 850*/
    overflow: hidden;
}

    .background img {
        height: 1050px;
    }

.panel {
    position: absolute;
    top: 200px; /*EG CHANGED FROM 280 TO 150*/
    left: 150px;
    width: 420px;
    height: 80%;
    /*overflow-y:auto;*/
}

.sidebarLeftLogo {
    margin: 2rem;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    /*padding: 2rem 4rem;*/
    padding-top:2rem;
}

.sidebarLeft {
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    padding: 2rem 4rem;
}

.sidebarRight {
    margin: 2rem;
    color: #333333;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: left;
    padding: 1rem;
    border-color: #018EAA;
    border-width: 15px;
    border-style: solid;
    font-size: 12px;
}


.copyright-text {
    background: #fff;
    text-align: center;
    /*padding: 0 50px 20px;*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-decoration: underline;
}

    .copyright-text a {
        color: #323639;
        font-size: 12px;
    }

.loginform {
    margin-top: 10px;
    text-align: left;
}

#loginButton {
    margin-bottom: 12px;
    background: #007E9E;
    border-color: #007E9E;
    color: #fff;
    font-weight: 600;
    padding: 11px;
    font-size: 14px;
    width: 100%;
}

/*LOGIN PAGE SPECIFIC END*/

.loginBody {
    background-color: #fff;
}

.top-bar {
    background: #203865;
    height: 30px;
}

.nav-bar {
    background: #EBEBEB;
    color: #8DAED7;
    height: 70px;
    padding: 0 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dropdownMenuButton:hover {
    cursor: pointer;
}

.logo {
    height: 40px;
    padding-left:1rem;
}

a {
    display: block;
    color: #323639;
    font-size: 12px;
    text-decoration: underline;
}

.main-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 600;
}

.instance-dd {
    margin-left: 40px;
    font-weight: 300;
}

#instanceLabel {
    color: #323639;
    font-size: 13px;
}

.nav-bar .btn {
    background: #fff;
    color: #323639;
    border-color: #7B8797;
    padding: 3px .75rem 5px;
}

    .nav-bar .btn:first-child {
        width: 150px;
        text-align: left;
        font-size: 13px;
    }

.nav-bar .dropdown-menu {
    /*left: -149px !important;*/
    width: 185px;
    box-shadow: none;
    border-color: #7B8797 !important;
}

.nav-bar .instance-dd .dropdown-menu {
    left: -149px !important;
    width: 185px;
}

.btn.dropdown-toggle-split {
    padding-left: 11px;
    padding-right: 11px;
}

.dropdown-toggle.dropdown-toggle-split::after {
    display: none;
}

.dropdown-item:active:focus {
    background-color: #007E9E !important;
    color: #fff !important;
}

.log-out, .username {
    margin-left: 20px;
    padding-right: 20px;
    border-right: 1px solid;
}

.username {
    border-right: none;
}

    .log-out a, .username a {
        color: #323639;
        text-decoration: none;
        font-weight: 300;
    }

        .log-out a:hover, .log-out a:active,
        .username a:hover, .username a:active {
            text-decoration: none;
            color: #323639;
        }

    .log-out img, .username img {
        margin-right: 6px;
    }

.main-content {
    background-color: #F0F2F3;
    border-top: 1px solid #7B8797;
    padding-top: 20px;
    min-height: 500px;
}

.buttons-section {
    border-top: 1px solid #7B8797;
    /*border-bottom: 1px solid #7B8797;*/
}

.buttons-container {
    border-top: 1px solid #7B8797;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:2rem;
}

    .buttons-container .row {
        margin: 0 20px 0 20px;
    }

.container.buttons-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.buttons-container .col-2 {
    padding: 3px 5px;
}

.buttons-container .btn {
    font-size: 14px;
    text-align: left;
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #007E9E;
    background: #fff;
    border-color: #F0F0F0;
    text-decoration: none;
    border-radius: 15px;
}

.gblbuttons-container {
    border-top: 1px solid #7B8797;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0.2rem;
}

.gblbuttons-container .row {
    margin: 0 20px 0 20px;
}

.container.gblbuttons-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.gblbuttons-container .col-2 {
    padding: 3px 5px;
}

.gblbuttons-container .btn {
    font-size: 14px;
    text-align: left;
    width: 165px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #007E9E;
    background: #fff;
    border-color: #F0F0F0;
    text-decoration: none;
    border-radius: 15px;
}


.buttons-section .heading {
    display: flex;
    justify-content: space-between;
    font-family: Raleway-Medium !important;
    font-size: 14px;
    font-weight: 600;
    color: #477aaf;
    padding: 15px 0 15px;
    margin: 0 10px 0 10px;
}

.left-nav img {
    transform: rotate(180deg);
    margin-top: -3px;
    margin-right: 2px;
}

.right-nav img {
    margin-top: -3px;
    margin-left: 2px;
}

.center-nav {
    text-align: center;
    font-family: 'Raleway' !important;
}

.dates {
    color: #323639;
}

a.navigate, a.navigate:hover {
    color: #477aaf !important;
    text-decoration: none;
    font-family: 'Raleway' !important;
}

footer {
    background-color: #002A5D;
    margin-top: -7px;
    /*text-align: right;
    font-size: 11px;*/
}

h2 {
    color: #040468;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
}
h3 {
    font-size: 18px;
}

h5 {
    color: #040468;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 700;
}


div.contactlinefooter {
    border-left: 2px solid #477aaf;
    padding: 0 5px 0 10px;
}

div.contactheadfooter {
    font-size: 1em;
    color: white;
    text-align: left;
    font-family: 'Raleway-ExtraBold';
    margin: 0px;
    padding-bottom: 2px;
}

div.contacttextfooter {
    font-size: 1em;
    color: white;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway-Medium'
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
    */


.row {
    margin-bottom: 10px;
}

.subheader {
    background-color: lightgrey;
}

div.formwrapper {
    padding: 0px;
}

    div.formwrapper h4 {
        font-family: inherit;
    }

div.wrapper {
    padding: 10px 15px 10px 15px;
}

    div.wrapper h4 {
        font-family: 'Raleway-Medium';
        margin-top: 0;
        font-weight: 500;
    }

.required-label {
    content: " *";
    font-weight: bold;
    color: #b94a48;
    font-size: 18px;
}
/*
label.required {
    align-items: center;
    display: flex;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: #b94a48;
    font-size: 18px;
    margin-left: 5px;
}*/

.required:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 7px;
    content: "\f069";
    color: #b94a48;
    margin-left: 5px;
}

.field-validation-error {
    color: Red;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #ff0000 !important;
}

.navigationProgress {
    margin-bottom: 5px;
    height: 2px;
}

.dashboardwrapper {
    margin-left: 0;
}

/*.navigationarrowstyle {
    color: #477aaf;
    font-size: 14px;
}*/

a.navigate, a.navigate:hover {
    /*color: black;*/
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #040468;
}

button.go {
    min-width: 60px;
    background-color: #052D4F;
    color: #FFFFFF;
    padding: 7px 9px 7px 9px;
    border: 0 none;
    border-radius: 20px;
}

.btn:hover.blue, .btn:focus.blue, .btn.focus.blue {
    color: #ddd;
    text-decoration: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary .btn-primary:active,.k-button.k-primary {
    font-size: 13px;
    background-color: #008A1C !important;
    color: #fff;
    padding: 9px 20px;
    text-decoration: none;
    border-color: #CCC;
}

.btn-default, .btn-default:hover,.k-button.k-grid-cancel {
    margin-right: 8px;
    background: #D80505;
    color: #fff;
    border: 2px solid #CCC;
    padding: 8px 15px;
    font-size: 13px;
    text-decoration: none;
}


.btn-lnk, .btn-lnk:hover, .btn-lnk:focus, .btn-lnk:active{
    display: block;
    color: #323639;
    font-size: 12px;
    text-decoration: underline;
}

/* TELERIK DROPDOWN CUSTOMIZATION START */

[data-role="popup"] ul li[class="k-item k-state-hover"], [data-role="popup"] ul li[class="k-item k-state-selected k-state-focused"] {
    background: #007E9E;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
}

.k-multiselect-wrap li {
    background: #007E9E;
    color: #fff;
    font-weight: 600;
}

.k-item.k-state-selected.k-state-focused:not(:hover) {
    background-color: transparent;
    color: inherit;
    font-weight: 600;
    font-family: 'Raleway' !important;
}

/* TELERIK DROPDOWN CUSTOMIZATION END */

/* TELERIK GRID CUSTOMIZATION START */

.btn-grid-export {
    height: 30px;
}

.k-grid .k-header.k-grid-toolbar {
    background-color: #F0F2F3;
    height: 35px;
    padding-right: 20px;
}

.k-grid-add, .k-grid-add:hover, .k-grid-add-custom, .k-grid-add-custom:hover, .k-grid-excel, .k-grid-excel:hover, .k-grid-Edit, .k-grid-Edit:hover, .k-grid-Delete, .k-grid-Delete:hover,
.k-grid-edit, .k-grid-edit:hover, .k-grid-delete, .k-grid-delete:hover, .k-grid-custom, .k-grid-custom:hover, .k-grid-Audit, .k-grid-Audit:hover, .k-grid-Reset, .k-grid-Reset:hover {
    font-size: 13px;
    font-weight: 600;
    padding: 9px 20px;
    height: 30px;
    border-radius: 15px;
}

    .k-grid-add, .k-grid-add:hover /*, .k-grid-Audit, .k-grid-Audit:hover*/ {
        background: #008a1c;
        color: #fff;
    }

    /*.k-grid-Audit, .k-grid-Audit:hover {
    background: #fff;
    color: #04BB4D;
}*/

    .k-grid-add-custom, .k-grid-add-custom:hover {
        background: #008a1c;
        color: #fff;
    }

    .k-grid-Audit, .k-grid-Audit:hover {
        background: #fff;
        color: #008a1c;
    }

    .k-grid-excel, .k-grid-excel:hover, .k-grid-custom, .k-grid-custom:hover {
        background: #052D4F;
        color: #fff;
    }

    .k-grid-Edit, .k-grid-Edit:hover, .k-grid-edit, .k-grid-edit:hover {
        background: #FFF;
        color: #6799CB;
        border-color: #CCC;
    }

    .k-grid-Delete, .k-grid-Delete:hover, .k-grid-delete, .k-grid-delete {
        background: #FFF;
        color: #D82153;
        border-color: #CCC;
        padding-top: 5px;
    }

.k-grid .k-grid-header, .k-grid-header .k-header .k-link, .k-grid-header, .k-header {
    background-color: #F5F5F5;
    color: #040468;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}

    .k-grid .k-grid-header .k-header .k-link {
        height: auto;
    }

    .k-grid .k-grid-header .k-header {
        white-space: normal;
    }

.k-grid .toolbar, .k-grid thead tr th, .k-grid tr:nth-child(even) {
    background: #F5F5F5 !important;
}

    .k-grid .toolbar input[aria-label="Search"] {
        font-size: 10pt !important;
    }

.k-grid .k-alt, .k-grid tr:hover {
    background-color: #fff;
}

.k-grid tbody, .k-grid tbody td, .linkInGrid {
    /*color: #007E9E;*/
    font-size: 12px;
}

.k-grid tr td {
    border-bottom: 1px solid #CCCCCC;
}

.k-grid-pager .k-state-selected {
    background: #007E9E;
}

.k-grid-pager .k-i-refresh {
    color: #007E9E;
}

.k-grid-norecords-template {
    border: none;
    color: #d82153;
    position: center;
}

.k-grid.gridheadermultiplelines .k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
    font-family: inherit;
}

.k-grid.gridwordwrap td {
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.k-grid.gridwordwrap th {
    word-wrap: initial;
    text-overflow: ellipsis;
}

.k-pager-wrap, .k-pager-info {
    color: black;
}
.k-grid tbody button.k-button {
    min-width: 64px;
}

/*.k-grid tbody tr td {
    vertical-align: top;
}*/

/* TELERIK GRID CUSTOMIZATION END  */

.k-window-title {
    text-transform: capitalize;
}



label {
    font-size: 12px;
    color: #040468;
    font-weight: 600;
    text-transform: uppercase;
}

#QuestionSection .momentResponseQuestion {
    color: #040464;
    width: 100%;
    font-size: 15px;
}

.k-widget.k-tooltip {
    color: #007E9E;
    background-color: #fff;
    border-radius: 30px;
}

/*.loading {
    width: 100%;
    background: url(images/loading_icon.gif) no-repeat center top transparent;
    min-height: 100px;
}*/

/*[name="ResponseId"] ul li[class="k-item k-state-hover"], [name="ResponseId"] ul li[class="k-item k-state-selected k-state-focused"] {
    background: #fff;
    border-radius: 0px;
    color: black;
    box-shadow: inset 0px 0px 10px 3px #fff
}*/

/*#QuestionSection .reponseItemTooltip {
    background: #fff;
    background-color: #fff;
    color: #040464;
    border-radius: 60px;
}*/

#QuestionSection label {
    text-transform: none;
}

.gridAnchor{
    font-size:12px;
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

.tooltip-inner {
    background-color: #fff;
    color: #007E9E;
    max-width: 500px;
    border-radius: .25rem;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important;
}



.boxAroundDiv {
    background: #F0F2F3;/*#E4F0F5;*/
    border: 0 solid #3d739a;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    line-height: 1.5;
    text-align: left !important;
    border-left-width: 5px !important;
    border-right-width: 0 !important;
}

.sectionHeader {
    color: #040468;
    width: 100%;
    font-size: 15px;
    text-decoration: underline;
}

.k-widget.k-window .k-edit-buttons {
    background: transparent !important;
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: 1.6em;
}

.field-validation-error {
    color: #dc3545 !important;
    margin: 0px !important;
    position: relative;
    text-align: left;
}

.k-edit-form-container .form-group{
    margin-bottom:0px!important;
}

.k-item .badge {
    background: #007E9E;
    color: white;
}

.k-dropzone .k-upload-status {
    color: #4BB543;
}


.k-item.k-state-selected .badge, .k-item.k-state-focused .badge {
    color: #007E9E;
    background: #fff;
}

.calendarlist .k-item {
    align-items: flex-start!important;
}

    .calendarlist .k-item .name{
        width: 80% !important;
        word-break: break-word !important;
    }

.hourlist .k-item {
    align-items: flex-start !important;
}

    .hourlist .k-item .name {
        width: 80% !important;
        word-break: break-word !important;
    }

.k-edit-buttons {
    display: flex;
    flex-flow: row-reverse;
}

.k-tooltip-validation .k-i-warning:before {
    content: "";
}

.k-tooltip-validation .k-i-warning {
    display:none;
}

.k-maskedtextbox input.k-textbox {
    border: 1px solid #ccc;
    height: 28px;
}

.dt-buttons .dt-button {
    font-size: 15px !important;
    background: #052D4F !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 3px 20px !important;
    height: 30px !important;
    text-align: center;
    text-decoration: none;
}

.display-value {
    font-size: 14px !important;
}

.k-grid .k-grid-header th.k-header {
    vertical-align: top !important;
}

.k-grid table .k-button.k-button-icontext {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.question-details .k-button.k-button-icontext {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.k-grid table .k-button.k-button-icontext .k-icon, .question-details .k-button.k-button-icontext .k-icon {
    margin-left: 0px;
    margin-right: 0px;
}

.switchdashboard {
    /*padding: 0.375rem 0.75rem !important;*/
    padding-top: 0.375rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.375rem !important;
    /*padding-left: 0.75rem !important;*/
    font-size: 0.9rem !important;
}


@keyframes kick {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: .3;
        transform: translateY(-1rem);
    }
}

.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
}

    .loader:after, .loader:before {
        box-sizing: border-box;
        display: none;
    }

    .loader.is-active {
        background-color: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

        .loader.is-active:after, .loader.is-active:before {
            display: block;
        }

.loader-bouncing:after, .loader-bouncing:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border-radius: 50%;
    background-color: #007E9E;
    animation: kick .6s infinite alternate;
}

.loader-bouncing:after {
    margin-left: -30px;
    animation: kick .6s infinite alternate;
}

.loader-bouncing:before {
    animation-delay: .2s;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}