﻿@import url("/WebPatterns/Theme.Patterns_SilkUI.css?45");

/*

    To override a style copy and paste it to
    the application theme and then modify it

    File: Digital BaseTheme
    
    $0. Fonts
    $1. General Properties
    $2. Structure
    $3. Forms
    $4. Buit-in widgets
    $5. RichWidgets
    $6. Login
    $7. SILK Patterns
    $8. Usefull Classes
    $9. Custom Classes
    $10. Custom Patterns
    $11. Studio Preview
    $12. Print

*/

/*------------------------------------*\
        $0. Fonts
\*-------------------------------------*/
/* Fonts > Import Font */
@font-face {
    font-family: 'Nunito Sans';
    src: url('/Digital_BaseTheme/fonts/NunitoSans-Regular.eot');
    src: url('/Digital_BaseTheme/fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/Digital_BaseTheme/fonts/NunitoSans-Regular.woff') format('woff'),
         url('/Digital_BaseTheme/fonts/NunitoSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/Digital_BaseTheme/fonts/NunitoSans-SemiBold.eot');
    src: url('/Digital_BaseTheme/fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/Digital_BaseTheme/fonts/NunitoSans-SemiBold.woff') format('woff'),
         url('/Digital_BaseTheme/fonts/NunitoSans-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/Digital_BaseTheme/fonts/NunitoSans-Bold.eot');
    src: url('/Digital_BaseTheme/fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/Digital_BaseTheme/fonts/NunitoSans-Bold.woff') format('woff'),
         url('/Digital_BaseTheme/fonts/NunitoSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

html,
body,
a,
select,
form,
fieldset,
table,
tr,
td,
img,
input,
button,
select,
textarea,
optgroup,
option
html,
body,
.Pages {
    font-family: 'Nunito Sans';
}

/* Font OpenSans classes */


/*------------------------------------*\
        $1. General Properties
\*-------------------------------------*/

html,
body,
form,
.Page {
    height: 100%;
    position: relative;
    
    /*test
    width: 1366px;
    left:27px;*/
}

body,
select,
textarea,
input {
    color: #707070;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.43;
}

select,
select[disabled="disabled"],
.Form select.ReadOnly,
.Form select.ReadOnly[disabled="disabled"] {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAQAAAAUexYcAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAACMSURBVCjPhc+9CsJQDMXxf0InJ6FIoXQQwfd/HutQX+CuQqsYBz9ub7XJGUN+cI4MlqjZC25unGziINviqglIXCyiI8Zg5ZtuIOAvCrCjLKhH8XmmDd1inFZ43KOgsM59CgprPKJv/I/HFCT3vHO2KwA1rfQhLfCcK4+QLvCcx/S7+ZO8PaY/OPOYwhOTvU/4zmmVbQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0xMS0yOVQwMTo0MzowMC0wNjowMA2y8Q0AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMTEtMjlUMDE6NDM6MDAtMDY6MDB870mxAAAAAElFTkSuQmCC');
    background-size: 16px;
    padding-right: 24px; 
}

body {
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    -webkit-overflow-scrolling: touch;
}

a,
a:link,
a:visited {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: color 100ms ease;
       -moz-transition: color 100ms ease;
        -ms-transition: color 100ms ease;
         -o-transition: color 100ms ease;
            transition: color 100ms ease;
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover,
.tablet a:hover,
.phone a:hover {
    color: #b7b7b7; /* Primary-color */
    text-decoration: none;
}

div[onclick] {
    cursor: pointer; /* add a pointer cursor when the div has a click event */
}

.OSAutoMarginTop {
    margin-top: 20px;
}

.phone.active {
    position: fixed;
    z-index: 9;
}

.TextBlack {
 color: #333;  
}

/*------------------------------------*\
              $2. Structure
\*-------------------------------------*/

/* Header ******************************/
.Header {
    background: #fff;
    height: 87px;
    line-height: 89px;
    border-bottom: 1px solid #ccc;
}

.tablet .Header,
.phone .Header {
    border: none;
    border-bottom: 1px solid #707070;
    box-shadow: -3px -5px 10px 4px #6d6c6c;
    height: 65px;
    line-height: normal;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.phone .Header {
    height: auto;
    border: none;
    box-shadow: none;
}

.Header_center {
    display: table;
    width: 100%;
}

.Header_center > div {
    display: table-cell;
}

.phone .Header_center  {
    position: relative;
    display: block;
}

.tablet .Header_center > div,
.phone .Header_center > div {
    display: inline;
}

.tablet .Header_center.ThemeGrid_Container,
.phone .Header_center.ThemeGrid_Container {
    padding: 0;
}

/* Menu */
.Header_Menu,
.Header_Menu .ListRecords {
    width: 45.85%;
}

.desktop.small .Header_Menu,
.desktop.small .Header_Menu .ListRecords {
    margin-left: 200px;
}

.phone .Header_Menu,
.tablet .Header_Menu {
    display: none;
    width: 0;
}

/* Extra menu content - login info, search, etc */
.Others_Menu {
    display: inline-block;
    padding: 0;
    white-space: nowrap;

    
}

.Header_Menu a,
.Header_Menu a:link,
.Header_Menu a:visited {
    color: #fff;
}

.Header_Menu a:hover,
.Header_Menu a:link:hover,
.Header_Menu a:visited:hover {
    color: #707070;
}

.phone .Header_Menu a:hover,
.phone .Header_Menu a:link:hover,
.phone .Header_Menu a:visited:hover,
.tablet .Header_Menu a:hover,
.tablet .Header_Menu a:link:hover,
.tablet .Header_Menu a:visited:hover {
    background-color: #666;
}


/* Button Menu */
a.Header_ButtonMenu {
    display: none;
    font-size: 20px;
    text-align: center;
    width: 50px;

    
}

.desktop a.Header_ButtonMenu {
    color: #b7b7b7; /* Primary-color */
}

.tablet a.Header_ButtonMenu,
.phone a.Header_ButtonMenu {
    display: table-cell;
    font-size: 24px;
    height: 87px;
    line-height: 87px;
    margin-top: 0;
    position: fixed;
    vertical-align: middle;
    width: 16%;
    z-index: 3;
    /* Animate the menu when opening and closing */
    -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
         -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
}

.tablet.active a.Header_ButtonMenu,
.phone.active a.Header_ButtonMenu {
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.Page.active .Header_ButtonMenu span:before {
    content: "\f00d ";
    font-size: 34px;
    color: #ccc;
    
}

/* Search - LoginInfo - Logout | PHONE Rules */
.tablet .Others_Menu,
.phone .Others_Menu {
    display: inline-block;
    height: 87px;
    line-height: 87px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.tablet.active .Others_Menu,
.phone.active .Others_Menu {
    height: 91px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 15px;
}

.tablet .Application_Menu .Others_Menu a:link,
.tablet .Application_Menu .Others_Menu a:visited,
.phone .Application_Menu .Others_Menu a:link,
.phone .Application_Menu .Others_Menu a:visited {
    padding: 0;
}

.tablet .Application_Menu .Others_Menu .Header_Search,
.phone .Application_Menu .Others_Menu .Header_Search {
    margin-left: 30px;
    margin-right: 0;
}

.tablet .Application_Menu .Others_Menu .Login_Info,
.phone .Application_Menu .Others_Menu .Login_Info {
    width: 100%;
}


.tablet .Application_Menu .Others_Menu .Login_Info .Logout_Icon a,
.phone .Application_Menu .Others_Menu .Login_Info .Logout_Icon a {
    display: block;
}

.tablet .Application_Menu .Others_Menu .Login_Info .Logout_Icon,
.phone .Application_Menu .Others_Menu .Login_Info .Logout_Icon {
    position: absolute;
    right: 15px;
}

/* APP Title */
.Header_Title {
    
}

a.Header_BackArrow {
    display: none;
}

.phone a.Header_BackArrow {
    display: table-cell;
    font-size: 30px;
    height: 87px;
    line-height: 87px;
    margin-top: 0;
    position: fixed;
    vertical-align: middle;
    width: 16%;
    z-index: 3;
}

.LoginPage .phone a.Header_BackArrow {
    display: none;
}

.phone a.Header_BackArrow .fa-fw {  
    font-weight: bold;
    margin-right: 12px;
}

.phone .Header .Application_Title { 
    /*border-bottom: 4px solid #707070;
    box-shadow: -3px -5px 10px 4px #6d6c6c;*/
    height: 87px;
}

.LoginPage .phone .Header .Application_Title {
    border-bottom: 1px solid #ccc;
}

.Application_Title a:not(.Button),
.Application_Title a:not(.Button):link,
.Application_Title a:not(.Button):visited,
.Application_Title a:not(.Button):hover {
    /*color: #fff;
    display: block;
    padding-right: 10px;
    text-decoration: none;*/
}

.Header .Application_Title img {
    margin-top: -2px;
    max-height: 38px;
    padding-left: 2px;
    vertical-align: middle;
}

.phone .Header .Separator,
.phone .Header .ThinSeparator {    
    background: #707070;
    border-bottom: none;    
    box-shadow: inset 0 -15px 40px 0 rgba(0,0,0,0.12), 0 2px 40px 0 rgba(0,0,0,0.24);    
    height: 4px;
    margin: 0;
}

.LoginPage .phone .Header .Separator,
.LoginPage .phone .Header .ThinSeparator {    
    display: none;
}

.Header_DropDown {
    width: 55%;
    padding-right: 20px;
    line-height: 24px;
    vertical-align: middle;
}

.Header_DropDown select,
.Header_DropDown select[disabled="disabled"] {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAQAAAAUexYcAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAACdSURBVCjPhdI9CgJBDIbhdwavYCO2nsfS1sJ77FW2FWz0HlaCoBYjeAB7V/i28Gd2lt0k6UIeyAchqVKSsPvFSUc9e9NYAzV3YVTDRTsOJJVrcQUO/1CAKaHEi2DzTDfMS0ucYHGLQoRxblOIMMY9+sVD3KcQ8p1vbtoCsGYWri4tcJcv2bu0h7vcp//Mv8rZfQoDf9xwVqWH+++iBQ9YiWePRWX2AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTExLTI5VDAyOjI1OjUxLTA2OjAwu0QiFwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0xMS0yOVQwMjoyNTo1MS0wNjowMMoZmqsAAAAASUVORK5CYII=');
    background-size: 18px;
    border: none !important;    
}

/* Responsive Context */
.tablet .Application_Title,
.phone .Application_Title {
    display: table;
    padding: 0;
    width: 100%;
}

.phone .Application_Title > div, 
.tablet .Application_Title > div {
    display: table-cell;
    vertical-align: middle;
}

.tablet .Header_Title,
.phone .Header_Title {
    left: 50px;
}

.tablet .Header_logo {
    padding-left: 50px;
}

.phone .Header_logo {
    width: 80%;
}

.tablet .Header .Header_logo > a,
.phone .Header .Header_logo > a {
    margin-left: 44%;
}

.tablet .Header .Header_logo img,
.phone .Header .Header_logo img {
    /*max-height: 35px;
    transform: translate(100%,0%);*/
    margin-top: 0;
}

.tablet .Header_OtherContent,
.phone .Header_OtherContent {
    display: table;
    padding: 0 30px 0 40px;
    width: 100%;
}

.phone .Header_OtherContent {
    width: 20%;    
}

.tablet .Header_DropDown, 
.phone .Header_DropDown{
    text-align: right;
    margin-top: 8px;
}


.phone .Header_DropDown {
    display: none;
}

.phone .Header_ActionButton {
    min-width: 25px;
}


.phone .Header_ActionButton a {
    color: #b7b7b7; /* Primary-color */
}

.phone .Header_ActionButton .fa-fw {
    font-size: 28px;
}


.phone .MobileHeader_DropDown {
    border-bottom: 1px solid #ccc;
    min-height: height: 33px;
    margin: 0;
    text-align: center;
    padding: 2.5% 5%;
    background-color: #F7F7F7;
}

.phone.Dashboard .MobileHeader_DropDown {    
    padding: 12px 0;
    background-color: #F7F7F7;
    margin: 0;
}

.phone .MobileHeader_DropDown,
.phone .EmployerDropDown {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.phone select.EmployerDropDown {
    border: none;
    max-width: 96%;
    width: auto;
    height: auto;
    line-height: normal;
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
}

/*
.phone .Header_logo, 
.phone .Application_Title a:not(.Button) {
    display: none;
    width: 0;
}
*/


/* Menu ***************************************/
/* item menu */
.Menu_TopMenu {
    padding: 0;
    padding-right: 38px;
    position: relative;
}

.Menu_TopMenus .Menu_DropDownButton:last-child .Menu_TopMenu {
    padding-right: 0;
    
    
}

.Menu_TopMenus {
    width: 100%;
}


/* hover menu */
.Menu_TopMenu a:hover {
    color: #fff;
}

/* link/button menu */
.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    color: #707070;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}

/* pointer */
.Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #fff;
    border-width: 5px 4px 0;
    opacity: .5;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #fff;
    opacity: 1;
    -webkit-transform: rotate(180deg) translateY(2px);
            transform: rotate(180deg) translateY(2px);
}

/* active menu */
.Menu_TopMenuActive {
    background-color: transparent;
    border-bottom: 0;
    /*height: 50px;*/
}

.Menu_DropDownButton.open .Menu_TopMenu a {
    color: #707070;
}

/* active menus */
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
    color: #707070;
}

.Menu_TopMenu a:before,
.Menu_TopMenuActive a:before {
    background-color: #707070;
    background-color: #b7b7b7; /* Primary-color */
    bottom: 30px;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
    width: 100%;
}

.Menu_TopMenu a:before {
    visibility: hidden;
}

.Menu_TopMenuActive a:before,
.Menu_TopMenu:hover a:before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 200ms ease-in-out 100ms;
            transition: all 200ms ease-in-out 100ms;
    visibility: visible;
}

/* submenu item */
.Menu_DropDownPanel {
    background-color: #454952;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    z-index: 210;
    margin: -4px 0 0 1px;
}

/* reset any inherit styles (e.g.: ChicagoMobile -> Chicago) */
div.Menu_DropDownPanel a,
div.Menu_DropDownPanel a:link,
div.Menu_DropDownPanel a:visited {
    color: #5d5d5d;
    height: auto;
}

div.Menu_DropDownPanel a:hover,
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
    color: #b7b7b7; /* Primary-color */
}

/* submenu */
.Menu_DropDownPanel a.Menu_SubMenuItem,
.Menu_DropDownPanel a.Menu_SubMenuItem:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    background-color: #fff;
    color: #707070;
    display: block;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.phone .Menu_DropDownPanel a.Menu_SubMenuItem,
.phone .Menu_DropDownPanel a.Menu_SubMenuItem:link,
.phone .Menu_DropDownPanel a.Menu_SubMenuItem:visited,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem:link,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    background-color: #666;
    color: #E6E6E6;
    font-size: 16px;
    padding-left: 32px;
}

/* hover submenu item */
.Menu_DropDownPanel a.Menu_SubMenuItem:hover,
.Menu_DropDownPanel a.Menu_SubMenuItem:link:hover,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited:hover {
    background-color: #b7b7b7; /* Primary-color */
    color: #fff;
}

.phone .Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
    background-color: #ccc !important; /* Primary-color */
}

.phone .Menu_DropDownPanel a.Menu_SubMenuItem:hover,
.phone .Menu_DropDownPanel a.Menu_SubMenuItem:link:hover,
.phone .Menu_DropDownPanel a.Menu_SubMenuItem:visited:hover,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem:hover,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem:link:hover,
.tablet .Menu_DropDownPanel a.Menu_SubMenuItem:visited:hover {
    background-color: #666 !important; /* Primary-color */
}


.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
    background-color: #fff;
    color: #b7b7b7; /* Primary-color */
}

/* Menu tablet and phone */
.tablet .Application_Menu,
.phone .Application_Menu {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    /* Enable hardware acceleration */
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    /* Animate the menu when opening and closing */
    -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
         -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
    width: 250px;
    z-index: 4;
    /* reduce animation flickering */

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
       -moz-perspective: 1000;
        -ms-perspective: 1000;
            perspective: 1000;
}

.tablet .Menu_TopMenu a,
.phone .Menu_TopMenu a {
    text-align: left;
}


.phone .Menu_TopMenuActive a,
.phone .Menu_TopMenuActive a:link, 
.phone .Menu_TopMenuActive a:visited, 
.phone a.Menu_SubMenuItemActive:link, 
.phone a.Menu_SubMenuItemActive:visited,
.tablet .Menu_TopMenuActive a,
.tablet .Menu_TopMenuActive a:link, 
.tablet .Menu_TopMenuActive a:visited, 
.tablet a.Menu_SubMenuItemActive:link, 
.tablet a.Menu_SubMenuItemActive:visited {
    color: #707070;
    background-color: #ccc;
}

.phone .Application_Menu {
    overflow-x: hidden;
    width: 84%;
}

.phone .Menu_TopMenuActive a:before,
.phone .Menu_TopMenu:hover a:before,
.tablet .Menu_TopMenuActive a:before,
.tablet .Menu_TopMenu:hover a:before {
    display: none;
}

