/*@font-face {
    font-family: 'Segoe UI';
    font-weight: 100;
    src: url('../fonts/MuseoSans_100-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe UI';
    font-weight: 300;
    font-weight: bold;
    font-weight: normal;
    src: url('../fonts/MuseoSans_500-webfont.ttf') format('truetype');
}*/
/*lapsed message*/
.lapsed {
    float:left;
    height:55px;
    width: inherit;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color:white;
    background-color: #f5836b;
    border-radius: 25px;
    /*padding-left: 20px;*/
    padding-top:15px;
}

/*welcome page greyish text*/
.welcomeBoxText {
    color:#797472;
    font-weight: 400;
}

/*gallery/carousel css*/

.dx-gallery-item {
    /*width: 500px;*/
    max-width: 100%;
}

.dx-gallery-item img {
    /*padding-top:25px;*/
    /*padding-bottom:25px;*/
    height: 200px;
    max-width: 100%;
}

.dx-gallery-item .item-text {
    font-size: 20px;
    font-weight: bold;
}

.dx-gallery-item .item-text2 {
    font-size: 14px;
    /*font-weight: bold;*/
}
/*.dx-gallery-item .item-link {*/
    /*padding-top:280px;*/
    /*height: 50px;*/
    /*width: 200px;*/
   /*!*position:relative;*!*/
    /*!*font-weight: bold;*!*/
/*}*/


/*end of gallery css carousel*/
h4 {
    font-size: 18pt;
    font-weight: 400;
    color: #252525
}

h3 {
    font-size: 22pt;
    font-weight: 500;
    color: #252525
}

h2 {
    font-size: 26pt;
    font-weight: 600;
    color: #252525
}

h1 {
    font-size: 30pt;
    font-weight: 700;
    color: #252525
}

body, html {
    margin: 0px;
    padding: 0px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Verdana,san-serif;
    height: 100%;
}

body {
// overflow-y : scroll;
    min-width: 1100px;
    margin: 0 5px;
}

/*gallery/carousel*/
/*happy button*/
.galleryButtonHappy a{
    float: left;
    padding:10px;
    font-size: 14px;
    font-weight:600;
    color:#0093c4;
    text-decoration:none;
}
/* customizing DX gallery/carousel css end*/
.dx-gallery-item {
    max-width: 100%;
}

.dx-gallery-item img {
    height: 200px;
    max-width: 100%;
}

.dx-gallery-item .item-text {
    font-size: 16px;
    font-weight: bold;
}

.dx-gallery-item .item-text2 {
    font-size: 14px;
}

.dx-gallery .dx-gallery-nav-button-prev,
.dx-gallery .dx-gallery-nav-button-next {
    position: absolute;
    top: 0;
    width: 20%;
    height: 80%;
    background: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
}


.galleryButtonHappy a:hover{
    font-weight:800;
    color: #40ab00;
}

#galleryButtonHappySelected a{
    float: left;
    padding:10px;
    font-size: 14px;
    text-decoration:none;
    font-weight:800;
    color: #40ab00;

}
/*confused button*/
.galleryButtonConfused a{
    margin:0 auto !important;
    display:inline-block;
    padding:10px;
    font-size: 14px;
    font-weight:600;
    color:#0093c4;
    text-decoration:none;
}

.galleryButtonConfused a:hover{
    font-weight:800;
    color: #c181c4;
}

#galleryButtonConfusedSelected a{
    font-weight:800;
    color: #c181c4;
    text-decoration:none;
    margin:0 auto !important;
    display:inline-block;
    padding:10px;
    font-size: 14px;
}

/*unhappy*/
.galleryButtonUnhappy a{
    float: right;
    padding:10px;
    font-size: 14px;
    font-weight:600;
    color:#0093c4;
    text-decoration:none;
}

.galleryButtonUnhappy a:hover{
    font-weight:800;
    color: #c41e13;
}

#galleryButtonUnhappySelected a{
    font-weight:800;
    color: #c41e13;
    float: right;
    padding:10px;
    font-size: 14px;
    text-decoration:none;
}

