@font-face {
    font-family: 'DroidSans';
    src: url('font/DroidSans-webfont.eot');
    src: url('font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/DroidSans-webfont.woff') format('woff'),
    url('font/DroidSans-webfont.ttf') format('truetype'),
    url('font/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'DroidSans';
    src: url('font/DroidSans-Bold-webfont.eot');
    src: url('font/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-Bold-webfont.woff') format('woff'),
         url('font/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('font/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
*/

html,body{
    font-family: DroidSans;
    font-size: 12px;
    background: #c1ced6;
    margin: 0;
}

h1{margin-top:0px;}

.clearer{clear:both;}
.float_left{float:left;}
.float_right{float:right;}

.rotate180{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}

.page_wrapper{
    min-width:1300px;
}


.menu_wrapper{
    margin-top:2px;
    border-top:7px solid #4d7089;
    border-bottom:5px solid #e9600f;
    padding-top:10px;
    padding-bottom:5px;
    background:#fff;
}
#menu {
    position: relative;
    height: 35px;
    background: transparent;
    border:0;
    float:right;
    display: none;
}
#menu .k-item {
    font-family: DroidSans;
    text-transform: uppercase;
}
#menu .k-item:hover, #menu .k-item:hover a, #menu .k-link:hover {
    background:none;
    color:#E9600F;
}
#menu .k-state-selected, #menu .k-state-selected a{
    background:none;
    color:#E9600F;
}
#menu .k-last{border:0px;}


#profile_menu {
    border:0;
    background:none !important;
    margin-left:10px;
    margin-right:10px;
}
#profile_menu .k-item{
    border:0px;
}
#profile_menu .k-link:hover {
    color:#285070;
}
#profile_menu .k-item:hover, #profile_menu .k-item:hover a {
    background:none;
    color:#285070;
}
#profile_menu .k-state-selected, #profile_menu .k-state-selected a{
    background:none;
    color:#285070;
}


.menu_logo{
    background:url(../images/logo.png) no-repeat left;
    display:block;
    width:155px; height:31px;
    float:left;
    margin-left:14px;
}
.menu_icon{
    background:url(../images/sf-icon.png) no-repeat left;
    display:block;
    width:33px; height:34px;
    float:right;
    margin:0 40px;
}

.login {
    float: left;
    clear: left;
    width: 300px;
    height: 70px;
    margin: 30px 30px 30px 30px;

}
.login ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.login li {
    padding: 3px 0px 3px 0px;
    vertical-align: middle;
    color: #000;
}
.login ul label {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 5px;
    color: #000;
}
.login label {
    color: #000;
}
.login ul input {
    border: 1px solid #ddd;
    width: 150px;
}
#loginForm div {
    float: right;
    margin-right: 53px;
}
.error {
    float: left;
    clear: left;
    width: 274px;
    height: 35px;
    margin-top: 20px;
    text-align: left;
    color: #bc0404;
}
#loginForm span.k-tooltip{
    margin-left: 85px;
}
/* menu */

/* content */
#content{
    /*width: 950px;
    margin: 30px auto;
    max-width: 1178px;*/
    padding:0px 20px;
    background-color: #f6f6f6 ;
    -webkit-box-shadow: 0px 13px 25px 0px rgba(255, 255, 255, 0.9);
    -moz-box-shadow:    0px 13px 25px 0px rgba(154, 183, 195, 0.9);
    box-shadow:         0px 10px 18px 0px rgba(40, 80, 112, 0.9);
}
#content > div:first-child{
    padding:5px 0px 15px 0px;
}
.content_centered{
    width: 1260px;
    margin: 0px auto;
}
.content_wrapper{
    position:relative;
}

/* change password screen */
#changePassDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#changePassDiv li {
    padding: 3px 0px 3px 0px;
    vertical-align: top;
    color: #000;
}
#changePassDiv ul label {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 5px;
    color: #000;
}
#changePassDiv span.k-tooltip{
    margin-left: 127px;
}
#errMsg{
    color: #bc0404;
    margin-left: 15px;
    height: 25px;
}
/*clients*/
#clientsGrid{
    width: 280px;
}
#customersGrid{
    width: 650px;
}
#clientsDiv td{
    vertical-align: top;
}