.tablet .Application_Menu .Menu_TopMenu,
.phone .Application_Menu .Menu_TopMenu {
    border-top-width: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tablet .Application_Menu .Menu_DropDownButton .Menu_TopMenu,
.phone .Application_Menu .Menu_DropDownButton .Menu_TopMenu {
position: relative;
z-index: 210;
cursor: pointer;
}

.tablet .Application_Menu .Menu_DropDownButton.open .Menu_TopMenu,
.phone .Application_Menu .Menu_DropDownButton.open .Menu_TopMenu {
    /*box-shadow: 0 3px 1px rgba(0,0,0,.3);*/
}

.phone .Menu_SubItemsPlaceholder,
.tablet .Menu_SubItemsPlaceholder {
    background: #666;
}

.tablet.active .Application_Menu,
.phone.active .Application_Menu,
.tablet.active a.Header_ButtonMenu,
.phone.active a.Header_ButtonMenu {
    background: #ccc;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}

.tablet.active .Menu_Container,
.phone.active .Menu_Container {
    margin-bottom: 44px; /* iphone bottom toolbar */
    right: 0;
    width: 100%;
}

.tablet.active .Application_Menu {
    box-shadow: 4px 0px 3px #0000001f;
}

.tablet .Application_Menu .Menu_DropDownButton,
.phone .Application_Menu .Menu_DropDownButton {
    display: block;
    position: relative;
    z-index: 210;
}

.tablet .Application_Menu a,
.phone .Application_Menu a,
.tablet .Application_Menu a:link,
.phone .Application_Menu a:link,
.phone .Application_menu a:visited,
.phone .Application_menu a:visited {
    font-size: 18px;
    font-weight: 600;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    line-height: 50px;
    padding: 0 20px;
    -webkit-transform: translateX(-300px) scale(.5);
            transform: translateX(-300px) scale(.5);
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    width: 85%;
    color: #fff;
}

.tablet.active .Application_Menu a,
.phone.active .Application_Menu a,
.tablet.active .Application_Menu a:link,
.phone.active .Application_Menu a:link,
.phone.active application_menu a:visited,
.phone.active application_menu a:visited {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
}

.tablet .Application_Menu .Menu_DropDownPanel,
.phone .Application_Menu .Menu_DropDownPanel {
    background-color: rgba(0, 0, 0, .3);
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: static;
}

.phone .Application_Menu .Menu_DropDownArrow,
.tablet .Application_Menu .Menu_DropDownArrow {
    position: absolute;
    right: 14px;
    top: 21px;
}

.Logout_Icon {
    border-radius: 50%;
    text-align: center;
    width: 22px;
}

.Header_Search {
    display: inline-block;
    margin-right: 20px;
    min-width: 100px;
}

/* User */
.Login_Info,
.AppSwitcherContainer,
a.Login_Info_Username,
a.Login_Info_Username:link,
a.Login_Info_Username:visited {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.Login_Info img {
    border-radius: 50%;
    height: 22px;
    margin-right: 5px;
    vertical-align: top;
    width: 22px;
}

.Login_Info .tooltipstered {
    color: rgba(255, 255, 255, .75);
}

.Login_Info .tooltipstered:hover {
    color: #fff;
}

.Login_Info_Logout {
    font-size: 22px;
}

.LoginInfo_username .InlineDropdown_label {
    color: #E4E4E4;
    margin-top: 3px;
}

.Login_Info_Logout:before,
.Login_Info_Username:before,
.AppSwitcherContainer:before,
.AppSwitcherLink[disabled="disabled"]:before {
    color: #b3b3b3;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}

.Login_Info_Username:before {
    content: "\f007"; /* fa-user at http://fortawesome.github.io/Font-Awesome/icons/ */
}

.Login_Info_Logout:before {
    content: "\f011"; /* fa-power-off at http://fortawesome.github.io/Font-Awesome/icons/ */
    margin-right: 0;
}

/* Responsive Context */
.tablet .Login_Info_Logout:before,
.phone .Login_Info_Logout:before {
    font-size: 20px;
}

/* Content *********************************************/
.Page > .Content {
    padding-top: 0;
    min-height: 71%;   
}


/* If we use sidebar */


/* Title Page ************/
.Title_Section {
    background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#888)); /* Primary-color */
    background: -webkit-linear-gradient(left, #b7b7b7 0%, #888 100%); /* Primary-color */
    background:      -o-linear-gradient(left, #444 0%, #888 100%); /* Primary-color */
    background:         linear-gradient(90deg, #b7b7b7 0%, #888 100%); /* Primary-color */
    color: #fff;
    padding: 28px 0 10px 0;
    position: relative;
    min-height: 140px;
}

.tablet .Title_Section,
.phone .Title_Section {
    padding: 95px 0px 30px 0px;
}

.phone .Title_Section {
    background: none !important;
    padding: 160px 0px 0px 0px;
}

.LoginPage .phone .Title_Section {
    padding: 87px 0px 0px 0px;
}


.Title_Section.Black {
    background-color: #131819;
    color: #fff;
}

.Title_Section.Blue {
    background-color: #223368;
    color: #fff;
}

.Title_Section.Transparent {
    background-color: transparent;
}

.Title_Section.White {
    background-color: #fff;
}

.Title_Section.Yellow {
    background-color: #ffce00;
    color: #fff;
}

.Title_Section.Orange {
    background-color: #ff9f00;
    color: #fff;
}

.Title_Section.Red {
    background-color: #cf2c00;
    color: #fff;
}

.Title_Section.DarkRed {
    background-color: #b10000;
    color: #fff;
}

.Title_Section.Plum {
    background-color: #c32b87;
    color: #fff;
}

.Title_Section.DarkPlum {
    background-color: #37285c;
    color: #fff;
}

.Title_Section.Green {
    background-color: #72bc30;
    color: #fff;
}

.Title_Section.LightGreen {
    background-color: #64be68;
    color: #fff;
}

.Title_Section.Turquoise {
    background-color: #00b0c1;
    color: #fff;
}

.Title_Section.DarkBlue {
    background-color: #121c53;
    color: #fff;
}

.Title_Section.Silver {
    background-color: #959ea4;
}

.Title_Section.Gray {
    background-color: #333;
    color: #fff;
}

.Title_Section.BackgroundFixed {
    background-attachment: fixed;
}

.tablet .Title_Section.BackgroundFixed,
.phone .Title_Section.BackgroundFixed {
    background-attachment: scroll;
}

.Title_Section .Title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    /* white-space: nowrap; */
    /* width: 100%; */
    white-space: normal;
    width: 100%;
}

.phone .Title_Section .Title {
white-space: normal; 
word-break: break-word;
}

.phone .Title_Section {
    color: #707070;
}

.Title_Section .Title.Heading1 {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}

.phone .Title_Section .Title.Heading1 {
    color: #4A4A4A;
    font-size: 28px;
    font-weight: normal;
    line-height: 34px;
}

.Title_Section .Title.Heading2,
.Title_Section .Title.Heading3,
.Title_Section .Title.Heading4 {
    color: #fff;
}

.phone .Title_Section .Title.Heading2,
.phone .Title_Section .Title.Heading3,
.phone .Title_Section .Title.Heading4 {
    color: #4A4A4A;
}

.Title_Section .Actions {
    line-height: 32px;
    text-align: right;
    width: 50%;
}

@media screen and (max-width: 1220px) {
    .desktop .Title_Section .Title,
    .tablet.landscape .Title_Section .Title {
        width: 75%;
    }
    .desktop .Title_Section .Actions,
    .tablet.landscape .Title_Section .Actions {
        width: 25%;
    }
}

.LoginPage .Title_Section .Title,
.LoginPage .Title_Section .Actions {
        width: 50%;
}

.Title_Section .Actions a {
    margin-left: 20px;
    text-decoration: none;
}

.Title_Section .Actions a:first-child {
    margin-left: 0;
}

.phone.portrait .Actions {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.phone.portrait .Actions .Button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.phone.portrait .Actions .Button:last-child {
    margin-bottom: 0;
}

.phone .Title_Section .Title {
    width: 100%;
    text-shadow: none;
    text-align: center;
}

.LoginPage .phone .Title_Section .Title {
    display: none;
}

.LoginPage .phone .Title_Section .Actions {
    padding: 0px 20px;
}

.phone .Title_Section .Actions,
.phone .Title_Section a.ActionAdd,
.phone .Title_Section a.ActionEdit,
.phone .Title_Section a.ActionDelete,
.phone .Title_Section a.ActionChange {
    width: 100%;
}

/* To work with old applications */
.Title_Links {
    font-size: 14px;
    margin-top: 5px;
}

/* Main Content ****************************/
.MainContent {
    min-height: 100%;
    padding: 30px 0 60px 0;

    
}

/*.MainContent p strong {
    color: #333333;
}*/

.phone .MainContent {
    padding: 10px 0 40px 0;

    
}

.phone.Dashboard .MainContent {
    padding: 35px 0;
    
}

.MainContent .Heading1 {
    font-weight: 300;
}

.Page.active .MainContent {
    pointer-events: none;
}

/* Footer **********************************/




.MainPopup {
    background: #fff;
    display: table-cell;
    padding: 14px 16px;
    vertical-align: top;
}

.MainPopup .Button.ThemeGrid_MarginGutter {
    margin-left: 10px;
}

/* limit width **************************/
.ThemeGrid_BigContainer {
    margin: 0 auto;
    max-width: 96%; /*1366px;*/
}

html .ThemeGrid_Container {
    margin: 0 auto;
    max-width: 85%; /*1146px;*/
    padding: 0 20px;
}

html .Title_Section .ThemeGrid_Container {
    max-width: 85%;
    padding: 0 20px;
}

html .phone .Title_Section .ThemeGrid_Container {
    max-width: 90%;
}

.phone .ThemeGrid_BigContainer,
.tablet .ThemeGrid_BigContainer {
    max-width: 100%; /**/
}

.phone .ThemeGrid_Container,
.tablet .ThemeGrid_Container {
    max-width: 100%; /**/    
}

.LoginPage .phone .Title_Section .ThemeGrid_Container {
    max-width: 100%;
    padding: 0 20px;
}

/* Accordion Harrow */
.fa-angle-down:before {
    padding-left: 1px;
}

/* Burguer */
.fa-bars {
    cursor: pointer;
}

.phone .fa-bars:before {
    color: #333333;
}

.MenuSlider_IsOpen .LoginInfo {
    font-size: 30px;
}

/*------------------------------------*\
              $3. Forms
\*-------------------------------------*/

html input {
    height: 32px;
}

.ValidationMessage {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

/* radio and checkbox override rules */
html input[type="radio"],
html input[type="checkbox"] {
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    height: 20px;
    margin-right: 8px;
}

html input[type="radio"]:checked:before,
html input[type="checkbox"]:checked:before {
    background-color: #b7b7b7; /* Primary-color */
    border-color: #b7b7b7; /* Primary-color */
}

 html .phone input[type="radio"]:hover:before, html .phone input[type="checkbox"]:hover:before {
    border-color: #ccc;
}

html .phone input[type="checkbox"]:checked:before, html .phone input[type="radio"]:checked:before {
    border-color: #E55302;
}

html input[type="checkbox"]:after {
    border-color: #fff;
}

html .phone input[type="checkbox"]:after {
    border: 0;    
}

html input[type="radio"]:checked:after {
    background-color: transparent;
    border-color: transparent; /* Primary-color */
}

html input[type="radio"]:before,
html input[type="checkbox"]:before {
    height: 18px;
    width: 18px;
}

input[type="radio"]:disabled:before,
input[type=checkbox]:disabled:before {
    background-color: #eef0f5;
    border-color: #ccc !important;
    box-shadow: none;
}

input[type="checkbox"]:after {
    border: 3px solid #333;
    border-right: 0;
    border-top: 0;
    height: 5px;
    left: 20%;
    top: 23%;
    width: 11px;
}

/* Checkboxes and Radio Buttons */
input[type="radio"]:before,
input[type="checkbox"]:before {
    box-shadow: none;
    border-width: 2px;
}

/* force padding to center vertically on Firefox */
select {
    box-shadow: none;
    height: 32px;
    padding: 4px 6px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    border: 0;
}

.Form:not(.ReadOnly) {
    cursor: text;
}

select.ReadOnly {
    cursor: pointer;
}

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
    border-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px;
}

.Form input.ReadOnly:not(.Not_Valid):focus,
.Form textarea.ReadOnly:not(.Not_Valid):focus,
.Form select.ReadOnly:not(.Not_Valid):focus {
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 2px;
    color: #707070;
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    min-width: 130px;
    padding: 0 12px;
    vertical-align: initial;
}

select {
    line-height: 20px;
    padding-right: 24px;
}

.ie8 select {
    padding: 6px;
}

textarea:focus,
select:focus,
input:focus {
    border-color: #b7b7b7; /* Primary-color */
    box-shadow: none;
}

input.Button {
    height: 52px;
    line-height: 50px;
}

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    box-shadow: none;
}

.phone .Form input.ReadOnly:not(.Not_Valid),
.phone .Form textarea.ReadOnly:not(.Not_Valid),
.phone .Form select.ReadOnly:not(.Not_Valid) {
    background-color: transparent;
}

.Form textarea.ReadOnly[readonly="readonly"],
.Form textarea.ReadOnly[disabled="disabled"],
.Form select.ReadOnly[disabled="disabled"],
.Form input.ReadOnly[readonly="readonly"],
.Form input.ReadOnly[disabled="disabled"],
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid),
.Form textarea[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form textarea[readonly="readonly"].ReadOnly:not(.Not_Valid),
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid),
textarea[disabled="disabled"],
textarea[readonly="readonly"],
select[disabled="disabled"],
input[readonly="readonly"],
input[disabled="disabled"] {
    background-color: #F7F7F7 !important;
    border-bottom: 2px solid #ccc;
    color: #ccc;
    cursor: not-allowed;
}

/* All focus disabled inputs - maintain same style*/
input[disabled="disabled"][type="text"]:focus,
input[disabled="disabled"][type="password"]:focus,
textarea[disabled="disabled"]:focus,
textarea[readonly="readonly"]:focus,
select[disabled="disabled"]:focus,
input[readonly="readonly"]:focus,
input[disabled="disabled"]:focus,
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid):focus,
.Form textarea[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form textarea[disabled="disabled"].ReadOnly:not(.Not_Valid):focus,
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid):focus {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    box-shadow: none;
}

input[type="radio"].ReadOnly,
input[type="checkbox"].ReadOnly,
.Form input.ReadOnly[disabled="disabled"][type="radio"],
.Form input.ReadOnly[readonly="readonly"][type="radio"],
.Form input.ReadOnly[disabled="disabled"][type="checkbox"],
.Form input.ReadOnly[readonly="readonly"][type="checkbox"],
.Form input[type="radio"].ReadOnly,
.Form input[type="checkbox"].ReadOnly {
    background-color: transparent;
    border-width: 0;
}

/* Not_Valid handling style */
input.Not_Valid,
input[type="text"].Not_Valid,
input[type="password"].Not_Valid,
input[type="datetime"].Not_Valid,
input[type="datetime-local"].Not_Valid,
input[type="date"].Not_Valid,
input[type="month"].Not_Valid,
input[type="time"].Not_Valid,
input[type="week"].Not_Valid,
input[type="number"].Not_Valid,
input[type="email"].Not_Valid,
input[type="url"].Not_Valid,
input[type="search"].Not_Valid,
input[type="tel"].Not_Valid,
input[type="color"].Not_Valid {
    border: none;
    border-radius: 2px;
    border-bottom: 2px solid #BB2A2E;
    font-size: inherit;
}

input.Not_Valid:focus,
input[type="text"].Not_Valid:focus,
input[type="password"].Not_Valid:focus,
input[type="datetime"].Not_Valid:focus,
input[type="datetime-local"].Not_Valid:focus,
input[type="date"].Not_Valid:focus,
input[type="month"].Not_Valid:focus,
input[type="time"].Not_Valid:focus,
input[type="week"].Not_Valid:focus,
input[type="number"].Not_Valid:focus,
input[type="email"].Not_Valid:focus,
input[type="url"].Not_Valid:focus,
input[type="search"].Not_Valid:focus,
input[type="tel"].Not_Valid:focus,
input[type="color"].Not_Valid:focus {
    border: none;
    border-radius: 2px;
    border-bottom: 2px solid #BB2A2E;
    font-size: inherit;
}


.Form select.Not_Valid,
.Form textarea.Not_Valid,
select.Not_Valid,
textarea.Not_Valid {
    border-radius: 0;
}

.ie input[type="radio"],
.ie input[type="checkbox"],
.ie .Form input[type="radio"],
.ie .Form input[type="checkbox"] {
    border-radius: 0;
}

.Form textarea.Not_Valid:focus,
.Form textarea.Not_Valid,
textarea.Not_Valid:focus,
textarea.Not_Valid {
    font-size: 12px;
    padding: 10px 12px;
}

select.Not_Valid:focus,
textarea.Not_Valid:focus {
    border: none;
    border-bottom: 2px solid #bf1601;
}

.Form input[type="checkbox"].Not_Valid,
.Form input[type="radio"].Not_Valid,
input[type="checkbox"].Not_Valid,
input[type="radio"].Not_Valid {
    border: transparent;
    padding: 0;
}

.Form input.ReadOnly,
.Form textarea.ReadOnly,
.Form select.ReadOnly {
     color: #707070;
     background-color: #fff;
}

.phone .Form input.ReadOnly,
.phone .Form textarea.ReadOnly,
.phone .Form select.ReadOnly {
     background-color: transparent;
}

.Page .Form input[readonly="readonly"].ReadOnly:not(.Not_Valid) {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    box-shadow: none;
}

/* responsive ********************/
.tablet input[type="text"],
.tablet input[type="password"],
.tablet input[type="datetime"],
.tablet input[type="datetime-local"],
.tablet input[type="date"],
.tablet input[type="month"],
.tablet input[type="time"],
.tablet input[type="week"],
.tablet input[type="number"],
.tablet input[type="email"],
.tablet input[type="url"],
.tablet input[type="search"],
.tablet input[type="tel"],
.tablet input[type="color"],
.tablet select {
    height: 32px;
}

.phone input[type="text"],
.phone input[type="password"],
.phone input[type="datetime"],
.phone input[type="datetime-local"],
.phone input[type="date"],
.phone input[type="month"],
.phone input[type="time"],
.phone input[type="week"],
.phone input[type="number"],
.phone input[type="email"],
.phone input[type="url"],
.phone input[type="search"],
.phone input[type="tel"],
.phone input[type="color"],
.phone select {
    height: 32px;
    width: 100%;
}

/*------------------------------------*\
              $4. Buit-in widgets
\*-------------------------------------*/
.ListNavigation_PageNumber,
a.ListNavigation_PageNumber:link,
a.ListNavigation_PageNumber:visited,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis,
a.ListNavigation_Previous:link,
a.ListNavigation_Next:link {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 54px;
}

span.ListNavigation_CurrentPageNumber {
    border: 2px solid #b7b7b7; /* Primary-color */
}

a.ListNavigation_Previous:link,
a.ListNavigation_Previous:visited,
a.ListNavigation_Next:link,
a.ListNavigation_Next:visited {
    border: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-right: 20px;
    width: 97px;    
    text-transform: capitalize;
}

span.ListNavigation_Ellipsis {
    border: none;
    cursor: default;
}

a.ListNavigation_Previous:link:before,
a.ListNavigation_Next:link:after {
    content: "";
    font-size: 18px;
    margin-right: 10px;
}


.phone a.ListNavigation_Previous:link:before,
.phone a.ListNavigation_Next:link:after {
    margin-right: 0px;
}

.phone a.ListNavigation_Previous:link, 
.phone a.ListNavigation_Previous:visited, 
.phone a.ListNavigation_Next:link, 
.phone a.ListNavigation_Next:visited {
    width: 50px;
    margin-top: 12px;
}

/*****************************/
.TableRecords_Header {
    background-color: #fff;
    border: none;
    color: #707070;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: bold;
    padding: 4px 10px;
}

.TableRecords_Header a, .TableRecords_Header a:link, .TableRecords_Header a:visited {
    color: #707070;
}

.TableRecords > tbody > tr:hover {
    background-color: #fff;
}

.TableRecords > thead > tr {
    background-color: #959ea4;
}

.TableRecords {
    background-color: #fff;
    border: 1px solid #dadbde;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
    padding: 0;
}

.TableRecords > tbody > tr:first-child  .TableRecords_OddLine {
    border-top: none;
}

.TableRecords.Empty > tbody > tr:first-child .TableRecords_OddLine {
    text-align: center;
    padding: 30px;
}

.TableRecordsResponsive {
    min-height: auto !important;
}

.TableRecords > tbody > tr:last-child {
    border-bottom: none;
}

.TableRecords_OddLine:first-child,
.TableRecords_EvenLine:first-child,
.TableRecords_Header:first-child {
    padding-left: 20px;
}

.TableRecords_OddLine,
.TableRecords_EvenLine {
    border-bottom: none;
    border-top: none;
    padding: 16px 10px;
}

.TableRecords_OddLine:not(:first-child),
.TableRecords_EvenLine:not(:first-child) {
    border-left: 0;
}

.TableRecords_EvenLine {
    background-color: #f7f7f7;
}

.EditableTable thead td {
    color: #333;
    font-weight: bold;
}

.EditableTable {
    border: none;
}

.EditableTable thead tr th {
    background-color: #fff;
    background-color: #fff;
    border: none;
    border-bottom: none;
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 10px;
}

.EditableTable tr:nth-child(even) {
    background-color: #f7f7f7;
}

.EditableTable tbody tr:not(.RowControlGroup) td {
    border-bottom: none;
    padding: 12px 0;
}

.EditableTable tbody tr.OnEdit:not(.RowControlGroup) td {
    padding: 12px 10px;
}

td.RowWithAddAction {
    background: none repeat scroll 0 0 #fff;
    border-bottom: none;
    padding: 0;
}

td.RowWithAddAction a {
    padding: 10px 0 10px 22px;
}

.EditableTable tr.RowControlGroup a:hover {
    color: #b7b7b7; /* Primary-color */
}

.EditableTable tr.RowControlGroup a {
    color: #333;
}

.EditableTable tr.RowControlGroup a.DeleteRowAction {
    color: #e62501;
}

.EditableTable td {
    padding: 12px 0;
}

.EditableTable tr.RowControlGroup .ControlActions,
.EditableTable tr.RowControlGroup .ControlActions {
    background-color: #e6e6e6;
    border: none;
    border-radius: 0 0 5px 5px;
}

.EditableTable tr.Selected td {
    background-color: #f7f7f7;
}

.EditableTable tr:nth-child(even) {
    background-color: #f7f7f7;
}

body .EditableTable input:not(.InEditMode),
body .EditableTable textarea:not(.InEditMode),
body .EditableTable select:not(.InEditMode) {
    color: #707070;
    font-size: 18px;
}

/* Responsive ***********************/
.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine,
.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine,
.phone .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine,
.phone .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine {
    padding: 7px 10px;
}

.tablet.portrait .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_OddLine:first-child,
.tablet.portrait .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_EvenLine:first-child,
.phone .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_OddLine:first-child,
.phone .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_EvenLine:first-child {
    padding: 10px;
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td:first-child:before,
.phone .TableRecords:not(.NoResponsive) > * > * > td:first-child:before {
    margin-right: 0;
    margin-top: -3px;
}

.tablet.portrait .TableRecords:not(.NoResponsive) tr.TableRecords_ExpandedRow td:first-child:before,
.phone .TableRecords:not(.NoResponsive) tr.TableRecords_ExpandedRow td:first-child:before {
    line-height: 18px;
    margin-top: 2px;
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child,
.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child,
.phone .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child,
.phone .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child {
    padding: 18px 10px;
}

/*------------------------------------*\
              $5. RichWidgets
\*-------------------------------------*/

/*------------------------------------------------------------*/
/* 5.1 RichWidgets > Feedback Ajax Loading ********************/
/*------------------------------------------------------------*/

.Feedback_AjaxWait {
    background-color: white;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
    color: #b7b7b7; /* Primary-color */
    font-size: 12px;
    height: 60px;
    padding: 16px 20px 10px 20px;
    right: 20px;
}

.Feedback_AjaxWait .Loader {
    background: url(/Digital_BaseTheme/img/loading_lisbon_white.gif?893) no-repeat;
    height: 16px;
    position: relative;
    text-indent: -9999em;
    width: 16px;
}

/*------------------------------------------------------------*/
/* 5.2 RichWidgets > Feedback Message *************************/
/*------------------------------------------------------------*/

div.Feedback_Message_Wrapper {
    left: 0;
    margin-top: 102px;
    z-index: 9;
}

div.Feedback_Message_Info:before,
div.Feedback_Message_Success:before,
div.Feedback_Message_Error:before,
div.Feedback_Message_Warning:before {
    font-size: 18px;
    margin-left: 10px;
    top: 21px;
}

div.Feedback_Message_Success a.Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Error a.Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Warning a.Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Info a.Feedback_Message_Wrapper_Close:after {
    position: absolute;
    right: 0;
}

div.Feedback_Message_Error .Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Warning .Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Info .Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Success .Feedback_Message_Wrapper_Close:after {
    color: #000;
    content: "\f00d"; /* fa-times at http://fortawesome.github.io/Font-Awesome/icons/ */
    font-family: FontAwesome;
    font-weight: 100;
    text-align: right;
}

div.Feedback_Message_Error,
div.Feedback_Message_Success,
div.Feedback_Message_Warning,
div.Feedback_Message_Info {
    border-radius: 2px;
    box-sizing: border-box;
    line-height: normal;
    max-width: 92%;
    min-width: 300px;
    padding: 18px 30px 18px 35px;
    word-break: break-word;

    -webkit-backface-visibility: hidden;
}

div.Feedback_Message_Success {
    background-color: #f3faef;
    border: 1px solid #c9e1bd;
    border-radius: 2px;
    box-shadow: inset 8px 0 0 0 #77b259;
}

div.Feedback_Message_Success span {
    color: #325e1c;
    font-size: 18px;
}

div.Feedback_Message_Success:before {
    color: #77b259;
}

div.Feedback_Message_Error {
    background-color: #fcf4f2;
    border: 1px solid #f9c9bf;
    box-shadow: inset 8px 0 0 0 #e62600;
}

div.Feedback_Message_Error span {
    color: #a51b00;
    font-size: 18px;
}

div.Feedback_Message_Error:before {
    color: #e62600;
}

div.Feedback_Message_Warning {
    background-color: #fdf8ed;
    border: 1px solid #f4daa6;
    box-shadow: inset 8px 0 0 0 #e09600;
}

div.Feedback_Message_Warning span {
    color: #734c00;
    font-size: 18px;
}

div.Feedback_Message_Warning:before {
    color: #734c00;
}

div.Feedback_Message_Info {
    background-color: #eff5fa;
    border: 1px solid #bdcfe1;
    box-shadow: inset 8px 0 0 0 #008dd1;
    color: #152f47;
}

div.Feedback_Message_Info span {
    color: #152f47;
    font-size: 18px;
}

div.Feedback_Message_Info:before {
    color: #008dd1;
}



div.Feedback_Message_Success .Feedback_Message_Wrapper_Close:after {
    color: #325e1c;
}

div.Feedback_Message_Error .Feedback_Message_Wrapper_Close:after {
    color: #a51b00;
}

div.Feedback_Message_Warning .Feedback_Message_Wrapper_Close:after {
    color: #734c00;
}

div.Feedback_Message_Info .Feedback_Message_Wrapper_Close:after {
    color: #152f47;
}

a.Feedback_Message_Wrapper_Close {
    color: #000;
    opacity: .6;
    right: 10px;
    top: 8px;
}

a.Feedback_Message_Wrapper_Close:hover {
    opacity: .8;
}

.tablet a.Feedback_Message_Wrapper_Close,
.phone a.Feedback_Message_Wrapper_Close {
    pointer-events: none;
}

/* Filters Wrapper */
.Filters_Wrapper {
    background: #fff;
    border-radius: 0;
    line-height: 32px;
    padding: 10px;
}

.Filters_Wrapper .Button {
    margin-left: 10px;
}

.Search_wrapper input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 22px;
    box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding-left: 45px;
}

.Search_wrapper input[type="text"]:focus {
    border: 2px solid #e55302;
    border-radius: 22px;
    box-shadow: none;
}

.Search_wrapper:after {
    color: #ccc;
    font-size: 18px;
    left: 20px;
    top: 13px;
}

.Search_wrapper:after input[type="text"]:focus {
    color: #707070;
}

/* Search inside header */
.Header .Search_wrapper input[type="text"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    color: #fff;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
    width: 100px;
}

.Header .Search_wrapper input[type="text"]:focus {
    border: 1px solid rgba(255, 255, 255, .3);
    width: 200px;
}

.Header .Search_wrapper:after {
    color: #cdcdcd;
    left: 10px;
    pointer-events: none;
}

/*List Navigation*/
.ListNavigation_Wrapper {
    text-align: right;
}



/*------------------------------------*\
        $6. Login
\*-------------------------------------*/

.Login {
    background-color: #b7b7b7; /* Primary-color */
    color: #fff;
    height: 100%;
    min-height: 280px;
    position: absolute;
    width: 100%;

    
    
}

.Login_Box {
    padding-top: 20px;
}

.phone .Login_Box {
    left: 50%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.Login__Logo {
    padding-bottom: 10px;
}

.Login_background {
    background-color: #b7b7b7; /* Primary-color */

    
}

.Login_background img {
    
    
}

/* Form **************************/
.Login__Form {
    background-color: #b7b7b7; /* Primary-color */
}

.RememberLoginText {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 3px;
    vertical-align: top;
    line-height: 24px;
}

/*------------------------------------*\
        $7 SILK Patterns
\*------------------------------------*/

/*------------------------------------------------------------*/
/* 7.1 SILK Patterns > Content ********************************/
/*------------------------------------------------------------*/

/* AccordionVertical **************************/
.AccordionVertical__header {
    position: relative;
}

.AccordionVertical_item {
    background-color: #fff;
}

.AccordionVertical_item.open .AccordionVertical__header {
    box-shadow: none;
}

.AccordionVertical___icon > .fa,
.AccordionVertical_item.open .AccordionVertical___icon > .fa,
.AccordionVertical_item.open .AccordionVertical___title {
    border: 0;
    color: #707070; /* Primary-color */
}

.AccordionVertical___icon {
    border: 0;
    color: #b7b7b7; /* Primary-color */
    left: 15px;
    margin-top: -10px;
    padding-left: 0;
    position: absolute;
    top: 50%;
}

.AccordionVertical___title {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    padding-left: 28px;
}

.AccordionVertical {
    border: 1px solid #ccc;
    box-shadow: none;
}

.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    border: none;
    border-radius: 0;
    color: #707070;
}

.AccordionVertical_item.open > .AccordionVertical__content {
    color: #707070;
}

/* Alert **************************/
.Alert {
    border: 0;
    border-radius: 4px;
    padding: 18px 10px 18px 35px;
    margin-bottom: 0px;
}

.phone .Alert {
    margin-top: 20px;
}

.LoginPage .phone .Alert {
    margin-bottom: 10px;
}

.Alert .Text {
    font-size: 18px;
    margin-left: 10px;
}

/*
.Alert a,
.Alert a:link {
    font-size: 14px;
}*/

.Alert span.fa {
    margin-left: 10px;
    top: 21px;
}

.Alert.Info {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 8px 0 0 0 #777777;
    color: #152f47;
    font-size: 18px;
}

.Alert.Info span.fa {
    color: #777777;
}

.Alert.Info .Text {
    color: #152f47;
}

.Alert.Success {
    background-color: #f3faef;
    border: 1px solid #c9e1bd;
    border-radius: 2px;
    box-shadow: inset 8px 0 0 0 #77b259;
}

.Alert.Success span.fa {
    color: #77b259;
}

.Alert.Success .Text {
    color: #325e1c;
}

.Alert.Error {
    background-color: #fcf4f2;
    border: 1px solid #f9c9bf;
    border-radius: 2px;
    box-shadow: inset 8px 0 0 0 #e62600;
}

.Alert.Error span.fa {
    color: #e62600;
}

.Alert.Error .Text {
    color: #a51b00;
}

.Alert.Warning {
    background-color: #fdf8ed;
    border: 1px solid #f4daa6;
    border-radius: 2px;
    box-shadow: inset 8px 0 0 0 #e09600;
}

.Alert.Warning span.fa {
    color: #e09600;
}

.Alert.Warning .Text {
    color: #734c00;
}


.Alert_TextOnly .Alert {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 600;
    padding: 0 0 0 35px;
    margin: 10px 0;
}

.Alert_TextOnly .Alert span.fa {
    top: 3px;
}


.phone .Alert .Text {
    font-size: 14px;
}

.Alert .Text ul {
    padding-left: 20px;
}

.phone .Alert .Text ul {
    padding-left: 16px;
}

.phone .Alert a,
.phone .Alert a:link {
    font-size: 14px;
}



/* Balloon **************************/
.Balloon {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(212,212,212,.5);
            box-shadow: 0 1px 3px 0 rgba(212,212,212,.5);
    color: #17191d;
    font-size: 12px;
}

.Balloon_content {
    color: #707070;
    font-family: "Nunito Sans";
    font-size: 18px;
    line-height: 24px;
    padding: 8px 10px;
}

.Balloon_footer {
    border-top: 1px solid #ccc;
    padding: 8px 10px;
}

/* Blank Slate **************************/
.Blank {
    background-color: #f7f7f7;
    border: none;
    border-radius: 6px;
    display: table;
    height: 200px;
    padding-bottom: 10px;
    width: 100%;
}

.Blank_icon {
    color: #b7b7b7; /* Primary-color */
}


/* Bullets List *********************/
.phone ol.List, .phone ul.List {
    font-size: 14px;
    line-height: normal;
    margin-top: 15px;
    padding-left: 18px;
    display: inline-block;
}

.phone ol.List li, .phone ul.List li {
    padding-bottom: 0px;
}



/* Card **************************/
.Card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
}

.CardBackground {
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: table;
    font-size: 18px;
    font-weight: 600;
    min-height: 150px;
    letter-spacing: 1.58px;
    line-height: 24px;
    position: relative;
    text-align: center;
    z-index: 0;
}

.CardBackground_Content {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    word-break: break-word;
}

a .CardBackground:after {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 300ms ease;
       -moz-transition: background-color 300ms ease;
        -ms-transition: background-color 300ms ease;
         -o-transition: background-color 300ms ease;
            transition: background-color 300ms ease;
    width: 100%;
    z-index: -1;
}

a .CardBackground:hover:after {
    background-color: rgba(0, 0, 0, 0);
}

/* Carrousel **************************/
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #b7b7b7; /* Primary-color */
    font-size: 30px;
    margin-top: -13px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #b7b7b7; /* Primary-color */
}


/* Modal **************************/

.Modal {
    display: none;
}

.modal-background  .modal {
 padding: 0;
 max-height: 30em;
 }
 
 .modal-background .modal-title-wrapper {
    background: #F5F5F5;
    text-align: left;
    padding: 40px 54px;
    font-size: 28px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    height: 126px;
    
}


.modal-table-list {
    margin-top: 24px !important;
}

.modal-table-list .TableRecords .TableRecords_OddLine, .modal-table-list .TableRecords_EvenLine {
    padding: 25px 30px !important;
}

.modal-orange-box a{
    padding: 25px 30px !important;
    background-color: #F37B1D;
    display: block;
    margin-bottom: 30px;
}


.modal-orange-box {    
    border-bottom: 2px solid #979797;
    margin-bottom: 20px;
}

.modal-orange-box a .CardDashboard_Title{
    color: #fff;
    font-weight: bold;        
}


.modal-background  .modal-body  {
    padding: 0 73px 54px 54px;
}

.modal-body .Text_Note {
    font-size: 18px;
    line-height: 24px;
}    


.modal-table-list .TableRecords .TableRecords_OddLine:hover, .modal-table-list .TableRecords_EvenLine:hover {
background-color: rgba(243,123,29,0.15) !important;    
}


.modal-table-list .TableRecords .TableRecords_OddLine a, .modal-table-list .TableRecords_EvenLine a,
.modal-table-list .TableRecords .TableRecords_OddLine a:link, .modal-table-list .TableRecords_EvenLine a:link,
.modal-table-list .TableRecords .TableRecords_OddLine a:visited, .modal-table-list .TableRecords_EvenLine a:visited,
.modal-table-list .TableRecords .TableRecords_OddLine a:hover, .modal-table-list .TableRecords_EvenLine a:hover
{  
color: #777777 !important;
}

.modal-table-list .TableRecords .TableRecords_OddLine, .modal-table-list .TableRecords_EvenLine {
    padding: 25px 30px !important;
    background-color: rgba(243,123,29,0.15);
    margin-bottom: 10px;
}

 
.ModalContainer {
    height: 90%;
    min-width: 45%;
    max-width: 85%;
    width: auto;
    top: 5%;
}

.ModalContainer .ModalMessage {
    height: 80%;
}

.ModalContainer .ModalMessage > :first-child {
    height: 100%;
}

.ModalContainer .ModalMessage .FileUpload2Preview {
    padding: 0;
}


/* Panel **************************/
.TableRecords,
.Panel {
    background-color: #fff;
    border: 0;
    box-shadow: none;
}

.Panel {
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 100px;
}

.Panel_header,
.Panel_footer {
    display: table;
    padding: 10px 20px;
    width: 100%;
}

.Panel_header > div.Panel__title {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.Panel_header > div.Panel__title .CounterOrder {
    background: #b7b7b7; /* Primary-color */
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 0;
    text-align: center;
    width: 30px;
}

.Panel_header > .Panel__actions {
    color: #959ea4;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
}

.Panel_content {
    padding: 10px;
}

.Panel_content .Button {
    margin-bottom: 10px;
}

.Panel_footer {
    border-bottom: 0;
    border-style: dashed;
    margin-bottom: 5px;
    margin-top: 5px;
}

.Panel__title.Heading3 {
    display: table-cell;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
}

.Panel__actions {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.phone .Panel .Panel_footer .Panel__title,
.phone .Panel .Panel_footer .Panel__actions {
    display: inline-block;
}

/* .Panel on Column3*/
.Columns3 .Panel_header > div.Panel__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.Columns3 .Panel_header > .Panel__actions, {
    font-size: 14px;
}

/* Post **************************/
.Post .Post_icon {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 50px;
}

.Post .Post_icon > div {
    display: table;
}

.Post .Post_icon img {
    border: 1px solid white;
    border-radius: 4px;
    display: table-cell;
    width: 40px;
}

.Post .Post__label {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.Post .Post__description {
    color: #959ea4;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
}

/* SectionExpandable **************************/
.SectionExpandable {
    background-color: #fff;
    border: 1px solid #dadbde;
    border-bottom: 0;
    box-shadow: none;
}

.SectionExpandable .SectionExpandable_header {
    padding: 10px;
    border-bottom: none;
}

.SectionExpandable .SectionExpandable_header .Heading2 {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #707070; /* Primary-color */
    font-size: 18px;
    font-weight: 400;
}

.SectionExpandable .SectionExpandable__title.Heading2 {
    padding-left: 8px;    
}

.SectionExpandable .SectionExpandable_header .Heading2.SectionExpandable__icon {
    color: #b7b7b7 !important; /* Primary-color */
    font-size: 24px;
}

.SectionExpandable .SectionExpandable_content {
    padding: 0px 10px 0px 50px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

.SectionExpandable.expanded .SectionExpandable_content {
    padding: 25px 10px 25px 50px;
    background-color: #F7F7F7;
    border-top: 1px solid #dadbde;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.ListRecords > span:last-child .SectionExpandable_content {
    border-bottom: 1px solid #dadbde;
}

/* Tooltip **************************/

.tooltip_style {
    background-color: #333;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    color: #fff;
    font-size: 14px;
    padding: 6px 10px 10px;
}

.tooltip_style .tooltipster-content {
    font-size: 11px;
    line-height: 14px;
}

.tooltip_style > p {
    margin: 0;
}

/** tooltipster **/
.tooltipstered {
    cursor: auto;
}

.tooltipster-base {
    border: none;
    border-radius: 4px;
}

.tooltipster-base .tooltipster-arrow span {
    border-color: #333;
}

.tooltipster-base .tooltipster-content {
    font-size: 11px;
    line-height: 14px;
    padding: 0;
}

.tooltipster-content p {
    margin: 0;
}

.tooltipster-base .tooltipster-content .Counter {
    padding: 10px 5px;
}

.tooltipster-base .tooltipster-content .Counter_number {
    line-height: 45px;
}


.tooltipstered .fa {
    color: #ccc;
    margin: 0 2px;
    font-size: 18px;    
}

.Separator {
    border-bottom: 2px solid #dfdfdf;
    margin: 10px 0;
}

.ThinSeparator {
    border-bottom: 1px solid #dfdfdf;
    margin: 5px 0;
}

/*------------------------------------------------------------*/
/* 7.2 SILK Patterns > Controls *******************************/
/*------------------------------------------------------------*/


/* ButtonGroup **************************/
.ButtonGroup_button.Button {
    background-color: #f7f7f7;
    border: 1px solid #fff;
    border-left: 0;
    color: #333;
    font-weight: bold;
    line-height: 52px;
    min-width: 80px;
}

.ButtonGroup_button.Button:first-child {
    border: 1px solid #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-right-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}

.ButtonGroup_button.Button:last-child {
    border: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
}

.desktop .ButtonGroup_button.Button.disabled,
.desktop .ButtonGroup_button.Button.disabled:hover {
    background-color: #f5f5f5;
    box-shadow: none;
}

.ButtonGroup_button.active,
.ButtonGroup_button.Button:active,
.desktop .ButtonGroup_button.active:hover {
    background: none;
    background-color: #b7b7b7; /* Primary-color */
    border-bottom-width: 1px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15);
    color: #fff;
}

.ButtonGroup_button.Button span.fa {
    color: #333;
}

.ButtonGroup_button.Button:hover span.fa,
.ButtonGroup_button.active span.fa,
.desktop .ButtonGroup_button.active:hover span.fa {
    color: #fff;
}

.phone .ButtonGroup_button.Button:hover:not(.active) span.fa,
.tablet .ButtonGroup_button.Button:hover:not(.active) span.fa,
.phone a.ButtonGroup_button.Button:hover:not(.active) span.fa,
.tablet a.ButtonGroup_button.Button:hover:not(.active) span.fa {
    color: #333;
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button a.Button:hover {
    border-color: #fff;
}

/* Dropdown ***********************/
.DropdownMenu {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 10px rgba(0, 23, 51, .2);
    top: 98%;
}

.DropdownMenu .PH > a {
    color: #333;
    font-weight: bold;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.DropdownMenu .PH:not(:last-child) > a {
    border-bottom: none;
}

.DropdownMenu .PH > a:hover {
    background-color: #b7b7b7; /* Primary-color */
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}

.ButtonDropdown_button.Button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    padding: 0 10px 0 15px;
}

.ButtonDropdown_button.Button:hover,
.desktop .ButtonDropdown_button.Button:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #333; /* Primary-color */
}

.ButtonDropdown_button.Button,
.DropdownMenu {
    border: none; /*1px solid #ccc;*/
    border-radius: 2px;
    /*box-shadow: none;*/
    min-width: 135px;
    margin-top: -1px;
}

.ButtonDropdown.open .ButtonDropdown_button.Button,
.ButtonDropdown.open .ButtonDropdown_button.Button:hover {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
}

.ButtonDropdown_icon {
    background-color: transparent;
}

.ButtonDropdown_icon .fa-fw:before {
    color: #ccc; /* Primary-color */
}

.ButtonDropdown_icon .fa-fw:before {
    content: "\f107";
}

.tablet .ButtonDropdown_button.Button,
.phone .ButtonDropdown_button.Button {
    line-height: 36px;
}

.tablet .ButtonDropdown_button.Button,
.phone .ButtonDropdown_button.Button {
    border-radius: 20px;
    line-height: 36px;
}

.tablet .ButtonDropdown.open .ButtonDropdown_button.Button,
.phone .ButtonDropdown.open .ButtonDropdown_button.Button {
    border-radius: 20px 20px 0 0;
}

/* Dropdown: IconDropdown **************************/
.IconDropdown {
    position: relative;
}

.IconDropdown_button.Button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    min-width: 70px;
}

.IconDropdown_button.Button:hover,
.desktop .IconDropdown_button.Button:hover {
    background-color: #fff;
    box-shadow: none;
    color: #333;
}

.IconDropdown.open .IconDropdown_button.Button {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
}

.IconDropdown_button.Button .IconDown span.fa,
.IconDropdown_button.Button:hover span.fa {
    color: #ccc;
}

.IconDropdown_button.Button .IconDown {
    background-color: transparent;
}

.IconDropdown_button.Button .IconDown span.fa:before {
    content: "\f107";
}

.IconDropdown_button.Button span.fa {
    margin-right: 10px;
}

.IconDropdown_button.Button span.fa:last-child {
    margin: 0;
}

.tablet .IconDropdown_button.Button,
.phone .IconDropdown_button.Button {
    border-radius: 2px;
    line-height: 32px;
}

.tablet .IconDropdown.open .IconDropdown_button.Button,
.phone .IconDropdown.open .IconDropdown_button.Button {
    border-radius: 2px;
}

/* InputWithIcons **************************/
.InputWithIcons {
    min-width: 160px;
}

.InputWithIcons .InputIcon {
    background-color: transparent;
    color: #ccc;
    height: 30px;
    line-height: 32px;
    padding: 0 5px;
    top: 0px;
}

.InputWithIcons input[type="text"],
.InputWithIcons input[type="password"],
.InputWithIcons input[type="datetime"],
.InputWithIcons input[type="datetime-local"],
.InputWithIcons input[type="date"],
.InputWithIcons input[type="month"],
.InputWithIcons input[type="time"],
.InputWithIcons input[type="week"],
.InputWithIcons input[type="number"],
.InputWithIcons input[type="email"],
.InputWithIcons input[type="url"],
.InputWithIcons input[type="search"],
.InputWithIcons input[type="tel"],
.InputWithIcons input[type="color"] {
    /*border: 1px solid #ccc;
    border-radius: 3px;*/
    padding-left: 12px;
    width: 100%;
}

.InputWithIcons.Right input[type="text"],
.InputWithIcons.Right input[type="password"],
.InputWithIcons.Right input[type="datetime"],
.InputWithIcons.Right input[type="datetime-local"],
.InputWithIcons.Right input[type="date"],
.InputWithIcons.Right input[type="month"],
.InputWithIcons.Right input[type="time"],
.InputWithIcons.Right input[type="week"],
.InputWithIcons.Right input[type="number"],
.InputWithIcons.Right input[type="email"],
.InputWithIcons.Right input[type="url"],
.InputWithIcons.Right input[type="search"],
.InputWithIcons.Right input[type="tel"],
.InputWithIcons.Right input[type="color"] {
    padding-left: 12px;
    padding-right: 40px;
    width: 100%;
}

.tablet .InputWithIcons .InputIcon,
.phone .InputWithIcons .InputIcon {
    height: 30px;
    line-height: 32px;
}

/* Slide Range **************************/
.SliderRange .ui-slider-range {
    background-color: #b7b7b7; /* Primary-color */
    border-radius: 10px;
    box-shadow: none;
    height: 14px;
}

.SliderRange {
    background-color: #d3d7da;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    height: 14px;
}

.SliderRange .ui-slider-handle,
.phone .SliderRange .ui-slider-handle,
.tablet .SliderRange .ui-slider-handle {
    background: none;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(107,107,107,.18);
    height: 48px;
    top: -20px;
    width: 48px;
}

.SliderRange .ui-slider-handle:hover,
.SliderRange .ui-slider-handle:focus,
.phone .SliderRange .ui-slider-handle:hover,
.tablet .SliderRange .ui-slider-handle:hover {
    background: #fff;
}

.SliderRange .ui-slider-handle:before,
.phone .SliderRange .ui-slider-handle:before,
.tablet .SliderRange .ui-slider-handle:before,
.SliderRange .ui-slider-handle:after,
.phone .SliderRange .ui-slider-handle:after,
.tablet .SliderRange .ui-slider-handle:after {
    content: none;
}

/* Select2 **************************/
.select2-container .select2-choice span {
    color: #707070;
    text-align: left;
}

.select2-container {
    border-bottom: 2px solid #ccc;
}

.select2-container .select2-choice {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 42px;
    /*padding: 0 10px 0 20px;*/
}

.select2-container .select2-choice:hover span {
    color: #333;
}

.select2-container .select2-choice .select2-arrow {
    background: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0 2px 2px 0;
    width: 25px;
}

.select2-container .select2-choice .select2-arrow:before {
    color: #ccc;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.select2-container .select2-choice .select2-arrow b {
    background: none;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
}

.select2-container-active .select2-choice,
.select2-drop-active {
    box-shadow: none;
    outline: none;
}

.select2-drop {
    border: none;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
}

.select2-drop-active {
    margin-top: 2px;    
}

.select2-dropdown-open .select2-choice {
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.select2-dropdown-open.select2-drop-above .select2-choice {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #ddd;
}

.select2-search {
    height: 30px;
    margin: 0;
    padding: 0;
}

.select2-search input {
    background: #f7f7f7 url(/WebPatterns/img/select2.png?12579&45) no-repeat -25px -22px;
    background-position: -30px -22px;
    border: 0;
    box-shadow: none;
    line-height: 22px;
    margin: 5px;
    padding: 2px 0 0 35px;
    width: 95%;
}

.select2-search input:focus {
    box-shadow: none !important;
}

.select2-results {
    margin: 5px;
    max-height: 355px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results li {
    background-image: none;
    display: list-item;
    line-height: 32px;
    list-style: none;
    margin: 0;
}

.select2-results .select2-highlighted {
    background-color: #b7b7b7; /* Primary-color */
    box-shadow: none;
}

.select2-results .select2-result-label {
    padding: 0 7px 0;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #b7b7b7; /* Primary-color */
    border-color: #b7b7b7; /* Primary-color */
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

a.select2-search-choice-close {
    opacity: .3;
}

.select2-container-multi .select2-choices {
    border: 0;
    border-bottom: 2px solid #ccc;
}

/*new*/
.select2-container {
    min-width: 130px !important;
}



.select2-container .select2-choice {
    font-weight: normal;
    height: auto;
    line-height: normal;
}

.select2-container-active {    
    border-bottom: 2px solid #ccc;
}

.select2-search {
    display: none;
}

.select2-drop {
    width: auto !important;
    min-width: 125px;
}


.select2-container.Not_Valid .select2-choice {
    border: none;
}

.select2-container.Not_Valid {
    border-radius: 2px;
    border-bottom: 2px solid #BB2A2E;
}



.Header_DropDown .select2-container,
.Header_DropDown .select2-container.select2-container-active,
.MobileHeader_DropDown .select2-container,
.MobileHeader_DropDown .select2-container.select2-container-active {
    border: none;
}

.Header_DropDown .select2-container {
    max-width: 100%;
}

.MobileHeader_DropDown .select2-container {
    max-width: 300px;
}

.MobileHeader_DropDown .select2-container .select2-choice span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.phone .select2-drop {
    font-size: 14px;
    max-width: 85%;
    text-transform: uppercase;    
}

.phone .select2-results .select2-result-label {
    padding: 7px;
    line-height: 20px;
}


.phone .select2-container .select2-choice .select2-arrow:before {
    color: #333;
    content: "\f0d7";
    font-size: 18px;
}


.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice a:hover,
.select2-container.select2-container-disabled .select2-choice a:link:hover,
.select2-container.select2-container-disabled .select2-choice span,
.select2-container.select2-container-disabled .select2-choice span:hover {
    background-color: #F7F7F7;
    border: none;
    color: #ccc;
    cursor: not-allowed;
}


/* ToggleButton **************************/
.ToggleButton {
    background-color: #e6e6e6;
    border: 0;
    border-radius: 40px;
}

.ToggleButton.changed {
    background: #b7b7b7; /* Primary-color */
    border-color: #b7b7b7; /* Primary-color */
}

.ToggleButton_label:after {
    background: #fffdfd;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}

.ToggleButton_label:after,
.ToggleButton_label.changed:after {
    height: 18px;
    width: 18px;
}

.ToggleButton_label.changed:after {
    background: #fff;
    border-color: #b7b7b7; /* Primary-color */
    border-radius: 20px;
}

/* Calendar New **************************/
.pika-single {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.is-bound .pika-lendar {
    max-width: 275px;
}

.pika-title {
    height: 48px;
    border-radius: 4px 4px 0 0;
}

.pika-label {
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.pika-label:first-child {
    border-radius: 4px 4px 0 0;
    font-weight: bold;
} 

.pika-prev,
.pika-next {
    color: transparent;
    border: none;
}

.pika-prev:after,
.pika-next:after {
    color: #ccc;
    top: 0;
}


.ie .pika-prev:after,
.ie .pika-next:after {
    margin-top: 5px !important;
}

.pika-table {
    border-bottom: none;
}

.pika-table thead {
    background-color: #F7F7F7;
}

.pika-table th {
    color: #888;
    font-size: 12px;
    line-height: 38px;
    opacity: 1;
    border-bottom: none;
}

.pika-table th abbr[title] {
    text-decoration: none;
}

.pika-button {
    color: #777;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    border: 0;
}

.is-today .pika-button {
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #b7b7b7; /* Primary-color */
}

.is-disabled .pika-button {
    opacity: .2 !important;
    background-color: #f1f1f1;
    color: #666;
}

.is-outside-current-month .pika-button {
    opacity: .5;
}

.pika-button:hover {
    background: #ccc; /* Secondary-color */
    color: #fff;
}

.pika-table .is-disabled.is-selected .pika-button {
    background-color: #f1f1f1 !important;
}

.pika-time-section {
    background-color: white;
}

.is-selected.has-event .pika-button:after,
.is-selected.is-today.has-event .pika-button:after {
    background-color: #fff;
}

.pika-lendar .Calendar-navBtn {
    border: none;
    color: #ccc;
}

.pika-lendar .Calendar-navBtn > div {
    color: #ccc;
}

.pika-time-container {
    display: none;
}

.Calendar-day:hover,
.Calendar-bottomBar-today:hover,
.triggerTime:hover,
.triggerTimeBack:hover {
    background-color: #ccc /* Secondary-color */
}

/* pop up calendar*/
body > .Calendar-topCont .Calendar-day {
    height: 100%;
    width: 100%;
}

body > .Calendar-topCont .Calendar-day-selected,
body > .Calendar-topCont .Calendar-day-selected:hover,
body > .Calendar-topCont td:hover > .Calendar-day {
    border-radius: 20px;
    left: 0;
    line-height: 30px;
    margin-left: 0;
    margin-top: 0;
    top: 0;
}

/* Calendar days */
.Calendar-day-selected,
.Calendar-day-selected:hover,
td:hover > .Calendar-day.Calendar-day-selected {
    background: #b7b7b7; /* Primary-color */
    border-color: transparent !important;
    color: #fff !important;
}

.Calendar-day:hover {
    background: transparent;
    border-color: transparent !important;
}

td:hover > .Calendar-day {
    background-color: #ddd;
    color: #000 !important;
}

.Calendar-bottomBar {
    border-top: 1px solid #ccc;
}

.Calendar-prevMonth,
.Calendar-prevYear {
    border-right: none;
}

.Calendar-nextMonth,
.Calendar-nextYear {
    border-left: none;
}

/* Responsive Context **************************/
.phone :not(.NoResponsive) > .ButtonGroup .ButtonGroup_button.Button,
.phone :not(.NoResponsive) > .ButtonGroup .ButtonGroup_button a.Button {
    border-bottom-width: 0;
    border-left: 1px solid #fff;
    border-right-width: 1px;
    box-shadow: none;
    text-align: center;
    width: 100%;
}

.phone :not(.NoResponsive) > .ButtonGroup .ButtonGroup_button.Button:first-child {
    border-radius: 19px 19px 0 0;
}

.phone :not(.NoResponsive) > .ButtonGroup .ButtonGroup_button.Button:last-child {
    border-bottom-width: 1px;
    border-radius: 0 0 19px 19px;
}

.phone .NoResponsive > .ButtonGroup.ButtonGroup2 .ButtonGroup_button.Button {
    width: 50%;
}

.phone .NoResponsive > .ButtonGroup.ButtonGroup3 .ButtonGroup_button.Button {
    width: 33.33%;
}

.phone .NoResponsive > .ButtonGroup.ButtonGroup4 .ButtonGroup_button.Button {
    min-width: 60px;
    width: 25%;
}

.phone .NoResponsive > .ButtonGroup.ButtonGroup5 .ButtonGroup_button.Button {
    min-width: 46px;
    width: 20%;
}

.phone .NoResponsive {
    position: relative;
}

.phone .NoResponsive > .ButtonGroup .ButtonGroup_button.Button:first-child {
    border-bottom-left-radius: 30px;
}

.phone .NoResponsive > .ButtonGroup .ButtonGroup_button.Button:last-child {
    border-top-right-radius: 30px;
}

/*------------------------------------------------------------*/
/* 7.3 SILK Patterns > Data ***********************************/
/*------------------------------------------------------------*/

/* Badge **************************/
.Badge {
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    min-width: 30px;
    padding: 1px 0;
}

.IconBadge_number {
    background-color: #b7b7b7; /* Primary-color */
    border: 0;
    border-radius: 20px;
    left: 15px;
    line-height: 18px;
    min-width: 30px;
    position: absolute;
    text-shadow: none;
    top: -10px;
}

/* Counter **************************/
.Counter {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
    box-sizing: content-box;
    padding: 20px;
    text-align: center;
}

.Counter_number {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.Counter_label {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 5px;
}

/* ProgressBar **************************/
.Progress {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 18px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.Progress_bar.Blue {
    background-color: #b7b7b7; /* Primary-color */
}

.Progress.Small {
    border-radius: 22px;
    height: 20px;
    padding: 2px;
}

.Progress.Medium {
    border-radius: 22px;
    font-size: 10px;
    height: 28px;
    padding: 3px;
}

.Progress.Large {
    border: 1px solid #d3d7da;
    border-radius: 22px;
    box-shadow: none;
    font-size: 20px;
    height: 44px;
    padding: 4px;
}

.Progress_bar {
    border-radius: 22px;
    box-shadow: none;
    color: #fff;
    display: table;
    height: 100%;
    text-align: center;
    -webkit-transition: width .6s ease;
            transition: width .6s ease;
}

.Progress span {
    display: table-cell;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}


/* Tile **************************/
.Tile {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
    text-align: center;
}

.TileIcon_icon,
.TileNumber_number,
.TileIconText_icon {
    color: #b7b7b7; /* Primary-color */
}

.TileNumber_number,
.TileNumber_text {
    color: #b7b7b7; /* Primary-color */
    font-size: 40px;
    font-weight: 400;
}

.TileNumber_text {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

/* UserInitials **************************/
.UserInitials,
.UserInitials.Small {
    background-color: transparent;
    border: solid 2px transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 20px;
    line-height: 18px;
    width: 20px;
}

.UserInitials span,
.UserInitials.Small span {
    bottom: 2px;
    font-size: 8px;
    font-weight: bold;
    position: relative;
}

.UserInitials.Medium {
    height: 40px;
    width: 40px;
}

.UserInitials.Medium span {
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
}

.UserInitials.Large {
    height: 80px;
    width: 80px;
}

/* UserInitials: Colors **************************/
.UserInitials.Black {
    background-color: transparent;
    border-color: #131819;
    color: #333;
}

.UserInitials.Blue {
    background-color: transparent;
    border-color: #b7b7b7; /* Primary-color */
    color: #333;
}

.UserInitials.DarkBlue {
    background-color: transparent;
    border-color: #194968;
    color: #333;
}

.UserInitials.DarkPlum {
    background-color: transparent;
    border-color: #970263;
    color: #333;
}

.UserInitials.DarkRed {
    background-color: transparent;
    border-color: #b10000;
    color: #333;
}

.UserInitials.Gray {
    background-color: transparent;
    border-color: #707070;
    color: #333;
}

.UserInitials.Green {
    background-color: transparent;
    border-color: #388e3c;
    color: #333;
}

.UserInitials.LightGreen {
    background-color: transparent;
    border-color: #64be68;
    color: #333;
}

.UserInitials.Orange {
    background-color: transparent;
    border-color: #ff9f00;
    color: #333;
}

.UserInitials.Plum {
    background-color: transparent;
    border-color: #c32b87;
    color: #333;
}

.UserInitials.Red {
    background-color: transparent;
    border-color: #d01a1a;
    color: #333;
}

.UserInitials.Silver {
    border-color: #ccc;
    color: #333;

    bbackground-color: transparent;
}

.UserInitials.Transparent {
    background-color: transparent;
    border-color: transparent;
    color: 333;
}

.UserInitials.Turquoise {
    background-color: transparent;
    border-color: #00b0c1;
    color: #333;
}

.UserInitials.White {
    background-color: transparent;
    border-color: #fff;
    color: #333;
}

.UserInitials.Yellow {
    background-color: transparent;
    border-color: #ffce00;
    color: #333;
}

/*------------------------------------------------------------*/
/* 7.4 SILK Patterns > Layout *********************************/
/*------------------------------------------------------------*/

/* SILK Patterns > Layout Popup */
.MainPopup {
    background-color: #fff;
    display: table-cell;
    padding: 14px 16px;
    vertical-align: top;
}

.MainPopup .Button.ThemeGrid_MarginGutter {
    margin-left: 10px;
}

/*------------------------------------------------------------*/
/* 7.6 SILK Patterns > Navigation *****************************/
/*------------------------------------------------------------*/

/* Breadcrumbs **************************/
.BreadcrumbsContainer {
    min-height: 25px;
}

.phone .BreadcrumbsContainer {
    display: none;
}

.Breadcrumbs {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.Breadcrumbs a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

/*.Title_Section .Breadcrumbs,
.Title_Section .Breadcrumbs a {
    color: #fff;
}*/

.Breadcrumbs a:hover, .Breadcrumbs a:link:hover {
    color: #fff !important;
}

.Breadcrumbs div {
    text-transform: uppercase;
    
}

.ie7 .Breadcrumbs a,
.ie8 .Breadcrumbs a {
    width: 100%;
}

.phone .Breadcrumbs div:first-child span {
    display: none;
}

.Breadcrumbs .fa-long-arrow-right:before {
    content: "→";
}

.Breadcrumbs .fa {
    margin: 0 4px;
}

/* NavigationBar **************************/
.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
    margin: 10px 15px;
    padding: 0;
    position: relative;
    font-weight: bold;
    color: #333333;
}

.NavigationBar a, .NavigationBar a:link, .NavigationBar a:visited {
    font-weight: bold;
    color: #333333;
}

.phone .NavigationBar a, .phone .NavigationBar a:link, .phone .NavigationBar a:visited {
     padding: 0;
    display: block;
    margin: 25px 0px;
}

.phone .NavigationBar a {  
  padding-left: 15px !important;
}

.NavigationBar a:first-child {
    margin-left: 0;
}

.phone .NavigationBar a:first-child {
    margin-top: 15px !important;
}

.NavigationBar a:before,
.NavigationBar a.Active:before,
.NavigationBar a.Active:not(.ie7)::before,
.NavigationBar a.Active:not(.ie8)::before {
    background-color: #707070;
    background-color: #b7b7b7; /* Primary-color */
    bottom: -5px;
    content: "";
    height: 4px;
    position: absolute;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
    width: 100%;
}

.phone .NavigationBar a:before, .phone .NavigationBar a.Active:before, .phone .NavigationBar a.Active:not(.ie7)::before, .phone .NavigationBar a.Active:not(.ie8)::before {
    bottom: -1px;
    height: 30px;
    width: 4px;
}

.NavigationBar a:after {
    display: none;
}

.NavigationBar a:before {
    visibility: hidden;
}

.NavigationBar a.Active:before,
.NavigationBar a:hover:before,
.NavigationBar a.Active:not(.ie7)::before,
.NavigationBar a.Active:not(.ie8)::before {
    border: none;
    left: 0;
    margin: 0;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 200ms ease-in-out 100ms;
            transition: all 200ms ease-in-out 100ms;
    visibility: visible;
}

.NavigationBar .ListRecords span a, .NavigationBar .ListRecords span a:link, .NavigationBar .ListRecords span a:visited {
margin: 10px 15px;
}
.NavigationBar .ListRecords span:first-child a {
margin-left: 0 !important;
}

/* TabsClient **************************/
.Tabs {
    border-color: #dadbde;
}

.Tabs_body {
    background-color: #fff;
}

.Tabs__tab {
    background-color: #e6e7eb;
    border: 0;
    border-left: solid 1px #fff;
    border-top: solid 1px #dadbde;
    color: #79868a;
}

.Tabs__tab.active {
    border-top: solid 1px #dadbde;
    color: #384142;
}

/* NavigationBar: Horizontal **************************/
.NavigationBar .InlineDropdown .InlineDropdown_icon {
    display: inline;
}

.NavigationBar a.InlineDropdown {
    cursor: pointer;
}

.InlineDropdown_icon .fa-caret-down:before {
    content: "\f107";
}

/* SectionIndex **************************/

.SectionIndex.vertical a {
    border-color: transparent;
    border-width: 4px;
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: #b7b7b7; /* Primary-color */
}

.SectionIndex a.active,
.SectionIndex a:hover {
    color: #b7b7b7; /* Primary-color */
}

/* Wizard ******************************/
.WizardStep.ActiveStep {
    background-color: #b7b7b7; /* Primary-color */
}

.WizardParent {
    border-radius: 4px;
}

.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:link {
    color: #fff;
}

.WizardStep.Past {
    background-color: #f7f7f7;
}

.WizardStep.Past a,
.WizardStep.Past a:link {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.WizardStep a,
.WizardStep a:link {
    text-decoration: none;
}

.WizardStep a,
.WizardStep a:link,
.WizardStep a[disabled="disabled"],
.WizardStep a[disabled="disabled"]:hover {
    color: #333;
}

.WizardStep:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.WizardStep:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.WizardStep.Past:before {
    border-bottom-color: #f7f7f7;
    border-top-color: #f7f7f7;
}

.WizardStep.ActiveStep:before {
    border-bottom-color: #b7b7b7; /* Primary-color */
    border-top-color: #b7b7b7; /* Primary-color */
}

.WizardStep:after {
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    content: "";
    height: 38px;
    position: absolute;
    right: 8px;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 38px;
    z-index: 1;
}

/*------------------------------------------------------------*/
/* 7.7 SILK Patterns > Structure ******************************/
/*------------------------------------------------------------*/

/* Gallery ***************************/
.Gallery .GalleryWrapper {
    margin-left: -10px;
}

.Gallery .GalleryItem > span {
    display: block;
}

.Gallery .GalleryItem {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
}

.SmallRightColumns > .Column.ColFirst {
    width: 75%;
}

.SmallRightColumns > .Column.ColLast {
    width: 25%;
}

/*------------------------------------------------------------*/
/* 7.8 SILK Patterns > Utilities ******************************/
/*------------------------------------------------------------*/

/* File Upload **************************/
.FileUpload {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
}

.FileUpload_Label {
    color: #707070;
    font-size: 18px;
    line-height: 32px;
    padding: 0 20px;
}

.FileUpload_Button > .Button.Is_Default {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    line-height: 31px;
    min-width: 120px;
    padding: 0;
}

.phone .FileUpload_Label,
.tablet .FileUpload_Label {
    line-height: 32px;
}

/*------------------------------------*\
      $8. Usefull Classes
\*------------------------------------*/

/*------------------------------------------------------------*/
/* 8.1 Usefull Classes > Text Classes *************************/
/*------------------------------------------------------------*/

.Heading1 {
    color: #333;
    font-size: 38px;
    font-weight: 600;
    line-height: 34px;
}

.Heading2 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
}

.Heading3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.Heading3A {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.Heading4 {
    color: #333;
    font-size: 16px; /*18px*/
    font-weight: bold;
    line-height: 20px;
}

.Text_Note {
    color: #707070;
    font-size: 14px;
}

/*------------------------------------------------------------*/
/* 8.2 Usefull Classes > Buttons ******************************/
/*------------------------------------------------------------*/

.Button,
a.Button {
    background-color: #fff;
    border: 2px solid #b7b7b7; /* Primary-color */
    border-radius: 26px;
    box-shadow: none;
    color: #b7b7b7; /* Primary-color */
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    line-height: 50px;
    min-width: 150px;
    margin-left: 0;
}

.desktop .Button:hover,
.desktop a.Button:hover,
.desktop a.Button:link:hover, 
.desktop a.Button:visited:hover,
.Button:hover,
a.Button:hover,
a.Button:link:hover, 
a.Button:visited:hover {    
    background-color: #c7c7c7; /* Secondary-color */
    border-color: #c7c7c7; /* Secondary-color */
    color: #fff !important;
}

.Button:hover:active,
a.Button:hover:active {
    background-color: #b7b7b7; /* Primary-color */
    border-color: #b7b7b7; /* Primary-color */
    box-shadow: none;
    color: #fff !important;
}

.Button.Success {
    background-color: #82b718;
    border-color: #82b718;
    color: #fff;
}

.desktop .Button.Success:hover,
.desktop a.Button.Success:hover {
    background-color: #acd65a !important;
    border-color: #acd65a !important;
    color: #fff !important;
}

.Button.Success:hover:active,
a.Button.Success:hover:active {
    background-color: #acd65a !important;
    border-color: #acd65a !important;
    box-shadow: none;
    color: #fff !important;
}

.Button.Warning {
    background-color: #ff9f00;
    border-color: #ff9f00;
    color: #fff;
}

.desktop .Button.Warning:hover,
.desktop a.Button.Warning:hover {
    background-color: #fbae2e !important;
    border-color: #fbae2e !important;
    color: #fff !important;
}

.Button.Warning:hover:active,
a.Button.Warning:hover:active {
    background-color: #fbae2e !important;
    border-color: #fbae2e !important;
    box-shadow: none;
    color: #fff !important;
}

.Button.Cancel {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.desktop .Button.Cancel:hover,
.desktop a.Button.Cancel:hover {
    background-color: #fff !important;
    border-color: #333 !important;
    color: #333 !important;
}

.Button.Cancel:hover:active,
a.Button.Cancel:hover:active {
    background-color: #fff;
    border-color: #ccc !important;
    box-shadow: none !important;
    color: #333 !important;
}

.Button.Danger {
    background-color: #e62501;
    border-color: #e62501;
    color: #fff;
}

.desktop .Button.Danger:hover,
.desktop a.Button.Danger:hover {
    background-color: #d01212 !important;
    border-color: #d01212 !important;
    color: #fff !important;
}

.Button.Danger:hover:active,
a.Button.Danger:hover:active {
    background-color: #d01212 !important;
    border-color: #d01212 !important;
    box-shadow: none;
    color: #fff !important;
}

.Button.Info {
    background-color: #009bd0;
    border-color: #009bd0;
    color: #fff;
}

.desktop .Button.Info:hover,
.desktop a.Button.Info:hover {
    background-color: #008dd1 !important;
    border-color: #008dd1 !important;
    color: #fff !important;
}

.Button.Info:hover:active,
a.Button.Info:hover:active {
    background-color: #008dd1 !important;
    border-color: #008dd1 !important;
    box-shadow: none;
    color: #fff !important;
}

/* Default Action Button **************************/
.desktop .Button.ButtonDefault,
.desktop .Button.Is_Default,
.Button.ButtonDefault,
.Button.Is_Default,
input.Button.Is_Default {
    background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#888)); /* Primary-color */
    background: -webkit-linear-gradient(left, #b7b7b7 0%, #888 100%); /* Primary-color */
    background:      -o-linear-gradient(left, #444 0%, #888 100%); /* Primary-color */
    background:         linear-gradient(90deg, #b7b7b7 0%, #888 100%); /* Primary-color */
    border-color: transparent;
    /*border: none;*/
    color: #fff;
}

.Button.ButtonDefault:hover,
.Button.Is_Default:hover,
a.Button.Is_Default:hover,
.desktop .Button.ButtonDefault:hover,
.desktop .Button.Is_Default:hover,
.desktop a.Button.Is_Default:hover,
.desktop input.Button.Is_Default:hover {
    background: none;
    background-color: #c7c7c7; /* Secondary-color */
    border-color: transparent;
    color: #fff;
}

.Button.ButtonDefault:hover:active,
.Button.Is_Default:hover:active,
a.Button.Is_Default:hover:active,
input.Button.Is_Default:active {
    background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#888)); /* Primary-color */
    background: -webkit-linear-gradient(left, #b7b7b7 0%, #888 100%); /* Primary-color */
    background:      -o-linear-gradient(left, #444 0%, #888 100%); /* Primary-color */
    background:         linear-gradient(90deg, #b7b7b7 0%, #888 100%); /* Primary-color */
    border-color: transparent;
    color: #fff;
}

a.Button.Link,
.Button.Link {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.desktop .Button.Link:hover,
.desktop a.Button.Link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.Button.Link:hover:active,
a.Button.Link:hover:active,
.Button.Link:focus,
a.Button.Link:focus {
    background-color: #f7f7f7;
    border-color: F7F7F7;
    box-shadow: none;
    color: #333;
}

.Button.Small,
.Panel__Actions .Button,
.Section_Actions .Button,
.Button.Small.Is_Default {
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Styles for Disabled Buttons  */
.Button[disabled],
.Button:disabled,
.Button.Is_Default[disabled],
.Button.ButtonDefault[disabled],
.Button.Is_Default:disabled,
.Button.ButtonDefault:disabled,
.desktop .Button[disabled],
.desktop .Button:disabled,
.desktop .Button.Is_Default[disabled],
.desktop .Button.ButtonDefault[disabled],
.desktop .Button.Is_Default:disabled,
.desktop .Button.ButtonDefault:disabled,
.Button.Danger[disabled],
.Button.Danger:disabled,
.Button.Success[disabled],
.Button.Success:disabled,
.Button.Cancel[disabled],
.Button.Cancel:disabled {
    color: #ccc;
    border: 1px solid #E6E6E6;
    background: none;
    background-color: #F7F7F7;
}

.Button.Link[disabled],
.Button.Link:disabled {
    background-color: transparent;
    color: #ccc;
}

.desktop .Button.Is_Default[disabled]:hover,
.desktop .Button.Is_Default:disabled:hover,
.desktop .Button[disabled]:hover,
.desktop .Button:disabled:hover,
.desktop .Button.Cancel[disabled]:hover,
.desktop .Button.Cancel:disabled:hover,
.desktop .Button.Danger[disabled]:hover,
.desktop .Button.Danger:disabled:hover,
.desktop .Button.Success[disabled]:hover,
.desktop .Button.Success:disabled:hover {
    color: #ccc;
    border: 1px solid #E6E6E6;
    background: none;
    background-color: #F7F7F7;
    box-shadow: none;
}

.Button.Loading:before,
.Button.Loading[disabled]:before,
.Button.Loading:disabled:before {
    background-image: url(/WebPatterns/img/loading_lisbon_white.gif?4323&45);
}

.Button.Is_Default.Loading:before,
.Button.Is_Default.Loading[disabled]:before,
.Button.Is_Default.Loading:disabled:before,
.Button.ButtonDefault.Loading:before,
.Button.ButtonDefault.Loading[disabled]:before,
.Button.ButtonDefault.Loading:disabled:before {
    background-image: url(/WebPatterns/img/loading_lisbon_white.gif?4323&45);
}

/* Responsive Context **************************/
.phone .Button,
.tablet .Button,
.phone a.Button,
.tablet a.Button {
    height: 52px;
    line-height: 38px;
    width: 100%;
    text-decoration: none;
}

.phone a.Button span.fa {
    font-size: 18px;
    margin-top: 8px;
}

/*
.phone input.Button:focus,
.tablet input.Button:focus,
.phone input.Button,
.tablet input.Button {
    height: 40px;
    line-height: 38px;
}*/

.phone .Button.Small,
.tablet .Button.Small {
    height: 32px;
    line-height: 32px;
}

/*------------------------------------------------------------*/
/* 8.3 Usefull Classes > Background Colors ********************/
/*------------------------------------------------------------*/

.PrimaryColor {
    background-color: #b7b7b7; /* Primary-color */
    color: #fff;
}

.SecondaryColor {
    background-color: #c7c7c7; /* Secondary-color */
    color: #fff;
}

.PrimaryTextColor {
    color: #b7b7b7; /* Primary-color */
}

.SecondaryTextColor {
    color: #c7c7c7; /* Secondary-color */
}

.Black {
    background-color: #333;
    color: #fff;
}

.Blue {
    background-color: #223368;
    color: #fff;
}

.DarkBlue {
    background-color: #121c53;
    color: #fff;
}

.DarkPlum {
    background-color: #37285c;
    color: #fff;
}

.DarkRed {
    background-color: #c0392b;
    color: #fff;
}

.Gray {
    background-color: #707070;
    color: #fff;
}

.Green {
    background-color: #72bc30;
    color: #fff;
}

.LightGreen {
    background-color: #2ecc71;
    color: #fff;
}

.Orange {
    background-color: #ff9f00;
    color: #fff;
}

.Plum {
    background-color: #9b59b6;
    color: #fff;
}

.Red {
    background-color: #cf2c00;
    color: #fff;
}

.Silver {
    background-color: #ccc;
    color: #000;
}

.Turquoise {
    background-color: #1abc9c;
    color: #fff;
}

.White {
    background-color: #fff;
    color: #000;
}

.Yellow {
    background-color: #f1c40f;
    color: #fff;
}




/* Counter & Tile */
.Counter.Black,
.Tile.Black {
    background-color: #333;
    border: none;
    color: #fff;
}

.Counter.Blue,
.Tile.Blue {
    background-color: #223368;
    border: none;
}

.Counter.DarkBlue,
.Tile.DarkBlue {
    background-color: #121c53;
    border: none;
}

.Counter.DarkPlum,
.Tile.DarkPlum {
    background-color: #37285c;
    border: none;
}

.Counter.DarkRed,
.Tile.DarkRed {
    background-color: #b10000;
    border: none;
}

.Counter.Gray,
.Tile.Gray {
    background-color: #707070;
    border: none;
}

.Counter.Green,
.Tile.Green {
    background-color: #72bc30;
    border: none;
}

.Counter.LightGreen,
.Tile.LightGreen {
    background-color: #64be68;
    border: none;
}

.Counter.Orange,
.Tile.Orange {
    background-color: #ff9f00;
    border: none;
}

.Counter.Plum,
.Tile.Plum {
    background-color: #c32b87;
    border: none;
}

.Counter.Red,
.Tile.Red {
    background-color: #cf2c00;
    border: none;
}

.Counter.Silver,
.Tile.Silver {
    background-color: #ccc;
    border: none;
}

.Counter.Transparent,
.Tile.Transparent {
    background-color: transparent;
    border: none;
}

.Counter.Turquoise,
.Tile.Turquoise {
    background-color: #00b0c1;
    border: none;
}

.Counter.White,
.Tile.White {
    background-color: #fff;
    border: none;
    color: #333;
}

.Counter.Yellow,
.Tile.Yellow {
    background-color: #ffce00;
}

.Label {
    border-radius: 12px;
}

/*------------------------------------------------------------*/
/* 8.4 Usefull Classes > Text Colors **************************/
/*------------------------------------------------------------*/

.Page .Text_black {
    color: #000;
}

.Page .Text_blue {
    color: #004bff;
}

.Page .Text_darkblue {
    color: #121c53;
}

.Page .Text_darkplum {
    color: #37285c;
}

.Page .Text_darkRed {
    color: #c0392b;
}

.Page .Text_gray {
    color: #333;
}

.Page .Text_green {
    color: #72bc30;
}

.Page .Text_lightGreen {
    color: #2ecc71;
}

.Page .Text_orange {
    color: #ff9f00;
}

.Page .Text_plum {
    color: #9b59b6;
}

.Page .Text_red {
    color: #e74c3c;
}

.Page .Text_silver {
    color: #959ea4;
}

.Page .Text_turquoise {
    color: #1abc9c;
}

.Page .Text_white {
    color: #fff;
}

.Page .Text_yellow {
    color: #f1c40f;
}

/*------------------------------------*\
      $9. Custom Classes
\*------------------------------------*/

/* BottomMenu **************************/
.BottomMenu_wrapper {
    background-color: transparent;
    border-color: transparent;
}

.BottomMenu_wrapper a,
.BottomMenu_item {
    background-color: #fff;
    height: 60px;
}

.BottomMenu_item.active {
    background-color: #b7b7b7; /* Primary-color */
}

.BottomMenu_item.active span.fa,
.BottomMenu_item.active span.fa:before {
    color: #fff;
}

.BottomMenu_wrapper a span.fa,
.BottomMenu_item span.fa {
    color: #333;
}

.BottomMenu_wrapper a span.fa:before,
.BottomMenu_item span.fa:before {
    color: #959ea4;
}

/* Search_wrapper - Placeholders Search input **************************/
.Search_wrapper ::-webkit-input-placeholder {
    color: #959ea4 !important;
    font-size: 14px;
}

.Search_wrapper :-moz-placeholder {
    color: #959ea4 !important;
    font-size: 14px;
}

.Search_wrapper ::-moz-placeholder {
    color: #959ea4 !important;
    font-size: 14px;
}

.Search_wrapper :-ms-input-placeholder {
    color: #959ea4 !important;
    font-size: 14px;
}

/* Scaffolding buttons ***************************/
a.ActionAdd,
a.ActionAdd:link,
a.ActionAdd:visited,
a.ActionEdit,
a.ActionEdit:link,
a.ActionEdit:visited,
a.ActionDelete,
a.ActionDelete:link,
a.ActionDelete:visited,
a.ActionChange,
a.ActionChange:link,
a.ActionChange:visited {
    background-color: #fff;
    border: 1px solid #b7b7b7; /* Primary-color */
    border-radius: 50px;
    box-shadow: none;
    color: #b7b7b7; /* Primary-color */
    display: inline-block;
    line-height: 44px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
}

.desktop a.ActionAdd:hover,
.desktop a.ActionAdd:hover:visited,
.desktop a.ActionAdd:link:hover,
.desktop a.ActionEdit:hover,
.desktop a.ActionEdit:link:hover,
.desktop a.ActionEdit:link:visited,
.desktop a.ActionDelete:hover,
.desktop a.ActionDelete:hover:visited,
.desktop a.ActionDelete:link:hover,
.desktop a.ActionChange:hover,
.desktop a.ActionChange:hover:visited,
.desktop a.ActionChange:link:hover {
    background-color: #fff;
    border-color: #b7b7b7; /* Primary-color */
    color: #b7b7b7; /* Primary-color */
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #fff;
    border-color: #b7b7b7; /* Primary-color */
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .4);
    color: #b7b7b7; /* Primary-color */
}

/* Responsive Context **************************/

.tablet .Login_Info_Logout:before,
.phone .Login_Info_Logout:before {
    font-size: 20px;
}

.tablet .Login_Info,
.phone .Login_Info {
    /*text-align: center;*/
    width: 100%;
}

.phone .Login_Info a,
.phone .Login_Info a:link,
.phone .Login_Info a:visited,
.tablet .Login_Info a,
.tablet .Login_Info a:link,
.tablet .Login_Info a:visited {
    font-size: 16px;
    font-weight: 600;
}

.tablet .LoginInfo_username{
    text-align: center;
    width: 100%;
}

.phone .LoginInfo_username {
    /*margin-right: 15px;*/
    width: 100%;
    margin: 0px;
}

.tablet .Application_Menu .Others_Menu .Login_Info a,
.phone .Application_Menu .Others_Menu .Login_Info a {
    background-color: transparent;
    color: #fff;
    display: inline;
    padding-right: 12px;
}

.SubMenuUser {
    margin-left: 20px;
}


/**** Login Page using Digital Layout ****/
.LoginPage {
}

.LoginPage .Title_Section {
    min-height: 521px;
}

.LoginPage .phone .Title_Section {
    min-height: 221px;
}


.LoginPage .BreadcrumbsContainer {
    display: none;
}

.LoginPage .phone .BreadcrumbsContainer {
    display: block;
}

.LoginPage .MainContent {
    padding: 30px 5px;
    line-height: normal;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.Login_TopLinks {
    text-align: left;
    font-size: 14px;
}

.Login_TitleText {
    color: #FFF;
    font-size: 38px;
    font-weight: bold;
    line-height: 51px;
    padding-top: 15px;
}

.Login_SubText {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 8px;
}

.phone .Login_SubText {
    text-align: center;
}

.LoginCardHolder {
    margin-top: 10px;
}


/* Dashboard ***********************/
html .Dashboard .Title_Section .ThemeGrid_Container {
    max-width: 85%;
    padding: 0 20px;
}

html .phone.Dashboard .Content .ThemeGrid_Container {
    width:100%;
    padding: 50px 0 0;
    position: relative;
}

.Dashboard .Title_Section {
    background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#888)); /* Primary-color */
    background: -webkit-linear-gradient(left, #b7b7b7 0%, #888 100%); /* Primary-color */
    background:      -o-linear-gradient(left, #444 0%, #888 100%); /* Primary-color */
    background:         linear-gradient(90deg, #b7b7b7 0%, #888 100%); /* Primary-color */
    min-height: 376px;
    z-index: -1;
}

.Dashboard .MainContent {
    margin-top: -230px;
    padding-top: 15px;
}

.Dashboard  .Title {
    margin-top: 18px;
}

.Dashboard  .Title_TitleText {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
}

.Dashboard  .Title_SubText {
    text-shadow: 0 2px 4px rgba(0,0,0,.1);
    font-size: 18px;
    font-weight: 600;
}

.phone.Dashboard .Title_SubText {
    font-size: 16px;
    color: #9B9B9B;
    text-shadow: none;
}

.phone.Dashboard .Title_TitleText {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color: #4A4A4A;
    margin-top: 20px;
}

.phone.Dashboard .Title_Section { 
    z-index: auto;
    padding: 75px 0px 0px;
}

.phone.Dashboard .Title_Section:before, .phone.Dashboard .Title_Section:after {
    border-width: 0;
}


/* DashboardPlain ***********************/

.DashboardPlain .Title_Section {
    background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#888));  /* Primary-color */
    background: -webkit-linear-gradient(left, #b7b7b7 0%, #888 100%);  /* Primary-color */
    background:      -o-linear-gradient(left, #444 0%, #888 100%);  /* Primary-color */
    background:         linear-gradient(90deg, #b7b7b7 0%, #888 100%);  /* Primary-color */
    background-clip: content-box;
    box-sizing: unset;
    color: #fff;
    display: inline-block;
    height: 180px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 29%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    text-decoration: none;
    top: 105px;
    width: 100%;
}

.DashboardPlain .Title_Section:before {
    background: -webkit-gradient(linear, left top, right top, from(#b7b7b7), to(#888));  /* Primary-color */
    background: -webkit-linear-gradient(left, #b7b7b7 0%, #888 100%);  /* Primary-color */
    background:      -o-linear-gradient(left, #444 0%, #888 100%);  /* Primary-color */
    background:         linear-gradient(90deg, #b7b7b7 0%, #888 100%);  /* Primary-color */
    box-shadow: inset 0 3px 6px rgba(0,0,0,.3), inset 0 -3px 3px rgba(0,0,0,.1);  /* Primary-color */
    content: "";
    left: 0;
    padding-bottom: 50%;
    position: absolute;
    top: 210px;
    -webkit-transform: rotate(-30deg) skewX(30deg);
        -ms-transform: rotate(-30deg) skewX(30deg);
            transform: rotate(-30deg) skewX(30deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 57.7%;
    z-index: -1;
}

.DashboardPlain .Title_Section .Title {
    padding-top: 50px;
}

.DashboardPlain .Title_Section + .ThemeGrid_Container {
    position: relative;
    top: 200px;
}



/*------------------------------------*\
      $10. Custom Patterns
\*------------------------------------*/


/**** Login Card ****/
.LoginCard.Card {
    border-radius: 12px;
    background-color: #F7F7F7;   
    color: #707070;
    padding: 25px 30px;
    line-height: normal;
    height: 435px;
    min-width: 290px;
    max-width: 400px;
    text-align: left;
    
    
    
}

.phone .LoginCard {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}


.LoginCard label {
}

.LoginCard .fa {
    color: #ccc;
    font-size: 26px;
}

.LoginCard_Title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 26px;
    color: #000;    
}


.phone .LoginCard_Title {
    text-align: center;
}

.LoginCard_Text { 
    line-height: 20px;
    margin-bottom: 20px;
}

.LoginCard_Username {
    height: 86px;    
    line-height: 34px;
}

.LoginCard_Password {
    height: 135px;    
    line-height: 34px;
}

.LoginCard_Username input[type="text"],
.LoginCard_Password input[type="password"] {
    width: 85%; 
    
    
}

.phone .LoginCard_Username input[type="text"],
.phone .LoginCard_Password input[type="password"] {
    width: 100%; 
}

.LoginCard_Action {
    margin-bottom: 22px;
}


.LoginCard_Action .Button {
    min-width: 157px;
}

.LoginCard_Links {
    display: table;
    width: 100%;
}

.LoginCard_Links > a {
    display: table-row;
    line-height: 36px;    
}



.phone .LoginCard_Action,
.phone .LoginCard_Links {
    text-align: center;
    line-height: normal;
}

.ForgotLogin .LoginCard_Title {
    margin-bottom: 36px;
}

.ForgotLogin .LoginCard_Username, 
.ForgotLogin .LoginCard_Password {
    display: none;
 }
 
.ForgotLogin .LoginCard_Action {
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 66px;
    
    
    
}

.phone .ForgotLogin .LoginCard_Action {
    margin-bottom: 30px;
}


.ForgotLogin .LoginCard_Action .Button {
    min-width: 200px;
    margin-bottom: 16px;
}


/***** TopHeader/SubHeader *******/
.TopHeaderWrapper {
    background-color: #666;
}

.TopHeader {
    background-color: #666;
    height: 48px;
    padding: 10px 0;
    text-align: left;
}

.SubHeader {
    display: table;
    width: 100%;
    text-align: right;
}

.SubHeader > div {
    display: table-cell;
    vertical-align: middle;
}

.phone .TopHeaderWrapper,
.tablet .TopHeaderWrapper {
    display: none;
}

.SubHeader_Links {
    padding: 0 15px;
    width: 95%;

    
}

.phone .SubHeader_Links,
.tablet .SubHeader_Links {
    padding: 0;
    width: 100%;
}


.TopHeader a,
.TopHeader a:link,
.TopHeader a:visited {
    color: #E4E4E4;
    font-size: 14px;
    font-weight: normal;
}

.TopHeader .SubHeader_Links a,
.TopHeader .SubHeader a:link,
.TopHeader .SubHeader a:visited {
    font-size: 16px;
    padding: 15px 30px 15px 0;
    position: relative;
}

.TopHeader a:hover,
.TopHeader a:link:hover,
.TopHeader a:visited:hover {
    color: #fff !important;
}

.SubHeader_Links a:last-child:before {
    background-color: #ccc;
    content: "";
    height: 18px;
    position: absolute;
    right: 0;
    top: 18px;
    width: 2px;
}


.phone .SubHeader_Links a:last-child:before,
.tablet .SubHeader_Links a:last-child:before {
    display: none;
}

.phone .SubHeader_Links a, 
.phone .SubHeader_Links a:link, 
.phone .SubHeader_Links a:visited,
.tablet .SubHeader_Links a, 
.tablet .SubHeader_Links a:link, 
.tablet .SubHeader_Links a:visited {
    font-size: 16px;
    font-weight: 600;
}




/****/
.TopHeader .LoginInfo_username .DropdownMenu {
    left: auto;
    right: 0;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    z-index: 210;
    margin-top: 9px;
}

.TopHeader .LoginInfo_username .DropdownMenu a {
    background-color: #fff;
    color: #707070;
    display: block;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.TopHeader .LoginInfo_username .DropdownMenu a:hover {
    background-color: #b7b7b7;
    color: #fff;
}


/**** CardFooterHolder Card ****/
.CardFooterHolder {
    background-color: #fff;
    margin-top: 10px;
    padding: 0 11%;
    position: relative;
    width: 100%;
}

.phone .CardFooterHolder {
    padding: 0px 8px;
    margin-bottom: 35px;
}

.CardFooterHolder_Logo {
    margin-bottom: 42px;
    padding: 32px 0 32px 0;
    text-align: center;
}

.phone .CardFooterHolder_Logo {
    margin-bottom: 0px;
}

.CardFooterHolder_Logo Img {
    max-height: 38px;
}

.CardFooterHolder_Contents {
    margin-bottom: 60px;
}

.phone .CardFooterHolder_Contents {
    margin-bottom: 0px;
}

.CardFooterHolder_FooterNote {    
    border-top: solid 1px #ccc;
    margin-bottom: 25px;
    padding-top: 45px;
}

.phone .CardFooterHolder_FooterNote {    
    margin: 0 18px;
    padding-top: 0px;
}

.CardFooterHolder_NoteText  {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 0;
}

.phone .CardFooterHolder_NoteText  {
    font-size: 12px;
    text-align: center;    
    padding: 25px 0;
}

.phone .CardFooterHolder_SocialLinks {
    text-align: center;
}

.CardFooterHolder_SocialLinks a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #ccc;
    font-size: 19px;
    outline: none;
    text-align: center;
    margin: 0 0 0 12px;
}

.CardFooterHolder_SocialLinks a:first-child {
    margin: 0;
}




/**** CardFooterContent Cards ****/
.CardFooterContent {
    padding: 5px;
}

.phone .CardFooterContent {
    padding: 0;
}

.CardFooterContent_Title.Heading3 {
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
}

.phone .CardFooterContent_Title.Heading3 {
    font-size: 18px;
    margin-top: 20px;
}

.CardFooterContent_Content {
    margin-top: 0;
    padding-top: 0;
}

.CardFooterContent_Content a {
    display: block;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
}


.phone .CardFooterContent_Content {
    font-size: 16px;
}


.phone .CardFooterContent_Content a {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 24px;
}

/**** CustomNavigator Card ****/
.CustomNavigator a {
    padding: 14px;
    position: relative;
}

.CustomNavigator a:last-child:before {
    border: none;
}

.CustomNavigator a:before,
.CustomNavigator .ListRecords span a:before {
    /* border-right: 1px solid #e6e6e6; */
    border-right: 1px solid #ccc;
    content: "";
    height: 11px;
    position: absolute;
    right: 1px;
    top: 20px;
}

.CustomNavigator .ListRecords span:last-child a:before {
    border: none;
}

.CustomNavigator .ListRecords > span:first-child a {
    padding-left: 0px;
}

/**** Label Block ****/
.LabelBlock {
}

.LabelBlock_Label {
}

.LabelBlock_Text { 
}

/**** CardRightContent ****/

.CardRightContent.Card {
    padding: 20px 35px 40px;
    min-height: 150px;
}

.CardRightContent {
    display: table;
    width: 100%;
}

.CardRightContent .Left {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: solid 1px #CCC;
    width: 40%;
    
    
}


.CardRightContent .Left .CardRightContent_Icon {
    color: #b7b7b7;  /* Primary-color */
    /*font-size: 400%;*/
    
    
}

.CardRightContent_Icon Img {
    height: 60px;
    width: 60px; 
    margin-bottom: 20px;
}

.CardRightContent .Right {
    display: table-cell;
    vertical-align: top;
    padding: 5px 20px 5px 40px;
    line-height: 23px;
    width: 100%;

    
}

.phone .CardRightContent .Right {
    background-color: #F7F7F7 !important;
    padding: 15px 15px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*.phone .CardRightContent .Right .Button {
    margin-top: 20px;
}*/

/*
.phone .form-left > div {
    margin-top: 30px !important;
} */

.phone .Card {
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.16);
}

.phone .MobileText{
    font-size: 14px;    
}

/*
.phone .CardRightContent .Right p {
    color: #333333 !important;
} */

.phone .CardRightContent .Right span.Heading3A p {
    font-size: 18px;
}

.phone .CardRightContent .ThemeGrid_Width11 {
    width: 85%;
}

.CardRightContent .Right .CardRightContent_Title.Heading4 {
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}

.phone .CardRightContent_Title {
    font-weight: bold;
}

.CardRightContent .Right .CardRightContent_Note, 
.CardRightContent_Note a, 
.CardRightContent_Note a:link, 
.CardRightContent_Note a:visited {
    font-size: 14px;
}



.CardRightContent .Separator,
.CardRightContent .ThinSeparator {
    border-bottom: 1px solid #E6E6E6;
    margin: 10px 0;
    margin-right: 20px;
}


.phone .CardRightContent, 
.phone .CardRightContent .Left, 
.phone .CardRightContent .Right {
    display: inline-block;
    width: 100%;
}

.phone .CardRightContent .Left {
    border-right: none;
    padding: 0px 20px 20px;
}

.phone .CardRightContent .Left .CardRightContent_Icon {
    font-size: 350%;
}

.CardRightContent .LabelBlock_Label {
    font-size: 14px;
    color: #707070;
}

.CardRightContent .LabelBlock_Text {
    color: #777;
    font-size: 18px;
    font-weight: bold;  
    line-height: 32px;
}

.phone .CardRightContent.Card {
    padding: 40px 0 0;
}

.phone .CardRightContent_Content > div {
    margin-top: 0 !important;
}

.phone .CardRightContent_Content > div .Heading3A {
    padding-top: 20px !important;
    display: block;
}

/*************************\
/**** Dashboard Cards ****/

.CardDashboard {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
    border-radius: 12px;
    min-height: 310px; /*290px*/
    min-width: 260px;
    width: 268px;
    text-align: center;
    padding: 30px 15px 0px;
    margin: 10px;
}

.Dashboard .CardDashboard {
    min-width: 268px;
}

.Dashboard .CardDashboard,
.phone .CardDashboard {
    width: auto;
}

.phone .CardDashboard {
    max-width: 90%;
}

.phone.Dashboard .CardDashboard {
    min-height: auto;    
    min-width: 320px;
}

.CardDashboard_Head {
    display: inline-block; 
    min-height: 170px;
    width: 100%;
}

.CardDashboard_Footer {
    min-height: 80px;
    width: 100%;
    background-color: #f7f7f7;
    display: inline-table;
    border-radius: 0 0 12px 12px;
    padding: 10px 15px;
    text-align: center;
}

.Dashboard .CardDashboard_Footer {
    min-height: 66px;
    padding: 10px 15px 2px 15px;
}

.CardDashboard_Footer .CardDashboard_Text {
    min-height: 39px;
}

.CardDashboard_Icon {    
    height: 60px;
    width: 60px;
    display: inline-block; 
    color: #b7b7b7;  /* Primary-color */
    margin-bottom: 12px;
}

.CardDashboard_Icon Img {
    /* height: 60px; */
    /* width: 60px; */
    min-height: 59px;
    min-width: 59px;
    max-height: 60px;
    max-width: 60px;
}

.CardDashboard_Title {    
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.Dashboard .CardDashboard_Title,
.LoginPage .CardDashboard_Title {
    margin-bottom: 9px;
}

.CardDashboard_Heading {    
    color: #333;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px; 
    
    
}

.CardDashboard_Status, 
.CardDashboardFooter Label {
    color: #707070;
    font-size: 12px;
    font-weight: normal;  
    line-height: 15px;
}

.CardDashboard_Text {
    color: #707070;
    font-size: 12px;  
    font-weight: normal;  
    line-height: 15px;
}

.LoginPage .CardDashboard_Text {
    font-size: 14px; 
    line-height: 20px;
}

.CardDashboard_Action {    
    display: inline-block;
}


.phone.Dashboard .CardDashboard_Action {
    display: block;
    padding-bottom: 30px;
}

.CardDashboard_Action .Button {    
    margin-top: 12px;
}

.CardDashboard_FooterNote {
    color: #707070;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
}

.CardDashboard_ExtraFooter {
    margin-top: -12px;
    padding: 13px 0 1px 0;
    border-radius: 0 0 12px 12px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(183, 183, 183, .7)), to(rgba(204, 204, 204, .7)));
    background: -webkit-linear-gradient(top, rgba(183, 183, 183, .7) 0%, (204, 204, 204, .7) 100%);
    background:      -o-linear-gradient(top, rgba(183, 183, 183, .7) 0%, rgba(204, 204, 204, .7) 100%);
    background: linear-gradient(46.36deg, rgba(183, 183, 183, .7) 0%, rgba(204, 204, 204, .7) 100%);
}

.CardDashboard_ExtraFooter:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(183, 183, 183, 1)), to(rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(183, 183, 183, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background:      -o-linear-gradient(top, rgba(183, 183, 183, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(46.36deg, rgba(183, 183, 183, 1) 0%, rgba(204, 204, 204, 1) 100%);
}

.CardDashboard_ExtraFooter a,
.CardDashboard_ExtraFooter a:hover,
.CardDashboard_ExtraFooter a:link,
.CardDashboard_ExtraFooter a:link:hover {
    color: #333 !important;
    display: block;
    line-height: 32px;
}

.SmallHeading .CardDashboard_Icon {
    margin: 10px 0 15px 0;
}

.SmallHeading .CardDashboard_Heading {
    font-size: 18px;
    font-weight: bold;  
    line-height: 20px;
}

.CardDashboard .tooltipstered .fa {
    color: #ccc;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 2px;
}

/**** Dashboard Simple Card ****/
.CardDashboardSimple.CardDashboard {
    box-shadow: none;
    border: 1px solid #DADBDE;    
    width: 297px;   
    min-height: 290px;
}

.CardDashboardSimple .CardDashboard_Heading {
    padding: 5px 0 17px 0;
}

/**** Dashboard Action Card ****/

.CardDashboardAction .CardDashboard_Head {
    min-height: 187px;
    line-height: 32px;
}

.CardDashboardAction .CardDashboard_Heading {    
    line-height: 34px;
}

.CardDashboardAction .CardDashboard_Icon {
    margin-bottom: 13px;
}

.CardDashboardAction .CardDashboard_Status {
    margin: 5px 0;
    padding: 0 10px;
}

/**** Dashboard Footer Card ****/
.CardDashboardFooter.CardDashboard { 
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    min-height: 290px;
}

.Dashboard .CardDashboardFooter.CardDashboard {
    min-height: 310px;
}

.CardDashboardFooter.CardDashboard:hover {
    box-shadow: none;
}

.CardDashboardFooter_TopWrapper {
    background: #FFF;
    padding-top: 22px;
    border-radius: 12px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
    
    
}

.Dashboard .CardDashboardFooter_TopWrapper {
    padding-top: 30px;
}


.phone.Dashboard .CardDashboardFooter_TopWrapper {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16);
}

.CardDashboardFooter_TopWrapper:hover {
    box-shadow: 0 3px 16px 0 rgba(0,0,0,0.5);
}

.CardDashboardFooter .CardDashboard_Head {
    min-height: 188px;
    padding-left: 15px;
    padding-right: 15px;
}

.Dashboard .CardDashboardFooter .CardDashboard_Head {
    min-height: 214px;
}

.phone.Dashboard .CardDashboardFooter .CardDashboard_Head {
    min-height: auto;    
}


a[disabled="disabled"] .CardDashboardFooter.CardDashboard, 
a[disabled="disabled"]:hover .CardDashboardFooter.CardDashboard {
    opacity: 0.35;
}

a[disabled="disabled"] .CardDashboardFooter_TopWrapper:hover {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
}


/**** Label Block ****/
.CardDashboardFooter .CardDashboard_Footer .LabelBlock {
    font-weight: 600;
}

.CardDashboardFooter .CardDashboard_Footer .LabelBlock_Label {
    font-size: 12px;
    line-height: 18px;
}

.CardDashboardFooter .CardDashboard_Footer .LabelBlock_Text { 
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

/**** Dashboard Footer Wallet Card ****/
.CardDashboardFooterWallet.CardDashboard { 
    padding-left: 0;
    padding-right: 0;
}

.CardDashboardFooterWallet.CardDashboard:hover {
    box-shadow: 0 3px 16px 0 rgba(0,0,0,0.5);
}

.CardDashboardFooterWallet .CardDashboard_Title {
    margin-bottom: 16px;
}

.CardDashboardFooterWallet .CardDashboard_Head {
    min-height: 214px;
    padding-left: 15px;
    padding-right: 15px;
}

.CardDashboardFooterWallet_ContentSet1 {
    border-bottom: 1px solid #ccc;
}

.CardDashboardFooterWallet_ContentSet1 .Buttons,
.CardDashboardFooterWallet_ContentSet2 .Buttons {
    padding: 0;
}

.CardDashboardFooterWallet_ContentSet1,
.CardDashboardFooterWallet_ContentSet2 {
    padding: 7px 0;
}

.CardDashboardFooterWallet .LabelBlock_Label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.CardDashboardFooterWallet .LabelBlock_Text {
    color: #707070;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.CardDashboardFooterWallet .CardDashboard_Footer .LabelBlock_Label {
    font-size: 14px;
    line-height: 15px;
}



/**** Title Currency ****/
.TitleCurrency {
    display: table;
    width: 100%;
    padding: 0px;
}

.TitleCurrency .Left {
    display: table-cell;
    vertical-align: top;
    width: 60%;
}

.phone .TitleCurrency .Left {
    width: 50% !important;
    float: left;
}    

.TitleCurrency .Right {
    display: table-cell;
    vertical-align: top;
        
    
}

.phone .TitleCurrency .Right {
    position: relative;
    top: -13px;    
}

.TitleCurrency .CustomNavigator a:first-child {
    padding-left: 0;
} 

.TitleCurrency_Title {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 18px;
}

.phone .TitleCurrency_Title {
font-size: 18px;    
}

.TitleCurrency_Content {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.phone .TitleCurrency_Content {
    font-size: 16px;
    padding: 26px 0 13px;
    clear: both;
}

.phone .ColorText_Text {
text-align: center !important;
    /* margin-left: 15px; */
}

.text-description .tooltipstered {
    margin-left: 15px;
    float: right;
}

.TitleCurrency .Right {
    text-align: right;
}

.TitleCurrency_Currency {
    color: #333;
    font-size: 28px;
    font-weight: bold;
}

.TitleCurrency_SubText {
    font-size: 18px;
}

/*.TitleCurrency_SubText .fa {
    color: #ccc;
    margin: 0 2px;
    font-size: 16px;
}*/


.phone .TitleCurrency,
.phone .TitleCurrency .Left,
.phone .TitleCurrency .Right {
    display: inline;
    width: 100%;
}

/**** Card Border Left ****/
.CardBorderLeftParent {
    margin: 10px;
}

.CardBorderLeftParent .CardBorderLeft.Card:before {
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 10px;
    height: calc(100% - 52px);
    border-radius: 10px;
}

.CardBorderLeftParent .CardBorderLeft.Card:hover:before {
  -moz-transition: background-color 0.6s linear;
  -o-transition: background-color 0.6s linear;
  -webkit-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
  background-color: #E55202;
}

.CardBorderLeft.Card {
    padding: 25px;
    margin-bottom: 24px;
    margin-bottom: 6px;
    position: relative;
    word-break: break-word;
}

.CardBorderLeft > div {
    padding-left: 30px;
}

.CardBorderLeft_Title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.CardBorderLeft_Text {
    color: #707070;
    font-size: 18px;    
    margin: 5px 0 15px 0;
}

.CardBorderLeft_Link {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}


/**** Title Content ****/
.TitleContent {
    padding: 15px 0;
}
.TitleContent_Label {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.TitleContent_Text {
    color: #707070;
    font-size: 18px;
}


/**** Color Text ****/
.ColorText_Text {    
    margin: 0;
    padding: 2px 0;
    height: 24px;
    width: 100px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius:12px;
    
    
}


/**** Icon Title ****/
.IconTitle {
    display: table;
    padding: 15px 0;
}
.IconTitle_Icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.IconTitle_Icon img,
.IconTitle_Icon .fa-fw,
.IconTitle_Icon {
    height: 60px;
    width: 60px;
}
.IconTitle_Icon .fa-fw {
    font-size: 70px;
}
.IconTitle_TitleWrapper {
    display: table-cell;
    vertical-align: middle;
}
.IconTitle_Title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.IconTitle_Text {
}

/**** Card Receipt Line ****/
.CardReceiptLine.Card {
    display: table;
    /*max-width: 846px;*/
    min-width: 660px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
    padding: 0;
    margin: 10px 0;
}
.CardReceiptLine.Card .LabelBlock_Label {
    font-size: 14px;
    padding-top: 10px;
}
.CardReceiptLine.Card .LabelBlock_Text {
    font-size: 14px;
    font-weight:bold;
}
.CardReceiptLine_ImageWrapper {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    padding: 10px;
}
.CardReceiptLine_ImageWrapper a {
    color: #707070;
}
.CardReceiptLine_Image img,
.CardReceiptLine_Image .fa {
    height: 70px;
    width: 50px;
    border-radius: 4px; 
    font-size: 70px;
}
.CardReceiptLine_HeadingWrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;    
    width: 20%;
}
.CardReceiptLine_HeadingWrapper .Heading4 {
    line-height: 42px;
}

.CardReceiptLine_Title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.CardReceiptLine_Text {
}

.CardReceiptLine_ColumnsWrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;    
}

.CardReceiptLine_ColumnsContent {
}

.CardReceiptLine_TailWrapper {
    display: table-cell;
    vertical-align: middle;
    background-color: #F7F7F7;
    width: 120px;
    padding: 15px;
    text-align: right;
}
.CardReceiptLine_Actions .CustomNavigator a {
    padding: 17px 7px;
}
.CardReceiptLine_Actions .CustomNavigator a:before {
    top: 22px;
}

.phone .CardReceiptLine.Card {
    width: 100%;
    min-width: 330px;
}

.phone .CardReceiptLine_ImageWrapper {
    width: 100px;
}

.phone .CardReceiptLine_Image img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.phone .CardReceiptLine_HeadingWrapper, 
.phone .CardReceiptLine_ColumnsWrapper {
    display: inline-block;
    width: 100%;
}

.phone .CardReceiptLine_Columns,
.phone .CardReceiptLine_Values
 {
    display: inline-block;
}

.phone .CardReceiptLine_TailWrapper {
    display: none;
}



/**** CardFullContent ****/

.CardFullContent.Card {
    padding: 25px 0px;
}

.CardFullContent {
    display: table;
    width: 100%;
}

.CardFullContent .Left,
.CardFullContent .Right,
.CardFullContent_Tail {
    display: table-cell;
    vertical-align: top;
}

.CardFullContent .Left {
    /* border-right: solid 1px #CCC;  */
    border-right: 0;
    padding: 15px 35px;  
    text-align: center;
    width: 40%;
}

.CardFullContent_Icon Img {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;    
}

.CardFullContent_Title {
}

.CardFullContent_LeftContent {
    background-color: #F7F7F7;
    padding: 20px 30px;
    margin: 30px 0;
    text-align: left;
}

.CardFullContent_Actions {
    text-align: left;
}

.CardFullContent_LeftContent .LabelBlock,
.CardFullContent_Content .LabelBlock {
    margin-bottom: 14px;
    line-height: 28px;
}

.CardFullContent_LeftContent .LabelBlock_Label,
.CardFullContent_Content .LabelBlock_Label {
    color: #707070;
    font-size: 14px;
}

.CardFullContent_LeftContent .LabelBlock_Text,
.CardFullContent_Content .LabelBlock_Text {
    color: #777;
    font-size: 18px;
    font-weight: bold;   
    line-height: 32px;
}

.CardFullContent .Right {
    /* padding: 5px 40px; */
    padding: 15px 35px 35px 0;
    width: 55%;
}

.MainContent .CardFullContent_Content .Heading1,
.CardFullContent_Content .Heading2,
.CardFullContent_Content .Heading3,
.CardFullContent_Content .Heading4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.CardFullContent_Note, 
.CardFullContent_Note a, 
.CardFullContent_Note a:link, 
.CardFullContent_Note a:visited {
    font-size: 14px
}

.CardFullContent_Tail {
    padding: 5px;
    width: 5%;
}

.CardFullContent_Tail .fa-fw {
    font-size: 28px;
}



/*
.CardFullContent_Icon {
    color: #b7b7b7;  /* Primary-color 
    font-size: 400%;
    
    
}
*/

.phone .CardFullContent, 
.phone .CardFullContent .Left, 
.phone .CardFullContent .Right {
    display: inline-block;
    width: 100%;
}

.phone .CardFullContent .Left {
    border-right: none;
    padding-bottom: 20px;
}

.phone .CardFullContent_Icon {
    font-size: 350%;
}

.phone .CardFullContent_Tail,
.tablet .CardFullContent_Tail {
    display: none;
}

.CardFullContent .Columns.MarginBottom,
.phone .CardFullContent .Columns.MarginBottom.mob_BreakAll > .Column {
    margin: 0;
}


.phone .CardFullContent.Card {
    padding : 25px 0px 0px;
}

.phone .CardFullContent .Right {
    background-color: #F7F7F7 !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;    
}

.phone .CardFullContent .Left,
.phone .CardFullContent .Right {
    padding: 20px 20px 30px;
}

.phone .CardFullContent_LeftContent {
    margin: 30px 0px 0px;
}



/**** Receipt Line Edit ****/
.ReceiptLineEdit {
    display: table;
    width: 100%;
    padding: 5px;
}
.ReceiptLineEdit_Number {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    
}
.ReceiptLineEdit_Inputs {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.ReceiptLineEdit_Inputs > input[type="text"],
.ReceiptLineEdit_Inputs > select   {
    display: inline-block;
}
.ReceiptLineEdit_Inputs > div {
    width: 26% !important;
}
.ReceiptLineEdit_Inputs > div:last-child {
    width: 35% !important;
}
.ReceiptLineEdit_IconWrapper {
}
.ReceiptLineEdit_Icon {
    display: table-cell;
    /*border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #F7F7F7;*/
    text-align: center;
    vertical-align: middle;
    height: 40px;
    width: 40px;
}
.ReceiptLineEdit_Icon Img {
    height: 22px;
    width: 22px;
}

.ReceiptLineEdit .Columns.MarginBottom,
.phone .ReceiptLineEdit .Columns.MarginBottom.mob_BreakAll > .Column {
    margin-bottom: 0;
}


/**** Info Box ****/
.InfoBox {
    border-radius: 4px;
    background-color: #F7F7F7;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    display: table;
    padding: 10px;
    min-width: 270px;
    min-height: 70px;
    float: right;
    margin-bottom: 15px;
}

.InfoBox_Icon {
    color: lightgray;
    height: 25px;
    width: 30px;
    font-size: 22px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.InfoBox_Icon Img {
    height: 30px;
    width: 30px;
    margin-top: 8px;
}

.InfoBox_Title {
    color: #333;
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    /*padding: 10px 0 0 10px;*/
    line-height: 21px;
    vertical-align: middle;
}

.InfoBox_Title a {
    display: block;    
    font-size: 18px;
}

.InfoBox:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}

/**** Info Side Bar ****/
.InfoSideBar {
    background-color: #fff;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.16);
    padding: 15px 20px 30px 30px;    
    max-width: 390px;
    float: right;
    position: absolute;
    margin-top: -45px;
    right: 0;
    z-index: 3;
}
.InfoSideBar_CloseWrapper {
    text-align: right;
    margin-bottom: 5px;
}
.InfoSideBar_Close a, 
.InfoSideBar_Close a:link, 
.InfoSideBar_Close a:visited, 
.desktop .InfoSideBar_Close a:hover, 
.desktop .InfoSideBar_Close a:link:hover, 
.desktop .InfoSideBar_Close a:visited:hover, 
.tablet .InfoSideBar_Close a:hover, 
.phone .InfoSideBar_Close a:hover {
    color: #E6E6E6;
}
.InfoSideBar_Head {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.InfoSideBar_Icon { /*depreciated*/
    color: lightgray;
    height: 40px;
    width: 40px;
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
    display: none; /*depreciated*/
}
.InfoSideBar_Icon .fa-fw {
    text-align: left;
    width: 40px;
}
.InfoSideBar_Title {
    display: table-cell;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}
.InfoSideBar_Text {
    color: #707070;
    font-size: 18px;
}
.InfoSideBar_Text > span {
    padding-bottom: 20px; 
    display: block;
}

.InfoSideBar_Text ul {
    font-size: 14px;
}

.InfoSideBar_Note {
    color: #707070;
    font-size: 14px;
    /*margin-bottom: 20px;*/
}
.InfoSideBar_Note a {
    font-size: 14px;
}
.InfoSideBar_Action {
    color: #707070;
    font-size: 18px;
}

/**** Card Note Box ****/
.CardNoteBox {
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 15px;    
    font-size: 14px;
    margin: 20px 0; 
}
.CardNoteBox_Title {
    font-weight: bold;
}
.CardNoteBox_Text > span {
    display: block;
}

/**** Badge Wizard Steps ****/
.BadgeWizardSteps {
    border-radius: 4px;
    background-color: #333;
    /*max-width: 640px;*/
}

.BadgeWizardSteps_StepWrapper {
    display: inline-table;
    padding: 5px 20px;
}
.BadgeWizardSteps_StepWrapper:last-child {
    padding-right: 0;
}

@media screen and (max-width: 1220px) {
    .BadgeWizardSteps_StepWrapper {
        padding-right: 0;
    }
}

.phone .BadgeWizardSteps_StepWrapper {
    width: 100%;    
    padding: 5px 20px;
}

.BadgeWizardSteps_Badge {    
    display:table-cell;
    width: 40px;
}
.BadgeWizardSteps_Badge .BadgeRing {
    border: 2px solid transparent;
    border-radius: 50%;
}
.BadgeWizardSteps_Badge .Badge {
    background-color: #b7b7b7;
    border: 3px solid #888;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0px;
}
.BadgeWizardSteps_Badge.ActiveBadge .BadgeRing {
    border-color: #fff;
}
.BadgeWizardSteps_Badge.ActiveBadge .Badge {
    background-color: #fff;
    color: #888;
}
.BadgeWizardSteps_Step {        
    display:table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.BadgeWizardSteps_Step.ActiveStep {
}




/**** Card Promo Banner ****/

.CardPromoBanner .CardBackground {
    background-size: cover;
    background-position: center 16%;
    height: 170px;
    letter-spacing: normal;
    
    
}

.CardPromoBanner .CardBackground_Content { 
    display: table;
    padding: 32px;
    width: 100%;
}

.CardPromoBanner .Left { 
    display: table-cell;
    letter-spacing: 1.5px;
    line-height: 38px;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

.CardPromoBanner_Title {
    font-size: 26px;
    font-weight: 600;
    
    
}
.CardPromoBanner_Text {
    font-size: 16px;
    font-weight: 600;
    
    
}
.CardPromoBanner_Action {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}


/**** Graph Info ****/
.GraphInfo {
    max-width: 400px;
}
.GraphInfo_TitleHead {
    dislpay: table;
    width: 100%;
}
.GraphInfo_Title {
    display: table-cell;
    width: 70%;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.GraphInfo_Filter {
    display: table-cell;
    width: 30%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
.GraphInfo_Filter select {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
.GraphInfo_Chart {
    margin: 50px 0;
}
.GraphInfo_Notes {
    color: #707070;
    font-size: 14px;
    margin-bottom: 20px;    
}
.GraphInfo_Action .Button {
    margin-left: 0;
}


/**** DashCardHolder *****/
.DashCardHolder .ListRecords {
    display: inline;
}

.DashCardHolder,
.DashCardHolder_Col3 {
    min-height: 269px;
    text-align: left;
}

.phone.Dashboard .DashCardHolder, .phone.Dashboard .DashCardHolder_Col3 {
    text-align: center;
}

.DashCardHolder_Col2,
.DashCardHolder_Col1 {
    text-align: center;
}

.DashCardHolder .CardDashboard,
.DashCardHolder .ListRecords > div,
.DashCardHolder > div {
    width: 23.55%;
    margin: 10px 8px;
    
    
}

.DashCardHolder_Col3 .CardDashboard,
.DashCardHolder_Col3 .ListRecords > div,
.DashCardHolder_Col3 > div {
    width: 31.6%;
    margin: 10px 9px;
}

.DashCardHolder_Col2 .CardDashboard,
.DashCardHolder_Col2 .ListRecords > div,
.DashCardHolder_Col2 > div {
    width: 38%;
    margin: 10px;
}

.DashCardHolder_Col1 .CardDashboard,
.DashCardHolder_Col1 .ListRecords > div,
.DashCardHolder_Col1 > div {
    width: 55%;
    margin: 10px;
}


@media screen and (max-width: 1370px) {
    .DashCardHolder .CardDashboard,
    .DashCardHolder .ListRecords > div,
    .DashCardHolder > div {
        margin: 8px 6px;
    }
    
    .Dashboard .DashCardHolder .CardDashboard,
    .Dashboard .DashCardHolder .ListRecords > div,
    .Dashboard .DashCardHolder > div {
        width: 31.6%;
        margin: 10px 9px;
    }
    
    
    .DashCardHolder_Col2 .CardDashboard,
    .DashCardHolder_Col2 .ListRecords > div,
    .DashCardHolder_Col2 > div {
        width: 38%;
        margin: 10px;
    }

    .DashCardHolder_Col1 .CardDashboard,
    .DashCardHolder_Col1 .ListRecords > div,
    .DashCardHolder_Col1 > div {
        width: 55%;
        margin: 10px;
    }
}


.phone.Dashboard .DashCardHolder .CardDashboard {
   margin: 10px 0px !important;
   width: 100% !important;
}

.phone.DashCardHolder .CardDashboard,
.phone.DashCardHolder .ListRecords > div,
.phone.DashCardHolder > div,
.phone.DashCardHolder_Col3 .CardDashboard,
.phone.DashCardHolder_Col3 .ListRecords > div,
.phone.DashCardHolder_Col3,
.phone.DashCardHolder_Col2 .CardDashboard,
.phone.DashCardHolder_Col2 .ListRecords > div,
.phone.DashCardHolder_Col2 > div,
.phone.DashCardHolder_Col1 .CardDashboard,
.phone.DashCardHolder_Col1 .ListRecords > div,
.phone.DashCardHolder_Col1 > div {
        width: 100%;
        margin: 10px;
}

.DashCardHolder_Col3 .ListRecords > div .CardDashboard,
.DashCardHolder_Col3 > div .CardDashboard {
    width: 100%;
    margin: 0;
}


/* File Upload Preview **************************/
.FileUploadPreview {
    background-color: #F7F7F7;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 360px;
    max-width: 275px;
    min-width: 235px;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    text-align: center;
    width: 100%;
    
    
    
    
    
}

.FileUploadPreview_Icon {
    background-image: url('/Digital_BaseTheme/img/Upload_2x3.png?893');
    background-size: cover;
    width: 55px;
    height: 55px;  
}

.FileUploadPreview_Label {
    display: inline-block;
    width: 100%;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
}


.FileUploadPreview_Button .Button {
    margin-left: 0;
}

.FileUploadPreview_Widget {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

    
}

.FileUploadPreview_PreviewHolder > :first-child {
    height: 360px !important;
}

.FileUploadPreview_Widget input[type=file] {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.FileUploadPreview.active .FileUploadPreview_Label {
    color: #999;
}

.FileUploadPreview.MiniUploader {
    height: 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    padding: 8px;    
    
    
    
    
    
}

.FileUploadPreview.MiniUploader .FileUploadPreview_Label {
    display: none;
}

.FileUploadPreview.MiniUploader .FileUploadPreview_Icon {
    height: 26px;
    width: 26px;
}

.FileUploadPreview.MiniUploader .FileUploadPreview_PreviewHolder > :first-child {
    height: 42px !important;
}

.FileUploadPreview_ActionsHolder {
    max-width: 275px;
    min-width: 235px;
    width: 100%;
}



/** Absolute Card **/
.AbsoluteCard {
    min-height: 200px;
}

.AbsoluteCard_Area {
    display: table;
    min-height: 200px;
    left: 0;
    position: absolute; 
    width: 100%;
    z-index: 1;
}

.AbsoluteCard_Contents {
    color: #333;
    display: table-cell;
    padding: 30px 60px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.AbsoluteCard_Title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 18px;
}

.AbsoluteCard_Text {
    margin-bottom: 18px;
}

.AbsoluteCard_Actions {
}







/** ModalHeaderPopup **/
.show-modal-header{
    position: fixed;
    left: 50%;
    border-radius: 5px 5px 0 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 8px 0 rgba(22, 22, 22, 0.2);
    box-shadow: 0 8px 8px 0 rgba(22, 22, 22, 0.2);
}

.modal-background-header{
    display: none;
}

.modal-background-show-header{
    z-index: 22;
    display: flex;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,6,11,0.6);*/
    background-color: rgba(50,58,69,0.96);
}

.between-header{
    -webkit-flex-grow: 1;
}

.modal-header{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    word-break:break-all;   
    padding: 35px;
}

.shrinkmodal-header{
    animation: shrinkModal 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.blowUpModal-header{
     animation: blowUpModal 0.3s;
}

.fadeout-header{
    -webkit-animation: fadeout 0.5s;
   -moz-animation: fadeout 0.5s;
   -o-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

.fadein-header{
    -webkit-animation: fadein 0.5s;
   -moz-animation: fadein 0.5s;
   -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@keyframes blowUpModal-header {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/** fadein animation**/

@keyframes fadein-header {
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  @-o-keyframes fadein-header{
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  @-moz-keyframes fadein-header{
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  @-webkit-keyframes fadein-header{
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  /** end fadein **/

/** fadeout animation**/
@keyframes fadeout-header {
   0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-o-keyframes fadeout-header{
  0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-moz-keyframes fadeout-header{
  0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-webkit-keyframes fadeout-header{
  0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}

/**end fadeout **/

.cross-header{
    position: absolute;
    top: 12px;
    right: 10px;
}
.cross-header:hover{
    cursor: pointer;
}
.modal-content-header{
    position: relative;    
    
}

.modal-content {
    width: 75% !important;
    overflow-y: scroll !important;
    height: auto !important;
}

.modal-header-head .CardBackground {
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    letter-spacing: normal;
    height: 100%;

    
    
}

.modal-header-head .CardBackground .CardBackground_Content { 
    vertical-align: top;
}


/*****/
.CurrencyHeading {
}

.CurrencyHeading .fa {
    color: #ccc;
    margin: 0 2px;
}


.CurrencyHeading_Title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}
.CurrencyHeading_Text {
    font-size: 18px;
    line-height: normal;
}
.CurrencyHeading_Note {
    font-size: 14px;
    line-height: 21px;
}

.Border_LightGrey {
    border: 1px solid #E6E6E6;
    padding: 15px;
    padding-bottom: 25px;
}



.LightGrayBox {
    border: 1px solid #F5F5F5;
    background-color: #F7F7F7;
    min-height: 86px;
    padding: 20px 15px;
}

.LightGrayBox .Columns2 > .Column.ColFirst {
    width: 40%;
}

.LightGrayBox .Columns2 > .Column.ColLast {
    width: 60%;
}

div.Feedback_AjaxWait {
    background-color: #e4e4e4;
    opacity: 0.8;
    right: auto;
    left: 0px;
}

.Button.Small, .Button.Small.Is_Default {
    height: 44px;
    min-width: 80px;
    line-height: 42px;
}


div.Feedback_AjaxWait > img {
    width: auto !important;
}

.phone .Column.empty {
    display: none;
}

.phone .MobileContainer {
    text-align: center;
    width: 100%;
}

.phone .Login_MobileTitle {
    color: #000;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}



.phone .Header .Application_Menu .Separator {
    width: 80%;
    height: 1px;
    background: #ccc;
    margin: 18px;
}

.phone .Menu_DropDownButton.open .Menu_TopMenu a,
.tablet .Menu_DropDownButton.open .Menu_TopMenu a {
    background-color: #666;
}

.phone .Menu_DropDownButton.open .Menu_TopMenu.Menu_TopMenuActive a, 
.tablet .Menu_DropDownButton.open .Menu_TopMenu.Menu_TopMenuActive a {
    background-color: #ccc;
}

.phone .LoginCard.ForgotLogin {
    margin-bottom: 0px;
}




/*****************************/
/*
.PDFPage {
    height: 1122px;
    width: 794px;
    padding: 0 30px;
}

.PDFPage_Header, .PDFPage_Footer {
    font-size: 16px;
    padding: 30px 0;
}

.PDFPage_TitleSection {
    height: 200px;
}

.PDFPage_ContentArea {
    overflow: hidden;
}

.PDFPage_Table {
    overflow: hidden;
}


.PDFPage_OtherContents {
    font-size: 14px;
    color: #333;
}

*/

.PDFPage .TableRecords_OddLine:last-child,
.PDFPage .TableRecords_EvenLine:last-child,
.PDFPage .TableRecords_Header:last-child {
    padding-right: 10px;
}

.PDFPage .TableRecords_OddLine:first-child, 
.PDFPage .TableRecords_EvenLine:first-child, 
.PDFPage .TableRecords_Header:first-child {
    padding-left: 10px;
}

.PDFPage .TableRecords_Header {
    background-color: #333;
    color: #E6E6E6;
    font-size: 13px;
    padding: 4px 10px;
}

.PDFPage .TableRecords_OddLine,
.PDFPage .TableRecords_EvenLine {
    border-bottom: 1px solid #979797;
    background: #fff;
    font-size: 12px;
    padding: 8px 10px;    
    word-break: break-word;
}


.PDFPage .TableRecords > tbody > tr:hover,
.PDFPage .TableRecords > tbody > tr:hover td {
    background-color: #fff;
}


.PDFPage .TitleContent {
    padding: 8px 0;
}

.PDFPage .TitleContent_Label {
    font-weight: bold;
    margin-bottom: 0;
}

.PDFPage .TitleContent_Text {
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.PDFPage .CurrencyHeading_Title {
    color: #333;
    font-size: 20px;
}

.PDFPage .CurrencyHeading_Text {
    font-size: 14px;
}


/*** PDF Simple Report****/
/* Pages Settings */
.Pages {
    margin: 0;
}
.PDFPage.Page {
    background: white;
    display: block;
    
    
    
    margin: 0;
    box-shadow: none;
    position: relative;
    counter-increment: myIndex;
}
.PDFPage.Page.A4 {  
  /*width: 20.9cm;
  height: 29.6cm; */
  width: 26.5cm;
  height: 37cm; 
  page-break-after: always;
}
.PDFPage.Page.A4.Landscape {  
    height: 20.9cm;
    width: 29.6cm;
    page-break-after: always;
}

/* Header */
.PDFPage .PageHeader{
    padding: 1cm;
    font-size: 16px;
    font-weight: normal;
}
.PDFPage .PageLogo img{
    width: 200px;
    height: 60px;
}


/* Main Content */
.PDFPage.Page .MainPageContent{
    padding: 0 1cm;
    position: absolute;
    top: 2.5cm; /*4.5cm;*/
    bottom: 2.5cm; /*1cm;*/
    overflow: hidden;
    margin: 0;
    left: 0;
    right: 0;
}
.PDFPage.Page.Landscape .MainPageContent{
    right: 0;
    left: 0;
    top: 2.5cm; /*5.5cm;*/
}

/* Footer */
.PDFPage .PageFooter {
    position: absolute;
    bottom: 0;
    width: 100%; 
    padding: 0cm 1cm;  
}
.PDFPage .PageFooter .FooterContent {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    /*padding: 0.3cm 0cm;*/
    padding: 0.3cm 0cm;
}


.PDFPage .PageFooter .FooterContent .PageNumber{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.3cm;
}

.PDFPage .Heading1,
.PDFPage .Heading2,
.PDFPage .Heading3 {
    font-weight: normal;
}

.PDFPage .Heading4 {
    font-size: 14px;
    color: #333;
}

.PDFPage .ColorText_Text {
    padding: 1px;
    height: 20px;
    color: #FFF;
    font-size: 12px;
}

/* Silk UI*/
/* Columns */
.PDFPage .Columns3 .Column.ColFirst,
.PDFPage .Columns1 > .Column,
.PDFPage .Columns2 > .Column,
.PDFPage .Columns3 > .Column,
.PDFPage .Columns .Column{ padding: 0 !important;}

/* Print Media Querie */
@media print {
    body{
        /*background: transparent;*/
    }
    body, body .Page, body .Pages {
        margin: 0cm !important;
        padding:0cm !important;
        box-shadow: none !important;
    }
    
    @page {
        margin: 0cm;
        padding:0cm;
    }
    .Toolbar{
        display: none;
    }
    
    .PDFPage.Page {
        margin: 3.75pt auto;
        margin-bottom: 7.5pt;
        box-shadow: 0 0 0 0.75pt #d1d1d1,0 0 3pt 0.75pt #ccc;
    }
    
    .PDFPage .TableRecords_Header {
        background-color: #333;
        color: #E6E6E6;
        font-size: 13px;
    }

    .PDFPage .TableRecords_OddLine,
    .PDFPage .TableRecords_EvenLine {
        border-bottom: 1px solid #979797;
        background: #fff;
        font-size: 12px;
        word-break: break-word;
    }
    
    .ShowOnPrint {
        display: block !important;
    }
    
    .HideOnPrint {
        display: none !important;
    }
}



.TopBar {
    background-color: #F7F7F7;
    height: 60px;
    padding-top: 18px;
}

/*Element style for CMS*/
p {
    margin: 0px;        
    display: initial;
}

.ie p {
    display: inline;
}

ol {
    padding-inline-start: 1.1em;
}

ul {    
    padding-inline-start: 2em;
}

.ie ol {
    padding-left: 1.3em;
}

.ie ul {
    padding-left: 2em;
}


.ListRecords > .OddItem .CardBorderLeftParent {
    margin: 15px 15px 15px 0px;
}

.ListRecords > .EvenItem .CardBorderLeftParent {
    margin: 15px 0px 15px 15px;
}

.ListRecords > .OddItem,
.ListRecords > .EvenItem {
    width: 50%;    
    display: inline-block;
}


/*  Dashboard Payroll  Tabel Start */

.phone span.Heading1, .phone span.Heading2, .phone span.Heading3, .phone span.Heading4 {
    font-weight: bold;    
}

.phone.Dashboard .MainContent div .Heading3{
padding: 0 5%;    
}

.phone.Dashboard .TableRecordsResponsive {
width: 90%;
margin: 0 auto;
}

.phone.Dashboard .TableRecords tr td:nth-child(1) > div:nth-child(1){
    position: relative;
    top: 23px;    
}

.phone.Dashboard .TableRecords tr td:nth-child(1) div > div{
text-align:right;
}

.phone .TableRecords tr td:first-child +td, .phone .TableRecords tr td:first-child +td a{
    font-size: 14px;
}

.phone.Dashboard .TableRecordsResponsive .TableRecords {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.phone.Dashboard .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_OddLine:first-child, .phone.Dashboard .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_EvenLine:first-child {
    padding: 0 10px;
}

 .phone.Dashboard .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child, .phone.Dashboard .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child {
    padding: 0 10px;
}

.phone.Dashboard .TableRecordsResponsive .TableRecords .TableRecords_EvenLine {
    border: none !important;
}

.phone.Dashboard .TableRecordsResponsive .TableRecords tr {
    padding: 15px 0 0;
}

.phone.Dashboard .TableRecordsResponsive > .TableRecords td.TableRecords_OddLine:first-child, .phone.Dashboard .TableRecordsResponsive > .TableRecords td.TableRecords_EvenLine:first-child {
    border: none;
}

.phone.Dashboard .MainContent > div div .Button{
    width: 80%;
}

.phone.Dashboard .MainContent > div > div {
    text-align: center;
}

.TableRecords.Empty > tbody > tr:first-child .TableRecords_OddLine {
    padding: 15px !important;
}

.phone .TableRecordsResponsive .TableRecords tr td div.text-right {
    text-align: right;
}

.phone.Dashboard .TableRecordsResponsive .TableRecords tr td div {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
} 

.phone .TableRecordsResponsive .TableRecords tr td div span.Bold {font-size: 16px;color: #333333;}

.phone .TableRecordsResponsive .TableRecords tr td div.TableRecords_Label {
    font-weight: bold;
    color: #333333;
}


/* Dashboard Payroll Tabel End */


.phone.Dashboard .Alert {
    margin: 0px 5% 20px;
    width: auto;
    word-break: break-word;
    text-align: left !important;
}


 /* Desktop Styles for address pop up --- start */
.cross.modal-close .fa-fw {
    font-size: 28px;    
}

.cross.modal-close{
font-size: 28px;
top: 10px;
right: 25px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
color: #333333;    
}
 
  /* Styles for address pop up --- end */





/*** New Modal ***/
/** ModalHeaderPopup **/
.Show_Modal{
    position: fixed;
    left: 50%;
    border-radius: 7px;
    top: 120px;
    transform: translate(-50%, 0%);
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 8px 0 rgba(22, 22, 22, 0.2);
    box-shadow: 0 8px 8px 0 rgba(22, 22, 22, 0.2);
}

.phone .Show_Modal{
    top: 80px;
}

.Modal_Background{
    display: none;
}

.Modal_Background_Show{
    z-index: 22;
    display: block;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    overflow-y: auto;
    /*background-color: rgba(0,6,11,0.6);*/
    background-color: rgba(50,58,69,0.96);
}

.Modal_Area{
    position: relative;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 60px;
    margin: 120px 0;
    top: 0;
    
    
}

.Modal_Header {
    background: #F5F5F5;
    padding: 55px 55px 15px;
    font-size: 28px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    height: 126px;
    
    
}

.Modal_Content {
    padding: 20px 55px 30px;
}

.Modal_Content ul li {
    padding-bottom: 12px;
} /*added by farooq*/

/*.between-header{
    -webkit-flex-grow: 1;
}

.modal-header{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    word-break:break-all;   
    padding: 35px;
}

.shrinkmodal-header{
    animation: shrinkModal 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.blowUpModal-header{
     animation: blowUpModal 0.3s;
}*/

.fadeout-header{
    -webkit-animation: fadeout 0.5s;
   -moz-animation: fadeout 0.5s;
   -o-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

.fadein-header{
    -webkit-animation: fadein 0.5s;
   -moz-animation: fadein 0.5s;
   -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
/*
@keyframes blowUpModal-header {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
*/
/** fadein animation**/

@keyframes fadein-header {
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  @-o-keyframes fadein-header{
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  @-moz-keyframes fadein-header{
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  @-webkit-keyframes fadein-header{
    0%   {  background-color: rgba(0, 0, 0, 0); }
    100% {  background-color:  rgba(0,6,11,0.6); }
  }
  /** end fadein **/

/** fadeout animation**/
@keyframes fadeout-header {
   0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-o-keyframes fadeout-header{
  0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-moz-keyframes fadeout-header{
  0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}
@-webkit-keyframes fadeout-header{
  0%   { background-color:  rgba(0,6,11,0.6); }
  100% { background-color: rgba(0, 0, 0, 0); }
}

/**end fadeout **/

.Cross_Wrap{
    position: absolute;
    top: 18px;
    right: 36px;
    font-size: 28px;
}
.Cross_Wrap:hover{
    cursor: pointer;
}

.Modal_Header .CardBackground {
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    letter-spacing: normal;
    height: 100%;

    
    
}

.Modal_Header .CardBackground .CardBackground_Content { 
    vertical-align: top;
}


a.BoxLinks,
a:link.BoxLinks a:link,
a:visited.BoxLinks a:visited,
.BoxLinks a,
.BoxLinks a:link,
.BoxLinks a:visited {
    background-color: rgba(243,123,29,0.15);
    color: #777;
    display: block;
    padding: 22px 30px !important;
    word-break: break-all;
}

.phone a.BoxLinks,
.phone a:link.BoxLinks a:link,
.phone a:visited.BoxLinks a:visited,
.phone .BoxLinks a,
.phone .BoxLinks a:link,
.phone .BoxLinks a:visited {
    color: #777;
    padding: 15px 25px !important;
}


.desktop a:hover.BoxLinks, 
.desktop a:link:hover.BoxLinks, 
.desktop a:visited:hover.BoxLinks, 
.tablet a:hover.BoxLinks, 
.phone  a:hover.BoxLinks,
.desktop .BoxLinks a:hover, 
.desktop .BoxLinks a:link:hover, 
.desktop .BoxLinks a:visited:hover, 
.tablet .BoxLinks a:hover, 
.phone .BoxLinks a:hover {
    color: #fff;
    background-color: #F37B1D;
}


.HideScroll {
    overflow: hidden !important;
}


.phone .Modal_Background_Show {
    top: 0px;
    position: fixed;
    z-index: 999;
}

.phone .Modal_Area {
    width: 98% !important;
    min-height: calc(100% - 86px) !important;
    margin: 80px 0;
    top: 0;
}

.phone .Modal_Header {
    padding: 20px 52px 20px 20px;
    font-size: 28px;
    line-height: 32px;
}

.phone .Modal_Content {
    padding: 10px 20px 30px;
}


select.DropDownArrow {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
}

 /* Cookie Panel - Start */
 
.CookiePanel {
    background: -webkit-gradient(linear, left top, right top, from(#E55302), to(#F37B1D));
    background: -webkit-linear-gradient(left, #E55302 0%, #F37B1D 100%);
    background: -o-linear-gradient(left, #E55302 0%, #F37B1D 100%);
    background: linear-gradient(90deg, #E55302 0%, #F37B1D 100%);
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 1px;
}
 
  
 .phone .CookiePanel {
    padding: 15px 10px;
}
 
.CookiePanel_Icon .fa {
    font-size: 22px;
    position: relative;
    margin-right: 3px;
    top: -2px;
}

.CookiePanel_Text {
display: inline-block;
width: 82%;   
}

.CookiePanel_Close {
    float: right;
}

.CookiePanel_Close .fa {
font-size: 22px;
 cursor: pointer;    
}
    
 .CookiePanel_Close .fa:before{
color: #ffffff;     
 }
 /* Cookie Panel - End */
 
 /* Transcation Overview --- Start */

.phone .Table_Wrapper {
    background-color: #fff;
    padding: 14px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}

.phone .Table_Wrapper .TableRecordsResponsive .TableRecords {
    padding: 0px;
}

.phone .Table_Wrapper .TableRecords .TableRecords_OddLine, .phone .Table_Wrapper .TableRecords .TableRecords_EvenLine {
    border: none !important;
}

.Date-Tablerecords {
    font-size: 16px;
}

.Description-Tablerecords {
    font-family: Nunito sans-serif;
    font-size: 14px;    
}

/* Transcation Overview --- End */


/* Modal pop up -- start */

.Modal_Content .owl-carousel .owl-next.fa.fa-fw.fa-angle-right, 
.Modal_Content .owl-carousel .owl-prev.fa.fa-fw.fa-angle-left {font-size: 65px;font-weight: bold;opacity: 1;top: 43%; -webkit-text-stroke: 3px;}

.Modal_Content .owl-carousel .owl-next.fa.fa-fw.fa-angle-right {
right: 25px;
}

.Modal_Content .owl-carousel .owl-prev.fa.fa-fw.fa-angle-left{
   left: 25px; 
}

.Modal_Content .owl-theme .owl-controls .owl-pagination .owl-page.active span {
background: -webkit-gradient(linear, left top, right top, from(#E55302), to(#F37B1D));
background: -webkit-linear-gradient(left, #E55302 0%, #F37B1D 100%);
background: -o-linear-gradient(left, #E55302 0%, #F37B1D 100%);
background: linear-gradient(90deg, #E55302 0%, #F37B1D 100%);    
}

.Modal_Content .owl-theme .owl-controls .owl-pagination .owl-page span {
height:12px;
width:12px;
margin: 10px 7px;
}

.Modal_Content .owl-carousel .CardDashboardAction.CardDashboard {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
    min-width: 259px;
    width: 93%;
    padding: 30px 12px 0px;
    border-style: solid;
}

.Modal_Content .owl-carousel .owl-wrapper-outer {
    text-align: center;
}

.Modal_Content .owl-carousel .CardDashboardAction .CardDashboard_Head {
min-height: 193px;    
}

.Modal_Content .owl-carousel .CardDashboardAction .CardDashboard_Status {
 padding: 0 20px;   
}

.Modal_Content .owl-carousel .CardDashboardAction .CardDashboard_Action {
    display: block;
}

.Modal_Content .owl-carousel .CardDashboard_Action input[type="submit"] {
    background: -webkit-gradient(linear, left top, right top, from(#E55302), to(#F37B1D));
    background: -webkit-linear-gradient(left, #E55302 0%, #F37B1D 100%);
    background: -o-linear-gradient(left, #E55302 0%, #F37B1D 100%);
    background: linear-gradient(90deg, #E55302 0%, #F37B1D 100%);
    border: none;
    padding: 0 22px;
    width:100%;
}

.Modal_Content .owl-carousel .CardDashboard_Action input[type="submit"]:hover {
background: #F37B1D;  
}

.Modal_Content select {
    border-bottom: 0;
}

.Modal_Content .owl-carousel {
    margin-top: 20px !important;
    padding: 0 60px;
}

.Modal_Content .Separator {
border-bottom: 1px solid #dfdfdf;    
}

.Modal_Content .Header_DropDown  {
padding: 5px 0 0;

}

.Modal_Content .Header_DropDown .select2-container .select2-choice > .select2-chosen {
    /*margin-right: 15px;*/
    display: inline-block;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}

.Modal_Content .Header_DropDown .select2-container .select2-choice .select2-arrow:before {
    font-size: 26px;
}

.Modal_Content .owl-carousel .CardDashboard_Action .Button {
    width: 100%;
}

.Modal_Content .owl-carousel .CardDashboard_Action .fa {
    color: #fff;
}

.Modal_Content textarea {
    border: 1px solid #cccccc !important;
    height: 150px;
    margin: 12px 0 0;
}

.Dashboard .Modal_Content {
padding: 20px 0px 30px;    
}

.Dashboard .Modal_Area .Cross_Wrap { font-size: 22px; top: 8px;right: 16px;}

.Dashboard .Modal_Area .Cross_Wrap .fa-remove:before {
color: #cccccc;    
}


/* Modal pop up -- end */

/* Future payments --- Start */

.phone .Phone_SP_TableWrap .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child + td, .phone .Phone_SP_TableWrap .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child +td {
display:none;
}

.phone .TableRecordsResponsive .TableRecords {
    border: none;
    padding: 10px;
}

.phone .TableRecordsResponsive .TableRecords td.TableRecords_OddLine, .phone .TableRecordsResponsive .TableRecords td.TableRecords_EvenLine {
    border: none !important;
}


.phone .TableRecordsResponsive .TableRecords tr td div.PhoneLable {
    padding: 0 0 5px;
}

.phone .TableRecordsResponsive .TableRecords tr td div.PhoneLable .Bold {
    font-size: 14px;
}

/* Future payments --- End */

/* Transcation -- Start */

.phone .BenefitSelector_Wrap {
    width: 100%;
}

.phone .TopBar {
  background-color: transparent;
  height: auto;  
  padding-top: 26px;    
}

.phone .BenefitSelector_Wrap select {
    margin: 0;
    border-color: #ccc;
}

.phone .TopBar .Columns.MarginBottom {
    margin-bottom: 0;
}

/*.phone .TitleCurrency_SubText .fa.fa-question-circle {
    font-size: 28px;
    margin-right: 5px;
}*/

.phone .Trans_PhoneTableWrapper {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    margin-top: 12px;
}

.phone .DateRangeFilter {
    text-align: left;
    margin-left: 0;
    width: 100%;
}

.phone .DateRangeFilter select{
    display: block;
    width: 100% !important;
    padding-left: 0;
    margin: 15px 0;
}

.phone .Trans_PhoneTableWrapper .TableRecords tr td:first-child:before {
display:none;    
}

.phone .Trans_PhoneTableWrapper .TableRecords tr td .Bold {
    font-size: 16px;
    color: #333333;
}

.phone .Trans_PhoneTableWrapper .TableRecords tr td {
    font-size: 14px;
}

.phone .TableRecords tr td.TableRecords_OddLine, .phone .TableRecords tr td.TableRecords_EvenLine {
    border: 0px !important;
}

.phone .TableRecords tr td.TableRecords_OddLine *[align="right"], .phone .TableRecords tr td.TableRecords_EvenLine *[align="right"] {
    text-align: right;
}

.phone .TableRecords tr td .TableRecords_Label{
    font-weight: bold;
    color: #333333 !important;
}

.phone .TableRecords tr td a{
    font-size: 14px;
}

.phone .Trans_Pagination {
    width: 100%;
}

.phone .Trans_Pagination .ListNavigation_Wrapper {
    text-align: center;
}

.phone .Trans_PhoneTableWrapper .TableRecords {
    margin-top: 15px;
}

.phone .Trans_PhoneTableWrapper .DateRangeFilter select {
    margin: 15px 0 0;
}

.phone .Trans_PhoneTableWrapper .LightGrayBox {
    padding: 0;
    margin: 0 !important;
}

.phone .Trans_PhoneTableWrapper .LightGrayBox .Columns2 > .Column.ColFirst {
    width: 100%;
}

.phone .Trans_PhoneTableWrapper .LightGrayBox .Text_Note_Wrap {
margin: 25px 10px 15px !important;    
}

.phone .Trans_PhoneTableWrapper .LightGrayBox .Text_Note{
font-size:12px;    
}

.phone .Trans_PhoneTableWrapper .LightGrayBox .Columns2 > .Column.ColLast {width: 100%;}

.phone .FilterDates_Wrapper {
    width: 96%;
    text-align: left;
    margin: 0 6px !important;    
}

.phone .FilterDates_Fields {
    width: 100% !important;
    display: block;
    margin: 0;
    padding-top: 20px;    
}

.phone .FiltersDatesTo {
padding-top: 12px;
display: block;
margin-left: 0px !important;    
}
    
.phone .FilterDatesBtnWrap {    
width: 93%;
margin: 15px 10px 10px;
float: left;
}

.phone .TitleCurrency .tooltipstered .fa {
    font-size: 26px;
    margin: 0 10px;
}

.phone .Trans_Pagination a.ListNavigation_PageNumber:link, .phone .Trans_Pagination span.ListNavigation_CurrentPageNumber, .phone .Trans_Pagination span.ListNavigation_Ellipsis {
    display: inline-block;
    margin-right: 5px;
}

/* Transcation -- End */


/* Phone Modal PopUp -- Start */

.phone.Dashboard .Modal_Area {
    width: 96% !important;
    border-radius: 0px;
}

.phone.Dashboard .Modal_Header .CardBackground .CardBackground_Content {
    display: inline-block;    
}

.phone.Dashboard .Modal_Header .CardBackground {
    border-radius:0px;
    /*background-size: 100% 300px;*/
    background-repeat: no-repeat;
    display: block;
    padding: 0px !important;
}

.phone.Dashboard .Modal_Area .Cross_Wrap {
    top: 15px;
    right: 20px;
    font-size: 20px;
}

.phone.Dashboard .Modal_Content .Header_DropDown {
    text-align: center !important;
    margin-top: 0;
    display: block;
    width: auto;
}

.phone.Dashboard .Modal_Content select {
    width: auto;
}

.phone.Dashboard .Modal_Content .Separator {
    margin: 25px 0 0;
}

.phone.Dashboard .Modal_HeaderText {
    padding: 0 20px;
    margin-top: 60px !important;
}

.phone.Dashboard .Modal_HeaderText > * {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    height: 31px;
    width: auto;
}

.phone.Dashboard .Modal_HeaderTextDesc {
    padding: 0 20px;
    width: auto !important;
    padding: 40px 20px 30px;
}

.phone.Dashboard .Modal_HeaderTextDesc > * {
    display: inline-block;
    font-size: 18px;
    height: 42px;
    width: auto;
    line-height: 21px;
    font-weight: 600;
    text-shadow: 0px 2px rgba(0,0,0,0.5);
}

.phone.Dashboard .Modal_Content .CardDashboard {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin: 15px 10px 5px;
}

.phone.Dashboard .Modal_Content .CardDashboard_Action a {
    padding: 5px;
}

.phone.Dashboard .ModalCloseBtnWrap {
    padding: 20px 20px;    
}

.phone.Dashboard .ModalFaqWrap {
padding: 0 20px;
}

/* Phone Modal PopUp -- End */

/* EnquireyForm -- Start */

.phone .Modal_Content .EnquireyForm {
    margin-top: 40px !important;
    margin-left: 0;
    width: 100%;
    padding: 0 20px;    
}

.phone .Modal_Content .EnquireyForm span.Heading1, .phone .Modal_Content .EnquireyForm span.Heading2, .phone .Modal_Content .EnquireyForm span.Heading3, .phone .Modal_Content .EnquireyForm  span.Heading4 {
    line-height: 31px;
}

.phone .Modal_Content .EnquireyFormDescText {
    margin-top: 20px;
    line-height: 21px;
    font-weight: 600;
}

.phone .Modal_Content .EnquireyForm .form-left > div {
    margin-top: auto;
}

.phone .Modal_Content .EnquireyForm .form-left {
    text-align: left;
    padding: 0 5px;
}


.phone .Modal_Content .EnquireyForm .LabelBlock_Label {
    padding: 10px 0;
}


.phone .Modal_Content .EnquireyForm .LabelBlock_Label_Text {
    margin-left: 0px !important;
}

.phone .Modal_Content .EnquireyForm .form-left .Column {
    margin: 10px 0;
}

.phone .Modal_Content .EnquireyForm_TextareaWrap {
margin-top: 10px !important;    
}

.phone .Modal_Content .EnquireyForm textarea {
    width: 100%;
}

.phone .Modal_Content .EnquireyFormBtnWrap {
margin-top: 15px !important;    
}

.phone .Modal_Content .EnquireyForm .TableVerticalAlign {
    display: block;
}

.phone .Modal_Content .EnquireyForm .TableVerticalAlign .Cell1, .phone .Modal_Content .EnquireyForm .TableVerticalAlign .Cell2 {
    display: block;
}

.phone .Modal_Content .EnquireyForm .TableVerticalAlign .Cell2 {
    margin-top: 20px;
}

.phone .Modal_Content .EnquireyFormBtn {
display:block;    
}

.phone .Modal_Content .EnquireyFormBtnCancel {
    margin-left: 0px !important;
}

.phone.Dashboard .MainContent .Modal_Content > div div .Button {
    width: 100%;
}

.EnquireyForm_TextareaWrap textarea {
    border: 1px solid #cccccc !important;
    height: 150px;
    margin: 12px 0 0;
}

/* Commented-Jeffin
.ContactUsWrapper .InputWithIcons .InputIcon  {
    left: -12px;
}*/

.ContactUsWrapper .InputWithIcons .InputIcon .fa {color: #707070;}

/* EnquireyForm -- End */


.InfoSideBar_CloseWrapper .fa-close:before {
    color: #ccc;
}



.DisabledText {
    opacity: 0.5;
}


/**** input Placeholder ****/
input::placeholder,
input:focus::placeholder  {
    color: #ccc !important;
}

input:-ms-input-placeholder {
    color: #ccc !important;
}

input::-moz-placeholder,
input:focus::-moz-placeholder {
    color: #aaa !important;
}




/* MOB - Bank details -- start */

.phone .MobileTextDesc {
    width: 100%;
}

.phone .MobileTextBtn {
    width: 100%;
    margin: 10px 0 5px 0;
}

.phone .CardRightContent .Right .CardRightContent_Note, 
.phone .CardRightContent_Note a, 
.phone .CardRightContent_Note a:link, 
.phone .CardRightContent_Note a:visited {
     font-size: 16px;
    line-height: 20px;
}

.phone .Phone_FullWidth {
width:100%;
}   

.phone .BankBenefitsWrap {
    background-color: #fff;
    margin: 10px -20px !important;
    padding: 10px 20px 20px;
}

.phone .BenefitCheckboxWrap {
   float: left;    
}

.phone .BenefitText {
margin-left: 30px !important;
display: block;    
}

.phone .BenefitTextHeader {
color:#333;    
}

.phone .SMSValidation .Heading2 {
font-size:18px    
}

.phone .SMSValidationText {
    margin-top: 5px !important;
}

/*
.phone .SMSValidation .Button.Is_Default, .phone .SMSValidationSubmitBtn .Button.Is_Default {
    background-color: #fff !important;
    color: #777;
    border-radius: 26px;
    border: 2px solid #ccc;
} */

.phone .SMSValidationSubmitBtn {
    text-align: center;
}

.phone .SMSValidationSubmitBtn .CancelLink {
    display: inline-block;
    width: 100%;
}

/* MOB - Bank details -- end */

/* Chanage Password -- Start */

.phone .CardRightContent .ProfileChangePassWrap .CardRightContent_Note{font-size: 14px;}

.phone .CardRightContent .ProfileChangePassWrap .LabelBlock_Label {
    font-size: 18px;
    padding: 5px 0 0;
}

.phone .CardRightContent .Right .ProfileChangePassWrap .Button.Is_Default[disabled] {
    margin-top: 0;
}

/* Chnage Password -- End */


/* Upload Receipt Box -- Start */

.UploadReceiptBox {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #F37B1D;
    border-radius: 3px;
    background-color: #FFE5D0;
    margin: 0 auto;
    padding: 15px 30px;
    text-align: left;
}

.UploadReceiptIcon {
color: #E55302;
font-size: 38px;    
}

.UploadReceiptIcon .fa {
    width: auto;
}

.UploadReceiptText {
    margin: 10px 0;
}

/* Upload Receipt Box -- End */


/* Tax invoice upload -- Start */

.FileUpload2Preview {
    padding: 0px 75px;
    width: 100%;
    height: 520px;
    overflow-y: auto;
}

.FileUpload2Preview_Icon {
    background-image: url(/Digital_BaseTheme/img/Upload_2x3.png?41560&42578&893);
    background-size: cover;
    width: 55px;
    height: 55px;
    margin-top: 120px;
}

.FileUpload2Preview_Label {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 25px 0;
    color: #333;
}

.FileUpload2Preview_Widget {
    display: none;
    
    
}

.FileUploadWrap {
    background-color: #F7F7F7;
    text-align: center;
    overflow: hidden;
    display: table;
    width: 100%;
}

.FileUploadLeft {
    width: 66% !important;
    display: table-cell !important;
    text-align: center;
    padding: 0;
    border: 1px solid #E6E6E6;
    border-right: none;
}

.UploadReceiptBoxHolderWrap {
    margin: 25px 0 50px;
}

.FileUploadRight {
    width: 34%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    border: 1px solid #E6E6E6;
    border-left: none;
}

.FileRightInner {
position: absolute;
    top: 50%;
    left: 50%;    
}

.UploadFileRightText {
    font-size: 14px;
    padding: 10px 0;
}

.FileUploaderContentHolder {
    display: table-cell;
    width: 34%;
    padding: 20px 10px;
    background-color: #fff !important;
    border-left: 1px solid #E6E6E6;
    vertical-align: top;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.FileUploaderContents {
    text-align: left;
}

.FileUpload2Preview_PreviewHolder {
    width: 100%;
}

.FileUpload2Preview_PreviewHolder img {
    max-width: 100%;
}   


/* Tax invoice upload -- End */


/* Declaration Box -- Start */

.DeclarationBoxWrapper {
    background-color: #F7F7F7;
    border-radius: 3px;
    padding: 30px 15px 15px;
    font-size: 16px;
}

.TitleAndDescText {
padding: 0 15px;    
}

.DeclarationTextAreaWrap {
    background-color: #fff;
    padding: 15px;
    margin: 10px 0 20px;
    max-height: 175px;
    overflow-y: scroll;
    
}
/* Declaration Box -- End */


/* ShowGrayCard  Box -- Start */

.CardReceiptLine.ShowGrayCard.Card {
    min-width: auto;
    border-radius: 0 4px;
    box-shadow: none;
    background-color: #F7F7F7;
    margin: 15px 0;
    height: 100px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_ImageWrapper {
    padding: 0;
    width: 100px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_Image img, .CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_Image .fa {
    border-radius: 0px;
    font-size: 100px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_HeadingWrapper {
    padding: 0 0 0 20px;
    width: 25%;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_HeadingWrapper .Heading4 {
    line-height: 20px;
    font-size: 18px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_ColumnsWrapper {    
    width: 55%;
}

.CardReceiptLine.ShowGrayCard.Card .LabelBlock_Label {
    padding-top: 5px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_ColumnsWrapper .Column {
width: 50%;    
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_ColumnsWrapper .Column.empty {
display: none;    
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_TailWrapper {
    width: 15%;
    padding: 0 10px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_Actions .CustomNavigator a {
    padding: 17px 9px;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_Actions .CustomNavigator .tooltipstered .fa {
    color: #333;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_Actions .CustomNavigator .tooltipstered .fa.fa-trash {
    color: #f00;
}

.CardReceiptLine.ShowGrayCard.Card .CardReceiptLine_Image {
    height: 100%;
}

.CardReceiptLine .PreviewBox_Thumbnail {
    border: 0;
    text-align: center;
    height: 100%;
}






.RedLink, a.RedLink {
    color: #E62501;
}

/* ShowGrayCard  Box -- End */



/* Baloon -- Start */

.Balloon {
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
}

.Balloon_content {
    color: #707070;
    font-family: "Nunito Sans";
    font-size: 18px;
    line-height: 21px;
    padding: 0;
    height: 160px;
}

.BalloonLayout
{
    background-color: #E6E6E6; 
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
}

.BalloonLayout_Header
{  
    background-color: #E6E6E6; 
    min-height: 50px; 
    color: #707070;    
    font-family: Nunito Sans; 
    font-size: 18px; 
    font-weight: normal; 
    letter-spacing : normal;  
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.BalloonLayout_Content
{
    min-height: 110px;
    max-height: 320px;    
    border: 1px solid #DADBDE;      
    background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: auto;
    padding: 10px 15px;
}

.BalloonLayout_Content .TableRecords_Header {
    font-weight: normal;
    padding: 0px !important;
}

.BalloonLayout_Content .TableRecords_OddLine, .BalloonLayout_Content .TableRecords_EvenLine {
    padding: 0px !important;
    color: #333;
}

/*  Baloon -- End */

/* Account pop up -- Start */

.RequestPopUpWrap .Modal_Content .LabelBlock_Label {
    font-size: 14px;
}

.RequestPopUpWrap .Modal_Content .LabelBlock_Text {
    font-weight: bold;
}

.Modal_RequestDetail .LabelBlock_Label {
    font-size: 18px;
}

.Modal-RequestAttachment img {
    width: 25px;
}

/* Account pop up -- End */

.EmptyListRecord {
    display: block;
    padding-top: 25px;
}

/* Progress Bar -- Start */

.ProgressBarContainer {
    width: 100%;
    border: 1px solid #d3d7da;
    border-radius: 12px;
    line-height: 18px;
    background-color: #F5F5F5;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.16);
}

.ProgressBarContent {
    background-color: #F37B1D;
    width: 85%;
    border-radius: 10px;
}


.ProgressBarStriped.ProgressBarContainer .ProgressBarContent{
    background: repeating-linear-gradient( 135deg, #E55302, #E55302 10px, #F37B1D 10px, #F37B1D 23px );
}    

/* Progress Bar -- End */


/* Mobile Contact page -- Start */


/* .phone .ContactUsWrapper {
    background-color: #fff;
    padding: 10px 15px 30px;
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.16);
} */

.phone .EnquireyForm_TextareaWrap {
    width: 100%;
}

.phone .PhoneTextBlack {
 color: #333;    
}

.phone .PhoneMarginTop0 {
margin-top: 0px !important;    
}

.phone .PhoneMarginTop10 {
margin-top: 10px !important;    
}

.phone .PhoneMarginTop20 {
margin-top: 20px !important;    
}

.phone .PhoneMarginTop30 {
margin-top: 30px !important;    
}

.phone .ContactUsWrapper .EnquireyFormBtnWrap .TableVerticalAlign, .phone .ContactUsWrapper .EnquireyFormBtnWrap .TableVerticalAlign .Cell1, .phone .ContactUsWrapper .EnquireyFormBtnWrap  .TableVerticalAlign .Cell2  {
display: block;    
} 

/* Mobile Contact page -- End */





/**** PreviewBox ****/
.PreviewBox {
    width: 106px;
}

.PreviewBox_Thumbnail {
    background-color: #D8D8D8;
    border: 2px solid #fff;
    height: 106px;
    width: 106px;
}

.PreviewBox_Thumbnail img {
    max-height: 102px;
    max-width: 102px;
    height: auto;
    width: auto;
}

.PreviewBox_Thumbnail a {
    display: table;
    height: 100%;
    width: 100%;
}

.PreviewBox_Thumbnail a div {
    display: table-cell;
    vertical-align: middle;
}

.PreviewBox_Thumbnail.ActiveBox {
    border: 2px solid #E55302;
}

.PreviewBox_Label {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    width: 80%;
}

.PreviewBox_Action {
    width: 20%;
}

.PreviewBox .fa.fa-fw.fa-times-circle {
    display: none;
    color: #e62600;
    position: absolute;
    top: 66px;
    font-size: 35px;
    margin-left: -22px;
}

.PreviewBox.HasError .fa.fa-fw.fa-times-circle {
    display: inline-block;
    
    
}
.pika-table .is-disabled.is-selected .pika-button {
    background-color: #f1f1f1 !important;
}



/**** Owl Carousel updates ****/
.owl-carousel .owl-wrapper-outer {
    cursor: default;
}

.owl-carousel .owl-item {
    min-width: 110px;
    text-align: center;
}

.owl-prev.fa.fa-fw.fa-angle-left, 
.owl-next.fa.fa-fw.fa-angle-right {
    margin-top: -25px;
    font-weight: 600;
    font-size: 35px;
}

.owl-prev.fa.fa-fw.fa-angle-left {
    left: -25px;
}

.owl-next.fa.fa-fw.fa-angle-right {
    right: -25px;
}



/* Messages related */



.MessageSubject, .Bold.MessageSubject {
    height:40px;
}

.Post__label Small{
    font-size:40px !important;
}


.IconBadge_number {
    left: auto;
    right: -12px;
    min-width: auto;
    max-width: 30px;
    height: 18px;
    width: auto;
}

.MenuBadge .Badge {
    left: auto;
    min-width: auto;
    max-width: 40px;
    height: 18px;
    width: auto;
    background-color: #e74c3c;
    border-radius: 10px;
    padding: 1px 5px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    
}

/******************/


/*Tablet styles*/

/* Tablet version */

.tablet .Button, .tablet a.Button {
    width: auto;
    max-width:100%;
    white-space: normal;
    line-height: 24px;
}

.tablet .Header_logo {
    padding-top: 15px;
}

.tablet .Header_OtherContent {
    padding: 6px 30px 0 40px;
}

.tablet .CardDashboardSimple.CardDashboard {
    min-height: 330px;
    width: auto;
    min-width: 210px;
}

.tablet .Header {
    box-shadow: none;
    height: 86px;
}

.tablet a.Header_ButtonMenu {
    line-height: 87px;
    font-size: 34px;
    width: 10%;
}      

.tablet .Modal_Area {
    width: 85% !important;
}

.tablet .Modal_Area img {
    max-width: 100%;
    height: auto;    
}

/*.tablet .Modal_Area span, .tablet p, .tablet div, .tablet .Bold {
    max-width: 100%;
}

.tablet.Dashboard .DashCardHolder, .tablet.Dashboard .DashCardHolder_Col3 {
    text-align: center;
    padding-top: 40px;
}

.tablet.Dashboard .CardDashboard_Footer {
    padding: 10px 12px 2px 12px;
}

.tablet .Header_OtherContent {
    padding: 15px 30px 0 40px;
}
*/

/* View all Transcation Page ->> 
At bottom excel/pdf/print 
change button wrapper from 
ThemeGrid_Width3 to ThemeGrid_Width4 */

/* Fule Card Transcation, Requests Page ->> 
Changes needed at filter dates when custom filer selected */

/* At claims Page ->> 
For filter, Increase ThemeGrid size to ThemeGrid_Width6 and ThemeGrid_Width6 to both dropdowns*/

.tablet .CardBorderLeft_Title {
    height: auto;
    line-height: 22px;
    margin-bottom: 10px;
}

.tablet .NavigationBar a, .tablet .NavigationBar a:link, .tablet .NavigationBar a:visited {
    margin: 10px 7px;
}

.tablet .Application_Menu .DropdownMenu a, .tablet .Application_Menu .DropdownMenu a:link, .tablet .Application_Menu .DropdownMenu a:visited {
    color: #333;
}

.tablet .InfoBox {
    min-width: 170px;
}

.tablet .Header_DropDown {
    text-align: right;
    margin-top: 16px;
    width: 80%;
}

.tablet .Header_logo {
    padding-top: 22px;
    width: 60%;
}

.tablet.Dashboard .MainContent {
    margin-top: -355px;
}

.tablet.Dashboard .Title_Section:after {
    border-width: 0 0 26vh 50vw;
}

.tablet.Dashboard .Title_Section:before {
    border-width: 26vh 0 0 50vw;
}

.tablet .LoginInfo_username {
    text-align: left;
    width: 100%;
}


/*.tablet .ThemeGrid_Container {
    max-width: 95%;
}*/

.tablet .Header .Header_logo > a {
    margin-left: 65.5%;
}

.tablet.landscape .Header .Header_logo > a {
    margin-left: 70.5%;
}

.tablet .Header .Header_logo img {
    margin-top: 2px;
}

.tablet .Title_Section {
    padding: 110px 0px 30px 0px;
}

.tablet .TableRecords > thead > tr {
    background-color: #fff;
}

.tablet.active .Application_Menu {
    width: 400px;
}


.tablet .Modal_Background_Show {
    top: 0px;
    position: fixed;
    z-index: 999;
}

/*
.tablet.Dashboard .CardDashboard {
    min-width: 264px;
} */

.tablet.portrait.Dashboard .DashCardHolder .CardDashboard,
.tablet.portrait.Dashboard .DashCardHolder .ListRecords > div, 
.tablet.portrait.Dashboard .DashCardHolder > div,
.tablet.portrait.DashCardHolder_Col3 .CardDashboard, 
.tablet.portrait.DashCardHolder_Col3 .ListRecords > div, 
.tablet.portrait.DashCardHolder_Col3 > div {
    width: 47%;
    margin: 12px 10px;
}


.tablet.portrait.Dashboard .DashCardHolder_Col1 .CardDashboard,
.tablet.portrait.Dashboard .DashCardHolder_Col1 .ListRecords > div,
.tablet.portrait.Dashboard .DashCardHolder_Col1 > div {
        width: 65%;
        margin: 10px;
}

/*-------*/

/*  Login Tablet screens - US 30924 -- Start */

.tablet .CardDashboard_Heading {
    font-size: 23px;;
}

.tablet .CardDashboardSimple .CardDashboard_Heading {
    padding: 5px 0 5px 0;
}

.tablet .CardDashboardSimple.CardDashboard {
    min-height: 290px;
}

.tablet .AbsoluteCard_Area {
    height: 190px !important;
}

.tablet .AbsoluteCard_Title {
    font-size: 23px;
    line-height: 32px;
}

.tablet .AbsoluteCard {
    height: auto !important;
}

.tablet .CardFooterHolder_Logo {
    padding: 5px 0;
    margin-bottom: 20px;
}

.tablet .RegisterBox {
margin-top: 30px !important;    
}

.tablet .CardFooterHolder {
    padding: 0 15px;
}

.tablet .CardFooterHolder_FooterNote {
     padding-top: 0px;
}

.tablet .CardFooterHolder_Contents {
    margin-bottom: 20px;
}

.tablet .CardFooterHolder_NoteText {
    padding: 28px 0;
}

.tablet .CardFooterHolder_SocialLinks {
    padding: 18px 0;
}

/*  Login Tablet screens - US 30924  -- End */


/* Tablet Common fixes -- Start */


.tablet.active .Application_Menu, .phone.active .Application_Menu {
    z-index: 9;
}

.tablet.active a.Header_ButtonMenu, .phone.active a.Header_ButtonMenu {
    z-index: 10; 
}

/* View Renewal Options pop up */

.tablet .Modal_Content .owl-carousel .CardDashboardAction.CardDashboard {
    min-height: 340px;
}

.tablet .Modal_Content .owl-carousel .CardDashboardAction .CardDashboard_Head {
    min-height: 225px;
}

.tablet .Modal_Content .owl-carousel .CardDashboard_Action a.Button {

    line-height: 49px;
}

.tablet .Modal_Content .owl-carousel .owl-next.fa.fa-fw.fa-angle-right, .tablet .Modal_Content .owl-carousel .owl-prev.fa.fa-fw.fa-angle-left {
    top: 45%;
}

.tablet .Modal_Content .owl-carousel .CardDashboardAction.CardDashboard {
    min-width: 245px;
}

/* Tablet Common fixes -- End */



/*
.phone .TitleCurrency_Content {
display: none;   
} */


.tablet.landscape .TabletPortraitOnly,
.tablet.portrait .TabletLandscapeOnly {
    display: none !important;
}


/* Transctions Page -- Tablet */

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td:first-child:before{
display:none;
}

.tablet.portrait .TableRecords tr td .Bold{
color: #333;    
}

.tablet.portrait .TableRecords:not(.NoResponsive) .TableRecords_Label{
    color: #333;    
    font-weight: bold;
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child, .tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child {
border: none;    
}

.tablet.portrait .ColorText_Text {
    text-align: center !important;
    margin-left: 15px;
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine div[align="right"], .tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine div[align="right"] {
text-align: right !important;
}

/* General Tablet Style Fixes -- Start*/
html .tablet .Title_Section .ThemeGrid_Container {
    max-width: 100%;
    padding: 0 25px;
}

.tablet.portrait .LoginCard_Username input[type="text"], .tablet.portrait .LoginCard_Password input[type="password"] {
    width: 100%;
}


.LoginPage .tablet.portrait .Title_Section .Title {
    width: 40%;
    padding: 0 15px;
}

.LoginPage .tablet.portrait .Title_Section .Actions {
    width: 60%;
    padding: 0 15px;
}

.tablet.portrait.Dashboard .TableRecordsResponsive .TableRecords tr td div {
    font-weight: bold;
    color: #333333;
}

.tablet.portrait.Dashboard .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine div[align="right"], .tablet.portrait.Dashboard .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine div[align="right"] {
    position: relative;
    top: -83px;
}

.tablet.portrait.Dashboard .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_OddLine:first-child, .tablet.portrait.Dashboard .TableRecords:not(.NoResponsive) tr:first-child td.TableRecords_EvenLine:first-child {
    padding: 18px 10px 10px;    
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child, .tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child {
    padding: 18px 10px 10px;
}


.tablet.portrait.Dashboard .TableRecords_OddLine:last-child, 
.tablet.portrait.Dashboard .TableRecords_EvenLine:last-child, 
.tablet.portrait.Dashboard .TableRecords_Header:last-child {
    height: 10px;
}

@media screen and (max-width: 1220px) {
.tablet.landscape .Title_Section .Title {
    width: 55%;
}

.tablet.landscape .Title_Section .Actions {
    width: 45%;
}
}


/* General Tablet Style Fixes -- End*/

.phone .Trans_Pagination a.ListNavigation_PageNumber:link, 
.phone .Trans_Pagination span.ListNavigation_CurrentPageNumber, 
.phone .Trans_Pagination span.ListNavigation_Ellipsis, 
.tablet a.ListNavigation_PageNumber:link, 
.tablet span.ListNavigation_CurrentPageNumber, 
.tablet span.ListNavigation_Ellipsis {
    display: inline-block;
    margin-right: 5px;
}


/* Dashboard Fixes for Phone -- Start*/

/* 
Remove Below line in Digital Base Theme 
.phone.Dashboard .MainContent > div > div {
    text-align: center; 
} */

.phone.Dashboard .MainContent > div > div .TableRecords tr td {
    text-align: left;
}

/* Dashboard Fixes for Phone -- End*/


.phone .Footer,
.tablet .Footer {
    padding-bottom: 85px;
}





.tablet.Dashboard .Modal_Area {
    width: 94% !important;
    border-radius: 0px;
}

.tablet .TabletPagination {
    width: 100% !important;
}


/* BUG ID - 34562 -- Start */

.tablet .Header_logo {
text-align: center;    
padding-left: 0;
}

.tablet .Header .Header_logo > a,  .tablet.landscape .Header .Header_logo > a{
    margin-left: 0;
}

.tablet .Application_Title > div {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.tablet .Header_DropDown {
    margin-top: 0;
    width: 35%;
    padding-right: 0;
}

.tablet .Header_OtherContent {
    width: 40%;
    float: right;
    position: relative;
    top: -40px;    
}

.tablet .Header_DropDown .select2-container .select2-choice > .select2-chosen {
    max-width: 235px;
}

/* BUG ID - 34562 -- End */


/* BUG ID - 34582 -- Start */

.tablet.portrait .Phone_SP_TableWrap .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_OddLine:first-child + td, .tablet.portrait .Phone_SP_TableWrap .TableRecords:not(.NoResponsive) > * > * > td.TableRecords_EvenLine:first-child +td {
    display: none;
}

/* BUG ID - 34582 -- Start */


/* Task 34822 -- Start */

/*.tablet.landscape.Dashboard .DashCardHolder, .tablet.landscape.Dashboard .DashCardHolder_Col3 {
    padding-left: 15px;
}

.tablet.Dashboard .CardDashboard_Footer {
    min-height: 86px;
}*/

.tablet.Dashboard .CardDashboard_Footer {
    padding: 10px 9px 2px 9px;
}

.tablet.Dashboard .DashCardHolder .CardDashboard,
.tablet.Dashboard .DashCardHolder .ListRecords > div,
.tablet.Dashboard .DashCardHolder > div {
    margin: 8px 6px;
}

/* Task 34822 -- Stop */

.tablet.Dashboard .Title_Section {
    background-position-y: 115px;
}


@media screen and (max-width: 1370px) {  
    .Dashboard .DashCardHolder_Col2 .CardDashboard,
    .Dashboard .DashCardHolder_Col2 .ListRecords > div,
    .Dashboard .DashCardHolder_Col2 > div {
        width: 38%;
        margin: 10px;
    }

    .Dashboard .DashCardHolder_Col1 .CardDashboard,
    .Dashboard .DashCardHolder_Col1 .ListRecords > div,
    .Dashboard .DashCardHolder_Col1 > div {
        width: 55%;
        margin: 10px;
    }
}




/* 35251 */

.tablet .Bold[data-style-key="oM7+t1yd6kaW7Yjj09OpKg"] {
    width: auto;
    height: auto;
}

/**/

.tablet .Column.ColLast.empty {
    display: none;
}

/*--- Tablet style ends here ----*/


/* US 16652 -- Start (Fix Checkbox issue in IE)*/

/*
html .ie input[type="checkbox"] { 
    visibility: hidden;
} */

.ie .maincheckbox,
.edge .maincheckbox {
    position: relative;
}
  
.ie .geekmark,
.edge .geekmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #ccc;
    cursor: pointer;
} 
  
.ie .maincheckbox:hover input ~ .geekmark,
.edge .maincheckbox:hover input ~ .geekmark {
    border-color: #E55302;
}
  
.ie .maincheckbox input:active ~ .geekmark,
.edge .maincheckbox input:active ~ .geekmark { 
    border-color: #E55302; 
} 
  
.ie .maincheckbox input:checked ~ .geekmark,
.edge .maincheckbox input:checked ~ .geekmark { 
        background-color: #E55302;
        border-color: #FF801F;
} 
  
.ie .geekmark:after,
.edge .geekmark:after { 
    content: ""; 
    position: absolute; 
    display: none; 
} 
  
.ie .maincheckbox input:checked ~ .geekmark:after,
.edge .maincheckbox input:checked ~ .geekmark:after { 
    display: block; 
} 
  
.ie .maincheckbox .geekmark:after,
.edge .maincheckbox .geekmark:after {
    left: 5px;
    bottom: 4px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* (Fix Checkbox issue in IE) */

/*
html .ie input[type="radio"] {
    visibility: hidden;
} */

.ie .radiocontainer,
.edge .radiocontainer {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.ie .radiocontainer input,
.edge .radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.ie .radiobtn,
.edge .radiobtn {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.ie .radiocontainer:hover input ~ .radiobtn,
.edge .radiocontainer:hover input ~ .radiobtn {
  background-color: #fff;
  border-color: #E55302;
}

/* When the radio button is checked, add a blue background */
.ie .radiocontainer input:checked ~ .radiobtn,
.edge .radiocontainer input:checked ~ .radiobtn {
  background-color: #E55302;
  border-color: #FF801F;
}


/* US 16652 -- End */



/*Layout*/

/* Novated Lease Page -- Start */

.NLWrapper .Title_Section {
    padding: 0;
    width: 100%;
    max-height: 310px;
    top: -2px;
}

html .NLWrapper .Title_Section .ThemeGrid_Container {
    max-width: 65%;
    display: table;
}

.NLWrapper .Title_Section .Title, 
.NLWrapper .Title_Section .Title_SubText {
    text-align: center;
}

.NLWrapper .Title_Section .Title {
    display: table-cell;
    vertical-align: middle;
    height: 310px;
}

.NLWrapper .Title_Section .Title .Heading1 {
    color: #fff;
    font-weight: bold;
    line-height: 49px;
    font-size: 48px;
    /*text-shadow: 2px 4px rgba(0,0,0,0.4);*/
    margin-bottom: 15px;
}

.NLWrapper .Title_Section .Title_SubText {
    font-size: 18px;
    line-height: 21px;
    /*text-shadow: 2px 4px rgba(0,0,0,0.4); */
    font-weight: normal;
}
    
.BackLinkContainer {
    margin: 0 25px;
    top: 15px;
    position: relative;
}

.BackLinkContainer a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    padding: 5px;
}

.BackLinkContainer a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.RegDropdownContainer {
    width: 360px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    height: 114px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
    position: relative;
    /*top: -57px; */
    top: -73px;
   /* margin-bottom: 60px; */
}

.NLWrapper .CardDashboard {
     box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);   
}

.NLWrapper .Header_DropDown {
    width: 65%;
}

.NLWrapper .owl-prev.fa.fa-fw.fa-angle-left, .NLWrapper .owl-next.fa.fa-fw.fa-angle-right {
    font-size: 65px;
    opacity: 1;
}

.NLWrapper .owl-theme .owl-controls .owl-page span {
height: 12px;
width: 12px;    
}

.NLWrapper .RegDropdownContainer .select2-container .select2-choice .select2-arrow:before {
    color: #F37B1D;
    font-size: 25px;
    font-weight: bold;
}

.NLWrapper .RegDropdownContainer .Header_DropDown .select2-container .select2-choice > .select2-chosen {
    color: #333;
    font-weight: bold;
}

.NLWrapper .RegDropdownContainer .Header_DropDown .select2-container {
    max-width: 250px;
}

.NLWrapper .RegDropdownContainer .select2-container .select2-choice {
    font-size: 20px;
}

.NLWrapper .Title_Section_NoBgImg {
 height: auto;   
}

.NLWrapper .Title_Section_NoBgImg .Title {
    height: 220px;
}

.NLWrapper .Title_Section_NoBgImg .Title .Heading1 {
    font-size: 38px;
    margin-bottom: 10px;
    }
   
   
.NLWrapper .MainContent .ColFillWidth .MediumRightColumns > .Column.ColFirst {
    margin: 0 auto;
    display: block;
} 

.tablet.NLWrapper .MainContent .ColFillWidth .MediumRightColumns > .Column.ColFirst {
    width: 85%;
}

.NLWrapper .MainContent .MediumRightColumns > .Column.ColLast.empty {
display:none;
}

.NLWrapper .Title_Section {
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?896) 86% 30px no-repeat,-webkit-gradient(linear, left top, right top, from(#E55302), to(#F37B1D));
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?896) 86% 30px no-repeat,-webkit-linear-gradient(left, #E55302 0%, #F37B1D 100%);
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?896) 86% 30px no-repeat,-o-linear-gradient(left, #E55302 0%, #F37B1D 100%);
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?896) 86% 30px no-repeat,linear-gradient(90deg, #E55302 0%, #F37B1D 100%);
}


html .phone.NLWrapper .Title_Section .ThemeGrid_Container {
    max-width: 100%;
}

.phone.NLWrapper .Title_Section .Title .Heading1 {
    font-size: 28px;
    line-height: 34px;
}

.phone.NLWrapper .Title_Section .Title_SubText {
    color: #fff;
}

/*
.phone.NLWrapper .Title_Section .Title{
    height: 350px;
} */

.phone.NLWrapper .Header, .tablet.NLWrapper .Header {
  position: fixed;
  top: 0;
}

.phone.NLWrapper > .Content {
    background: transparent !important;
    margin-top: 132px;
}

.tablet.NLWrapper > .Content, .tablet.NLWrapper .Footer {
    top: 86px;
    position: relative;
}

.phone.NLWrapper .MainContent .TableVerticalAlign .Cell1, 
.phone.NLWrapper .MainContent .TableVerticalAlign .Cell2 {
    display: block;
}

.phone.NLWrapper .MainContent .TableVerticalAlign .Cell2 {
 margin-top: 25px; 
}

.phone.NLWrapper .MainContent .TableVerticalAlign {
    display: block;
    text-align: center;
}

.phone.NLWrapper .MainContent .TableVerticalAlign .EnquireyFormBtn{
    display: block;    
}

.phone.NLWrapper .MainContent .LabelBlock_Label_Text {
    margin: 0;   
}

html .tablet.NLWrapper .Title_Section .ThemeGrid_Container{
    max-width: 76%;
}

.NLWrapper .owl-prev.fa.fa-fw.fa-angle-left {
    left: -45px;
}

.NLWrapper .owl-next.fa.fa-fw.fa-angle-right {
    right: -45px;
}

.NLWrapper .owl-prev.fa.fa-fw.fa-angle-left, .owl-next.fa.fa-fw.fa-angle-right {
    margin-top: -40px;
}

.NLWrapper .CarouselContainer {
 width: 80%;
}

.phone.NLWrapper .Title_Section {
    max-height: 360px;
 }

.phone .RegDropdownContainer {
    width: 85%;
    top: -20px;
}

.phone.NLWrapper .CardDashboard{
    max-width: 100%;   
}

.NLWrapper .ColMediumWidth {
margin: 0 auto;
max-width: 90%;   
}

.phone.NLWrapper .Title_Section_NoBgImg {
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?49009&896) 187px 57px no-repeat,-webkit-gradient(linear, left top, right top, from(#E55302), to(#F37B1D)) !important;
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?49009&896) 187px 57px no-repeat,-webkit-linear-gradient(left, #E55302 0%, #F37B1D 100%) !important;
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?49009&896) 187px 57px no-repeat,-o-linear-gradient(left, #E55302 0%, #F37B1D 100%) !important;
      background: url(/SecureMaxxia/img/TitleLogo_Full.png?49008&896) 187px 57px no-repeat,linear-gradient(90deg, #E55302 0%, #F37B1D 100%) !important;
}

.phone.NLWrapper .Title_Section_NoBgImg .Title {
    height: 300px;
}

.phone.NLWrapper .Title_Section_NoBgImg .Title .Heading1 {
    font-size: 38px;
    line-height: 41px;
}

.phone.NLWrapper .Title_Section_NoBgImg .Title .Heading1 {
    margin-bottom: 15px;
}

.phone.NLWrapper .RegDropdownContainer .Header_DropDown {
    width: auto;
    display: block;
    margin-top: 0;
    padding: 0 10px;
}

.phone.NLWrapper .Header_DropDown select, 
.phone.NLWrapper .Header_DropDown select[disabled="disabled"] {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAMAAABMIo1MAAAAWlBMVEX////24vj9////+/H5+f/24Pj7/f/+9+L8///989v9+/H++fH67PH84r31pZn4vpL1scX97sz1hx3zex3zgXz4s230s9T2mkHze1j1y+rze1D1yeLzf231n2Y1q6V3AAAADXRSTlMAAAAAAAAAAAAAAAAA7Uh4SAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAEgAAABIAEbJaz4AAABWSURBVAjXdcxXDoAwDAPQ0DLKHmGP+18TRY4QaiFf9pMVop+rm8hotG0Xa+wHHhO4nZjnFJwtrC66bk7nubrofrjnObzwFH5evsJDhYcq/qVEZWXe9QYHFgYH5XiylAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wOS0xMVQxOTo0MzoyMS0wNTowMGc+5vkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDktMTFUMTk6NDM6MjEtMDU6MDAWY15FAAAAAElFTkSuQmCC');
    background-size: 20px;
    font-size: 20px;
    max-width: 100%;
    width: auto;
 }
 
 .phone.NLWrapper .Button {
    line-height: 47px;
}

.phone.NLWrapper .CardDashboard_Status, .CardDashboardFooter Label {
    font-size: 14px;
    line-height: 18px;
}

.tablet.NLWrapper .CardDashboard_Action a.Button {
    line-height: 48px;
}

.tablet.NLWrapper .CardDashboard_Heading {
    font-size: 18px;
}

/*
.tablet.NLWrapper .MainContent .LabelBlock_Label_Text {
    margin: 0;   
} */

.tablet.NLWrapper .ColMediumWidth .LabelBlock_Label_Text[data-style-key="ZQ9PTATqb0ip3nLKGAMY0g"], 
.tablet.NLWrapper .ColMediumWidth .LabelBlock_Label_Text[data-style-key="cDz_d27Wi0qWJXR3+YwzZA"] { 
    margin: 0; 
}
 
/* Novated Lease Page -- End */



/* BadgeWizardSteps Type2  -- Start*/

.BadgeWizardStepsType2 {
width: 100%;    
}

.TopBarContentContainer {
    display: table-cell;
    height: 312px;
    vertical-align: middle;
    
}

.BadgeImagePlaceholder {
    min-height: 126px;
    width: auto;
}

.BadgeTextPlaceHolder {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    font-family: Nunito Sans;
}

.BadgeWizardStepsType2 .BadgeWizardSteps_Badge.ActiveBadge .BadgeRing {
    border-color: transparent;
}


.BadgeWizardStepsType2 .BadgeWizardSteps_StepWrapper {
    display: table-cell;
    text-align: center;
    padding: 5px;
    width: 33%;
}

.BadgeWizardStepsType2 .BadgeWizardSteps_Badge {
    display: block;
    width: auto;
    margin: 5px 0;
}

.BadgeImagePlaceholder {
    height: 126px;
    width: auto;
}

.BadgeImagePlaceholder img {
    max-width: 100%;
    max-height: 100%;
}

.BadgeWizardStepsType2 .BadgeWizardSteps_StepWrapper.fa-long-arrow-right:before {
    color: #E55302;
    font-size: 22px;
    position: absolute;
    top: 28%;
    right: -4%;
}


/* BadgeWizardSteps Type2  -- End*/




/* Section Exapandable Pattern -- Start */

.SectionExpandableType2 {
    border: 1px solid #E2E2E2;
    border-bottom: 0;
    border-top: 0;
}

.SectionExpandableType2:first-child {
    border-top: 1px solid #E2E2E2;
}

.SectionExpandableType2:last-child {
    border-bottom: 1px solid #E2E2E2;
}

.SectionExpandableType2:last-child .SectionExpandable:not(.expanded) .SectionExpandable_header {
  border-bottom: 0;   
}

.SectionExpandableType2 .SectionExpandable_header {
  height: 46px;
  padding: 12px;
  background-color: #F4F4F4;
  background-image: linear-gradient(180deg, #FBFBFB 0%, #F4F4F4 100%);
  }

.SectionExpandableType2 .SectionExpandable .SectionExpandable_header .Heading2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.SectionExpandableType2 .SectionExpandable {
    border: none;
}

.SectionExpandableType2 .SectionExpandable .SectionExpandable_header {
border-bottom: 1px Solid #ccc;
}

.SectionExpandableType2 .SectionExpandable .SectionExpandable_content {
  padding: 0px 25px;
  /*font-size: 14px;*/
}

.SectionExpandableType2 .SectionExpandable.expanded .SectionExpandable_content {
  border-top: none;
  padding: 15px 25px;
  background-color: #fff;
}

.SectionExpandableType2 .SectionExpandable .fa-angle-down:before {
content: "\f067";
}

.SectionExpandableType2 .SectionExpandable.expanded .fa-angle-down:before {
content: "\f068";
}

.SectionExpandableType2 .SectionExpandable .SectionExpandable_header .SectionExpandable__icon .fa{
  color: #C3C3C3;
  font-size: 16px;
}

.phone .SectionExpandableType2:last-child {
  border-bottom: 0;    
}

.phone .SectionExpandableType2 .SectionExpandable_Insurance .SectionExpandable.expanded .SectionExpandable_content {
 margin-bottom: 0;   
}

/*
.CardFullContent_Content .SectionExpandableType2 .LabelBlock_Text, .SectionExpandableType2 .SectionExpandable .SectionExpandable_content a {
  font-size: 14px;  
}
*/


/* Section Exapandable Pattern  -- End */


/* Progress Bar Version 2 pattern -- Start */

.VerticalProgressBarWrapper {
    width: 50px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.VerticalProgressBar.ProgressBarContainer {
    width: 18px;
    height: 185px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari prior 9.0 */
    transform: rotate(180deg); /* Standard syntax */
}

.VerticalProgressBar.ProgressBarContainer .ProgressBarContent {
  /* background-color: #79A919;
  background-image: linear-gradient(90deg, #79A919 0%, #82B718 100%); */
  height: 60%;
  width: 100%;
}

.VerticalBarText {
    display: block;
    font-size: 14px;
    padding: 8px 0;
}

.VerticalBarBottomText{
clear: both;
padding: 10px 0 5px;    
}

.phone .VerticalBarBottomText {
    padding: 0;
}

.phone .VerticalProgressBarWrapper {
    width: 10%;
    margin: 0 0 0 21px;
}

@media screen and (max-width: 355px) {  
    .phone .VerticalProgressBarWrapper {
        width: 9%;
    }
}

@media screen and (max-width: 990px) {  
    .tablet .VerticalProgressBarWrapper {
        width: 9.5%;
    }
}

.phone .VerticalProgressBarWrapper:first-child {
   margin-left: 0px !important; 
}

.phone .CardFullContent .Right {
    padding: 0;
}

/* Progress Bar Version 2 pattern -- End */



/* US 17942 -- Start (Cap Tracker) */

.ProgressBarContainer {
    line-height: 16px;
    overflow: hidden;
}

.ProgressBarContent {
    background: linear-gradient(90deg, #E55302 0%, #F37B1D 100%);
    width: auto;
    cursor: default;
}

/* US 17942 -- End */


/* US 30917 (Cap Tracker Mobile) -- Start */

.CapTracker .CardRightContent .CardRightContent_Content {
    margin-top: 10px;
}

.desktop .CapTracker .CardRightContent .Right {
    padding-right: 55px;
}

.ProgressBarContainer {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.16);
}

.DotIconGray {
    background-color: #F5F5F5;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.16);
    border: 1px solid #B3B3B3;
}

.DotIconPrimary {
    background-color: #E55302;
    background: linear-gradient(90deg, #E55302 0%, #F37B1D 100%);
}

.DotIconGray,
.DotIconPrimary {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin-top: 2px;
}


.DotIconLeftContent,
.DotIconRightContent {
    font-size: 14px;
    
}


.phone .DotIconLeftWrap {
    width: 100% !important;
}

.phone .DotIconRightWrap {
   width: 100% !important;
   text-align: left;
   margin: 5px 0 0 0 !important;
   width: auto !important;
}

/* US 30917 (Cap Tracker Mobile) -- End */

/*****Misc******/

.FormEditPencil {
    display: none;
}


html input[type="checkbox"]:focus:before,
html input[type="radio"]:focus:before {
     border-color: coral;
}


.select2-search {
    display: block;
}

.select2-search input {
    background: none;
    line-height: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 0px !important;
    min-height: 0px !important;
}

.select2-search {
    height: 0px !important;
    min-height: 0px !important;
}

.Header_DropDown .select2-container .select2-choice > .select2-chosen {
    margin-right: 30px;
}


.tablet .select2-container .select2-focusser.select2-offscreen {
    display: none;
}

/****/


/* Chatbot related */
.fabs a, .fabs a:link, .fabs a:visited {
    text-decoration: none;
}

.fabs .tipContent {
    line-height: 35px;
    cursor: pointer;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    html,body {
        overflow-y: initial !important;
    }
}


/**************/

@media print {
    html input[type="checkbox"]:after, 
    html input[type="checkbox"]:before {
        border-color: #333;
    }

    html input[type="checkbox"]:checked:before{
        background-color: #fff;
        border-color: #333;
    }
    
    #joey /*ChatBot*/ {
        display: none !important;
    }
    
    .CardFullContent_Tail {
        display: none;
    } 
    
    .ProgressBarContainer, 
    .DotIconPrimary,
    .DotIconGray { 
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }
    
    .VerticalProgressBarWrapper {
        width: 10% !important;
    }
}

/* Surplus card -- Start*/

.HideCardDashboard {
display: none;   
padding: 0px 8px;
}

.Dashboard .CardDashboardHideShowFooter .CardDashboard_Head {
    min-height: 233px;
}

.Dashboard .CardDashboardHideShowFooter .CardDashboard_Footer {
    background-color: #F7F7F7;
    min-height: 47px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}


.Dashboard .CardDashboard_Zero_Balance.CardDashboardHideShowFooter .CardDashboard_Footer {
    min-height: 39px;
}

.Dashboard .CardDashboard_Zero_Balance .CardDashboard_Footer {
    visibility: hidden;
}

.PriceTextWrapper {
    display: table;
    width: 100%;
    padding: 15px 0 0;
}

.PriceText_Text {
    display: table-cell;
    text-align: left;
}

.PriceText_Price {
 display: table-cell;
text-align: right;
   
}

.PriceDescriptionText {
    padding: 30px 0 10px;
    font-size: 13px;
    line-height: 16px;
}

.CardDashboardHideShowFooter .CardDashboardFooter_TopWrapper:hover {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.16);
}

.Dashboard .CardDashboardHideShowFooter .CardDashboard_Footer:hover {
    color: #E55302;
}

/* Surplus card -- End*/