/*selected msg underneath buttons*/
.selectedButtonText {
    position: absolute;
    bottom: 25px;
    font-size: 9px;
    color: #797472;
    font-weight: 400;

}

/*gallery pop ups*/
.popupHeader {
    padding:15px;
    font-size: 16px;
    font-weight: 500;

}
.popupHeader a {
    text-decoration: none;
    color:#0093c4;
}
/* visited link */
.popupHeader a:visited {
    color: #797472;
}

/* mouse over link */
.popupHeader a:hover {
    color: #c4b708;
}

/* selected link */
.popupHeader a:active {
    color: #797472;
}

.popupContent {
    background-color: #f1f1f1;
    color: #65656f;
    font-size: 16px;
    font-weight: 600;
    padding:5px;
    border-radius: 10px;
    height:650px; /*size of popup*/
}

.popupContent span {
    color: #65656f;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

.buttonRateUs {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left 25px;
    background-size:38px 38px;
    border-radius: 4px;
    background-color: #f3f3f3;
    border: none;
    color: #65656f;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 460px;
    height:60px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.buttonRateUs span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    margin-right: 125px;
    bottom: 10px;
}

.buttonRateUs span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 5px;
    right: -20px;
    transition: 0.5s;
}

.buttonRateUs:hover span {
    padding-right: 25px;
}

.buttonRateUs:hover span:after {
    opacity: 1;
    right: 0;
}


.buttonContactUs {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left 25px;
    background-size:38px 38px;
    border-radius: 4px;
    background-color: #f3f3f3;
    border: none;
    color: #65656f;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 460px;
    height:60px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.buttonContactUs span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    margin-right: 55px;
    bottom: 10px;
}

.buttonContactUs span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 5px;
    right: -20px;
    transition: 0.5s;
}

.buttonContactUs:hover span {
    padding-right: 25px;
}

.buttonContactUs:hover span:after {
    opacity: 1;
    right: 0;
}

/*horizontal line class*/
hr.style-grey {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(167, 161, 161, 0.75), rgba(0, 0, 0, 0));
}


/*end of gallery*/
/*welcome page note*/
#note {
    margin:1px;
    background-color: #617d9e;
    margin-right: 9px;
    font-weight: 500;
    font-size: 14px;
    color:white;
    border-radius:8px;
    text-align: center;
    line-height: 1.7;
    overflow: hidden;
}
#note_msg {
    display:inline-block;
    width:97%;
}

#pic_div {
    float:right;
    display:inline-block;
    width:3%;
}
#pic_div img{
    height:20px;
    width:20px;
    vertical-align: middle;
}

.bodyDash {
// border : solid #ff0000;
    color: #444444;
    font-size: 12pt;
// font-family : openSansRegular;
    font-family: 'Segoe UI', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    min-width: 1024px;
// min-height : 748 px;
    height: 800px;
    margin: 0;
    /*    background-image: url(../assets/back_v2.png);*/
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

#AppDiv {
    height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

.stylengView {
    height: 100%;
    width: 1270px;
    margin: 0 auto;
    padding: 0px;
    min-height: 100%;
    position: relative;
}

.styleCentered1270 {
    width: 1270px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

.page-content-wrapper {
    background-color: #ffffff;
}

.page-content-wrapper {
    min-height: 100%;
    margin-top: -30px;
}

.page-content-wrapper .page-content-push {
    height: 30px;
}

#header {
    margin: 0 auto;
    width: 1270px;
    min-width: 1270px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#header {
    height: 65px;
    background-color: #ffecb3;
    color: #ffffff;
}


    /*#header .logo{width:180px;height:60px;margin-top:5px;margin-left: 5px;display:block;background:url(../assets/logo.png);background-repeat:no-repeat;float:left;}*/
#header .content {
    height: 100%
}

#header .content .menu {
    /*float: right;*/
    height: 100%;
    margin: 0 0px;
}

#header .content .menu > ul {
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0
}