#clientsGrid.k-grid tbody .k-button,
#customersGrid.k-grid tbody .k-button{
    min-width:25px;
    width:25px;
}
#clientsGrid.k-grid .k-button-icontext .k-icon,
#customersGrid.k-grid .k-button-icontext .k-icon {
    vertical-align: middle;
}



/* general elements */
.split-view {
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}
.split-view .list-results-panel {
    border-right: 1px solid #e6e6e6;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 310px;
    padding-left: 15px;
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border-spacing: 0;
    cursor: auto;
}
.detail-panel {
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    vertical-align: top;
    border-spacing: 0;
    padding-left: 10px;
}

.list-result-name{ padding-bottom:4px; font-weight:bold;}

.head{ border-bottom:1px solid #ccc; padding-bottom:10px; margin-top:8px;}
.head .name {
    font-size: 30px;
    color: #1f6e97;
    padding-right: 10px;
    vertical-align: middle;
}
.create-button {
    font-size: 22px;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 1.25em;
}

.list-pager {
    border:0;
    background:none;
    margin-top:3px;
    width:300px;
}
.list-pager .k-pager-info{padding-left:0px; padding-right:5px; font-size:11px;}
.list-panel {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*padding: 10px 10px 0 0;*/
    margin: 0;
    width: 300px;
}
.list-panel>div {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    padding: 5px 0 5px 5px;
    position: relative;
}

.head_service_line{
    position:absolute;
    right:20px;
    margin-top:15px;
}

.subhead{border-bottom:1px solid #ebebeb; padding-bottom:5px; padding-top:5px; background:#ebebeb}
.list-results-search{ width:281px; margin-right:24px; margin-left:5px; padding:6px !important;}


.detail-info-panel{width:82%; float:left; padding-right:3%;}
.detail-actions-panel{width:15%; float:left;}
.detail-actions-panel .k-button{ display:block; width:auto; margin-bottom:5px;}
.detail-info-table{/*width:100%;*/

}
.departmentCombobox{
    width: 250px;
}
.detail-info-table td{height:31px;}
.detail-info-table td input[type="text"]{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.detail-info-table td.fieldLabel{width:141px; padding-left:10px;color: #282828;}

.detail-info-panel .styled-multiselect .k-multiselect{
    padding: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.22);
    border-radius: 3px;
    border: 1px solid #a0a0a0;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.detail-grid-item{margin-bottom:3px !important;}
.detail-grid-item .k-grid-pager{background-color:rgb(235,235,235); color:rgb(31,110,152);}

.editformNoformstyle{
    display: inherit;
}
.editformTableStyle{
    display: table !important;
}

.editFormWrapper{width:350px;}
.editFormWrapper input[type="text"], .editFormWrapper textarea{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.editFormWrapper .k-picker-wrap input[type="text"], .editFormWrapper .k-dropdown-wrap input[type="text"], .editFormWrapper .k-numeric-wrap input[type="text"]{
    width:100%;
    box-sizing:inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}
.editFormWrapper .k-combobox{width:100%;}
.editFormWrapper .k-picker-wrap {margin-top:2px;}

.detail-info-table .k-picker-wrap input[type="text"], .detail-info-table .k-dropdown-wrap input[type="text"], .detail-info-table .k-numeric-wrap input[type="text"]{
    width:100%;
    box-sizing:inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: auto;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}

.k-grid tbody .k-button {
    min-width: 12px;
    width: 27px;
    height: 27px;
    overflow: hidden;
}

.k-grid-entryPhotos, .k-grid-exitPhotos{ width: inherit !important;}


.reportsScheduleOntimeRadioWidth
{
    width: 132px;
    float: left;
}

.k-grid-CSV{
    display: inline;
    width: 80px;
}
.k-grid-Photos{
    display: inline;
    width: 80px;
}
.k-grid-Data{
    display: inline;
    width: 80px;
}
.k-grid-Data-short{
    display: inline;
    width: 80px;
}


.visits-filialNumFilter_txt{
    width: 90px;
}

.hiddenButton{
    visibility: hidden;
}



.importPopupMainContrainer{
    padding: 5px 5px 5px 5px;
}

.filenameLbl{
    font-weight: bold;
}

.importStoreListGlobalSelectorLabelWidth{
    width: 100px;
    display: inline-block;
}

.startImportBtn{
    margin-top: 5px;
    float: right;
}

.startImportBox{
    float: right;
}

.displayImportPopupMainContrainer{
    margin: 5px;
}

.StorelistImportErrorsMessage, .StorelistExportErrorsMessage {
    color: #FF0000;
}

.StorelistImportOKMessage, .StorelistExportOKMessage {
    color: #00AA00;
}

.errorWarningsPane{
    max-height: 300px;
    overflow: auto;
}

.storeListImportStatisticContrainer table, .storeListExportStatisticContrainer table {
    width: 100%;
}
.storeListImportStatisticContrainer table.leftRow, .storeListExportStatisticContrainer table.leftRow {
    width: 200px;
}
/*
.noty_text{
    width: 700px;
    display: inline-table;
}
*/


.dropArea{
    border: 3px #ccc dashed;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.dragArea tr:not(.k-filter-row){
    cursor: move;
}
.k-filter-row{
    background: #EBEBEB;
}

.noBottomMargin{
    margin-bottom: 0px;
}


.k-multiselect-wrap li{
    width: auto !important;
}


.displayImportPopupMainContrainer .k-content{
    margin-bottom: 18px;
    margin-left: 6px;
    margin-top: 16px;
}

.visitDisplayErfassungen{
    background-color: #F0FFFF;
}
.visitDisplayErfassungen .k-alt{
    background-color: #E8F8F8;
}


.visitSurveyGridContainerSURVEY_MODE_DISPLAY .k-master-row{
    background-color: #FFF0FF;
}
.visitSurveyGridContainerSURVEY_MODE_DISPLAY .k-alt.k-master-row{
    background-color: #F8E8F8;
}

.visitSurveyAnswersSURVEY_MODE_DISPLAY{
    background-color: #f3eff2;
}
.visitSurveyAnswersSURVEY_MODE_DISPLAY .k-alt{
    background-color: #FFFFFF;
}


.visitSurveyGridContainerSURVEY_MODE_STORE .k-master-row{
    background-color: #FFFFF0;
}
.visitSurveyGridContainerSURVEY_MODE_STORE .k-alt.k-master-row{
    background-color: #F8F8E8;
}
.visitSurveyAnswersSURVEY_MODE_STORE{
    background-color: #f3eff2;
}
.visitSurveyAnswersSURVEY_MODE_STORE .k-alt{
    background-color: #FFFFFF;
}


.visitDetailanswers{
    background-color: #F0FFF0;
}
.visitDetailanswers .k-alt{
    background-color: #E8F8E8;
}


.recreatePositionsForOptions{
    width: auto !important;
}

.k-grid-useStore{ width: inherit !important; }

#visitsCheckerscreenContainer .checkerHeadlineRow, #visitsCheckerscreenContainer .k-grid th.k-header{ color: #000 !important; }

.image_rotate{ text-align: center; padding: 5px;}
.image_rotate a{ width: 60px; display: inline-block;}



/* TABLE Styling */
.displayBox{
    width: 100%;
}
.displayBox .content .images{
    width: 100%;
    /*float: left;*/
}
.displayBox .content .grids{
    width: 100%;
    /*float: left;*/
}
.displayBox .content .rowEnd{
    clear: both;
}

.displayBoxSeparator{
    height: 20px;
    background-color: #E9600F;

}




.imagesBox{
    float: left;
    width: 100%;
}
.clearer{
    clear: both;
}

.checkerDisplayImagesBox div > .image{
    width: 100%;
}

/*  Screen styling   */




#visitsCheckerscreenContainer .screenHeadline{
    font-size: 16px;
    padding: 5px;
    background-color: #9AB7C3;
    position: relative;
}
#visitsCheckerscreenContainer .screenHeadline .circle{
    height:18px;
    width: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

#visitsCheckerscreenContainer .headlineButtons,
#visitsCheckerscreenContainer .displayHeadlineButtons{
    position: relative;
    top: 0px;
    right: 0px;
    float: left;
    width: 66px;
    margin: 5px;
}

#visitsCheckerscreenContainer .headlineButtons button,
#visitsCheckerscreenContainer .displayHeadlineButtons button{
    float: right;
    width: 126px;
    margin: 2px 0;
}

#visitsCheckerscreenContainer .headlineLabels,
#visitsCheckerscreenContainer .displayHeadlineLabels{
    float: left;
    width: 95%;
}

.checkerHeadlineRow {
    width: 375px;
}
.checkerHeadlineRowLarge{
    width: 550px;
}

.revisit2ProjectCombo{
    width: 380px !important;
}

#visitsCheckerscreenContainer .checkerHeadlineRow{
    float: left;
}

