﻿.navbar-subheader > .btn-link:hover, .navbar-subheader > .btn-link:active, .navbar-subheader > .active {
	background-color: #0095e8;
	color: #fff;
	margin: 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 3px 8px;
    font-size: 18px;
    line-height: 15px;
}

.font-sm {
    font-size: 9pt !important;
}

.label-inverse {
    background-color: #bdbdbd !important;
}

body {
    overflow-y: scroll;
    background-color: #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
}

.img {
    padding: 0px 0px;
    margin: 0px 0px;
}

.pad-row {
    padding-top: 5px;
}

.pL10 {
    padding-left: 20px;
}

.pT10 {
    padding-top: 10px
}
.mb-10 {
margin-bottom:10px
}

.col-auto .el-input--prefix .el-input__inner {
padding:5px
}

/* .el-input__icon{
    line-height: 34px !important;
} */

.col-auto > div,
.col-auto > div > *:not(button,label),
.col-auto > .el-date-editor.el-input {
    width: 108.5px !important;
    height: 35px !important;
    /*margin-top: 10px;*/
    min-width: 10px !important;
    display: inline-block !important;
    vertical-align: top;
}
.col-auto-wide {
    margin-bottom:20px
}
.col-auto-wide > div {
    display: inline-block !important;
    vertical-align: top;
}
.col-auto-wide > div > button{
    margin-top: 10px;
}
.col-auto-wide > div > *:not(button,label) {
    width: 110px !important;
    height: 35px !important;
    margin-top: 10px;
    min-width: 10px !important;
    }
i.el-input__icon.asd{
    width:100%;
    display:block;
    cursor:pointer;
}
.col-auto-wide > .el-date-editor.el-input {
    width: 110px !important;
    margin-top: 10px;
    min-width: 10px !important;
    display: inline-block !important;
}
.col-auto-heading {
    display: flex !important;
    vertical-align: middle;
    flex-wrap: nowrap;
    /* align-content: center; */
    align-items: center;
}
    .col-auto-heading label,
    .col-auto-heading-wide label {
        font-weight: normal !important;
    }
.col-auto-heading,
.col-auto-heading-wide {
    display: flex !important;
    vertical-align: middle;
    flex-wrap: nowrap;
    /* align-content: center; */
    justify-content: flex-start;
    align-items: center;
}
.col-auto-heading > * {
    width: 115px;
    margin-top: 10px;
    min-width: 10px !important;
}
.col-auto-heading-wide > * {
    width: 113px;
    margin-top: 10px;
    min-width: 10px !important;
}
.tblwidth100pc {
    width: 100%;
}

select:not(.ui-datepicker-month,.ui-datepicker-year) {
    padding-left: 2px !important;
    padding-right: 0px !important;
    min-width: 14em;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}

.img-response-option {
    border: 2px solid #ffffff;
    cursor: pointer;
}

    .img-response-option:hover {
        border: 2px solid #c6e8ff;
    }

.img-response-option-active {
    border: 2px solid #c6e8ff;
}

label:not(.radio-inline) {
    display: block !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
}

.form-control-inline {
    width: auto !important;
    display: inline !important;
}
/*****************************/
/* Common Classes
*****************************/
.fLt {
    float: left;
}

.fRt {
    float: right;
}

.fS16 {
    font-size: 16px;
}

.fS40 {
    font-size: 40px;
}

.fCwhite {
    color: #fff;
}

.no-border {
    border: none !important;
}


.panel-red {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}

.panel-blue {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.panel-green {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.panel-yellow {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.card {
    border-radius: 2px 2px;
    margin: 10px 0px 20px 0px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(100,100,100,.14), 0 3px 1px -2px rgba(100,100,100,.2), 0 1px 5px 0 rgba(100,100,100,.12);
}

.table-borderless > tbody > tr > th, .table-borderless > tbody > tr > td {
    border: none;
}

.background-transparent {
    background: transparent;
}

/*****************************
/* Sticky footer styles
*****************************/

html {
    position: relative;
    min-height: 100%;
}

body { /* Margin bottom >= footer height */
    margin-bottom: 100px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%; /* Set the fixed height of the footer here */
	height: 35px;
	background-color: #3665BD !important;
	padding-top: 7px;
	color: #fff;
}

.footer a {
	color:#fff;
}

/*****************************
 ~/Views/Home/Index.cshtml
*****************************/

#home-login-panel .col-md-4, #home-login-panel .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

#home-login-panel .control-label {
    padding-right: 0px;
}

.login-background {
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px 2px;
}

/*****************************
 ~/Views/User/Index.cshtml
*****************************/

.btnChevron {
    padding: 2px 2px !important;
}

.dataTables_filter > label {
    text-align: right !important;
}

.div-cal-day {
    padding: 5px 5px;
    border-radius: 2px 2px;
}

a.a-no-hover:hover {
    text-decoration: none;
}

.bg-amber {
    background-color: #fdedcc;
    border: 1px solid #fff;
}

    .bg-amber:hover {
        border: 1px solid #038be5;
    }

.bg-green {
    background-color: #cce5cc;
    border: 1px solid #fff;
}
/*.bg-white:hover {
    border:1px solid #038be5;
}*/
.bg-today {
    border: 1px solid #ad1919;
}

.th-cal-month {
    background-color: #f7f7f7;
}

tr.tr-cal-day-header > td {
    padding: 1px 1px !important;
}

#assessment .questionset {
    margin-bottom: 20px;
}

#assessment .question {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
    font-weight: bold;
}