#header .content .menu > ul > li {
    float: left;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#header .content .menu > ul > li:hover {
    background-color: #00a6f6
}

#header .content .menu > ul > li.active {
    background-color: #cbba83
}

#header .content .menu > ul > li:not(.active) > ul > li > a {
}

#header .content .menu > ul > li:not(.active):hover {
    background-color: #cbba83
}

#header .content .menu > ul > li a {
    font-size: 22px;
    font-weight: 400;
    display: block;
    color: #444;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#header #dropdown-menu {
    position: relative;
    margin: 0;
    padding: 0 10px;
    height: 65px;
    width: 240px;
    border-left: solid #999;
    border-width: 0px
}

#header #dropdown-menu > li {
    text-align: left;
    list-style: none outside none
}

#header #dropdown-menu > li > ul {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
    margin: 27px 0px 0px -10px;
    padding: 4px 0px 0px 0px;
    display: none;
    list-style: none;
    z-index: 3000;
    position: absolute;
    width: 100%
}

#header #dropdown-menu > li > ul a {
    font-size: 14px;
    font-weight: 300;
    border: solid rgba(0, 0, 0, .08);
    border-width: 0 1px 1px 1px;
    display: block;
    background: #fff;
    /*padding: 10px 10px;*/
    padding-left: 30px;
    color: #444;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*#header #dropdown-menu>li>ul a:hover{background-color:#f1ebc1;background-image:url(../assets/icon_menu_report_16.png);background-repeat:no-repeat;background-position:center left}*/
#header #dropdown-menu > li > ul a:hover {
    background-color: #cbba83 /*ffecb3*/
}

#header #dropdown-menu .menuDropDownlink.menuDropDownlinkActive {
    background-color: #cbba83 /*ffecb3*/
}

#header .content .menu .menuListItemLvl1.menuListItemLvl1Active {
    background-color: #5e708e;
}

#header #dropdown-menu:hover > li > ul, #header #dropdown-menu.active > li > ul {
    display: block !important
}

#header #dropdown-menu .dropdown-menu-button {
    cursor: pointer;
    height: 24px
}

#header #dropdown-menu .dropdown-menu-button .dropdown-button-text {
    color: #2b323a;
    float: left;
    margin-left: 10px;
    padding: 0px 10px 0px 0px;
    background-image: url(../assets/iconmonstr-arrow-65-16.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 24px;
    width: 180px
}

.dropDownMenuButtonInactive {
    background-color: #f0f0f0;
    color: #ccc;
}

#operationsIconContainer {
    float: right;
    padding: 0px 15px;
}

.operationIcon {
    width: 20px;
    height: 20px;
    padding: 5px 3px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.9;
}

.operationIconExport {
    padding: 10px 3px 0px 3px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.7;
}

#footer {
    color: #FFF;
    font-size: 12px;
    height: 50px;
    background-color: #3a3544;
}

#footer .wrapper {
    padding: 0px 0px;
    height: 50px;
}

/* welcome screen css*/
.rowSection{
    float:left;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width:370px;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    font-family:  "Segoe UI","Helvetica Neue",Helvetica,Verdana,san-serif;
    font-size:13px;
    font-weight: 300;
    background-color: white;
    margin-left:20px;
}
/*spacer for inbetween  horizontal row with boxes on welcome screen*/
.new_row{
    clear:both;
    margin-top:40px;

}
/* title for boxes on welcome screen*/
.title{
    font-size:16px;
    font-weight: 600;
    color: #0093c4; /*0093c4*/
}

.blueText{
    font-weight: 700;
    color:  #0077c3;
    background-color:#f8eee0;
}


.shopIcon{
    background: url('../assets/shop.png') no-repeat center;
    align-content: center;

}

.multiLocationIcon{
    background: url('../assets/multilocation.png') no-repeat center;
    align-content: center;
    width:32px;
    height:32px;
    margin-right: 20px;
    margin-top:-20px;
    float:right;
}