.checkerHeadlineRow .label{
    float: left;
    width: 140px;
}
.checkerHeadlineRow .value{
    font-weight: bold;
    float: left;
    margin-right: 15px;
}


.displayListItemBox {
    color: #282828 !important;
}

.displayListItemBox .content{
    background-color: #E4F0F7;
}


.displayListItemBox .headline{
    font-size: 14px;
    padding: 5px;
    background-color: #9AB7C3;
}
.displayListItemBox .headline2,
.visitSurveys .visitSurveysHeadline{
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.displayListItemBox .images > .buttons{
    padding: 5px;
}

.displayListItemBox .images  button{
    width: 145px;
}


.displayListItemBox .activeButton{
    background-color: #00abf2 !important;
    font-weight: bold;
}

.headlineErfassungenData{
    height: 24px;
    padding-top: 13px !important;
}

/* DEBUG COLORS */
/*
.displayBox{
    background-color: #00AA00;
}
.displayBox>.content>.images{
    background-color: #00abf2;
}
.displayBox>.content>.grids{
    background-color: #7f5050;
}
*/

.page-left, .page-right{
    position: absolute;
    top:50%;
    left:10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    margin-top: -40px;
    color: #1F6E98;
    border: 1px solid #1F6E98;
    border-radius: 25px;
    background: #F3EFF2;
    cursor: pointer;
    display: none;
}
.page-right{ right: 10px; left: auto; }

.warning{ background: #ffc0c0 !important}
.green{ background: #98dc98 !important}


.k-grid .k-alt {
    background-color: #f3eff2;
}

.checkerSurveyList .yesbutton{ color: #00FF00; font-size: 20px; height: auto !important; width: auto !important;}
.checkerSurveyList .nobutton{ color: #e12f2f; font-size: 20px; height: auto !important; width: auto !important;}
.checkerSurveyList .yesbutton.k-primary, .checkerSurveyList .nobutton.k-primary{ color: #fff;}

.answered_icon{ font-size: 19px;}
.answered_icon .icon-check-sign{ color: #00FF00; }
.answered_icon .icon-remove{ color: #e12f2f; }


.checkerSurveyListHeader span{ font-size: 15px; font-weight: bold; }

.dashboard_stats_block{
    display: inline-block;
    width: 300px;
    border: 1px solid #000;
    text-align: right;
    font-size: 16px;
    color:#fff;
    margin: 0 10px;
}
.dashboard_stats_block span{ display: block;}
.dashboard_stats_block .count{ font-size: 30px; font-weight: bold;}
.dashboard_stats_block .readmore{ background: #fff; text-align: left; color: #282828; font-size: 13px; padding: 5px 10px; cursor: pointer; }
.dashboard_stats_block .readmore i{float:right; color: #282828;}
.dashboard_stats_block .stats_body{ padding: 10px; height: 100px; cursor: pointer }
.dashboard_stats_block .tag{
    display: inline-block;
    background:#fff !important;
    font-size: 14px;
    padding: 2px 5px;
    margin: 2px;
    margin-top: 10px;
    cursor: pointer;
}
.dashboard_stats_block .tag.green{ color: #5cb85c; }
.dashboard_stats_block .tag.orange{ color: #f0ad4e; }
.dashboard_stats_block .tag.red{ color: #D9534F; }
.dashboard_stats_block .tag.blue{ color: #679DC6; }


.dashboard_stats_block.small .count{float: right; font-size: 40px; line-height: 40px;}
.dashboard_stats_block.small .text{float: right;}
.dashboard_stats_block.small .stats_body{ height:auto; }

.dashboard_stats_block.green{ background-color: #5cb85c !important; border-color: #5cb85c; }
.dashboard_stats_block.orange{ background-color: #f0ad4e; border-color: #f0ad4e; }
.dashboard_stats_block.blue{ background-color: #679DC6; border-color: #679DC6; }
.dashboard_stats_block.red{ background-color: #D9534F; border-color: #D9534F; }
.dashboard_stats_block.yellow{ background-color: #cbcd00; border-color: #cbcd00; }
.dashboard_stats_block.grey{ background-color: #3e3e3e; border-color: #3e3e3e; }


.colouredBar{
    height: 22px;
}
.colouredBar div{float:left;height: 22px;}
.colouredBar .color0{ background: #179215; border-color: #179215; }
.colouredBar .color1{ background: #00c333; border-color: #00c333; }
.colouredBar .color2{ background: #ff2a21; border-color: #ff2a21; }
.colouredBar .color3{ background: #636363; border-color: #636363; }
.colouredBar .color4{ background: #ccc; border-color: #ccc; }

.liveStatsBar{  width: 47%; margin-right: 3%; float: left; }
.liveStatsChart{ width: 50%; float: left; }

.hiddenChart .liveStatsBar{  width: 100%; margin-right: 0; float: none; }
.hiddenChart .liveStatsChart{ display:none }

.livestatsBarLabel{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    padding: 0 8px;
    min-width: 31px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    font-size: 15px;
    background: #fff !important;
    border: 2px solid #fff;
    cursor: pointer;
}
.liveStatsBar .colouredBar, .liveStatsBar .colouredBar div{ height: 50px; }
.liveStatsBar > div {padding: 90px 5px; background: #fff;}
.livestatsBarLabel i{ font-style: normal; color: #777; }

.gridColumnExpander{
    cursor: pointer;
    float: right;
    font-size: 15px;
    margin-right: 20px;
    margin-top: 4px;
}

.stats_body .text{
    float: right;
    width: 76%;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 16px;
}
.stats_body .count{
    float: right;
    width: 24%;
    font-size: 52px;
    line-height: 50px;
    text-align: right;
    letter-spacing: -5px;
}
.dashboard_stats_block .stats_body{ text-align: left; padding: 8px; }
.dashboard_stats_block .tag{
    min-width: 34px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    font-size: 30px;
    padding: 0 2px;
    text-align: center;
    margin: 5px 20px 10px 0;
}
.dashboard_stats_block .tag i{ display: none; }
.dashboard_stats_block .tag b{ font-weight: normal;}

.dashboard_stats_block .tag.three-digit{
    min-width: 28px;
    padding: 0 5px;
}
.dashboard_stats_block .tag.four-digit{
    min-width: 28px;
    padding: 0 5px;
}

.grid_state{ cursor: pointer; }


.mobile{ background-color: #f6f6f6; }
body.mobile #content{
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

body.mobile .menu_wrapper, body.mobile .head_service_line, body.mobile .jobsReports, body.mobile .hideMobile{ display: none !important; }
body.mobile .page_wrapper{ min-width: inherit; }
body.mobile .dashboard_stats_block{ width: 30%; margin: 0 1%; border: 0; }
body.mobile .visits-filter{ padding:0; margin: 5px 0 !important; }

body.mobile .head {
    background: #fff none repeat scroll 0 0;
    border-bottom: 5px solid #e9600f;
    border-top: 7px solid #4d7089;
    padding:10px;
}

body.mobile .dashboardSecondRow{ display: none; }
body.mobile #reportsDashboard h2{ display: none; }
body.mobile .liveProgressReport{ padding: 0 10px;}

body.mobile .dashboardFirstRow{
    background: #c1ced6;
    padding: 15px 10px;
}

body.mobile .progress_filter{ width: 100% !important;}
body.mobile .k-dropdown-wrap{background: #e85700 !important; padding: 3px;}
body.mobile .k-dropdown-wrap .k-input{color:#fff;}
body.mobile .custom-multiselect-popup{
    border: 2px solid #e85700;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
body.mobile .progress_grid{
    background: none;
    border: none;
}

body.mobile .dashboard_stats_block .readmore{ display: none; }
body.mobile .dashboard_stats_block .stats_body{ height: auto; }

body.mobile .liveStatsBar > div {padding: 50px 5px;}

.mobileStoreListLine{
    background: #3e3e3e;
    padding: 7px;
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
    cursor: pointer;
}
.mobileStoreListName{
    float: left;
    width: 72%;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}
.mobileStorestatus{ float: left; width: 28%; }
.mobileStorestatus .status1{ background: #6cc723; }
.mobileStorestatus .status2{ background: #e13232; }
.mobileStorestatus .status3{ background: #F0AD4E; }
.mobileStorestatus .circle{
    width: 47px;
    height: 47px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    border:none;
}

.mobileStorestatus .storecircle{ background: #fff; }
.mobileStorestatus .storecircle.status0{ background: #e13232; }
.mobileStorestatus .storecircle.status1{ background: #00FF00; }
.mobileStorestatus .storecircle.status2{ background: #FFFF00; }
.mobileStorestatus .storecircle.status3{ background: #0000FF; }

.mobileStoreListBar{ margin: 25px 0}
.mobileStoreAddress{ font-size: 12px; }

.mobileStoreFilter{ width: 100%; }

body.mobile .liveStatsChart {display:  none; }
body.mobile .liveStatsBar { width: 100% !important; margin: 0 !important; float: none !important; }

body.mobile #teamleader_container, body.mobile #merchants_container, body.mobile #stores_container{ padding: 0 10px; }
body.mobile .k-listview, body.mobile .k-grid{ border: 0 !important; }

body.mobile .livestatsBarLabel{ padding: 0 3px; }
body.mobile .livestatsBarLabel i{  font-size: 10px; }
body.mobile .colouredBar{ font-size: 11px; }


@media screen and (max-width: 800px) {
    body.mobile .dashboard_stats_block{ width: 100%; margin: 10px 0; display: block; background-color: #569fc9 !important }
    body.mobile .dashboard_stats_block.small{ background-color: #d9534f !important }

    body.mobile .liveStatsChart, body.mobile .liveStatsBar{ width: 100% !important; margin: 8px 0 !important; float: none !important; }
}




.storeListImportFromTextfieldDataArea{
    width: 800px;
    height: 600px;
}

.spacer{
    width: 7%;
}

.importPopupMainContrainer button{

}
.importPopupMainContrainer input{
    text-align: left;
    width: 100%;
}

.importPopupMainContrainer textarea{
    width: 90%;
    padding: 5px 40px 5px 5px;

}


.importXLSX{
    width: 45%;
    height: 120px;
    background-color: #BBDDF1;
    padding: 5px;
}
.importTextArea{
    width: 45%;
    height: 120px;
    background-color: #BBDDF1;
    padding: 5px;
}

.textButton{ width: auto !important; }

.headerLine{
    background: #1f6e98;
    color:#fff;
    padding: 5px 10px;
}


.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
    color: #262626;
}

.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-toolbar, .k-widget {
    color: #282828;
}

.k-grid-content td a:not(.k-button){ color: #1F6E9C; }

.k-grid-content iframe.k-content, .inlineEditor iframe.k-content{
    height:30px !important;
}

.gridRowButton{
    text-decoration: none;
    display: inline-block;
    background: #EBEBEB;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #B3C6D0;
}

.mobileSearchField input{ width: 100%; box-sizing: border-box; border: 1px solid #E85700; border-radius: 0px; background: #fff; }

.k-grid .k-grid-toolbar input[type="text"]{
    background-color: #fff;
    border: 1px solid #dadada;
    color: #282828;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: none;
    padding: 4px;
}

#supportInfoDataContainer td{
    padding: 4px;
    padding-left: 0px;
}

.no-scrollbar .k-grid-header
{
    padding: 0 !important;
}

.no-scrollbar .k-grid-content
{
    overflow-y: visible;
}

.no-scrollbar .k-grid-header
{
    padding: 0 !important;
}

.no-scrollbar .k-grid-content
{
    overflow-y: visible;
}

.transparentDropdown, .transparentDropdown .k-dropdown-wrap {
    background: transparent !important;
    border: none !important;
}
.transparentDropdown .k-select{ display: none; }

.projectsWeekdayTbl td{
    height:auto !important;
}

.StoreNotexsitsExceptionContainer{
    width: 400px;
}

.displayExistsExceptionPopup{
    width: 244px;
}

.surveyAnswerHolder .k-button>span:first-of-type{
    font-size: 12px;
    padding-right: 14px;
}

.surveyAnswerHolder .k-button span span{
    padding-right: 0px;
    padding-top: 10px;
}

.addSurveySearchFilter{
        margin: 10px;
        width: 300px;
}

.copySurveyRetailerCbx{
    width: 90%;
}