#assessment .optionsss {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.modal-xl {
    width: 98vw;
}



/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        background-color: #fff;
        border-radius: 2px 2px;
    }
/* Variations */
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }


.back-to-top {
    margin-top: 10px;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847 !important;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.parsley-required {
    color: #B94A48 !important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

    .parsley-errors-list.filled {
        opacity: 1;
    }

.squre {
    padding: 5px;
    height: 5px;
    width: 5px;
}

.form-section {
    padding-left: 15px;
    border-left: 2px solid #FF851B;
    display: none;
}

    .form-section.current {
        display: inherit;
    }

.cursor tr {
    cursor: pointer !important;
}

.mar-row {
    margin-top: 15px
}

.suggestion, suggestion {
    padding: 3px;
    margin: 3px;
    margin-top: 10px;
    z-index: 1111111;
    background-color: lightgray;
    border-style: groove;
}

.h73px {
    height: 73px !important;
    width: 100%
}

.block {
    display: block;
}

.fixheight {
    height: 300px;
    overflow-x: scroll;
}

.text-orange {
    color: #F0AD3F;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width:100%!important
}

/* *************************** */
/* Sumo select                 */
/* *************************** */

div.SumoSelect {
    cursor:initial;
}

div.SumoSelect label {
    font-weight: normal;
    color:#555;
}

div.SumoSelect > .CaptionCont, div.SumoSelect > .CaptionCont:hover, div.SumoSelect > .CaptionCont:focus{
    border: 1px solid #d7e5ff;
    box-shadow: none;
    background-color: white !important;
    height: 32px;
    vertical-align: middle;
    padding-top:7px;
}

div.SumoSelect > .CaptionCont > span, div.SumoSelect > .CaptionCont > span.placeholder {
    color:#555;
}

div.SumoSelect .optWrapper {
    width: initial;
    min-width: 100%;
}

/* *************************** */
/* Toast / Snackbar            */
/* *************************** */

#snackbar {
    visibility: hidden;
    min-width: 300px;
    margin-left: -150px;
    text-align: left;
    vertical-align: middle;;
    border-radius: 2px 2px;
    background: white;
    padding: 16px;
    position: fixed;
    z-index: 9000;
    left: 50%;
    bottom: 50px;
    font-size: 9pt;
    box-shadow: 4px 4px 8px 0 rgba(100,100,100,.2);
}

#snackbar .fa {
    font-size: 13pt;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.snackbar-success {
    border-left: 8px solid #65bf53;
}
#snackbar.snackbar-danger {
    border-left: 8px solid #a94442;
}
#snackbar.snackbar-warning {
    border-left: 8px solid #f09c1f;
}
#snackbar.snackbar-info {
    border-left: 8px solid #9cd0e9;
}

@-webkit-keyframes fadein {
    from {
        bottom: 20px;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 20px;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 20px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 20px;
        opacity: 0;
    }
}


.mT10 {
    margin-top: 10px;
}

.mT20 {
    margin-top: 20px;
}

.mL10 {
    margin-left: 10px;
}

.mL20 {
    margin-left: 20px;
}

.mR10 {
    margin-right: 10px;
}

.mR20 {
    margin-right: 20px;
}

.pA15 {
    padding: 15px;
}

.me-1{
    margin-right: 0.5rem;
}
.me-2{
    margin-right:1rem;
}
.mt-1{
    margin-top: 0.5rem;
}
.mt-2{
    margin-top: 1rem;
}
.ms-1{
    margin-left: 0.5rem;
}
.ms-2{
    margin-left: 1rem;
}
.mb-1{
    margin-bottom: 0.5rem;
}
.mb-2{
    margin-bottom: 1rem;
}