.settingsIcon{
    background: url('../assets/settings.png') no-repeat center;
    align-content: center;
    width:32px;
    height:32px;
    margin-right: 20px;
    margin-top:-20px;
    float:right;

}
.previewIcon{
    background: url('../assets/view.png') no-repeat center;
    align-content: center;
    width:32px;
    height:32px;
    margin-right: 20px;
    margin-top:-20px;
    float:right;

}
.helpIcon{
    background: url('../assets/help_starting.png') no-repeat center;
    align-content: center;
    width:32px;
    height:32px;
    margin-right: 20px;
    margin-top:-20px;
    float:right;
}

.commissionIcon{
    background: url('../assets/commission_icon_32x32.png') no-repeat center;
    align-content: center;
    width:32px;
    height:32px;
    margin-right: 20px;
    margin-top:-20px;
    float:right;
}
/*description: small letters underneath merchant box*/
.description{
    color: #adaeb0;
    font-weight:500;
    font-size: 10px;
}

/*.configureButtonPosition{*/
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*right: 5px;*/
/*}*/

.configureButton{
    min-width:50px;
    background-color: #cbba83;
    color: white;
    text-decoration: none;
    font-size:12px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    font-weight: bold;
}

.configureButton:hover{
    color: #cbba83; /*2b323a    cbba83*/
    background-color: white;
    border: 1px solid  #cbba83;
    cursor: pointer;
}
/*end of welcome screen css*/

.logo_powered {

    width: 101px;
    height: 30px;
    background-image: url("../assets/powered by businessq logo black.png");
    -moz-background-size: 101px 30px;
    -o-background-size: 101px 30px;
    -webkit-background-size: 101px 30px;
    background-size: 101px 30px;
}

.content {
    /*    max-width: 1200px;
        min-width: 900px;*/
// max-width : 1200 px;
    min-width: 900px;
    padding: 0px 10px;
    margin: 0px auto;
}

#footer .wrapper .text {
    display: inline-block;
}

.content div.indent {
    margin-left: 7px;
}

.content .indent {
    margin-left: 8px;
}

.page {
// background-color : #ffeeee;
// height : available;
}

/*.page .layout-box {
    padding: 0px 0px 0px;
    //  background-color: #0055ff;
}*/
.layout-box.lb-1 {
    width: 600px;
    /*    min-width: 350px;
        max-width: 800px;*/
}

.layout-box.lb-2 {
// width : 250 px;
    margin: 0;
}

.layoutDash {
    width: 1260px;
    position: relative;
    font-family: 'Segoe UI', 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    margin: 0 auto;
}

.dashboard-header {
    position: relative;
    width: 1260px;
    min-width: 500px;
    height: 75px;
    padding: 0px 0 0 0;
    /* background: #cfd0cb; */
    background: #ffffff;
    border: 3px solid #cccccc;
    border-width: 0 0 3px 0;
}

.header_titleP {
    font-family: 'Segoe UI', 'Segoe UI', 'Helvetica Neue Light', 'Segoe UI', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3f6091;
}

