﻿.Blue
{
    color: #2e84b3;
}

.BlueBack { background-color: #2e84b3; }
.RedBack { background-color: #ed4951; }
.GreenBack { background-color: #52aa5e; }
.BlueColor { color: #2e84b3; }
.RedColor { color: #ed4951; }
.GreenColor { color: #52aa5e; }
.OrangeColor { color: #E67E22; }
.LightGrayColor { color: #999999; }
.GrayColor { color: #333333; }
.TransparentColor { color: transparent; }

.divToolbarBullRed,
.divToolbarBullBlue,
.divToolbarBullGray {
    background-color: #ed4951;
    text-align: center;
    width: 36px;
    height: 20px;
    padding-top: 0px;
    border-radius: 10px;
    color: #ffffff;
}

.divToolbarBullBlue { 
    background-color: #2e84b3; 
}

.divToolbarBullGray {
    background-color: #595959;
    width: 24px;
    line-height: 20px;
    margin-top: 1px;
}

/** TELERIK RADIO BUTTONS */

.RadButton_Material.rbRadioButton .rbToggleRadioChecked.rbIcon {
    color: #2e84b3 !important;
}

.RadButton_Material.rbRadioButton .rbIcon {
    color: #595959 !important;
}

.RadButton_Material.RadRadioButton .rbText {
    padding-left: 0px !important;
    color: #595959 !important;
    font-size: 14px !important;
    font-family: 'Droid Sans', Arial !important;
    line-height: 22px !important;
    font-weight: normal !important;
}

/** END TELERIK RADIO BUTTONS */

.MaterialTextBox:focus,
.MaterialTextBox.valid
{
    border-bottom-color: #2e84b3 !important;
    box-shadow: 0 1px 0 0 #2e84b3 !important;
}

.MaterialTextBox:focus+label 
{
    color: #2e84b3 !important;
}

.MaterialTextBoxLess {
    height: 2.5rem !important;
    margin-bottom: 10px !important;
}

.MaterialCheckBox INPUT:checked+label:before {
    border-right-color: #2e84b3 !important;
    border-bottom-color: #2e84b3 !important;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after
{
    background-color: #2e84b3 !important;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after
{
    border: 2px solid #2e84b3 !important;
}

.btn
{
    background-color: #2e84b3;
}

.btn:hover {
    background-color: #2e84b3;
    background-color: rgba(46, 132, 179, 0.85);
}

.btn.red
{
    background-color: #ED4951 !important;
}

.btn.red:hover {
    background-color: #ED4951 !important;
    background-color: rgba(237, 73, 81, 0.85) !important;
}

.btn.green
{
    background-color: #52aa5e !important;
}

.btn.green:hover {
    background-color: #52aa5e !important;
    background-color: rgba(82, 170, 94, 0.85) !important;
}

.btn-flat.red
{
    color: #ED4951 !important;
}

.divPasswordCon
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.divPasswordCheck
{
    width: 32px;
    font-size: 32px;
    float: left;
    line-height: 16px;
}

.divPasswordText
{
    width: 80%;
    width: calc(100% - 32px);
    float: left;
}

.Green
{
    color: #52aa5e;
}

.Red
{
    color: #ed4951;
}

/* Override styles for Materialize CSS SELECT styles */

.dropdown-content li
{
    min-height: 10px !important;
}

.dropdown-content li > a, .dropdown-content li > span
{
    color: #595959 !important;
    font-size: 14px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.select-dropdown li img
{
    height: 24px !important;
    width: 24px !important;
    margin-top: 6px !important;
}

.select-wrapper input.select-dropdown
{
    font-size: 14px !important;
}

.dropdown-content
{
    max-height: 200px !important;
}

.NoScroll .dropdown-content
{
    max-height: none !important;
}

/* END */

/* Custom IconButton styles */

.divIconButton
{
    margin: 5px; 
    padding: 7px; 
    overflow: hidden; 
    height: 24px; 
    width: 24px;
    cursor: pointer;
    box-sizing: initial !important;
}

.divIconButton:active 
{
    background-color: rgba(153,153,153,.40) !important;
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
    border-radius: 19px;
}

/* END */

.chkNoMaterial INPUT[type="checkbox"], INPUT[type="checkbox"].rtChk
{
    position: relative !important;
    left: 0px !important;
    opacity: 1 !important;
    box-sizing: initial !important;
    z-index: 1 !important;
    pointer-events: all !important;
    display: none !important;
}

/*  */

.small .prefix
{
    margin-top: 10px !important;
}

.small input[type="text"]
{
    margin-bottom: 8px !important;
    font-size: 14px !important;
}

.small INPUT[type="text"].select-dropdown
{
    margin-bottom: 0px !important;
}

.em-card-links-white
{
    border-top: 1px solid rgba(160,160,160,0.2);
}

.em-card-links-white a
{
    color: #FFFFFF !important;
    font-style: italic !important;
}

.card-panel-lessheight
{
    padding-top: 12px;
    padding-bottom: 12px;
}


/* LIST */

.divListItem
{
    padding: 16px;
    position: relative;
    border-top: 1px solid #e2e4e7;
}

.divListItemNoBorder
{
    border-top: 0px;
}

.divListItemSmall,
.divListItemMedium
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.divListItemType2
{
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
}

.divListItem:hover { background-color: #f5f7f8; cursor: pointer; }
.divListItemNoClick:hover { background-color: transparent; cursor: default; }
.divListItemActive { background-color: #f5f7f8; }

.divListItemGray:hover { background-color: #e2e4e7; }
.divListItemGray.divListItemActive { background-color: #e2e4e7; }

.divListItemAlt {}

.divListItemIcon
{
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    color: #595959;
    /*background-color: #e2e4e7;*/
    border-radius: 20px;
    margin-right: 0px;
    float: left;
}

.divListItemLeftIcon
{
    width: 24px;
    height: 24px;
    margin-right: 16px;
    float: left;
    overflow: hidden;
}

.divListItemType3 .divListItemLeftIcon
{
    width: 24px;
    height: 24px;
    margin-right: 32px;
    float: left;
    overflow: hidden;
}

.divListItemActive .divListItemLeftIcon
{
    color: #AD66AE !important;
}

.divListItemLeftIcon IMG {
    width: 24px !important;
}

.divListItemNoBull .divListItemIcon
{
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-right: 16px;
}

.divListItemLogo
{
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.divListItemLogo IMG 
{
    
}

.divListItemGray .divListItemIcon
{
    padding-top: 8px;
    background-color: #e2e4e7;
    height: 32px;
}

.divListItemGray:hover .divListItemIcon
{
    background-color: #FFFFFF;
}

.divListItemType2 .divListItemIcon
{
    width: 24px;
    height: 24px;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    margin-right: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.divListItemGender
{
    background-color: #e2e4e7;
    position: relative;
}

.divListItemLetters
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.divListItemGender IMG
{
    opacity: 0.2;
}

.divListItemTitles
{
    float: left;
    width: 50%;
    width: calc(100% - 56px);
}

.divListItemNoBull .divListItemTitles
{
    float: left;
    width: 50%;
    width: calc(100% - 40px);
}

.divListItemType2 .divListItemTitles
{
    border-bottom: 1px solid #e2e4e7;
    padding-top: 16px;
    padding-bottom: 16px;
}

.divListItemType3 .divListItemTitles
{
    width: 50%;
    width: calc(100% - 98px);
    margin-top: 2px;
}

.divListItemNoIcon .divListItemTitles
{
    width: 100%;
    float: none;
}

.divListItemDuoIcons .divListItemTitles
{
    width: calc(100% - 64px);
}

.divListItemTitle
{
    font-size: 14px;
    color: #595959;
    font-weight: 400;
}

.divListItemSmall .divListItemTitle
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
}

.divListItemSubtitle
{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

.divListItemCount
{
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    float: left;
    width: 42px;
    overflow: hidden;
    text-align: right;
    margin-top: 4px;
}

.divListItemSmall .divListItemSubtitle { font-size: 13px; line-height: 18px; }

.divListItemRightTitle
{
    position: absolute;
    right: 16px;
    top: 16px;
    color: #999999;
    font-weight: 400;
    font-size: 13px;
}

/* END LIST */

.chip-small {
    font-size: 12px !important;
    line-height: 14px !important;
    border-radius: 12px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.chip-image>img
{
    float: none !important;
    margin: 0px !important;
    height: auto !important;
    width: auto !important;
    border-radius: initial !important;
}

.chip-noclick
{
    cursor: default !important;
}

td.rwWindowContent
{
    padding: 0px !important;
}

.RadInput_Windows7 .riTextBox
{
    font-family: 'Droid Sans', Arial !important;
}

.RadToolTip_Bootstrap
{
    background-color: #2e84b3 !important;
    border-color: #2e84b3 !important;
    font-family: 'Droid Sans', Arial !important;
    line-height: 18px !important;
    font-size: 14px !important;
}

.RadToolTip_Bootstrap table.rtWrapper td.rtWrapperContent {
    font-family: 'Droid Sans', Arial !important;
    line-height: 20px !important;
    font-size: 14px !important;
}

.RadToolTip_Bootstrap.rtVisibleCallout div.rtCallout {
    display: none !important;
}

.RadWindow .rwFooterCenter, .RadWindow .rwCorner { border-radius: 0px !important; }

/* toast */
#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 50px;
    left: 50px;
}

.toastem
{
    background-color: #2E84B3 !important;
    font-family: 'Droid Sans', Arial !important;
    font-size: 14px !important;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.toastemred
{
    background-color: #ed4951 !important;
    font-family: 'Droid Sans', Arial !important;
    font-size: 14px !important;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.MaterialLabel {
    color: #9e9e9e;
    font-size: .8rem;
}

.cmdToggleButton, .cmdToggleButtonGray
{
    background-color: #2e84b3 !important;
    background-position: 10px 4px;
    background-repeat: no-repeat;
    padding: 4px !important;
    padding-top: 2px !important;
    padding-left: 30px !important;
    padding-right: 10px !important;
    position: relative;
    font-style: normal !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #2e84b3 !important; 
    color: #FFFFFF !important;
    cursor: pointer !important;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 12px !important;
}


.cmdToggleButtonGray, .cmdToggleButtonGraySmall
{
    background-color: #e4e4e4 !important; 
    border: 1px solid #e4e4e4 !important;  
    color: rgba(0,0,0,0.6) !important;
}

.material-icons.active {
    color: #2e84b3 !important;
}

.card-content-less {
    padding: 12px !important;
}

.MaterialCombo INPUT.rcbInput {
    border-bottom: 0px !important;
}

.MaterialCombo .rcbInner:before {
    border-bottom: 0px !important;
}

.MaterialCombo {
    border-bottom: 1px solid #9e9e9e !important;
    margin-bottom: 10px !important;
}

.MaterialCombo INPUT.rcbInput,
.MaterialCombo INPUT.rcbInput:focus {
    border-bottom: 0px !important;
    box-shadow: none !important;
}

.divProgress {
    display: none; position: absolute; bottom: -7px; margin-left: 41px; width: 390px;
}

.divProgress .indeterminate {
    background-color: #2e84b3;
}

tr.rwTitleRow, 
.rwTitlebarControls tr,
tr.rwFooterRow,
tr.rwContentRow {
    border-bottom: 0px !important;
}

.RadWindow {
    border-width: 0px !important;
}

.chip .closeEM {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}