.content_dash2 {
// border : 3 px solid #aaaaaa;
// border-width : 0 0 3 px 0;
    width: 1270px;
// height : 1000 px;
    padding: 10px 0px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.row320 {
    height: 280px;
    padding-left: 0px;
    padding-top: 10px;
}

.col_one_third {
// width : 1270 px;
    width: 390px;
    margin-left: 20px;
    margin-right: 5px;

// height : 300 px;
    height: 260px;
    float: left;
    overflow: hidden;
}

.col2_1 {
// width : 1270 px;
    width: 900px;
// height : 300 px;
    height: 260px;
    float: left;
    overflow: hidden;
}

.col_half {
    width: 635px;
    height: 260px;
    float: left;
    overflow: hidden;
}

.firstRow_dash2 {
    height: 180px;
}

.col2_0 {
// width : 1270 px;
    width: 1260px;
    height: inherit;
    float: left;
    overflow: hidden;
}

.containerChartInfo {
    width: inherit;
    height: 230px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 0px;
    line-height: 220px;
    text-align: center;
    color: #999;
}

.containerChartInfoPie {
    width: inherit;
    height: 540px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 0px;
    line-height: 540px;
    text-align: center;
    color: #999;
}

.containerChartInfoLeft {
    width: inherit;
    height: 230px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 925px;
    line-height: 220px;
    text-align: center;
    color: #999;
}

.containerChartInfoLeftItem1 {
    width: inherit;
    height: 220px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 720px;
    line-height: 220px;
    text-align: center;
    color: #999;
}

.containerChartInfo_3_in_a_row {
    width: inherit;
    height: 230px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 10px;
    line-height: 220px;
    text-align: center;
    color: #999;
}

.containerChartInfo_3_in_a_row_2 {
    width: inherit;
    height: 230px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 430px;
    line-height: 220px;
    text-align: center;
    color: #999;
}

.containerChartInfo_3_in_a_row_3 {
    width: inherit;
    height: 230px;
    background-color: rgba(255, 255, 230, 0.65);
    position: absolute;
    left: 850px;
    line-height: 220px;
    text-align: center;
    color: #999;
}

.chart-container260 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    width: 98%;
    height: 210px;
}

.col2_2 {
    margin-left: 25px;
    width: 320px;
    height: 260px;
    float: left;
    overflow: hidden;
}

.clear-fix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.perf-items {
    margin: 10px 0;
}

.perf-item {
// float : left;
    color: rgba(55, 55, 55, 0.6);
    font-size: 12px;
    padding: 6px 8px;
    height: 80px;
/*    border: 0px solid #d4d4d4;*/
/*    border-width: 0 0 0 2px;*/
}

.perf-item div {
    color: rgba(55, 55, 55, 1);
    font-size: 20px;
    margin: 2px 0 0;
}

.KPILayout1 {
        text-align: center;
    /* height: 60px; */
    /* padding-top: 10px; */
    padding-right: 5px;
    padding-left: 5px;
    background-color: #f5f5f5;
    font-size: 22px;
    font-weight: 400;
}

.reportTitle {
    font-size: 26pt;
    padding: 0 0;
    margin: 0 0;
    font-weight: 500;
    color: #2b323a;
}

.reportSubtitle {
    font-weight: 100;
    margin-top: 6px;
    font-size: 10pt;
    font-weight: 300;
    color: #999;
}

.tableGreenBackground {
    background-color: #40b84e;
    color: #ffffff;
}

.tableRedBackground {
    background-color: #d94f4f;
    color: #ffffff;
}

.tableLightRedBackground {
    background-color: #ee8888;
    color: #ffffff;
}

.tableYellowBackground {
    background-color: #40b84e;
    color: #fff;
}

.tableGreyBackground {
    background-color: #1ab2d8;
    color: #fff;
}

.mainContent {
    margin: 0px 0px 0px 0px;
    border: solid #d94f4f;
    min-height: 700px;
    height: inherit;
}

.main-content {
    /*    border: solid #ffff00;  */
    background-color: #ffffff;
    margin: 0px 10px 0px 10px;
    /*    min-height: 646px;*/
// height : 100 %;
    /*    min-width: 709px;*/
    padding: 0;
// padding-left : 10 px;
    /*    -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;*/
// user-select : none;
}

.newIcon {
    float: left;
    width: 26px;
    height: 20px;
    margin-top: 8px;
    margin-left: 5px;
    background-image: url('../assets/icon_new.png');
    background-repeat: no-repeat;

}

.basicIcon {
    float: left;
    width: 26px;
    height: 20px;
    margin-top: 9px;
    margin-left: 5px;
    background-image: url('../assets/icon_menu_basic.png');
    background-repeat: no-repeat;
}

.dx-datagrid-row-hovered.dx-row:hover > td:not(.dx-focused) {
    background-color: rgba(96, 96, 96, .10);
    color: #2b2b2b;
}

.dx-datagrid-rowsview .dx-selection > td:not(.dx-focused), .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused) {
    background-color: rgba(217, 80, 80, 0.90);
    color: #fff;
    border: none;
}

.dx-datagrid-table .dx-column-lines > td {
    border-right: 1px solid #f0f0f0;
}

.dx-datagrid-headers .dx-row {
    border-bottom: 2px solid #f0f0f0;
}

.dx-datagrid-header-panel {
    border-bottom: 1px solid #fff;
}

.dxc-tooltip {
    z-index: 100000;
}

/*.info {*/
    /*float: left;*/
    /*opacity: 0.6;*/
    /*margin-right: 10px;*/
    /*margin-top: 2px;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*background-image: url("../assets/icon_info_16.png");*/
    /*-moz-background-size: 16px 16px;*/
    /*-o-background-size: 16px 16px;*/
    /*-webkit-background-size: 16px 16px;*/
    /*background-size: 16px 16px;*/
/*}*/

.questionmark {
    float: left;
    opacity: 1;
    margin-right: 10px;
    margin-top: 5px;
    width: 12px;
    height: 12px;
    background-image: url("../assets/icon questionmark 12px.png");
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
}

.questionmark.a:hover {
    background: #ffffff;
    text-decoration: none;
}




/*BG color is a must for IE6*/
.questionmark.tooltip span {
    display: none;
    padding: 2px 3px;
    margin-left: 18px;
    margin-top: 10px;
    width: 200px;
}

.questionmark.tooltip:hover span {
    display: inline;
    position: absolute;
    background: rgba(245, 245, 245, 1);
    border: 2px solid #444477;
    color: #222;
}

.questionmark.tooltipLeft span {
    display: none;
    padding: 2px 3px;
    margin-left: -210px;
    margin-top: 10px;
    width: 200px;
}

.questionmark.tooltipLeft:hover span {
    display: inline;
    position: absolute;
    background: #222;
    border: 0px solid #444477;
    color: #fff;
    opacity: 1;
}

.questionmark.tooltipRight span {
    display: none;
    padding: 2px 3px;
    margin-left: 10px;
    margin-top: 10px;
    width: 200px;
}

.questionmark.tooltipRight:hover span {
    display: inline;
    position: absolute;
    background: #222;
    border: 0px solid #444477;
    color: #fff;
    opacity: 1;
}

/*input {
    border: 0 !important;  Removes border
    -webkit-appearance: none;  Removes default chrome and safari style
    -moz-appearance: none;  Removes Default Firefox style
    background:  #f5f5f5 ;
    width: 200px; Width of select dropdown to give space for arrow image
    height: 35px;
    text-indent: 0.01px;  Removes default arrow from firefox
    text-overflow: "";  Removes default arrow from firefox My custom style for fonts
    color: #444;
    border-radius: 5px;
    padding: 0px 3px;
    box-shadow: inset 0 0 4px rgba(000,000,000, 0.1);
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;  
    font-size: 14pt;
}
input:focus {    
    border-color: #444;  
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;  
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;  
    outline: 0 none;   
} */

textarea {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: #f5f5f5;
    width: 200px; /*Width of select dropdown to give space for arrow image*/
    height: 35px;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    color: #444;
    border-radius: 5px;
    padding: 0px 3px;
    box-shadow: inset 0 0 4px rgba(000, 000, 000, 0.1);
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    font-size: 14pt;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Verdana, san-serif;
}

textarea:focus {
    border-color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    outline: 0 none;
}

/*input.ng-invalid {
  border: 1px solid red;
}
input.ng-valid {
  border: 1px solid green;
}*/

.dx-toast-custom {
    background-color: orange;
    font-size: 28px;
}

select {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: #f5f5f5 url(../assets/arrow_down_20.png) no-repeat 98% center;
    width: 200px; /*Width of select dropdown to give space for arrow image*/
    height: 35px;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    /*My custom style for fonts*/
    color: #444;
    border-radius: 5px;
    padding: 0px;
    box-shadow: inset 0 0 4px rgba(000, 000, 000, 0.1);
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    font-size: 14pt;
    cursor: pointer;
}

select:focus {
    border-color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    outline: 0 none;
}

select:disabled {
    color: #666;
    background: #ffffff;
    cursor: default;
}

.formLabel {
    font-size: 11pt;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 3px;
    color: #666666;
}

.formSelect {
    float: left;
    padding-top: 3px;
    width: 200px;
}

.formSelect.long {
    width: 400px;
}

.formInput {
    float: left;
    padding-top: 3px;
    width: 300px;
}

.formInput.long {
    width: 400px;
}

.formInputSmall {
    float: left;
    padding-top: 3px;
    width: 100px;
}

.formError {
    float: left;
    padding-top: 3px;
    margin-left: 10px;
    color: #eb948b;
    font-family: monospace;
    font-size: 12pt;
}

.underButtonsContent {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    height: 100%;
    min-height: 100%;
// max-height : 500 px;
// height : 100 %;
}

.icon {
    float: left;
    width: 30px;
    height: 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin: 3px 0px 0px 0px;
}

.icon.report {
    background-image: url(../assets/iconmonstr-flip-chart-2-48.png);
}

.icon.details {
    background-image: url(../assets/iconmonstr-chart-4-48.png);
}

.icon.dashboard {
    background-image: url(../assets/icon_dashboard_white_50.png);
}

.icon.help {
    background-image: url(../assets/iconmonstr-help-3-48.png);
}

.icon.settings {
    background-image: url(../assets/icon_settings_64_white.png);
}

.arrow_right {
    float: left;
    margin: 0px 10px;
    background-color: rgba(100, 100, 100, 0.0);
    background-repeat: no-repeat;
    background-image: url(../assets/arrow_right_blue_32.png);
    cursor: pointer;
}

.arrow_left {
    float: left;
    margin: 0px 10px;
    background-color: rgba(100, 100, 100, 0.0);
    background-repeat: no-repeat;
    background-image: url(../assets/arrow_left_blue_32.png);
    cursor: pointer;
}

.arrow_left:hover {
    background-color: rgba(100, 100, 100, 0.1);
}

.arrow_right:hover {
    background-color: rgba(100, 100, 100, 0.1);
}

.bigPageIcon {
    float: left;
    width: 64px;
    height: 64px;
    -moz-background-size: 64px 64px;
    -o-background-size: 64px 64px;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    margin: 10px 10px 10px 10px;
}

.bigPageIcon.dataSource {
    background-image: url(../assets/data_source_64.png);
}

.bigPageIcon.report {
    background-image: url(../assets/report_64.png);
}

.bigPageHeader {
// float : left;
    font-size: 30pt;
    font-weight: 700;
    color: #343547;
}

.smallPageHeader {
// float : left;
    font-size: 14px;
    font-weight: 300;
    color: #343547;
}

.pageContent {
    margin: 0px 0px 0px 0px;
    height: 100%;
    min-height: 100%;
// padding : 0 px 0 px 0 px 10 px;
}

#refresh {
    float: left;
    margin-top: 50px;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}

.refreshIconBlue {
    background: url('../assets/icon_refresh_blue.png');
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 10px;
    opacity: 1;
}

#refresh:hover .refreshIconBlue {
    opacity: 0;

}

.refreshIconBlueSelected {
    opacity: 0;
}

.refreshIconWhite {
    background: url('../assets/icon_refresh_white.png');
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 10px;
    opacity: 0;
    transition: 0.35s opacity;
    position: absolute;
    top: 2px;
    right: 6px;
}

.refreshIconWhiteSelected {
    background: url('../assets/icon_refresh_white.png');
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 10px;
    opacity: 1;
    transition: 0.35s opacity;
    position: absolute;
    top: 2px;
    right: 6px;
}

#refresh:hover .refreshIconWhite {
    opacity: 1;
}

.btn_old {
    height: 35px;
    cursor: pointer;
    font-size: 14pt;
    font-weight: 600;
    min-width: 100px;
    border-radius: 2px 2px 2px 2px;
    border: solid #0077c3;
    border-width: 0px;
}

.btn {
    height: 25px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: 100;
    min-width: 70px;
    border: solid #0077c3;
    border-width: 1px;
    border-radius: 2px;
    transition: border 0.15s linear 2s, box-shadow 0.15s linear 0s, color 0.35s linear 0s;
    outline: none;
}

.btn_default {
    background-color: #fff;
    color: #0077c3;

}

/*not grey anymore, blue*/
.btn_default_grey{
    height: 20px;
    font-size: 10pt;
    background-color: #fff;
    color: #0077c3;
}

.btn_default_grey:hover{
    background-color: #0077c3;
    color: #ffffff;
}

.btn_default_old {
    background-color: #423c4a;
    color: white;
}

.btn_default:hover {
    background-color: #0077c3;
    color: white;
}

.btn_default_old:hover {
    background-color: #aaa;
    color: white;
}

.btn_blue {
    background-color: #0077c3;
    color: white;
}

.btn_blue:hover {
    background-color: #0077c3;
    color: white;
}

.btn_blue_old {
    background-color: #d7c651;
    color: white;
}

.btn_blue_old:hover {
    background-color: #e6dc9c;
    color: white;
}

.btn:disabled {
    border: none;
    background-color: #f0f0f0;
    color: #ccc;
}

.btn:disabled:hover {
    border: none;
    cursor: auto;
}

.btn:disabled.tooltip {
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: rgb(113, 157, 171);
    background: rgb(255, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;

}

.btn:disabled.tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 44px;
    left: 50px;
}

.btn_red {
    background-color: #db6060;
    color: white;
    border: 1px solid #db6060;
}

.btn_red:hover {
    background-color: #f2b6ae;
    color: white;
    border: 1px solid #222;
}

.col_full {
    margin: 0 auto;
// border : solid #eeeeee;
    border-width: 2px 0 2px 0;
    margin-top: 0px;
// float : left;
    width: 100%;
// height : inherit;
    height: 580px;
// overflow : hidden;
}

.legend-row {
    position: relative;
    height: 20px;
    background-color: #ffffff;
    width: 1900px;
}

.row::after .legend-row::after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.legend {
    color: #444444;
    font-family: 'Segoe UI', 'Segoe UI', arial, 'Arial', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-right: 3px;
    z-index: 10;
    float: left;
}

.hr {
    width: 1100px;
    height: 15px;
    border-bottom: 2px solid #eeeeee;
    float: left;
}

.clear {
    clear: both;
}

.layout-box {
    /*    border: solid #0000ff;*/
    float: left;
    margin: 0;
}

.layout-box.lb-1 {
    width: 630px;
    /*    min-width: 350px;
        max-width: 800px;*/
}

.layout-box.lb-2 {
// width : 150 px;
    margin: 0;
}

.exportIcon {
    opacity: 0.4;
    width: 25px;
    height: 25px;
    background: url('../assets/export_25.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
// background-color : #ffffff;
}

.exportIcon:hover {
    opacity: 1;
    cursor: pointer;
// background-color : #f0f0f0;
}

.bqinput {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f9f9f9;
    width: 99%;
    height: 35px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #222;
    border-radius: 5px;
    padding: 0px 3px;
    box-shadow: inset 0 0 4px rgba(000, 000, 000, 0.1);
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    font-family: "Segoe UI", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, san-serif;
    font-size: 12pt;
}

.bqinput:focus {
    border-color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px #444;
    outline: 0 none;
}

.triangle-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #a0a8b0;
    float: left;
    margin: 3px 7px 0 0;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #a0a8b0 transparent transparent transparent;
    float: left;
    margin: 5px 2px 0 0;
}

.maximize-icon {
    background: url('../assets/icon_maximize_32.png') no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    cursor: pointer;
}

.icon-hover {
    opacity: 0.2;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.icon-hover:hover {
    opacity: 1;
}

.background_image_login {
    color:#fff;
    background-image: url("../assets/Clover Analytics main pic v1.png");
    background-size: cover;
    background-repeat: no-repeat;
}
